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
- Host: GitHub
- URL: https://github.com/dcramer/piplint
- Owner: dcramer
- License: apache-2.0
- Created: 2012-04-27T21:08:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T03:49:55.000Z (over 10 years ago)
- Last Synced: 2025-03-15T15:17:41.214Z (3 months ago)
- Language: Python
- Homepage:
- Size: 217 KB
- Stars: 61
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/*.txtYou can also pass ``--strict`` if you want to enfoce things like case sensitivity on package names.