https://github.com/numblr/py-deep-install
Dependency resolution to install Python projects
https://github.com/numblr/py-deep-install
Last synced: 6 months ago
JSON representation
Dependency resolution to install Python projects
- Host: GitHub
- URL: https://github.com/numblr/py-deep-install
- Owner: numblr
- License: mit
- Created: 2022-11-22T10:19:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T10:24:09.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:36:11.548Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-reqcue
Dependency resolution to install Python projects
## Idea
1. Take the requirements.txt file of the project
1. Run a custom dependency resolver applying various strategies
1. Create a freeze file with all (transitive) dependencies pinned
1. Install that using pip without dependency resolution
1. Run static analysis to verifiy dependencies in code. (Should be possible? All symbols resolve, only reachable from own source code?)