This repo is a starting point for developing a GHE model repo, but really, it's just a scaffold for a Python library I guess.
Code is checked for style and with unit tests by GitHub Actions using nosetests to sniff out the tests.
Docs are built from Sphinx by GitHub Actions and followed up with a deployment to GH-Pages using Actions, available at https://myoldmopar.github.io/ghe-scaffold/
When a release is tagged, a GitHub Action workflow will create a Python wheel and upload it to the TestPyPi server.
To install into an existing Python environment, execute pip install -i https://test.pypi.org/simple/ GHE-Designer-Scaffold