{"id":15009927,"url":"https://github.com/albertyw/pyziptax","last_synced_at":"2025-10-03T19:30:29.870Z","repository":{"id":13236223,"uuid":"15920895","full_name":"albertyw/pyziptax","owner":"albertyw","description":"Python Module for the Zip-Tax.com API","archived":true,"fork":false,"pushed_at":"2018-05-21T03:23:04.000Z","size":23,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-29T17:03:24.796Z","etag":null,"topics":["python","python-3","tax"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albertyw.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-15T01:03:06.000Z","updated_at":"2023-01-28T20:11:35.000Z","dependencies_parsed_at":"2022-09-13T08:32:12.924Z","dependency_job_id":null,"html_url":"https://github.com/albertyw/pyziptax","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpyziptax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpyziptax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpyziptax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertyw%2Fpyziptax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertyw","download_url":"https://codeload.github.com/albertyw/pyziptax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235173193,"owners_count":18947453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python-3","tax"],"created_at":"2024-09-24T19:29:09.901Z","updated_at":"2025-10-03T19:30:24.556Z","avatar_url":"https://github.com/albertyw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyziptax\n========\n\n|Latest Version| |Python Version| |License|\n\n|Codeship Status for albertyw/pyziptax| |Dependency Status| |Code\nClimate|\n\nPython API for Zip-Tax.com\n\nInstallation\n------------\n\n``pip install pyziptax``\n\nUsage Example\n-------------\n\n.. code:: python\n\n    import pyziptax\n\n    # Single Tax Rate\n    pyziptax.api_key = ZIPTAX_KEY\n    rate = pyziptax.get_rate('10001', 'New York', 'NY')\n    # import decimal\n    # rate == decimal.Decimal('8.875')\n\n    # Multiple Tax Rates\n    pyziptax.api_key = ZIPTAX_KEY\n    rate = pyziptax.get_rate('94304', multiple_rates=True)\n    # rate == {u'LOCKHEED': Decimal('8.250'), u'PALO ALTO': Decimal('8.750')}\n\nZipTaxClient Parameters\n-----------------------\n\n-  ``ZIPTAX_KEY`` - API key you received when you registered on\n   Zip-Tax.com\n-  ``zip_code`` - The only required parameter\n-  ``city`` - Optional\n-  ``state`` - Optional\n-  ``multiple_rates`` - If ``True``, returns a dictionary of city names\n   to tax rates; If ``False``, returns just the tax rate, but raises a\n   ZipTaxFailure if multiple rates were returned.\n\nDevelopment\n-----------\n\nPull requests welcome!\n\n.. code:: shell\n\n    # Set up repository for development\n    pip install tox\n    python setup.py install\n\n    # Run tests\n    tox\n\nTo update PyPI:\n\n.. code:: shell\n\n    pip install twine\n    python setup.py sdist bdist_wheel\n    twine upload dist/*\n\n.. |Latest Version| image:: https://img.shields.io/pypi/v/pyziptax.svg\n   :target: https://pypi.python.org/pypi/pyziptax/\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/pyziptax.svg\n.. |License| image:: https://img.shields.io/pypi/l/pyziptax.svg\n   :target: https://pypi.python.org/pypi/pyziptax/\n.. |Codeship Status for albertyw/pyziptax| image:: https://codeship.com/projects/ac619bb0-acba-0132-14f9-4e5346bb67f3/status?branch=master\n   :target: https://codeship.com/projects/68576\n.. |Dependency Status| image:: https://pyup.io/repos/github/albertyw/pyziptax/shield.svg\n   :target: https://pyup.io/repos/github/albertyw/pyziptax/\n.. |Code Climate| image:: https://codeclimate.com/github/albertyw/pyziptax/badges/gpa.svg\n   :target: https://codeclimate.com/github/albertyw/pyziptax\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertyw%2Fpyziptax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertyw%2Fpyziptax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertyw%2Fpyziptax/lists"}