LICENSE
MANIFEST.in
README.md
SRS.md
pyproject.toml
api/__init__.py
api/main.py
api/models.py
api/routers/__init__.py
api/routers/cards.py
api/routers/readings.py
src/__init__.py
src/__main__.py
src/core.py
src/deck.py
src/search.py
src/text_formatter.py
tarot_reader.egg-info/PKG-INFO
tarot_reader.egg-info/SOURCES.txt
tarot_reader.egg-info/dependency_links.txt
tarot_reader.egg-info/entry_points.txt
tarot_reader.egg-info/requires.txt
tarot_reader.egg-info/top_level.txt
tests/__init__.py
tests/test_core.py
tests/test_deck.py
tests/test_integration.py
tests/test_personal_seeds.py
tests/test_text_formatter.py