HexCasting/doc
2023-07-05 08:35:13 -04:00
..
src WIP serialization 2023-07-05 08:35:13 -04:00
test WIP serialization 2023-07-05 08:35:13 -04:00
properties.toml Fully convert from Dacite to Pydantic! 2023-07-03 21:52:25 -04:00
pyproject.toml Fully convert from Dacite to Pydantic! 2023-07-03 21:52:25 -04:00
README.md Switch to editable install 2023-06-27 10:01:18 -04:00
requirements-dev.txt Switch to editable install 2023-06-27 10:01:18 -04:00
template.html Fix hardcode hack with another hack 2022-08-19 11:22:58 -04:00

doc

Contains the Python docgen for Hex Casting.

Setup

The minimum Python version to run this script is 3.11.

cd doc
python -m venv venv

.\venv\Scripts\activate  # Windows
source venv/bin/activate # anything other than Windows

pip install -r requirements-dev.txt

Usage

python -m hexcasting.scripts.main properties.toml -o out.html