braintree_python
braintree_python copied to clipboard
Braintree Python library
Similar to [this ticket](https://github.com/braintree/braintree_ruby/issues/101) (appreciate it's Ruby client), would it be possible to include `updated_at` field in [TransactionSearch](https://github.com/braintree/braintree_python/blob/master/braintree/transaction_search.py)? The use case for that is to retrieve the latest data from...
Summary ======= This commit fixes deprecation warnings that arise from using backslashes in strings, but *not* as part of an escape sequence. It will help this library be used with...
### General information * SDK/Library version: 4.9.0 (I also checked the latest code and it's still an issue) * Environment: doesn't matter, I think * Language, language version, and OS:...
We are writing a connector to write JSON files of transactions that we search in the past day. Version 3.57.1 ``` import braintree from braintree import Environment, BraintreeGateway, Configuration, TransactionSearch...
In particular the authentication related headers are weirdly explicitly encoded to bytes whereas all the other headers are strings. This is unintuitive when using a custom http strategy and we...
### Issue description This library doesn't seem to support python 2 but is still producing a universal wheel, `setup.cfg` can just be removed since that is the only entry. https://github.com/braintree/braintree_python/blob/9b58e54eee72a7682bf341e4c9a8a404199e7c3c/setup.cfg
### Issue description This library should use [python_requires](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#python-requires) to enforce the supported Python version with `pip`.
I've noticed that you use `requests` library in order to make HTTP requests, but `requests` doesn't use connection pooling by default. In order to use connection pooling one has to...
I couldn't find any information on whether `BraintreeGateway` is thread-safe or not - could you help me out with that?
### General information * SDK/Library version: 4.6.0 * Environment: Sandbox * Language, language version, and OS: Python 3.9.1 on a python:alpine docker container ### Issue description When I try and...