Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleverPIP

CleverPIP is a simple tool for automatically updating your PIP requirements.txt file in the most practical way possible.

Usage

CleverPIP is a command line tool which only needs one argument, and a file. A 'smart_requirements.txt' (can be named however you want), has to be created. It is very similar to usual pip requirements.txt file but admits some additional parameters on the versioning.

CleverPIP --file path/to/smart_requirements.txt

Example

Here is an example of a smart_requirements.txt file

django==latest
djangorestframework==3.latest
numpy==1.26.latest    

CleverPIP fragments the versioning and allows you to get the latest of a specific subversion, or directly the latest version out of every one of them. Of course you can still specify a specific version and it will also work.

About

Simple tool for automatically updating your PIP requirements.txt file in the most practical way possible.

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages