mnzipcodes is a simple library for querying Mongolian zip codes.
Project description
mnzipcode is a simple library for querying Mongolian zip codes.
Installation
mnzipcode is available on PyPi:
# python -m pip install mnzipcode
Example usage:
>>> import mnzipcode
>>>
>>> obj = mnzipcode.ZipCode()
>>>
>>> obj.matching_by_zipcode(11000)
{'name': 'Ulaanbaatar', 'stat': 'province', 'mnname': 'Улаанбаатар', 'year_established': 1942, 'area': 4704.4, 'population': 1539810, 'density': 327}
>>>
>>> obj.matching_by_name('Дархан-Уул')
[{'name': 'Darkhan-Uul', 'zipcode': '45000', 'stat': 'province', 'mnname': 'Дархан-Уул', 'year_established': 1994, 'area': 3275.0, 'population': 107018, 'density': 33}, {'name': 'Дархан-Уул', 'zipcode': '81041', 'stat': 'bag'}, {'name': 'Дархан-Уул', 'zipcode': '81063', 'stat': 'bag'}]
>>>
>>> obj.isReal(11000)
True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mnzipcode-0.0.9.tar.gz
(25.2 kB
view details)
File details
Details for the file mnzipcode-0.0.9.tar.gz
.
File metadata
- Download URL: mnzipcode-0.0.9.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81cb3b011b46a3728100e79656c6f477a5a067d9b05c34e325d68913f200f9a8 |
|
MD5 | f057f149b379a94baba6db235ed0c572 |
|
BLAKE2b-256 | ae6e5c0f0a197beacd199ec2efa9b151a9f8de0a34aef8b7e92d58b95b2024f0 |