Skip to content

nwolff/moodle-scripts

Repository files navigation

Some scripts that are useful to manage Moodle.

Ask DeepWiki

To run the scripts

Install uv

https://docs.astral.sh/uv/getting-started/installation/

Developing

uv sync
uv run ruff check
uv run ruff format
uv run mypy .

Running

Set the schoolyear in lib/schoolyear.py

To run any script:

uv run name-of-script.py

Upgrading packages

uv lock --upgrade
uv sync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages