/procgenlib

Utilities for procedural generation

Primary LanguagePythonMIT LicenseMIT

procgenlib

PyPI version GitHub Pages

Useful commands

Test

python -m pytest

Format check

black --diff **.py

Type check

mypy procgenlib

Regenerate docs

sphinx-build doc doc/_build