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