A api for schoolware written in python
Project description
Schoolware-api
A api for schoolware written in python
capabilities
- get agenda points
- get scores
- get todo items
install
pip3 install schoolware-apiplaywright install && playwright install-deps
example
from schoolware_api import schoolware_api
config = {"domain":"", "user":"", "password":""} #example domain: kov.schoolware.be user: name.lastname@leerling.kov.be password: password
schoolware = schoolware_api.schoolware(config)
print(schoolware.todo()) # Returns all todo items
print(schoolware.punten()) # Returns all scores this schoolyear
print(schoolware.agenda()) # Returns agenda points today
print(schoolware.agenda(datum="2023-03-06 00:00:00")) # Returns agenda points for 2023-03-06
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
schoolware_api-0.1.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file schoolware_api-0.1.2.tar.gz.
File metadata
- Download URL: schoolware_api-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b4c54ac2c1539588ade6c2c0fe716694b4a51b6c27aedb6b89842e02252f68
|
|
| MD5 |
6abafd56d1ac884e20ef4cccbcab67d8
|
|
| BLAKE2b-256 |
114307e941a264cc57e3b02f72d8bd461c804fea0c8ca9617c28532ba6cf45ce
|
File details
Details for the file schoolware_api-0.1.2-py3-none-any.whl.
File metadata
- Download URL: schoolware_api-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb5f6c49104215042b0c5ad4325e54228462a9c6c3e4a89ac18dadb15c64053e
|
|
| MD5 |
e935c6e79173ca6cb3ea851610177cf3
|
|
| BLAKE2b-256 |
f822fd6f877f02163e394a3b4617e10ebb353404b4b0d408b21cfa645995a572
|