Bindings for WebUntis API
Project description
=====================================
This project is now maintained again. It was originally written by `untitaker <https://github.com/untitaker>`_
=====================================
|
|
|
===============
python-webuntis
===============
.. image:: https://travis-ci.org/maphy-psd/python-webuntis.png?branch=master
:target: https://travis-ci.org/maphy-psd/python-webuntis
.. image:: https://coveralls.io/repos/github/maphy-psd/python-webuntis/badge.svg?branch=master
:target: https://coveralls.io/r/maphy-psd/python-webuntis
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... <http://python-webuntis.readthedocs.org/en/latest/>`_
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 <https://github.com/untitaker>`_
=====================================
|
|
|
===============
python-webuntis
===============
.. image:: https://travis-ci.org/maphy-psd/python-webuntis.png?branch=master
:target: https://travis-ci.org/maphy-psd/python-webuntis
.. image:: https://coveralls.io/repos/github/maphy-psd/python-webuntis/badge.svg?branch=master
:target: https://coveralls.io/r/maphy-psd/python-webuntis
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... <http://python-webuntis.readthedocs.org/en/latest/>`_
Installation
============
::
pip install webuntis
License
=======
``python-webuntis`` is released under the 3-clause BSD license, see ``LICENSE``
for details.
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.11.tar.gz
(30.3 kB
view hashes)
Built Distribution
Close
Hashes for webuntis-0.1.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e36f95cb87d749c5a8be1a66a4da84bed7a161b5232ed3d69c751200bc282389 |
|
MD5 | d5b778c71758136c352231c947a66fa0 |
|
BLAKE2b-256 | c195fbe1280ea686d72e0edbfd395c923a7efa978b57d2b9a1f36ae034ad48a2 |