AvaTax-REST-V2-Python-SDK
AvaTax-REST-V2-Python-SDK copied to clipboard
Sales Tax API SDK for Python and AvaTax REST
Use an avalara-specific logger. This allows clients to control whether they want avalara logs to be displayed or propagated to their logging system, and at what levels.
The address methods list the Postal Code parameter as `postal_code` however the Avalara API accepts only `postalCode`. This PR resolves this discrepancy so that developers using this and its SDK...
Using peristent connections significantly speeds up the common case of making calls in quick succession.
Hello - I'm wondering if Avalara can verify if this package is 3.7 compatible. This PR assumes this compatibility but I have not verified. Thanks again!
Updated some misspellings on line 81.
https://github.com/avadev/AvaTax-REST-V2-Python-SDK/blob/ff832f8ed052375ecdafa7eaf60fccd445005547/src/client_methods.py#L1873 When I try to pass filter argument, it is not accepted.
direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel as well as a source distribution.