Metadata-Version: 1.1
Name: postalCodeCz
Version: 0.3.1
Summary: Module returning Czech postal codes/cities based on input.
Home-page: https://github.com/jansindl3r/postalCodeCz
Author: Jan Sindler
Author-email: jansindl3r@gmail.com
License: MIT
Download-URL: https://github.com/jansindl3r/postalCodeCz/archive/0.3.tar.gz
Description: # PostalCodeCz
        This 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. 
        ### def returnCode('Name_of_a_city')
        expects 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.
        ### def returnCity(36301)
        expects 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.
        
Keywords: PostalCode,Czech,Czechia,PSC,Postal code,postalCodeCz
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
