Metadata-Version: 2.1
Name: procgenlib
Version: 0.0.1
Summary: Utilities for procedural generation
Home-page: https://github.com/mcejp/procgenlib
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# procgenlib

---

## Test

    python -m pytest

## Format check

    black --diff **.py

## Type check

    mypy procgenlib

## Regenerate docs

    sphinx-build doc doc/_build
