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
$ python run-tests.py
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.8.tar.gz
(26.9 kB
view details)
File details
Details for the file webuntis-0.1.8.tar.gz.
File metadata
- Download URL: webuntis-0.1.8.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ea1b391d482e80b1eb99468b44d933fc25031d0c44da80b58ae0d7808d3ce7
|
|
| MD5 |
a563d46bc7ccf9edde2bf5d06b85e34a
|
|
| BLAKE2b-256 |
7efc06dc74c6afeddb003733293d68bcdf50b4b9fb08cefeb1998f000c11bf17
|