.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.readthedocs.yml
COPYING.md
FILESTRUCTURE.md
LICENSE.md
README.md
TODO.md
codecov.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/demo.nblink
doc/index.rst
doc/intro.rst
doc/make.bat
notebooks/demo.ipynb
testghapythonpackage/__init__.py
testghapythonpackage/_version.py
testghapythonpackage.egg-info/PKG-INFO
testghapythonpackage.egg-info/SOURCES.txt
testghapythonpackage.egg-info/dependency_links.txt
testghapythonpackage.egg-info/requires.txt
testghapythonpackage.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_testghapythonpackage.py