Metadata-Version: 2.4
Name: gv100ad-py
Version: 0.2.0
Summary: A reader for the official GV100AD (Gemeindeverzeichnis) file from Destatis
Author-email: STÜBER SYSTEMS GmbH <opensource@stueber.de>
License: MIT License
        
        Copyright (C) 2026 STÜBER SYSTEMS
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/openpotato/gv100ad-py
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Dynamic: license-file

[![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.10+
+ Supports all GV100AD record types:
  + Federal state (Bundesland, Satzart 10)
  + Government region (Regierungsbezirk, Satzart 20)
  + Region (Region, Satzart 30)
  + District (Kreis, Satzart 40)
  + Municipal association (Gemeindeverband, Satzart 50)
  + Municipality (Gemeinde, Satzart 60)
  
## Installation

**gv100ad-py** is available on [PyPI](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.
