Containerfile
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
spellbound/VERSION
spellbound/__init__.py
spellbound/__main__.py
spellbound/base.py
spellbound/cli.py
spellbound.egg-info/PKG-INFO
spellbound.egg-info/SOURCES.txt
spellbound.egg-info/dependency_links.txt
spellbound.egg-info/requires.txt
spellbound.egg-info/top_level.txt
spellbound/adapters/__init__.py
spellbound/adapters/cli/__init__.py
spellbound/adapters/cli/typer.py
spellbound/core/__init__.py
spellbound/core/book.py
spellbound/core/caster.py
spellbound/core/result.py
spellbound/core/spell.py
spellbound/interceptors/__init__.py
spellbound/interceptors/rich_log.py
spellbound/interceptors/rich_output.py
spellbound/interceptors/rich_progress.py
spellbound/interceptors/simple_log.py
spellbound/interceptors/simple_output.py
spellbound/utils/__init__.py
spellbound/utils/apply.py
spellbound/utils/class_value_finder.py
spellbound/utils/emitter.py
spellbound/utils/ensure.py
spellbound/utils/exception.py
spellbound/utils/inject.py
spellbound/utils/interceptor.py
spellbound/utils/logging.py
spellbound/utils/text.py
spellbound/utils/richer/__init__.py
spellbound/utils/richer/wrappers.py
spellbound/utils/richer/core/__init__.py
spellbound/utils/richer/core/renderer.py
spellbound/utils/richer/core/richer.py
spellbound/utils/richer/presets/__init__.py
spellbound/utils/richer/presets/common.py
spellbound/utils/richer/renderers/__init__.py
spellbound/utils/richer/renderers/common.py
spellbound/utils/richer/renderers/spell_result.py
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/adapters/__init__.py
tests/adapters/test_typer.py
tests/core/__init__.py
tests/core/test_book.py
tests/core/test_caster.py
tests/core/test_result.py
tests/core/test_spell.py
tests/helpers/__init__.py
tests/helpers/async_case.py
tests/utils/__init__.py
tests/utils/test_apply.py
tests/utils/test_class_value_finder.py
tests/utils/test_emitter.py
tests/utils/test_interceptor.py
tests/utils/test_logging.py
tests/utils/richer/__init__.py
tests/utils/richer/test_richer.py
tests/utils/richer/renderers/__init__.py
tests/utils/richer/renderers/test_common.py
tests/utils/richer/renderers/test_spell_result.py