{ "info": { "author": "X Studios Inc.", "author_email": "nwhiting@xstudiosinc.com", "bugtrack_url": null, "classifiers": [], "description": "python-ziptax\n=============\n\nPython Module for Integrating into the Zip-Tax.com API\n\nInstall\n-------\n\nPIP\n\n.. code-block:: sh\n\n pip install python-ziptax\n\nPython\n\n.. code-block:: sh\n\n git clone https://github.com:xstudios/zip-tax.git\n cd zip-tax\n python setup.py install\n\nConfiguration\n-------------\n\nThe module will attempt to load a ``settings`` module and will look for the \nfollowing settings.\n\n* *ZIPTAX_API_KEY* - Your Zip-Tax.com API Key\n* *ZIPTAX_API_URL* - URL Location to call for API\n\nUsage\n-----\n\nTax rates are returned based on area codes.\n\n.. code-block:: python\n \n # Getting tax rate for zipcode\n from ziptax import get_tax_rate\n print get_tax_rate(32725)\n # 0.064999997615814\n\nErrors\n------\n\nOn error a ``Ziptax_Failure`` Exception will be raised.\n\n.. code-block:: python\n\n # Catch Errors\n from ziptax import get_tax_rate, Ziptax_Failure\n try:\n tax_rate = get_tax_rate(23452)\n except Ziptax_Failure, e:\n print \"FAILUED DUE TO %s\" % e", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xstudios/python-ziptax", "keywords": null, "license": "Copyright 2010-12 X Studios Inc\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "maintainer": null, "maintainer_email": null, "name": "python-ziptax", "package_url": "https://pypi.org/project/python-ziptax/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-ziptax/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xstudios/python-ziptax" }, "release_url": "https://pypi.org/project/python-ziptax/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Library for zip-tax.com API service", "version": "1.0.2" }, "last_serial": 798136, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "718bfe51fd92d3c4b5737b6f774dee50", "sha256": "b065c801466eabd7dcb9e4db4fc6fd87f9f40ff03f4a2e1e9ca6f1f3c67e9c98" }, "downloads": -1, "filename": "python-ziptax-1.0.0.tar.gz", "has_sig": false, "md5_digest": "718bfe51fd92d3c4b5737b6f774dee50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2190, "upload_time": "2013-03-28T17:02:31", "url": "https://files.pythonhosted.org/packages/d6/77/a74c14b66e799e68252ce95ee6f7f27a6720c63dbf6b351ee1631f5ad97d/python-ziptax-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8de768d484b391be937af59484c82d4d", "sha256": "196a75d7a6e9d57216a4eda955c0bda7909ff52b4648ffb41bcdec859cfceb16" }, "downloads": -1, "filename": "python-ziptax-1.0.1.tar.gz", "has_sig": false, "md5_digest": "8de768d484b391be937af59484c82d4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2192, "upload_time": "2013-03-28T17:05:44", "url": "https://files.pythonhosted.org/packages/38/89/4c59dfbe33a55d28ef410285164dc9d708707616c70ae3912fc56df249ef/python-ziptax-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a75926a95eb02c8727ebbcc89d167493", "sha256": "409778bcc1c67bbe6a06b639214bc61758e91f74b673008835746d4c77de15e3" }, "downloads": -1, "filename": "python-ziptax-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a75926a95eb02c8727ebbcc89d167493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2013-03-28T17:15:42", "url": "https://files.pythonhosted.org/packages/3c/de/71ae3cb780d767262f9bbe26447417626e27542a51ef0193433d54c74980/python-ziptax-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a75926a95eb02c8727ebbcc89d167493", "sha256": "409778bcc1c67bbe6a06b639214bc61758e91f74b673008835746d4c77de15e3" }, "downloads": -1, "filename": "python-ziptax-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a75926a95eb02c8727ebbcc89d167493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2895, "upload_time": "2013-03-28T17:15:42", "url": "https://files.pythonhosted.org/packages/3c/de/71ae3cb780d767262f9bbe26447417626e27542a51ef0193433d54c74980/python-ziptax-1.0.2.tar.gz" } ] }