Metadata-Version: 2.1
Name: katottglib
Version: 0.3.1
Summary: A Python lib to operate KATOTTG addresses (classified administrative division of Ukraine).
Home-page: https://github.com/sen-den/katottglib
Author: Denis Senchishen
Author-email: dsenchishen@icloud.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: openpyxl

===========
KATOTTG lib
===========

Quick start
-----------

- Install with `pip install katottglib`
- Import `import katottglib`
- Search for entities with `find_by_name` `katottglib.find_by_name(name="Lviv")`

Release notes
-------------

v0.3.1 (2024-06-17)
...................

Unpin pandas and openpyxl versions - previous version was uninstallable if pandas 2.1 required.

v0.3.0 (2024-06-16)
...................

Update kodifikator.xlsx to 2024-01-19

v0.2.6 (2023-07-10)
...................

Try to fix continuation import errors on some installations.

v0.2.5 (2023-07-10)
...................

Fix import statements to be consistent.


v0.2.4 (2023-07-10)
...................

Fix installation by adding setup.py install_requires


v0.2.3 (2023-07-10)
...................

Fix installation by refining the structure

v0.2.2 (2023-07-10)
...................

Updated setup.py config


v0.2.1 (2023-07-09)
...................

Fixes and improvements to performance.

- data/kodifikator.xlsx is included into the dist.

v0.2.0 (2023-07-01)
...................

Fixes and improvements to performance.

- Dataframe is now persisted with Pickle.

v0.1.0 (2023-06-10)
...................

Initial release.

- Search by name with filter by level (``find_by_name``).
- Search by identifier (``find_by_id``)
