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
- Host: GitHub
- URL: https://github.com/thor77/dsbpy
- Owner: Thor77
- Created: 2016-07-14T20:12:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T10:10:56.000Z (over 9 years ago)
- Last Synced: 2025-01-31T14:35:27.552Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DSBPy [](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)
```