Skip to main content

Bindings for WebUntis API

Project description

https://travis-ci.org/untitaker/python-webuntis.png?branch=master

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)

read more…

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

$ pytest

For the single testsuites and their descriptions, look at the docstrings of the modules in webuntis.tests.

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

Uploaded Source

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