{ "info": { "author": "Tasdik Rahman", "author_email": "tasdik95@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Build Tools" ], "description": "Pyzipcode\n=========\n\n|PyPI version| |License| |Python Versions| |Build Status| |Requirements Status|\n\n:Author: Tasdik Rahman\n\n.. contents::\n :backlinks: none\n\n.. sectnum::\n\nWhat is it?\n-----------\n\nExtract meta data like \n\n- ``city``\n- ``state``\n- ``county``\n- ``location``\n\n - ``latitude``\n - ``longitude``\n\n- Appropriate boundaries for that area\n\nby just using the ``ZIPCODE`` and `Country code `__\n\nFeatures\n--------\n\n- Written in uncomplicated ``python``\n- Supports all the Country codes specified in the ISO specification i.e\n all **264 countries** where they have a pin code.\n\n You can find a list of all the country codes at `the Wiki page `__\n- Gives ouput in a ``dict`` form or a ``JSON`` format\n- Fast and easy to use\n\n\nInstallation\n------------\n\nOption 1: installing through `pip `__ (Suggested way)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n`pypi package link `__\n\n``$ pip install pyzipcode-cli``\n\nIf you are behind a proxy\n\n``$ pip --proxy [username:password@]domain_name:port install pyzipcode-cli``\n\n**Note:** If you get ``command not found`` then\n``$ sudo apt-get install python-pip`` should fix that\n\nOption 2: Installing from source\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n $ git clone https://github.com/prodicus/pyzipcode-cli.git\n $ cd pyzipcode-cli/\n $ pip install -r requirements.txt\n $ python setup.py install\n\nUsage\n-----\n\n``get()``\n~~~~~~~~~\n\n.. code:: bash\n\n >>> pz.get(603203, \"IN\", return_json=True)\n {\n \"location\": {\n \"lat\": 12.8336666,\n \"lng\": 80.0199562\n },\n \"city\": \"Kavanur\",\n \"state_short\": \"25\",\n \"county\": \"Kanchipuram\",\n \"state\": \"Tamil Nadu\",\n \"postal_code\": \"603203\",\n \"bounds\": {\n \"northeast\": {\n \"lat\": 12.8769479,\n \"lng\": 80.0572497\n },\n \"southwest\": {\n \"lat\": 12.7997355,\n \"lng\": 79.9504465\n }\n },\n \"location_type\": \"APPROXIMATE\",\n \"country\": \"IN\"\n }\n\nTo-do\n-----\n\n- [ ] Support ``timezone`` extraction\n- [ ] Add cli-support\n\nContributing\n------------\n\nFeel free to make a pull request. For that, please refer the `Contributing page `__ \n\nBugs\n----\n\nPlease report the bugs at the `issue\ntracker `__\n\nKnown Issues\n------------\n\n- The zipcodes for Argentina are not working for the release `0.1.3 `__ as reported by `DavidVentura `__ on issue `#1 `__\n\nLicense :\n---------\n\n`MIT License `__ \u00a9 `Tasdik Rahman `__\n\nYou can find a copy of the License at http://prodicus.mit-license.org/\n\n.. |PyPI version| image:: https://badge.fury.io/py/pyzipcode-cli.svg\n :target: https://badge.fury.io/py/pyzipcode-cli\n.. |License| image:: https://img.shields.io/pypi/l/pyzipcode-cli.svg\n :target: https://img.shields.io/pypi/l/pyzipcode-cli.svg\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pyzipcode-cli.svg\n.. |Build Status| image:: https://travis-ci.org/prodicus/pyzipcode-cli.svg?branch=master\n.. |Requirements Status| image:: https://requires.io/github/prodicus/pyzipcode-cli/requirements.svg?branch=master\n :target: https://requires.io/github/prodicus/pyzipcode-cli/requirements/?branch=master\n :alt: Requirements Status", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/prodicus/pyzipcode-cli/tarball/0.1.4", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/prodicus/pyzipcode-cli", "keywords": "api,geo-location,zipcode,devtools,Development,ziptastic,latitude,longitude", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyzipcode-cli", "package_url": "https://pypi.org/project/pyzipcode-cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyzipcode-cli/", "project_urls": { "Download": "https://github.com/prodicus/pyzipcode-cli/tarball/0.1.4", "Homepage": "https://github.com/prodicus/pyzipcode-cli" }, "release_url": "https://pypi.org/project/pyzipcode-cli/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "a thin wrapper around getziptastic's API v2", "version": "0.1.4" }, "last_serial": 1907597, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ccd4a336fe497e67972394c464a321c4", "sha256": "0172ace7033fa4796bd5f0cf558ea1e9fbfeb53e3e91ab527f2de1edac0d46c5" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ccd4a336fe497e67972394c464a321c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1566, "upload_time": "2015-11-10T13:57:20", "url": "https://files.pythonhosted.org/packages/83/5a/e4a3b726c7fcdc9f86b5e17d6016ac68cfe87e2fee9716b5cbc9593d5ba6/pyzipcode-cli-0.0.1.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "9255ea11aaa83e09af35465d7663afbb", "sha256": "d37365562d376cb0d46fc251cca7a9a3827e01bbe5e1335cf2b071c24d61ac47" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.11.tar.gz", "has_sig": false, "md5_digest": "9255ea11aaa83e09af35465d7663afbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7452, "upload_time": "2015-11-13T10:09:19", "url": "https://files.pythonhosted.org/packages/5f/04/04678e38876f0f91442ff799c6dffec75fd8513a3f08defc40a9aa634257/pyzipcode-cli-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "065d105da1d947afc936aec9d6943998", "sha256": "9fc014007bcda0e024e0522fb6e5758495f0b4c5dcf23d4f5549f4fb2a70b281" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.12.tar.gz", "has_sig": false, "md5_digest": "065d105da1d947afc936aec9d6943998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6202, "upload_time": "2015-11-13T10:13:14", "url": "https://files.pythonhosted.org/packages/39/50/3989a3a42fd9353d11ad008fa252bc6a05553c1371e14916771d95e65f18/pyzipcode-cli-0.0.12.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "828bb8c465f50987168363ce24515024", "sha256": "b64a3f8a1314c4f66a050ec0d34e0c0e5f0fccd6189fe6c0ff5579520f19d6ba" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.4.tar.gz", "has_sig": false, "md5_digest": "828bb8c465f50987168363ce24515024", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1917, "upload_time": "2015-11-10T20:21:17", "url": "https://files.pythonhosted.org/packages/e9/fc/1f67e946a665925c6196092bc5c8818e0997a11fb85adcdb87084c795ed2/pyzipcode-cli-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "76f7fe097649f0137a74286308628b1f", "sha256": "bf0bbe10a4d4196ff25bf10d08cba663a8573d2721f327f4793fee87ac914b87" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.5.tar.gz", "has_sig": false, "md5_digest": "76f7fe097649f0137a74286308628b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2248, "upload_time": "2015-11-10T21:07:15", "url": "https://files.pythonhosted.org/packages/58/58/04879e3a30010e420b9c652a40c12368dfa3688835ba65f26cf73edbe20d/pyzipcode-cli-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "8eb3d978829e0474c8e11aa18a20274e", "sha256": "0943a1b583c138a832708d4a893a95cd4b6dab17707a1d96ef8213b7449d644d" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.6.tar.gz", "has_sig": false, "md5_digest": "8eb3d978829e0474c8e11aa18a20274e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2295, "upload_time": "2015-11-10T21:28:46", "url": "https://files.pythonhosted.org/packages/f2/8b/28d3f96f1aa9150bd452178eed7799438bbf4b6876cdc16e2b9913a4a277/pyzipcode-cli-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "ce0f52d017c54dd849958127018fea48", "sha256": "4363864024d00d44d1025f138efa170feafadf27c482b50dc092a5bb701c1205" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.7.tar.gz", "has_sig": false, "md5_digest": "ce0f52d017c54dd849958127018fea48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4912, "upload_time": "2015-11-10T21:39:32", "url": "https://files.pythonhosted.org/packages/42/9e/448e18288b13e386c712895040cb0c77ee31ec94b5eddffb842de8f97a62/pyzipcode-cli-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "ce8008274b27519ab41269e4f0c85e95", "sha256": "8999705a979c044129888daf82a4b6becb12a94c713b25a79e2da3a3810d9efa" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.8.tar.gz", "has_sig": false, "md5_digest": "ce8008274b27519ab41269e4f0c85e95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4870, "upload_time": "2015-11-10T21:54:45", "url": "https://files.pythonhosted.org/packages/b9/dc/4488cf76f07076c6e5dbaba9234acc2a088efcd46b2f3f0760f8f8891f36/pyzipcode-cli-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "66c30c5672016f91d5e2fc07368a0e1b", "sha256": "ea8c7f9209412736fc8aa49f8f59b39d711b98cbeebeae563f9237439a2f4e34" }, "downloads": -1, "filename": "pyzipcode-cli-0.0.9.tar.gz", "has_sig": false, "md5_digest": "66c30c5672016f91d5e2fc07368a0e1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4822, "upload_time": "2015-11-10T22:07:07", "url": "https://files.pythonhosted.org/packages/c9/97/1a1e83e98e502ba5840949613edbcdc644c405a937d3b45d9767161fae4e/pyzipcode-cli-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7fc3459db5a644ef4d5ffc48104e0344", "sha256": "77aafdbbea264d7acdfc40829074c0a2ec8bd354fc007fcc0c5fe0ee1b0f20a1" }, "downloads": -1, "filename": "pyzipcode-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7fc3459db5a644ef4d5ffc48104e0344", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7151, "upload_time": "2016-01-02T10:47:29", "url": "https://files.pythonhosted.org/packages/fa/38/c35a6b9237aab6a9318c0331105f712c3927f1766db8fd85cfdb5a5b1090/pyzipcode-cli-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "588ca4cc67347f22f0240fca8ab216af", "sha256": "e64e76ebffb0c3d557e2e987212c83763b3968eaf533cb9d0c48a7b1ede386cf" }, "downloads": -1, "filename": "pyzipcode-cli-0.1.2.tar.gz", "has_sig": false, "md5_digest": "588ca4cc67347f22f0240fca8ab216af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7169, "upload_time": "2016-01-02T11:12:16", "url": "https://files.pythonhosted.org/packages/18/a2/cc8d7e717eb726aa4988458dfe6e7b055617800679725fc036ebe80f7898/pyzipcode-cli-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9fe442b4422848fb1800b543b9dcb03e", "sha256": "0c314176598c8897366c675c5fb12d5495ec52dc68285f3f3111ff1bb670f4e5" }, "downloads": -1, "filename": "pyzipcode-cli-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9fe442b4422848fb1800b543b9dcb03e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3911, "upload_time": "2016-01-02T12:10:46", "url": "https://files.pythonhosted.org/packages/0a/6c/7383dc7f6bdfb020b1fd93ec1f229edded0175d014572e3f6a665ca26a6b/pyzipcode-cli-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "06a4d2b1f42a24fed799088b9d3a63b7", "sha256": "6be05afa74e7cda36d4298972b720726754548d295e8bb1660658e0eab896413" }, "downloads": -1, "filename": "pyzipcode-cli-0.1.4.tar.gz", "has_sig": false, "md5_digest": "06a4d2b1f42a24fed799088b9d3a63b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6087, "upload_time": "2016-01-16T17:59:20", "url": "https://files.pythonhosted.org/packages/32/88/37670f638c09a602bd6210d960fc870fdbc8c184aa6ab3a40bb42f4d3050/pyzipcode-cli-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "06a4d2b1f42a24fed799088b9d3a63b7", "sha256": "6be05afa74e7cda36d4298972b720726754548d295e8bb1660658e0eab896413" }, "downloads": -1, "filename": "pyzipcode-cli-0.1.4.tar.gz", "has_sig": false, "md5_digest": "06a4d2b1f42a24fed799088b9d3a63b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6087, "upload_time": "2016-01-16T17:59:20", "url": "https://files.pythonhosted.org/packages/32/88/37670f638c09a602bd6210d960fc870fdbc8c184aa6ab3a40bb42f4d3050/pyzipcode-cli-0.1.4.tar.gz" } ] }