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.3.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.3.tar.gz.
File metadata
- Download URL: schoolware_api-0.1.3.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 |
ee29cb66d7760adc448b447dad044304fc80f32cda725cb2a7b1b9cffb58aa46
|
|
| MD5 |
66b744f25f8f89d571558d58f6fe321d
|
|
| BLAKE2b-256 |
b39d26a30def6623871b8b3e8e4e6b97064fff14812a97837c194e39be8887c6
|
File details
Details for the file schoolware_api-0.1.3-py3-none-any.whl.
File metadata
- Download URL: schoolware_api-0.1.3-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 |
3575c14c0c1008da520e1c79fc1735fabea2da8a1e31945c565fce2d4e13e876
|
|
| MD5 |
dac30ad22fd7163df8c015c1b2520204
|
|
| BLAKE2b-256 |
cc389159ecb4b92d4b887c81f49eed18d627ee0d0e5570d35fdb87f7c834c727
|