https://github.com/openpotato/openplzapi-client.py
Official Python client library for accessing the OpenPLZ API
https://github.com/openpotato/openplzapi-client.py
gemeindeverzeichnis open-data openplzapi postleitzahlverzeichnis python-library strassenverzeichnis
Last synced: 25 days ago
JSON representation
Official Python client library for accessing the OpenPLZ API
- Host: GitHub
- URL: https://github.com/openpotato/openplzapi-client.py
- Owner: openpotato
- License: mit
- Created: 2024-11-26T14:36:09.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2025-03-06T08:34:41.000Z (4 months ago)
- Last Synced: 2025-03-28T06:51:10.313Z (3 months ago)
- Topics: gemeindeverzeichnis, open-data, openplzapi, postleitzahlverzeichnis, python-library, strassenverzeichnis
- Language: Python
- Homepage: https://www.openplzapi.org/en
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/openplzapi-client)
# OpenPLZ API Python Client
The official [Python](https://www.python.org/) client library for direct access to the [OpenPLZ API](https://www.openplzapi.org/en).
+ Supports Python 3.8+
+ Supports all available [API endpoints](https://openplzapi.org/swagger/index.html)
+ Supports paged responses and [RFC 9457](https://datatracker.ietf.org/doc/html/rfc9457) error responses
+ Uses [Requests](https://github.com/psf/requests) as HTTP client.## Installation
The **OpenPLZ API Python Client** is available on [PiPy](https://pypi.python.org/pypi/openplzapi-client), and installation via [pip](https://pip.pypa.io/) is the recommended way to install:
```
pip install openplzapi-client
```## Getting started
Documentation is available in the [GitHub wiki](https://github.com/openpotato/openplzapi-client.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.