|
hai 1 ano | |
---|---|---|
.. | ||
pytoml | hai 1 ano | |
requirements | hai 1 ano | |
README.md | hai 1 ano | |
distPackage.py | hai 1 ano | |
package.py | hai 1 ano | |
pip_resolve.py | hai 1 ano | |
pipfile.py | hai 1 ano | |
reqPackage.py | hai 1 ano | |
setup_file.py | hai 1 ano | |
test_pip_resolve.py | hai 1 ano | |
utils.py | hai 1 ano |
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).