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
try:
api = ElternPortalAPI("")
print(f"school_name:\t{api.school_name}")
for pupil in api.pupils:
print(f"pupil:\t{pupil}")
except:
print("Something went wrong!")
Result
print(f"school_name:\t\tAsam Gymnasium")
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.5.tar.gz
(8.9 kB
view details)
File details
Details for the file pyelternportal-0.0.5.tar.gz
.
File metadata
- Download URL: pyelternportal-0.0.5.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bb7a7895d8504a9f61ef4876bf4e1efcaeddbda076d3f0e6f93e95b6f336a33 |
|
MD5 | 75f9113eaac35dc35aba1b910018a272 |
|
BLAKE2b-256 | 85cb230187494f51f99343925560696c405a861f0d009a6c435101af98bc3ee7 |