Package Exports
- snyk-python-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snyk-python-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.
Snyk Python CLI Plugin
This plugin provides dependency metadata for Python projects that use one of the following dependency management methods:
pip
with arequirements.txt
filepipenv
with aPipefile
file
Contributing
Developing and Testing
Prerequisites:
- Node 6 (or 8)
- Python (preferably 2.7)
- Installed outside of any virtualenv:
- pip
- the contents of
dev-requirements.txt
:pip install --user -r dev-requirements.txt
Linting and testing:
npm i
npm run lint
npm test