LICENSE
README.md
pyproject.toml
src/shellcraft/__init__.py
src/shellcraft/_cli_impl.py
src/shellcraft/_colors.py
src/shellcraft/automata.py
src/shellcraft/cli.py
src/shellcraft/core.py
src/shellcraft/epithets.py
src/shellcraft/events.py
src/shellcraft/exceptions.py
src/shellcraft/fractions.py
src/shellcraft/game_state.py
src/shellcraft/grammar.py
src/shellcraft/missions.py
src/shellcraft/research.py
src/shellcraft/shellcraft.py
src/shellcraft/tools.py
src/shellcraft/tutorial.py
src/shellcraft/utils.py
src/shellcraft/world.py
src/shellcraft.egg-info/PKG-INFO
src/shellcraft.egg-info/SOURCES.txt
src/shellcraft.egg-info/dependency_links.txt
src/shellcraft.egg-info/entry_points.txt
src/shellcraft.egg-info/requires.txt
src/shellcraft.egg-info/top_level.txt
tests/test_catalog.py
tests/test_cli.py
tests/test_crafting.py
tests/test_effects.py
tests/test_migration.py
tests/test_mining.py
tests/test_missions.py
tests/test_research.py
tests/test_shellcraft.py
tests/test_tools_repr.py
tests/test_tutorial.py
tests/test_utils.py
tests/test_world.py