Metadata-Version: 2.1
Name: gv100ad-py
Version: 0.1.4
Summary: A reader for the official GV100AD (Gemeindeverzeichnis) file from Destatis
Author-email: STÜBER SYSTEMS GmbH <opensource@stueber.de>
Project-URL: Repository, https://github.com/openpotato/gv100ad-py.git
Project-URL: Issues, https://github.com/openpotato/gv100ad-py/issues
Keywords: gv100ad,Gemeindeverzeichnis
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI Version](https://img.shields.io/pypi/v/gv100ad-py.svg)](https://pypi.python.org/pypi/gv100ad-py)
![GitHub](https://img.shields.io/github/license/openpotato/gv100ad-py)

# gv100ad-py

A Python library for parsing GV100AD files (Gemeindeverzeichnis) provided by [Destatis](https://www.destatis.de/DE/Themen/Laender-Regionen/Regionales/Gemeindeverzeichnis/_inhalt.html). 

+ Supports Python 3.8+
+ Supports all GV100AD record types:
  + Federal state (Bundesland, Satzart 10)
  + Government region (Regierungsbezirk, Satzart 20)
  + Region (Region, Satzart 30)
  + District (Kreis, Satzart 40)
  + Municipality (Gemeinde, Satzart 50)
  + Municipal association (Gemeindeverbund, Satzart 60)

## Installation

**gv100ad-py** is available on [PiPy](https://pypi.org/), and installation via [pip](https://pip.pypa.io/) is the recommended way to install:

```
pip install gv100ad-py
```

## Getting started

Documentation is available in the [GitHub wiki](https://github.com/openpotato/gv100ad-py/wiki).

## Can I help?

Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.
