numblr / py-deep-install

Dependency resolution to install Python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-reqcue

Dependency resolution to install Python projects

Idea

  1. Take the requirements.txt file of the project
  2. Run a custom dependency resolver applying various strategies
  3. Create a freeze file with all (transitive) dependencies pinned
  4. Install that using pip without dependency resolution
  5. Run static analysis to verifiy dependencies in code. (Should be possible? All symbols resolve, only reachable from own source code?)

About

Dependency resolution to install Python projects

License:MIT License