This repository is for learning and experimentation. Use it only in environments you own or have explicit permission to test.
- Python 3
From the repository root:
python3 -m pip install -e .(Optional) Use a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -e .python3 -m pip install -e ".[dev]"
ruff check .
ruff format .
# optional
pre-commit install
pre-commit run --all-filesRun a quick "does it work" check in a no-network container:
./sandbox.sh checksrc/contains the Python modules.
If you believe you’ve found a security issue, see SECURITY.md.