python-webuntis

Bindings for WebUntis API
Download

python-webuntis Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Markus Unterwaditzer
  • Publisher web site:
  • http://dev.unterwaditzer.net/

python-webuntis Tags


python-webuntis Description

python-webuntis is a Python module that provides bindings for the WebUntis API.This library is compatible with Python 2.6 and Python 3:import webuntiss = webuntis.Session( server='webuntis.grupet.at:8080', username='api', password='api', school='demo_inf', useragent='WebUntis Test')s.login()for klasse in s.klassen(): print(klasse.name)s.logout()Output:1A2A3AProduct's homepage


python-webuntis Related Software