mnzipcodes is a simple library for querying Mongolian zip codes.
Project description
mnzipcodes 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.7.tar.gz
(24.4 kB
view details)
File details
Details for the file mnzipcode-0.0.7.tar.gz
.
File metadata
- Download URL: mnzipcode-0.0.7.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae5abf12115951239d11c906009feba9fccb96df646195bc1791d7cedb87f13 |
|
MD5 | 31ddf416788bdec07f7ce4609d9121e2 |
|
BLAKE2b-256 | f7603337e6dec61f893c711bf11dc3c1e592a5ba49e6b7ac2891a7f3e3f55b31 |