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.taken()) # 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.1.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.1.tar.gz.
File metadata
- Download URL: schoolware_api-0.1.1.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 |
b0e5b9eefe058758661d76d6f15aa297b3156378a9cbf9e269653d2a890c207f
|
|
| MD5 |
364d8216066eaec5c6bdb33033d8cea8
|
|
| BLAKE2b-256 |
29ef44a6b2bf30c5ecd626fce6b56c194d8b00854d3611ab98545697ad0700eb
|
File details
Details for the file schoolware_api-0.1.1-py3-none-any.whl.
File metadata
- Download URL: schoolware_api-0.1.1-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 |
fd921e4e1660ea1b198c1a29306c3c2c6de1488fd7cac214d9d3ad17b916577d
|
|
| MD5 |
6b04a92fb784a1bc0d453bad084f2e0a
|
|
| BLAKE2b-256 |
8f707f45a421f3adf2ecb04f424da63b682bee94f9de727d027f8503d34a0cf0
|