LICENSE
README.md
pyproject.toml
dungeondice_matrix/__init__.py
dungeondice_matrix/main.py
dungeondice_matrix.egg-info/PKG-INFO
dungeondice_matrix.egg-info/SOURCES.txt
dungeondice_matrix.egg-info/dependency_links.txt
dungeondice_matrix.egg-info/entry_points.txt
dungeondice_matrix.egg-info/requires.txt
dungeondice_matrix.egg-info/top_level.txt
dungeondice_matrix/commands/__init__.py
dungeondice_matrix/commands/calc.py
dungeondice_matrix/commands/help.py
dungeondice_matrix/commands/roll.py
dungeondice_matrix/lib/__init__.py
dungeondice_matrix/lib/commands.py
dungeondice_matrix/lib/dice.py
dungeondice_matrix/lib/templates.py
tests/test_calc.py
tests/test_commands.py
tests/test_dice.py
tests/test_templates.py