caniusepython3 icon indicating copy to clipboard operation
caniusepython3 copied to clipboard

Can I Use Python 3?

Results 8 caniusepython3 issues
Sort by recently updated
recently updated
newest added

It would be nice if `caniusepython3` recognizes [environment markers](https://www.python.org/dev/peps/pep-0508/#environment-markers) so it can ignore a line like this in requirements.txt for example: `some-old-package; python_version

enhancement

`dependencies.py` is logging whatever the last project of the previous for-loop was instead of the parent node.

When running a check against a requirements file with --hash syntax in them, I get warnings about skipped lines. If the --hash is on the same line as a dependency,...

enhancement

Thanks for this helpful tool! We're excited to incorporate it into our workflow. I found one very slightly inconvenient bug when futurizing a particular file added the following `from __future__`...

bug

`caniusepython3` will exit without an error code if it can't find a package on pypi, and just assumes the package is Python 3 compatible. On the other hand, It will...

enhancement
help wanted

No need to show the whole traceback, just the exception message.

enhancement

Running latest master (4600247535d752b2728b876cacf01b914bd414cd) of caniusepython3 against [this](https://github.com/mozilla/treeherder/blob/bd366539bf19e6535cf926b7b4f021ab325f3d4a/requirements/common.txt) requirements file, results in: ``` (caniusepython3) [~/src/treeherder]$ caniusepython3 -r requirements/common.txt Finding and checking dependencies ... [WARNING] Stale overrides: set([u'regex', u'certifi', u'testresources', u'ipaddress',...

enhancement

Just wondering if it's possible to detect supported version from wheel format. For example, this https://pypi.python.org/pypi/reportlab doesn't show version in classifier but uploaded wheel shows what versions of Python are...

enhancement