|
1 год назад | |
---|---|---|
.. | ||
pytoml | 1 год назад | |
requirements | 1 год назад | |
README.md | 1 год назад | |
distPackage.py | 1 год назад | |
package.py | 1 год назад | |
pip_resolve.py | 1 год назад | |
pipfile.py | 1 год назад | |
reqPackage.py | 1 год назад | |
setup_file.py | 1 год назад | |
test_pip_resolve.py | 1 год назад | |
utils.py | 1 год назад |
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).