Skip to main content

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

This version

1.0

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

ca_taxes-1.0-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page