dcramer / piplint

Piplint validates your current environment against requirements files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Piplint validates your current environment against requirements files

License:Apache License 2.0


Languages

Language:Python 99.7%Language:Makefile 0.3%