Skip to main content

Bindings for WebUntis API

Project description

This project is now maintained again. It was originally written by untitaker

python-webuntis

https://travis-ci.org/maphy-psd/python-webuntis.png?branch=master https://coveralls.io/repos/github/AugustH/python-webuntis/badge.svg?branch=master

Bindings for WebUntis API

import webuntis

s = webuntis.Session(
    username='api',
    password='api',
    server='webuntis.grupet.at:8080',
    school='demo_inf',
    useragent='WebUntis Test'
).login()

for klasse in s.klassen():
    print(klasse.name)

read more…

Installation

pip install webuntis

License

python-webuntis is released under the 3-clause BSD license, see LICENSE for details.

Project details


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.12.tar.gz (31.1 kB view hashes)

Uploaded Source

Built Distribution

webuntis-0.1.12-py2.py3-none-any.whl (38.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page