.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
logo.png
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/aenir/.create_table_from_csv.py
src/aenir/__init__.py
src/aenir/_exceptions.py
src/aenir/_logging.py
src/aenir/games.py
src/aenir/morph.py
src/aenir/skeleton.py
src/aenir/stats.py
src/aenir.egg-info/PKG-INFO
src/aenir.egg-info/SOURCES.txt
src/aenir.egg-info/dependency_links.txt
src/aenir.egg-info/not-zip-safe
src/aenir.egg-info/requires.txt
src/aenir.egg-info/top_level.txt
static/stat-tables.ods
static/binding-blade/cleaned_stats.db
static/blazing-sword/cleaned_stats.db
static/genealogy-of-the-holy-war/cleaned_stats.db
static/path-of-radiance/cleaned_stats.db
static/the-sacred-stones/cleaned_stats.db
static/thracia-776/cleaned_stats.db
tests/conftest.py
tests/test_games.py
tests/test_morph.py
tests/test_skeleton.py
tests/test_stats.py
tests/weapon.py