Skip to main content

Simple and useful parser that helps you get actual All-Russian Classifier of Municipal Territories (OKTMO)

Project description

All-Russian Classifier of Municipal Territories (OKTMO) Parser

What is this?

Simple and useful parser that helps you get actual All-Russian Classifier of Municipal Territories (OKTMO).

Install

pip install oktmoparser

Quick Guide

The parser is based on the following structure:

parser = OktmoParser()
start_keyword = ''
end_keyword = ''
parser.parse_oktmo(start_keyword, end_keyword)

Parser returns .json file with actual OKTMO from Federal State Statistics Service.


Using

Using the library is as simple and convenient as possible:

  1. Import:

from OktmoParser import OktmoParser

  1. Create object:

parser = OktmoParser()

  1. Set start_keyword value and end_keyword value.

Notice: for the first usage set it empty to get full .json file to see the structure and then you can set your values.

Examples:

start_keyword = 'Муниципальные образования Приморского края'
end_keyword = 'Муниципальные образования Ставропольского края'

You will get all rows between this municipal territories.

  1. Parse and get .json file:

parser.parse_oktmo(start_keyword, end_keyword)

  1. That's it.

Developer

@letimvkocmoc

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

oktmoparser-1.3.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

oktmoparser-1.3.2-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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