Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webuntis

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webuntis

Bindings for WebUntis API

  • 0.1.23
  • PyPI
  • Socket score

Maintainers
3

=============== python-webuntis

.. image:: https://img.shields.io/pypi/v/webuntis :target: https://pypi.org/project/webuntis/

.. image:: https://img.shields.io/pypi/pyversions/webuntis :target: https://pypi.org/project/webuntis/

.. image:: https://img.shields.io/pypi/l/webuntis :target: https://pypi.org/project/webuntis/

.. image:: https://travis-ci.org/AugustH/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

.. image:: https://pepy.tech/badge/webuntis :target: https://pepy.tech/project/webuntis

.. image:: https://pepy.tech/badge/webuntis/month :target: https://pepy.tech/project/webuntis

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... <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>_

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc