{ "info": { "author": "Charlie DeTar", "author_email": "cfd@media.mit.edu", "bugtrack_url": null, "classifiers": [], "description": "# Betwen the Bars address cleaner\n\nThis is a simple library to clean and normalize textual addresses. It is\nbiased toward the sorts of addresses people in prison are given.\n\n## Example usage\n\n from addresscleaner import parse_address, format_address\n\n >>> parsed = parse_address(\"\"\"John Dough\n ... #1234567\n ... 7819 228th St.\n ... Raiford, FL 32026-1120\"\"\")\n >>> print parsed\n {'name': 'John Dough', 'address1': '#1234567', 'address2': '7819 228th St.', 'city': 'Raiford', 'state': 'FL', 'zip': '32026-1120'}\n\n >>> format_address(parsed)\n u'John Dough\\n#1234567\\n7819 228th St.\\nRaiford, FL 32026-1120'\n\nAn exception of type ``addresscleaner.AddressException`` is raised if the\nparser is unable to figure out something about the address. The exception's\nmessage tries to explain as much as possible where it went wrong.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yourcelf/btb-address-cleaner", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "addresscleaner", "package_url": "https://pypi.org/project/addresscleaner/", "platform": "", "project_url": "https://pypi.org/project/addresscleaner/", "project_urls": { "Homepage": "https://github.com/yourcelf/btb-address-cleaner" }, "release_url": "https://pypi.org/project/addresscleaner/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Utility for normalizing (Prisoner-centric) street addresses", "version": "0.1.0" }, "last_serial": 3213201, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "15527305d928c001bf52c203965645d2", "sha256": "37ff1fa4a3ff75fffa19119855571264f93b8ba3996cd4a2cc3722d585c17f9c" }, "downloads": -1, "filename": "addresscleaner-0.0.3.tar.gz", "has_sig": false, "md5_digest": "15527305d928c001bf52c203965645d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4854, "upload_time": "2015-04-15T02:54:48", "url": "https://files.pythonhosted.org/packages/24/98/5db109b1341496ab92ba5f9d989336798734b96bb24f33f7f155507b696e/addresscleaner-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b7977432b9cc52364579e2911ae05fb6", "sha256": "405ce297dd37db04b663659aa7c5dea605795aa447c081baf623731b7c1ea1b5" }, "downloads": -1, "filename": "addresscleaner-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b7977432b9cc52364579e2911ae05fb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2015-04-15T02:59:34", "url": "https://files.pythonhosted.org/packages/6a/00/c31c7eb47aaf76cb09e0c222a7e276eccee24b88fc583520c6213a29570c/addresscleaner-0.0.4.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "58ba96402139bf02d8c55d08b571b14b", "sha256": "a1d701db02c512c88d5f90888b5703fa3470f9609b0c91664e907218d5d52954" }, "downloads": -1, "filename": "addresscleaner-0.1.0.tar.gz", "has_sig": false, "md5_digest": "58ba96402139bf02d8c55d08b571b14b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5044, "upload_time": "2017-09-29T16:17:50", "url": "https://files.pythonhosted.org/packages/35/ef/b02a7c835a04ab9efaf4493b6a3e0e32816311d2bd83a1d01d32e7272e13/addresscleaner-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58ba96402139bf02d8c55d08b571b14b", "sha256": "a1d701db02c512c88d5f90888b5703fa3470f9609b0c91664e907218d5d52954" }, "downloads": -1, "filename": "addresscleaner-0.1.0.tar.gz", "has_sig": false, "md5_digest": "58ba96402139bf02d8c55d08b571b14b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5044, "upload_time": "2017-09-29T16:17:50", "url": "https://files.pythonhosted.org/packages/35/ef/b02a7c835a04ab9efaf4493b6a3e0e32816311d2bd83a1d01d32e7272e13/addresscleaner-0.1.0.tar.gz" } ] }