.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/bw_save_game/__init__.py
src/bw_save_game/container.py
src/bw_save_game/convert.py
src/bw_save_game/db_object.py
src/bw_save_game/db_object_codec.py
src/bw_save_game/persistence.py
src/bw_save_game/veilguard.py
src/bw_save_game.egg-info/PKG-INFO
src/bw_save_game.egg-info/SOURCES.txt
src/bw_save_game.egg-info/dependency_links.txt
src/bw_save_game.egg-info/entry_points.txt
src/bw_save_game.egg-info/not-zip-safe
src/bw_save_game.egg-info/requires.txt
src/bw_save_game.egg-info/top_level.txt
src/bw_save_game/data/veilguard/currencies.json
src/bw_save_game/data/veilguard/item_list.json
src/bw_save_game/data/veilguard/skill_graphs.json
src/bw_save_game/ui/__init__.py
src/bw_save_game/ui/__main__.py
src/bw_save_game/ui/editors.py
src/bw_save_game/ui/utils.py
src/bw_save_game/ui/widgets.py
tests/conftest.py
tests/test_persistence.py
tests/test_roundtrip.py
tests/data/correct_romance_1.csav
tests/data/correct_romance_2.csav
tests/data/wrong_romance_1.csav
tests/data/wrong_romance_2.csav