.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/workflows/build_and_publish.yml
.github/workflows/lint_and_test.yml
.vscode/settings.json
src/ben_sembira_python_package_template.egg-info/PKG-INFO
src/ben_sembira_python_package_template.egg-info/SOURCES.txt
src/ben_sembira_python_package_template.egg-info/dependency_links.txt
src/ben_sembira_python_package_template.egg-info/requires.txt
src/ben_sembira_python_package_template.egg-info/top_level.txt
src/python_package_template/__init__.py
src/python_package_template/py.typed
src/python_package_template/template.py
tests/test_template.py