Django App for handling California Taxes
Project description
п»ї# California Taxes Django App
Django based app provides an easy way to get tax rate for city and county in California, US.
It provides Data Model CATax
and management command for extracting state data.
Installation
Install ca-taxes
:
pip install ca-taxes
Add ca-taxes
to INSTALLED_APPS
in Django settings:
INSTALLED_APPS = (
# ...
'ca_taxes',
# ...
)
Run Django migrations:
python manage.py migrate
Import CA taxes data from California State Board of Equalization.
python manage.py cataxes
Usage
CATaxManager.lookup_tax_rate('Los Angeles', self.test_county)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file ca_taxes-1.0-py3-none-any.whl
.
File metadata
- Download URL: ca_taxes-1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c672186aa031ab29dc3bba3c71e73626f7061084522d5a5250ad4013f9f109 |
|
MD5 | 3c16750511c14fd2ae834726701dbb69 |
|
BLAKE2b-256 | b47950ef767c50443af09fcbb17171cec9d9c5f06e9e781108fae9b86f464351 |