An open API service indexing awesome lists of open source software.

https://github.com/thor77/dsbpy

Python-Interface for DSB
https://github.com/thor77/dsbpy

Last synced: 4 months ago
JSON representation

Python-Interface for DSB

Awesome Lists containing this project

README

          

DSBPy [![PyPI](https://img.shields.io/pypi/v/DSBPy.svg)](https://pypi.python.org/pypi/DSBPy/)
=====
A Python-Interface for DSB (*Das schwarze Brett*, a german application for schools to display changes)

Usage
=====
```
from dsb import DSB
d = DSB('username', 'password')
print(d.plans)
```