Get Sales Tax Rates. Currently only supports Arkansas (because that is the only one I need) but I am open to pull requests for other states.
Project description
salestax-python
Python module for gathering sales tax rates Currently only supports Arkansas. Feel free to submit a pull request to help add other states.
from salestax import Arkansas as ar
ar.get("700 W Walnut St", "Rogers", "72756")
{'taxable_state': 'Arkansas', 'state_tax_rate': '6.5%', 'is_state_taxable': True, 'taxable_county': 'Benton', 'county_tax_rate': '1%', 'is_county_taxable': True, 'taxable_city': 'Rogers', 'city_tax_rate': '2%', 'is_city_taxable': True}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
salestax-1.0.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file salestax-1.0.0.tar.gz
.
File metadata
- Download URL: salestax-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e186b670890c765ad56bcf600a168987ecedd11c7a4489789c84d7409b68a802 |
|
MD5 | 98e9bf6f760824993cc898a32ab46e91 |
|
BLAKE2b-256 | f7a7caafff4ee930463cc9952471272be5c6a017ffdb0829d16da6996dde8b6c |
File details
Details for the file salestax-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: salestax-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fb2a06e8ec5055f2b39c66dc3805376b1ecbdfd3ee26d6a02567601fd938444 |
|
MD5 | b6270f8d4a6abe195993837f2ced4791 |
|
BLAKE2b-256 | cf781245a881f4fcd84930f3df442382aa5a6b421c1153bed9e42abcb898906d |