{ "info": { "author": "Ian Shiland", "author_email": "ishiland@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# geosupport-suggest\nRetrieve address suggestions from Geosupport using [python-geosupport](https://github.com/ishiland/python-geosupport) and a single input address.\n\n## Install\n```sh\n$ pip install geosupport-suggest\n```\nor clone this repo, `cd` into it and\n```sh\n$ pip install .\n```\n## Usage\n\n```python\nfrom geosupport import Geosupport\nfrom suggest import GeosupportSuggest\n\n# create a Geosupport object\ng = Geosupport()\n\n# create a GeosupportSuggest object using Geosupport\ns = GeosupportSuggest(g)\n\n```\n\n### Get Suggestions\nRequires at least a house number and the first character of a street name. Each suggestion returns the full geosupport result.\n```python\n>> s.suggestions('100 Gold')\n[\n {'First Borough Name': 'STATEN IS', \n 'House Number - Display Format': '100', \n 'House Number - Sort Format': '000100000AA', \n 'B10SC - First Borough and Street Code': '52981501010', \n 'First Street Name Normalized': 'GOLD AVENUE', \n ...}, \n {'First Borough Name': 'MANHATTAN', \n 'House Number - Display Format': '100', \n 'House Number - Sort Format': '000100000AA', \n 'B10SC - First Borough and Street Code': '12135001010', \n 'First Street Name Normalized': 'GOLD STREET', \n ...},\n {'First Borough Name': 'BROOKLYN', \n 'House Number - Display Format': '100',\n 'House Number - Sort Format': '000100000AA', \n 'B10SC - First Borough and Street Code': '34453001010', \n 'First Street Name Normalized': 'GOLD STREET',\n ...}\n]\n```\n\n### Contribute\nIssues and PRs welcome.\n\n\n### License\nMIT", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ishiland/geosupport-suggest", "keywords": "NYC,geocoder,python-geosupport,geosupport,geosupport-suggest", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "geosupport-suggest", "package_url": "https://pypi.org/project/geosupport-suggest/", "platform": "", "project_url": "https://pypi.org/project/geosupport-suggest/", "project_urls": { "Homepage": "https://github.com/ishiland/geosupport-suggest" }, "release_url": "https://pypi.org/project/geosupport-suggest/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Retrieve address suggestions from Geosupport", "version": "0.0.2" }, "last_serial": 5683822, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8c079aba4556c0f9adbfd862f5e44f24", "sha256": "0c1ee602cc92dde4c63b104ec284213071911e331f9d105ebef7ce1d785ac5ff" }, "downloads": -1, "filename": "geosupport-suggest-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8c079aba4556c0f9adbfd862f5e44f24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173, "upload_time": "2019-08-14T20:52:07", "url": "https://files.pythonhosted.org/packages/65/62/245bf99b50fdb481953c24ef924af13502690163046a7e2653c452339f21/geosupport-suggest-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b15cf353754531085d2c08e9fc5b7f5c", "sha256": "f1fc51b81cae09545938ea9008f90b8fab6746710d6bdedc65a349ccc6515aad" }, "downloads": -1, "filename": "geosupport-suggest-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b15cf353754531085d2c08e9fc5b7f5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3069, "upload_time": "2019-08-15T19:30:16", "url": "https://files.pythonhosted.org/packages/b6/c7/452bf5a4efc0b5055893a09ef29adf464609cee60ea02826e8045f6816a0/geosupport-suggest-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b15cf353754531085d2c08e9fc5b7f5c", "sha256": "f1fc51b81cae09545938ea9008f90b8fab6746710d6bdedc65a349ccc6515aad" }, "downloads": -1, "filename": "geosupport-suggest-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b15cf353754531085d2c08e9fc5b7f5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3069, "upload_time": "2019-08-15T19:30:16", "url": "https://files.pythonhosted.org/packages/b6/c7/452bf5a4efc0b5055893a09ef29adf464609cee60ea02826e8045f6816a0/geosupport-suggest-0.0.2.tar.gz" } ] }