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

>>> mnzipcode.similar_to(8501)
[
  {'mnname': 'Зүүнхангай', 
  'zipcode': '85010'
  }, 
  {
    'mnname': 'Даланбулаг', 
    'zipcode': '85011'
  }, 
  {
    'mnname': 'Хайрхан', 'zipcode': '85013'
  }, 
  {
    'mnname': 'Жаргалант', 
    'zipcode': '85015'
  }, 
  {
    'mnname': 'Баянгол', 
    'zipcode': '85017'
  }
]

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

Uploaded Source

File details

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

File metadata

  • Download URL: mnzipcode-0.1.25.tar.gz
  • Upload date:
  • Size: 18.5 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.25.tar.gz
Algorithm Hash digest
SHA256 a013bde1104a1de92c75f1a930b49fd0f3222d9f8cecd42426697a604559b99c
MD5 fdea749137863a7292e9703bfc9cc95b
BLAKE2b-256 28c56fb0fc84d0b63ab102428bce0003eba188f23f1f181a980b1ee8aea840a2

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