API to retrieve data from Eltern-Portal
Project description
pyelternportal
Python client library to retrieve data provided by eltern-portal.org
Install
pip install pyelternportal
Usage by example
Get values
import pyelternportal
api = pyelternportal.ElternPortalAPI()
print(f"timezone:\t{api.timezone.zone}")
api.set_config("demo", "demo", "demo")
print(f"school:\t\t{api.school}")
print(f"username:\t{api.username}")
await api.async_validate_config()
print(f"school_name:\t{api.school_name}")
await api.async_update()
print(f"last_update:\t{api.last_update}")
for student in api.students:
print("---")
print(f"student_id:\t{student.student_id}")
print(f"fullname:\t{student.fullname}")
print(f"firstname:\t{student.firstname}")
print(f"letters:\t{len(student.letters)}")
for letter in student.letters:
print(f"\tnumber:\t\t{letter.number}")
print(f"\tsent:\t\t{letter.sent}")
print(f"\tsubject:\t{letter.subject}")
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
pyelternportal-0.0.11.tar.gz
(59.5 kB
view details)
Built Distribution
File details
Details for the file pyelternportal-0.0.11.tar.gz
.
File metadata
- Download URL: pyelternportal-0.0.11.tar.gz
- Upload date:
- Size: 59.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd062c8f70b20e27326f292e82714baccd86038f7ab27cfc696a5fe7fe0c67af |
|
MD5 | 59529987e8f6ce03e6bc10050f4ea78c |
|
BLAKE2b-256 | 51d6a35d33d24c3036ce7aec06e0092bb7c90797ed948d1b0226af3bb127af9e |
File details
Details for the file pyelternportal-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: pyelternportal-0.0.11-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f37d526e0e9a412d752a4ba421507640fdd453508f5cf43d558e1d91df0673 |
|
MD5 | f704cf3b388118e58678cc6d1b0cc861 |
|
BLAKE2b-256 | 11bcaf5a87fc80433b354232a5119c4da752fef8ec3cbf1f41c7b6e5d25a4470 |