Determine what projects are blocking you from porting to Python 3
Project description
This script takes in a set of dependencies and then figures out which of them are holding you up from porting to Python 3.
You can specify your dependencies in multiple ways:
caniusepython3 -r requirements.txt caniusepython3 -m PKG-INFO caniusepython3 -p numpy,scipy,ipython # If your project's setup.py uses setuptools ... python setup.py caniusepython3
The output of the script will tell you how many (implicit) dependencies you need to transition to Python 3 in order to allow you to make the same transition. It will also list what projects have no explicit dependency blocking their transition so you can ask them consider starting a port to Python 3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
caniusepython3-1.1.0.tar.gz
(13.0 kB
view hashes)
Built Distribution
Close
Hashes for caniusepython3-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4b00de30eefcaf37d9f6c38697424ed2033edc91a3760cfcf9b62ca039bc1e |
|
MD5 | 71b8022ded3787c15ce40c5fc22265a1 |
|
BLAKE2b-256 | 0eaa9bfeb3cc4ac5e9ad96830e82fa0246ceed93f4c6879c07b3cb334dbef790 |