Skip to content

A lightweight python module designed to generate a requirements file for your project.

License

Notifications You must be signed in to change notification settings

admeeer/polypip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polypip

A lightweight python module of command line tools to generate a requirements.txt file from your project based on python source file imports.

usage

usage:
    polypip [options] [<path>]

arguments:
    <path>                path to the directory or file to scan for imports

options:
    --refererence, --r <path>   path to a requirements.txt file to reference versions from
    --overwrite, --o            overwrite requirements.txt file if it already exists
    --shallow, --s              do not search for imports recursively
    --dry-run                   preview the requirements.txt that would be generated
    --quiet, --q                enable quiet mode
    --verbose, --v              enable verbose mode

About

A lightweight python module designed to generate a requirements file for your project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages