import webuntis
with webuntis.Session(
username='name',
password='passwd',
server='webuntis.grupet.at:8080',
school='demo_inf',
useragent='WebUntis Test'
).login() as s:
for klasse in s.klassen():
print(klasse.name)
pip install webuntis
python-webuntis
is released under the 3-clause BSD license, see LICENSE
for details.