Bindings for WebUntis API
Project description
import webuntis
s = webuntis.Session(
username='api',
password='api',
server='webuntis.grupet.at:8080',
school='demo_inf'
).login()
for klasse in s.klassen():
print(klasse.name)
For the full documentation, check out the documentation.
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
webuntis-0.1.0.tar.gz
(18.3 kB
view details)
File details
Details for the file webuntis-0.1.0.tar.gz.
File metadata
- Download URL: webuntis-0.1.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88d490a72b4d895b42d2992f0f26c094531eaf716828aab7384aa719b4574865
|
|
| MD5 |
460964d16de38c18471dedfc3a04750a
|
|
| BLAKE2b-256 |
20762b111ce3bed74916774d15897048907f58d573946d07aa428fd9a881a01a
|