square-python-sdk
square-python-sdk copied to clipboard
Python client library for the Square API
Async
Hi there! I was wondering whether or not this library will support async anytime soon
i keep getting below error on raspberry pi with python 2.7.16 Traceback (most recent call last): File "orders.py", line 10, in environment='sandbox', File "/home/pi/orders/square/client.py", line 203, in __init__ additional_headers=additional_headers) File...
* customers_api.delete -> customers_api.delete_customer * result.success -> result.is_success * result.error -> result.is_error * customers_api.list() -> customers_api.list_customers()
Currently when installing via pip, two top-level packages are installed: `square` and `tests`. The tests package should not be installed via pip, as this causes conflicts with test collection tools...
The following error occurs when trying to disable a card ``` ```
https://docs.python-guide.org/writing/gotchas/#what-you-should-do-instead https://github.com/PyCQA/pydocstyle/issues/62
Hi, I was wondering if there was any plans to add type annotations to the Python SDK. Thanks!
Unable to analyze changes with AI, incrementing PATCH version.