|  | 2 years ago | |
|---|---|---|
| .. | ||
| pytoml | 2 years ago | |
| requirements | 2 years ago | |
| README.md | 2 years ago | |
| distPackage.py | 2 years ago | |
| package.py | 2 years ago | |
| pip_resolve.py | 2 years ago | |
| pipfile.py | 2 years ago | |
| reqPackage.py | 2 years ago | |
| setup_file.py | 2 years ago | |
| test_pip_resolve.py | 2 years ago | |
| utils.py | 2 years ago | |
This is the Python part of the snyk-python-plugin.
Given a fully installed Python package with its dependencies (using a virtual environment), it analyzes and returns the dependency tree.
The entry point is main in pip_resolve.py.
The parts 1 and 5 require access to the Python environment and thus have to be implemented in Python. The part 3, for requirements.txt, leverages the existing parsing library (pip).