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