pydsb 2.3.0
pydsb provides a Python API for DSBmobile.
Heinekingmedia (the creators of DSBmobile) shut down the API pydsb was previously using so I had to use the app-API. That required a complete rewrite so some features are currently not implemented yet. See below for the current featureset. I strongly recommend that users of version 1.0 upgrade to 2.0, because it doesn't work anymore. Some syntax has changed too, so be aware of that.
Features
- Getting plans
- Getting news (maybe not always working due to limited sample data)
- Getting postings (Aushänge)
Installation
pip install pydsb
Usage
from pydsb import PyDSB
dsb = PyDSB("username", "password")
print(dsb.get_plans())
print(dsb.get_postings())
print(dsb.get_news())
Release files for pydsb 2.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydsb-2.3.0.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydsb-2.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.2 kB
Release files / pydsb-2.3.0.tar.gz
| Download URL | pydsb-2.3.0.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae841f60f77db506e03ccfee29a81a737039dc29da790e52656c933a23bc03f2
|
|
BLAKE2b-256 checksum How to use checksums |
64344454dbd0fe728ebb3ae6ede2ac8fba1d25017bbfdad5bc3a06f5d26e7431
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / pydsb-2.3.0-py3-none-any.whl
| Download URL | pydsb-2.3.0-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa55c8c1d486a3ff2b343a4a3a4200abbf357096dfa3f14f7b56314c300b89d3
|
|
BLAKE2b-256 checksum How to use checksums |
06dc3cf73a88f3ad327622a188f0dde80f52625cdf5aab8eaef0adc9cdb11644
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|