README.md
pyproject.toml
setup.cfg
setup.py
template_python_project/__init__.py
template_python_project/__main__.py
template_python_project/main.py
template_python_project.egg-info/PKG-INFO
template_python_project.egg-info/SOURCES.txt
template_python_project.egg-info/dependency_links.txt
template_python_project.egg-info/entry_points.txt
template_python_project.egg-info/requires.txt
template_python_project.egg-info/top_level.txt
template_python_project/core/__init__.py
template_python_project/core/compute.py
template_python_project/logging/__init__.py
template_python_project/logging/logger.py
tests/__init__.py
tests/functionnal/__init__.py
tests/functionnal/test_template_python_project.py
tests/unit/__init__.py