Welcome to My Python Project

License: MIT GitHub Workflow Status Documentation Status codecov

Installation

The Python package test_gha_python_package can be installed from PyPI:

python -m pip install test_gha_python_package

Development installation

If you want to contribute to the development of test_gha_python_package, we recommend the following editable installation from this repository:

git clone git@github.com:dokempf/test-gha-python-package.git
cd test-gha-python-package
python -m pip install --editable .[tests]

Having done so, the test suite can be run using pytest:

python -m pytest

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.