跳转到主要内容

WebUntis API的绑定

项目描述

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

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)

阅读更多...

安装

pip install webuntis

许可证

python-webuntis 在3-clause BSD许可证下发布,有关详细信息,请参阅LICENSE

该项目现在正在重新维护。它最初由untitaker编写。

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

webuntis-0.1.23.tar.gz (82.5 kB 查看哈希值)

上传时间 源代码

构建分发

webuntis-0.1.23-py2.py3-none-any.whl (48.3 kB 查看哈希值)

上传时间 Python 2 Python 3

支持者