Skip to content

AugustH/python-webuntis

 
 

Repository files navigation

python-webuntis

https://img.shields.io/pypi/v/webuntis https://img.shields.io/pypi/pyversions/webuntis https://img.shields.io/pypi/l/webuntis https://travis-ci.org/AugustH/python-webuntis.png?branch=master https://coveralls.io/repos/github/maphy-psd/python-webuntis/badge.svg?branch=master https://pepy.tech/badge/webuntis https://pepy.tech/badge/webuntis/month

Bindings for WebUntis API

import webuntis

with webuntis.Session(
    username='name',
    password='passwd',
    server='webuntis.grupet.at:8080',
    school='demo_inf',
    useragent='WebUntis Test'
).login() as s:
    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.

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

About

Bindings for WebUntis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%