Skip to content

dcramer/piplint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published