Bindings for WebUntis API
Project description
Bindings for WebUntis API
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)
Installation
Latest version (this is the normal way)
pip install webuntis
Development
Installing Development Dependencies
A virtualenv is recommended:
$ pip install -r dev_requirements.txt
Unittests
$ nosetests
For the single testsuites and their descriptions, look at the docstrings of the modules in webuntis.tests.
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.7.tar.gz
(29.5 kB
view details)
File details
Details for the file webuntis-0.1.7.tar.gz.
File metadata
- Download URL: webuntis-0.1.7.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eccdd6d057cd6b25d24f031c8fdab09fe0a73c5faaba9077244f69bc1788f00
|
|
| MD5 |
2f09a811ac109192c1d3a3f09152e5af
|
|
| BLAKE2b-256 |
4b3e726aa243c6bee79a288c321b186021f6e9686af652829fedb55ea5576a58
|