.coveragerc
.gitignore
Github workflow cheat sheet.txt
LICENSE.txt
README.md
_pyproject_comments.toml
_x_setup_x.zip
pyproject.toml
pyproject.toml.save
setup.cfg
uv.lock
.github/workflows/coverage.yml
.github/workflows/publish.yml_
.github/workflows/test_and_publish.yml
.github/workflows/tests.yml
src/pypi_packaging_tutorial/__init__.py
src/pypi_packaging_tutorial/_version.py
src/pypi_packaging_tutorial/core.py
src/pypi_packaging_tutorial/example.py
src/pypi_packaging_tutorial.egg-info/PKG-INFO
src/pypi_packaging_tutorial.egg-info/SOURCES.txt
src/pypi_packaging_tutorial.egg-info/dependency_links.txt
src/pypi_packaging_tutorial.egg-info/requires.txt
src/pypi_packaging_tutorial.egg-info/top_level.txt
src/pypi_packaging_tutorial/data/datafile.py
src/pypi_packaging_tutorial/divide/__init__.py
src/pypi_packaging_tutorial/divide/divide_by_three.py
src/pypi_packaging_tutorial/multiply/__init__.py
src/pypi_packaging_tutorial/multiply/multiply_by_three.py
tests/__init__.py
tests/test_core.py
tests/test_divide.py
tests/test_example.py
tests/test_multiply.py
tests/ignored_folder/ignored_file.py