Skip to main content

mnzipcode is a simple library for querying Mongolian zip codes.

Project description

mnzipcode

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 


>>> mnzipcode.matching_by_zipcode(11000)
{
  'stat': 'capital', 
  'mnname': 'Улаанбаатар', 
  'name': 'Ulaanbaatar', 
  'year_established': 1942, 
  'area': 4704.4, 
  'population': 1539810, 
  'density': 327, 
  'zipcode': '11000'
}


>>> mnzipcode.filter(mnname='Дархан-Уул')
[
  {
    'stat': 'province', 
    'mnname': 'Дархан-Уул', 
    'name': 'Darkhan-Uul', 
    'year_established': 1994, 
    'area': 3275.0, 
    'population': 107018, 
    'density': 33, 
    'zipcode': '45000', 
    'capital': 'Darkhan', 
    'capitalmn': 'Дархан'}, 
  {
    'mnname': 'Дархан-Уул', 
    'zipcode': '81041'
  }, 
  {
    'mnname': 'Дархан-Уул', 
    'zipcode': '81063'
  }
]

>>> mnzipcode.is_real(11000)
True

Project details


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.1.2.tar.gz (18.4 kB view details)

Uploaded Source

File details

Details for the file mnzipcode-0.1.2.tar.gz.

File metadata

  • Download URL: mnzipcode-0.1.2.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for mnzipcode-0.1.2.tar.gz
Algorithm Hash digest
SHA256 01100cc8a0f1c6967aa80316c50272e7148a5007cec837ba5181ef4ea93d4cd1
MD5 9ada8769e5fe0c629c616e5c229ba3e6
BLAKE2b-256 8f15ad984862b846b8c4623897f0d24734a17eab3ed685f5892ffe531c760817

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page