WowiPy ermöglicht eine Abstrahierungsebene zur OPENWOWI-Api. Dokumentation: https://github.com/seb-bau/WowiPy/wiki/WowiPy-Dokumentation
pip install wowipy
Abfrage des Start-Datums eines bestimmten Vertrages
from wowipy.wowipy import WowiPy
wowi = WowiPy(hostname="example.example.org", user="Example_User",
password="Example_Password", api_key="Example_Key")
managements = wowi.get_license_agreements(license_agreement_idnum='00123.004.050.06')
print(managements[0].start_contract)
Ausgabe:
2009-02-05