.gitignore
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements-pub.txt
requirements.txt
setup.py
src/ganzo/__init__.py
src/ganzo/__main__.py
src/ganzo/cmd.py
src/ganzo/resolvers.py
src/ganzo/sources.py
src/ganzo.egg-info/PKG-INFO
src/ganzo.egg-info/SOURCES.txt
src/ganzo.egg-info/dependency_links.txt
src/ganzo.egg-info/entry_points.txt
src/ganzo.egg-info/requires.txt
src/ganzo.egg-info/top_level.txt
src/tests/test_sources.py