edupsyadmin provides tools to help school psychologists with their documentation
Project description
edupsyadmin
edupsyadmin provides tools to help school psychologists with their documentation.
Basic Setup
Install with uv:
$ uv tool install edupsyadmin
Run the application:
$ edupsyadmin --help
Examples
Add a client interactively:
$ edupsyadmin new_client
Add a client to the database from a Webuntis csv export:
$ edupsyadmin new_client --csv ./path/to/your/file.csv
Change values for the database entry with client_id=42:
edupsyadmin set_client 42 \
"nachteilsausgleich=1" \
"notenschutz=0" \
"lrst_diagnosis_encr=iLst"
Fill a PDF form for the database entry with client_id=42:
$ edupsyadmin create_documentation 42 ./path/to/your/file.pdf
Development
Create the development enviroment:
$ uv v
$ uv pip install -e .
Run the test suite:
$ .venv/bin/python -m pytest -v test/
Build documentation:
$ .venv/bin/python -m sphinx -M html doc doc/_build
License
This project is licensed under the terms of the MIT License. Portions of this project are derived from the python application project cookiecutter template by Michael Klatt, which is also licensed under the MIT license. See the LICENSE.txt file for details.
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
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 edupsyadmin-1.0.0a0.tar.gz.
File metadata
- Download URL: edupsyadmin-1.0.0a0.tar.gz
- Upload date:
- Size: 232.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
536a5d13fe13e51ac1f94e13b339af98bc0de243a8d72c8a8f3462f7a413f105
|
|
| MD5 |
629fb54546e86a07a0839e614e52014c
|
|
| BLAKE2b-256 |
0dd3042ba2a6e0d513454312f1f75085bcd0cda6116b1e7facbd83911c3625b5
|
File details
Details for the file edupsyadmin-1.0.0a0-py3-none-any.whl.
File metadata
- Download URL: edupsyadmin-1.0.0a0-py3-none-any.whl
- Upload date:
- Size: 111.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
319e93d93b36451b3dca1789e8840a2c6b562641bd6e99266c8a505c9f0f61ac
|
|
| MD5 |
d993e0f7e1e43ce5bcd65d7af48f0fe9
|
|
| BLAKE2b-256 |
7ce24b381423e294504c3e0db55ec8a66203edb311d39d64b22d577b9c6b7c33
|