我可以使用braintree sdk和python3

时间:2016-02-19 14:50:19

标签: python python-3.x braintree

braintree git repo在README中说它与Python 3.4兼容,但caniusepython3告诉我它不是。

我可以安全地使用它吗?

$ caniusepython3 -r requirements.txt 
Finding and checking dependencies ...
[WARNING] Stale overrides: {'reportlab'}

You need 1 project to transition to Python 3.
Of that 1 project, 1 has no direct dependencies blocking its transition:

    braintree
$
$ more requirements.txt 
braintree==3.24.0
requests==2.9.1

1 个答案:

答案 0 :(得分:2)

完全披露:我在Braintree工作。如果您有任何其他问题,请随时联系support

Braintree Python库与Python 3.3及更高版本兼容。

caniusepython3使用来自PyPi的list of classifiers来确定项目是否与Python 3兼容。自braintree has no classifiers listed on PyPi起,它未被列为 Python 3兼容。

Braintree库的唯一依赖是requests,它被列为兼容。

我们将致力于更新PyPI以反映兼容性。