an example python package
-
this uses pypi to deploy a pip install
-
uses branches on git to control software
-
uses github actions to upload pypi
To install
pip install example_python_package_mateTo make an install from this folder
pip install -e .