An open API service indexing awesome lists of open source software.

https://github.com/dcramer/piplint

Piplint validates your current environment against requirements files
https://github.com/dcramer/piplint

Last synced: 3 months ago
JSON representation

Piplint validates your current environment against requirements files

Awesome Lists containing this project

README

        

piplint
=======

Piplint validates your current environment with the requirements files you've specified. It will
ensure that any requirement listed exists within the environment, and within the bounds of the versions specified.

::

source env/bin/activate
piplint requirements/*.txt

You can also pass ``--strict`` if you want to enfoce things like case sensitivity on package names.