Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.59 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.59 KB

GHE Designer (Scaffold Repo)

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 Quality

Flake8 Tests

Code is checked for style and with unit tests by GitHub Actions using nosetests to sniff out the tests.

Documentation

Sphinx docs to gh-pages

gh-pages

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/

Releases

PyPIRelease

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