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
You can install the CLI using pip or uv.
Install with uv:
$ uv tool install edupsyadmin
You may get a warning that the bin directory is not on your environment path.
If that is the case, copy the path from the warning and add it directory to
your environment path permanently or just for the current session.
Run the application:
$ edupsyadmin --help
Getting started
keyring backend
edupsyadmin uses keyring to store the encryption credentials. keyring has
several backends.
-
On Windows the default is the Windows Credential Manager (German: Anmeldeinformationsverwaltung).
-
On macOS, the default is Keychain (German: Schlüsselbund)
Those default keyring backends unlock when you login to your machine. You may want to install a backend that requires separate unlocking: https://keyring.readthedocs.io/en/latest/#third-party-backends
Modify the config file
First, you have to update the config file with your data using the config editor TUI:
edupsyadmin edit_config
The database
The information you enter, is stored in an SQLite database with the fields described in the documentation for edupsyadmin
Examples
Get information about the path to the config file and the path to the database:
$ edupsyadmin info
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 --name "short_name_of_client"
Change values for the database entry with client_id=42 interactively:
$ edupsyadmin set_client 42
Change values for the database entry with client_id=42 from the commandline:
$ edupsyadmin set_client 42 \
--key_value_pairs \
"nta_font=1" \
"nta_zeitv_vieltext=20" \
"nos_rs=0" \
"lrst_diagnosis=iLst"
See an overview of all clients in the database:
$ edupsyadmin get_clients
Fill a PDF form for the database entry with client_id=42:
$ edupsyadmin create_documentation 42 --form_paths ./path/to/your/file.pdf
Fill all files that belong to the form_set lrst (as defined in the
config.yml) with the data for client_id=42:
$ edupsyadmin create_documentation 42 --form_set lrst
Development
Create the development enviroment:
$ uv v
$ uv pip install -e .
Run the test suite:
$ .venv/bin/python -m pytest -v -n auto --cov=src test/
Build documentation:
$ .venv/bin/python -m sphinx -M html docs docs/_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-7.9.1.tar.gz.
File metadata
- Download URL: edupsyadmin-7.9.1.tar.gz
- Upload date:
- Size: 366.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28b044483bd04283ce2efe1be472c412b6991d9629e023c0fae37d08d721af33
|
|
| MD5 |
5c9d612cff9e95e86bdb4ca3549a826b
|
|
| BLAKE2b-256 |
2b3d160ef35004a9a183daf7d6d7acba2362cd225382b42d215e709ba76a40a5
|
File details
Details for the file edupsyadmin-7.9.1-py3-none-any.whl.
File metadata
- Download URL: edupsyadmin-7.9.1-py3-none-any.whl
- Upload date:
- Size: 57.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca72a8f397fd5c5788396ec9555c744bb79af813ef50b97f9560b68249a451e
|
|
| MD5 |
19ccc7d5b4fe1f8a4dbeb5c33fd66fa9
|
|
| BLAKE2b-256 |
8c03a804622044460ed3bddb0e7a993f396ba6b06e35281464b3101fa6fa793a
|