{ "info": { "author": "Simon Wenmouth", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries" ], "description": "zip-code-radius\n ===============\n \n :info: Generate minimum sets of zip codes, based on a radius, that\n can be used in a series of searches to cover the entire USA\n \n Features\n ********\n \n * downloads an up-to-date reference set of US postal codes from \n a repository hosted on ``github.com``\n \n Installation\n ------------\n \n .. code-block:: shell\n \n pip install zip-code-radius\n \n Usage\n -----\n \n .. code-block:: python\n \n import sys\n \n from zip_code_radius import solver\n \n radius = float(sys.argv[1])\n \n results = solver.solve(radius)\n \n print \"radius: %d, zip-codes: %d\" % (radius, len(results))\n \n Notes\n -----\n \n ``zip-code-radius`` stores the US postal code data at your os temp dir (e.g. /tmp/).", "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/simon-wenmouth/zip-code-radius", "keywords": "zip code,radius,minimum search set", "license": "http://www.apache.org/licenses/LICENSE-2.0", "maintainer": null, "maintainer_email": null, "name": "zip-code-radius", "package_url": "https://pypi.org/project/zip-code-radius/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zip-code-radius/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/simon-wenmouth/zip-code-radius" }, "release_url": "https://pypi.org/project/zip-code-radius/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Generate minimum sets of zip codes, based on a radius, that can be used in a series of searches to cover the entire USA", "version": "0.0.1" }, "last_serial": 1424740, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ae77f98939c3890dace02a9eb5542a1a", "sha256": "285ef1bb4ff073f2ef9fe5b54a2f1972c756bfe57ceb25ccac811d15fee6a0eb" }, "downloads": -1, "filename": "zip_code_radius-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae77f98939c3890dace02a9eb5542a1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10038, "upload_time": "2015-02-16T00:48:28", "url": "https://files.pythonhosted.org/packages/cb/39/9f1da089d071657772ceb19338f5d8da171f21a0c0e7da577b22ba2f31e1/zip_code_radius-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b7ea97ee17296ada8e5099858d9741d", "sha256": "f9e297ade0c105bad0740498173315e812a43290d2402ccd1ac122cab894950c" }, "downloads": -1, "filename": "zip-code-radius-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2b7ea97ee17296ada8e5099858d9741d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9801, "upload_time": "2015-02-16T00:48:30", "url": "https://files.pythonhosted.org/packages/ca/81/056e8d3dc69a377a59182cb40c145252ab54ab83b3df0137e0b3a2dd48fc/zip-code-radius-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae77f98939c3890dace02a9eb5542a1a", "sha256": "285ef1bb4ff073f2ef9fe5b54a2f1972c756bfe57ceb25ccac811d15fee6a0eb" }, "downloads": -1, "filename": "zip_code_radius-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae77f98939c3890dace02a9eb5542a1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10038, "upload_time": "2015-02-16T00:48:28", "url": "https://files.pythonhosted.org/packages/cb/39/9f1da089d071657772ceb19338f5d8da171f21a0c0e7da577b22ba2f31e1/zip_code_radius-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b7ea97ee17296ada8e5099858d9741d", "sha256": "f9e297ade0c105bad0740498173315e812a43290d2402ccd1ac122cab894950c" }, "downloads": -1, "filename": "zip-code-radius-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2b7ea97ee17296ada8e5099858d9741d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9801, "upload_time": "2015-02-16T00:48:30", "url": "https://files.pythonhosted.org/packages/ca/81/056e8d3dc69a377a59182cb40c145252ab54ab83b3df0137e0b3a2dd48fc/zip-code-radius-0.0.1.tar.gz" } ] }