{ "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": "# NYC Parser\nA utility to parse NYC addresses and BBLs from a single line input. \n\n## Install\n```sh\n$ pip install nyc-parser\n```\nor clone this repo, `cd` into it and\n```sh\n$ pip install .\n```\n## Usage\n\n```python\n>> from nycparser import Parser\n\n>> p = Parser()\n\n# parse an address\n>> p.address('74-12 35th ave, Queens NY 11372')\n\n{'PHN': '74-12',\n'STREET': '35TH AVE',\n'BOROUGH_CODE': 4,\n'BOROUGH_NAME': 'QUEENS',\n'ZIP': '11372'}\n\n\n# parse a BBL\n>> p.bbl('1004380006')\n\n{'BLOCK': 438,\n'LOT': 6,\n'BOROUGH_CODE': 1,\n'BOROUGH_NAME': 'MANHATTAN'}\n\n\n# can contain special characters, just needs 10 digits\n>> p.bbl('1-00438-0006')\n\n{'BLOCK': 438,\n'LOT': 6,\n'BOROUGH_CODE': 1,\n'BOROUGH_NAME': 'MANHATTAN'}\n\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/nyc-parser", "keywords": "NYC,address,BBL,parser", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nyc-parser", "package_url": "https://pypi.org/project/nyc-parser/", "platform": "", "project_url": "https://pypi.org/project/nyc-parser/", "project_urls": { "Homepage": "https://github.com/ishiland/nyc-parser" }, "release_url": "https://pypi.org/project/nyc-parser/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Parse single line NYC addresses and BBLs.", "version": "0.0.3" }, "last_serial": 5688294, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cfb45db1bddfdd79b717723c9f7edca6", "sha256": "19ef0fc8aadc1ae35f3700eb61134de0591462bffcc20418fcc406d5415fda1a" }, "downloads": -1, "filename": "nyc-parser-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cfb45db1bddfdd79b717723c9f7edca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2341, "upload_time": "2019-08-14T18:14:38", "url": "https://files.pythonhosted.org/packages/01/00/3a77014698c92b97cc92b80dac0ad977caed075ca7e98c48969ec2df7d07/nyc-parser-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "35580bad21c5679cf0b71e9fa4d82c5f", "sha256": "aaf415d9989aff7986b42ba7d3eb174042bc79cdec79bc59b7a1feefc2ade244" }, "downloads": -1, "filename": "nyc-parser-0.0.2.tar.gz", "has_sig": false, "md5_digest": "35580bad21c5679cf0b71e9fa4d82c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2495, "upload_time": "2019-08-14T18:23:17", "url": "https://files.pythonhosted.org/packages/54/41/d649327523e72b987ee2e243ac1691478008cf332d2065145b6ed4ead477/nyc-parser-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a898611e2ea2144f9225ca0225f6d66c", "sha256": "03e56d3fb6b26e960c6734f1b7cd8fba530e609a038a6d7ae8e13a8b47ce0c43" }, "downloads": -1, "filename": "nyc-parser-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a898611e2ea2144f9225ca0225f6d66c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2817, "upload_time": "2019-08-16T15:49:26", "url": "https://files.pythonhosted.org/packages/24/41/ece180dee3d0a271e5193cc822ef98c585ffedcb58284b047d3abef4c178/nyc-parser-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a898611e2ea2144f9225ca0225f6d66c", "sha256": "03e56d3fb6b26e960c6734f1b7cd8fba530e609a038a6d7ae8e13a8b47ce0c43" }, "downloads": -1, "filename": "nyc-parser-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a898611e2ea2144f9225ca0225f6d66c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2817, "upload_time": "2019-08-16T15:49:26", "url": "https://files.pythonhosted.org/packages/24/41/ece180dee3d0a271e5193cc822ef98c585ffedcb58284b047d3abef4c178/nyc-parser-0.0.3.tar.gz" } ] }