https://github.com/roaldnefs/kpn-api-store-python
🐍 Python client library for APIs provided by the KPN API Store.
https://github.com/roaldnefs/kpn-api-store-python
api api-cli kpn python python3
Last synced: about 1 month ago
JSON representation
🐍 Python client library for APIs provided by the KPN API Store.
- Host: GitHub
- URL: https://github.com/roaldnefs/kpn-api-store-python
- Owner: roaldnefs
- License: lgpl-3.0
- Created: 2021-01-06T17:00:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T19:57:50.000Z (over 4 years ago)
- Last Synced: 2025-03-15T03:18:13.134Z (about 2 months ago)
- Topics: api, api-cli, kpn, python, python3
- Language: Python
- Homepage: https://kpn-api-store-python.readthedocs.io/en/latest/
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
[](https://github.com/roaldnefs/kpn-api-store-python)
[](https://pypi.org/project/kpn-api-store/)
[](https://pypi.org/project/kpn-api-store/)
[](https://pypi.org/project/kpn-api-store/)
[](https://raw.githubusercontent.com/roaldnefs/kpn-api-store-python/main/COPYING.LESSER)
[](https://github.com/roaldnefs/kpn-api-store-python/actions)
[](https://github.com/roaldnefs/kpn-api-store-python/graphs/contributors)**kpn-api-store-python** is the Python client library for APIs provided by the [KPN API Store](https://developer.kpn.com/).
```python
from kpnapistore.messaging.sms_kpn.v1 import Clientclient_id = "APP_CLIENT_ID"
client_secret = "APP_CLIENT_SECRET"client = Client(client_id, client_secret)
client.send("KPN API", "316xxxxxxxx", "Hello from kpn-api-store-python!")
```## Installing kpn-api-store-python and Supported Versions
**kpn-api-store-python** is available on PyPI:
```console
$ python -m pip install kpn-api-store
```**kpn-api-store-python** officially supports Python 3.6+.