Skip to content

akoshochrein/3debt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3debt

Try to figure out what dependencies you're missing to start upgrading your project to Python 3

Installation

pip install -g 3debt

Usage

3debt requirements.txt
$ 3debt -h
usage: 3debt [-h] [-v] [--ignore [IGNORE [IGNORE ...]]] filename

Get information if your dependent packages are Python 3 compatible yet

positional arguments:
  filename              Name of the file that contains the dependencies

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Display information about all packages in the
                        requirements file
  --ignore [IGNORE [IGNORE ...]]
                        Prefixes of packages that you'd like to ignore while
                        parsing the file

About

Try to figure out what dependencies you're missing to start upgrading your project to Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published