README.md
pyproject.toml
setup.cfg
setup.py
src/petrichor/__init__.py
src/petrichor.egg-info/PKG-INFO
src/petrichor.egg-info/SOURCES.txt
src/petrichor.egg-info/dependency_links.txt
src/petrichor.egg-info/requires.txt
src/petrichor.egg-info/top_level.txt
src/petrichor/core/__init__.py
src/petrichor/core/singleton_meta.py
src/petrichor/core/exceptions/__init__.py
src/petrichor/core/exceptions/http_exceptions.py
src/petrichor/data/__init__.py
src/petrichor/data/base_query.py
src/petrichor/domain/__init__.py
src/petrichor/domain/base_schemas.py
src/petrichor/domain/base_service.py