.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/test_and_deploy.yml
python_packaging_ch/__init__.py
python_packaging_ch/maths.py
python_packaging_ch.egg-info/PKG-INFO
python_packaging_ch.egg-info/SOURCES.txt
python_packaging_ch.egg-info/dependency_links.txt
python_packaging_ch.egg-info/entry_points.txt
python_packaging_ch.egg-info/requires.txt
python_packaging_ch.egg-info/top_level.txt
tests/test_unit/test_maths.py