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,test-requirement.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.
If you prefer a web interface, please use https://caniusepython3.com by Jannis Leidel.
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.2.0.tar.gz
(13.3 kB
view hashes)
Built Distribution
Close
Hashes for caniusepython3-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8023ae01b5c0dcb5577da0ff48edfdf6ed6eb8300c205b465ac230d14ac3f391 |
|
MD5 | 08ab4cfbe01e970cf68adb510fcc4c36 |
|
BLAKE2b-256 | 334339e4145476b3b1c07abbcb62d718526d93ee9c569f3c4a1fb8a0916f1f08 |