{ "info": { "author": "Thomas Schultz", "author_email": "tom@getziptastic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Official Ziptastic Python Library\n=================================\n\n\nPython library for `GetZiptastic.com `_\n---------------------------------------------------------------------\n\n.. image:: https://readthedocs.org/projects/ziptastic-python/badge/?version=latest\n :target: http://ziptastic-python.readthedocs.org/en/latest/?badge=latest\n\n.. image:: https://codecov.io/gh/ziptastic/ziptastic-python/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/ziptastic/ziptastic-python/branch/master\n\n.. image:: https://travis-ci.org/Ziptastic/ziptastic-python.svg?branch=master\n :target: https://travis-ci.org/Ziptastic/ziptastic-python\n\n.. image:: https://circleci.com/gh/Ziptastic/ziptastic-python.png\n :target: https://circleci.com/gh/Ziptastic/ziptastic-python\n\nInstallation\n------------\n\n >>> pip install ziptastic-python\n\n\nRunning tests\n-------------\n\n $ nosetests\n\nRunning tests with coverage\n---------------------------\n\n $ nosetests --with-coverage --cover-package=ziptastic\n\n\nUsage\n=====\n\nForward geocoding\n-----------------\n\n >>> from ziptastic import Ziptastic\n >>> api = Ziptastic('')\n >>> result = api.get_from_postal_code('48867')\n\n\nReverse geocoding\n-----------------\n\n >>> from ziptastic import Ziptastic\n >>> api = Ziptastic('')\n >>> result = api.get_from_coordinates('42.9934', '-84.1595')\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ziptastic/ziptastic-python", "keywords": "ziptastic getziptastic geocoding forward reverse geocode GIS", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ziptastic-python", "package_url": "https://pypi.org/project/ziptastic-python/", "platform": "", "project_url": "https://pypi.org/project/ziptastic-python/", "project_urls": { "Homepage": "https://github.com/ziptastic/ziptastic-python" }, "release_url": "https://pypi.org/project/ziptastic-python/1.0.0b2/", "requires_dist": [ "requests", "check-manifest; extra == 'dev'", "coverage; extra == 'test'", "requests-mock; extra == 'test'" ], "requires_python": "", "summary": "Official GetZiptastic.com library.", "version": "1.0.0b2" }, "last_serial": 3697486, "releases": { "1.0.0b1": [ { "comment_text": "", "digests": { "md5": "cdaf4280be419e115d8070643d1fa44c", "sha256": "5e7cad2c97312503bb3dbbc1de20d1f892e989f5ca44c1a637aad0e3a21eee9f" }, "downloads": -1, "filename": "ziptastic_python-1.0.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cdaf4280be419e115d8070643d1fa44c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3314, "upload_time": "2017-02-13T02:12:41", "url": "https://files.pythonhosted.org/packages/1f/d7/22622f2ff22490ad332eedf0d7883830c4634555168d3425b94eaba376d5/ziptastic_python-1.0.0b1-py2.py3-none-any.whl" } ], "1.0.0b2": [ { "comment_text": "", "digests": { "md5": "a247f03c3e320125333b88c24917d33c", "sha256": "43210f35774450e290abb4a6719bcf270561993313c85b458f8c17dfbe1d7932" }, "downloads": -1, "filename": "ziptastic_python-1.0.0b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a247f03c3e320125333b88c24917d33c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3317, "upload_time": "2018-03-23T03:26:48", "url": "https://files.pythonhosted.org/packages/8a/a3/f12f875350fb60a9be80344d2ad8949c8e89004c89f1e248dc47df49fb1a/ziptastic_python-1.0.0b2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a247f03c3e320125333b88c24917d33c", "sha256": "43210f35774450e290abb4a6719bcf270561993313c85b458f8c17dfbe1d7932" }, "downloads": -1, "filename": "ziptastic_python-1.0.0b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a247f03c3e320125333b88c24917d33c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3317, "upload_time": "2018-03-23T03:26:48", "url": "https://files.pythonhosted.org/packages/8a/a3/f12f875350fb60a9be80344d2ad8949c8e89004c89f1e248dc47df49fb1a/ziptastic_python-1.0.0b2-py2.py3-none-any.whl" } ] }