{ "info": { "author": "Jan Sindler", "author_email": "jansindl3r@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "# PostalCodeCz\nThis module works offline with Czech postal code system. Its library was updated on 7th november 2018 and contains 2674 registered towns/units and their postal codes. \n### def returnCode('Name_of_a_city')\nexpects one input and returns one output, postal code of your input if it exists in the database. Input allows typos, they are corrected by difflib library's get_close_match. This feature can be turn of by typing **def returnCode('Name_of_a_city', closestMatch=False)**. When you input for example 'Praha' (Prague), it gets closest match to Praha 1. Unless you specify the number and the city has more districts named by numbers, it will always asign 1.\n### def returnCity(36301)\nexpects input of 5 digits between 10000 to 80000, keep in mind that there are only 2674 registered positions. Starting number refers to one of Czech region or more, when they share the same starting number. It returns name of the city with postal code you ianput.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jansindl3r/postalCodeCz/archive/0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jansindl3r/postalCodeCz", "keywords": "PostalCode,Czech,Czechia,PSC,Postal code,postalCodeCz", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "postalCodeCz", "package_url": "https://pypi.org/project/postalCodeCz/", "platform": "", "project_url": "https://pypi.org/project/postalCodeCz/", "project_urls": { "Download": "https://github.com/jansindl3r/postalCodeCz/archive/0.3.tar.gz", "Homepage": "https://github.com/jansindl3r/postalCodeCz" }, "release_url": "https://pypi.org/project/postalCodeCz/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "Module returning Czech postal codes/cities based on input.", "version": "0.3.1" }, "last_serial": 4460906, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "6a9eb4d5bbf526f72ba1398f379ab913", "sha256": "0d3759fdfae275a1798539ec3744c42c52cd3d5a6702af780da30adcb0f6b310" }, "downloads": -1, "filename": "postalCodeCz-0.3.1.zip", "has_sig": false, "md5_digest": "6a9eb4d5bbf526f72ba1398f379ab913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25887, "upload_time": "2018-11-07T10:55:08", "url": "https://files.pythonhosted.org/packages/81/52/d0c49fd381ad9da20d27365f1b963e9366d30802066cadcf3646bf3dfde1/postalCodeCz-0.3.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a9eb4d5bbf526f72ba1398f379ab913", "sha256": "0d3759fdfae275a1798539ec3744c42c52cd3d5a6702af780da30adcb0f6b310" }, "downloads": -1, "filename": "postalCodeCz-0.3.1.zip", "has_sig": false, "md5_digest": "6a9eb4d5bbf526f72ba1398f379ab913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25887, "upload_time": "2018-11-07T10:55:08", "url": "https://files.pythonhosted.org/packages/81/52/d0c49fd381ad9da20d27365f1b963e9366d30802066cadcf3646bf3dfde1/postalCodeCz-0.3.1.zip" } ] }