JSPM

  • Created
  • Published
  • Downloads 20003
  • Score
    100M100P100Q143867F
  • License Apache-2.0

Snyk CLI Python plugin

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 logo


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 a requirements.txt file
  • pipenv with a Pipefile file

Contributing

Guide

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