Fully typed, async client library for Technical Master Data Service (TMDS)
Project description
tmdsclient.py
This repository contains the package tmdsclient
.
It is an async, fully typed Python client for the Technical Master Data Service (TMDS).
Its features are handwritten and extended as we need them. So it is not autogenerated from the TMDS OpenAPI.
Installation
Install it from PyPI:
pip install tmdsclient
Usage
from yarl import URL
from tmdsclient import BasicAuthTmdsClient, BasicAuthTmdsConfig
tmds_config = BasicAuthTmdsConfig(
server_url=URL("https://my-tmds.xtk-test.org/"),
usr="my-usr",
pwd="my-pwd",
)
client = BasicAuthTmdsClient(tmds_config)
netzvertrage = await client.get_netzvertraege_for_melo("DE1234567890123456789012345678901")
Even though we did not fully replicate the TMDS data model (mainly BO4E.net + some wrapper classes),
we tried to make the client as flexible as possible.
You can use any unmapped field returned by TMDS by using the model_extra
property of pydantic.
Development
For development of this library, follow the instructions in our Python Template Repository.
tl;dr: tox -e dev
will set up a development environment for you.
Release (CI/CD)
To release a new version of this library, create a new release in GitHub.
Make sure its tag starts with v
and the version number, e.g. v1.2.3
.
Releases are not restricted to the main branch, but we prefer them to happen there.
Contribute
You are very welcome to contribute to this template repository by opening a pull request against the main branch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tmdsclient-0.5.4.tar.gz
.
File metadata
- Download URL: tmdsclient-0.5.4.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c1f2f44dedd2583b5636e00f01d8cd6bc0dd7914fd3981d55bb786927525ad9 |
|
MD5 | 390696ed8a48f94a2d15ea23b0272730 |
|
BLAKE2b-256 | c72a4706dd13bfb31282b6ee3474aea2c31fa8906a19220c3831544ae4b83ef1 |
File details
Details for the file tmdsclient-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: tmdsclient-0.5.4-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49c856a66cb3e2ce822e9c5919b869f5bbcac34e12d0f700e954b7c0c83d86b6 |
|
MD5 | 8d290e7506018810825f03eb10ad7973 |
|
BLAKE2b-256 | 639b9f6cb3145c34d8bc969d6d0f22f5d99637f855815b2ef6686f90c6741279 |