.editorconfig
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
.github/workflows/codeql-analysis.yml
.github/workflows/python-package.yml
src/example_pkg_cloos/__init__.py
src/example_pkg_cloos/cli.py
src/example_pkg_cloos/utils.py
src/example_pkg_cloos.egg-info/PKG-INFO
src/example_pkg_cloos.egg-info/SOURCES.txt
src/example_pkg_cloos.egg-info/dependency_links.txt
src/example_pkg_cloos.egg-info/entry_points.txt
src/example_pkg_cloos.egg-info/requires.txt
src/example_pkg_cloos.egg-info/top_level.txt
tests/test_utils.py