quellenkontor
English: Official Python SDK for the Quellenkontor API: verified German HR reference data (minimum wage, social security ceilings and rates, public holidays by state, notice periods and more), each value with its legal basis, official source and effective date. No dependencies, Python 3.9+. English docs: quellenkontor.dev/en/docs/sdk-python. Field and parameter names are German, as in the API.
Offizielles Python-SDK für die Quellenkontor-API: geprüfte HR-Daten für Deutschland mit Quelle, Rechtsgrundlage und Gültigkeit. Ohne Abhängigkeiten, ab Python 3.9.
pip install quellenkontor
import os
from quellenkontor import Quellenkontor
qk = Quellenkontor(api_key=os.environ["QK_KEY"])
ml = qk.hr.mindestlohn(datum="2027-01-15")
print(ml["mindestlohn_brutto_stunde"], ml["minijob_grenze_monat"]) # 14.6 633
frist = qk.hr.kuendigungsfrist(eintritt="2017-03-01", zugang="2026-11-10")
print(frist["ende"]) # 2027-02-28
Fehler der API kommen als QuellenkontorFehler mit status, code und parameter.
Kostenloser Schlüssel: https://quellenkontor.dev/anmelden · Doku: https://quellenkontor.dev/docs/sdk-python
Release files for quellenkontor 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| quellenkontor-0.1.0.tar.gz | 37.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| quellenkontor-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 74.2 kB
Release files / quellenkontor-0.1.0.tar.gz
| Download URL | quellenkontor-0.1.0.tar.gz |
|---|---|
| Size | 37.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
518948eafeaf3ba4afb6e6be36b0ef5a2c906a2468e04293ef858658fe62cba7
|
|
BLAKE2b-256 checksum How to use checksums |
6877b3551c217d2a6fa1c2c33f2181fd5e3acbff40cde28513ebe7daac681b6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|
Release files / quellenkontor-0.1.0-py3-none-any.whl
| Download URL | quellenkontor-0.1.0-py3-none-any.whl |
|---|---|
| Size | 37.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f6077e1ff56162e930d4598390edd605056b5338c6dcacd08289a5fb4f0a065d
|
|
BLAKE2b-256 checksum How to use checksums |
543ce07ef9b97c17455013dca978f9afe3863d02cf76cbbf1ac1514d57f2d4a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.6
|