chhantyal / py3readiness

Python 3 support graph for most popular packages
http://chhantyal.net/py3readiness
BSD 2-Clause "Simplified" License
159 stars 70 forks source link

fabric already support python 3? #54

Closed xiaopeng163 closed 6 years ago

xiaopeng163 commented 6 years ago

http://www.fabfile.org/index.html

Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return:
hugovk commented 6 years ago

Yes, https://pypi.org/project/Fabric/ now supports Python 3:

$ caniusepython3 --projects Fabric
Finding and checking dependencies ...

🎉  You have 0 projects blocking you from using Python 3!

Looks like support was added in Fabric 2.0.0 which was released on 10 May 2018. https://pypi.org/project/Fabric/2.0.0/

Unfortunately, py3readiness has stopped updating since the new PyPI (aka Warehouse) was released and changed its APIs:

Last updated Wednesday, 11 April 2018, 21:51:24 . (Updated weekly.)

See https://github.com/chhantyal/py3readiness/pull/51 for more info and a fix.

xiaopeng163 commented 6 years ago

ok, thanks