caniusepython3.com
caniusepython3.com copied to clipboard
A site to check if your Python project is compatible with Python 3
I tried by URL and got an error: https://raw.githubusercontent.com/freelawproject/courtlistener/605945436ca5de0690a6ef943f48e0a19306607e/requirements.txt Then I tried by uploading the file by hand, and got an error. Then I clicked the About Us link and...
**STR:** 1) Create a requirements file containing: ``` requests==2.9.1 --hash=sha256:113fbba5531a9e34945b7d36b33a084e8ba5d0664b703c81a7c572d91919a5b8 ``` 2) Drag onto https://caniusepython3.com/ and press check **Expected:** Requirements file can be checked successfully, the same as if it...
Hi! I get different results using the package locally and the site. Here's the result running the site: https://caniusepython3.com/check/7f785350-ceff-426f-8ae1-8d7edbcde2a4 And here's running against the file locally: ``` $ caniusepython3 -r...
**STR:** 1) Enter `https://raw.githubusercontent.com/mozilla/treeherder/b2ecb99390185ed7883b2334c1b11855ddd0811b/requirements/common.txt` in the text field on https://caniusepython3.com/ 2) Press submit **Expected:** If there were errors (eg due to #47) then they are displayed as part of the...
Usually the service is slow but gets the job done, but this time, it wouldn't load after a few minutes. My requirements.txt file ``` bcrypt==2.0.0 cffi==1.1.2 click==4.0 dj-database-url==0.3.0 Django==1.8.2 django-postgrespool==0.3.0...
This is it, the link is pointing to: ``https://caniusepython3.com/about/`` e raise a 404 error
(Either directly or indirectly via requirements) Then we can make a list of which packages are the most dependened on which don't have py3k support yet.
https://pypi.python.org/pypi/testresources contains "Programming Language :: Python :: 3" But https://caniusepython3.com/project/testresources says that it's not ready for Python 3.
**STR:** 1) Create a requirements file containing: ``` requests https://github.com/jeads/datasource/archive/v0.10.0.tar.gz#egg=datasource==0.10.0 ``` 2) Drag onto the text area on https://caniusepython3.com/ and press check **Expected:** Ideally both requirements checked, or failing that...