.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.rst
TODO.md
pylintrc
pyproject.toml
.github/dependabot.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/run-tests.yml
mtg_ssm/__init__.py
mtg_ssm/_version.py
mtg_ssm/py.typed
mtg_ssm/ssm.py
mtg_ssm.egg-info/PKG-INFO
mtg_ssm.egg-info/SOURCES.txt
mtg_ssm.egg-info/dependency_links.txt
mtg_ssm.egg-info/entry_points.txt
mtg_ssm.egg-info/requires.txt
mtg_ssm.egg-info/top_level.txt
mtg_ssm/containers/__init__.py
mtg_ssm/containers/bundles.py
mtg_ssm/containers/collection.py
mtg_ssm/containers/counts.py
mtg_ssm/containers/indexes.py
mtg_ssm/containers/legacy.py
mtg_ssm/mtg/__init__.py
mtg_ssm/mtg/util.py
mtg_ssm/scryfall/__init__.py
mtg_ssm/scryfall/fetcher.py
mtg_ssm/scryfall/models.py
mtg_ssm/serialization/__init__.py
mtg_ssm/serialization/csv.py
mtg_ssm/serialization/interface.py
mtg_ssm/serialization/xlsx.py
tests/__init__.py
tests/conftest.py
tests/gen_testdata.py
tests/test_ssm.py
tests/containers/__init__.py
tests/containers/test_bundles.py
tests/containers/test_counts.py
tests/containers/test_indexes.py
tests/containers/test_legacy.py
tests/data/LICENSE.txt
tests/data/bulk_data.json
tests/data/cards.json
tests/data/migrations.json
tests/data/sets.json
tests/data/sets1.json
tests/data/sets2.json
tests/mtg/__init__.py
tests/mtg/test_util.py
tests/scryfall/__init__.py
tests/scryfall/test_fetcher.py
tests/serialization/__init__.py
tests/serialization/test_csv.py
tests/serialization/test_interface.py
tests/serialization/test_xlsx.py
tests/serialization/snapshots/test_csv/test_write_terse/collection.csv
tests/serialization/snapshots/test_csv/test_write_verbose/collection.csv
tests/serialization/snapshots/test_xlsx/test_create_all_cards_sheet/All Cards.csv
tests/serialization/snapshots/test_xlsx/test_create_all_sets/All Sets.csv
tests/serialization/snapshots/test_xlsx/test_create_set_sheet/ICE.csv
tests/serialization/snapshots/test_xlsx/test_write/00 - All Sets.csv
tests/serialization/snapshots/test_xlsx/test_write/01 - All Cards.csv
tests/serialization/snapshots/test_xlsx/test_write/02 - LEA.csv
tests/serialization/snapshots/test_xlsx/test_write/03 - FEM.csv
tests/serialization/snapshots/test_xlsx/test_write/04 - ICE.csv
tests/serialization/snapshots/test_xlsx/test_write/05 - S00.csv
tests/serialization/snapshots/test_xlsx/test_write/06 - CHK.csv
tests/serialization/snapshots/test_xlsx/test_write/07 - BOK.csv
tests/serialization/snapshots/test_xlsx/test_write/08 - SOK.csv
tests/serialization/snapshots/test_xlsx/test_write/09 - HOP.csv
tests/serialization/snapshots/test_xlsx/test_write/10 - PMBS.csv
tests/serialization/snapshots/test_xlsx/test_write/11 - MBS.csv
tests/serialization/snapshots/test_xlsx/test_write/12 - NEO.csv
tests/serialization/snapshots/test_xlsx/test_write/13 - PNEO.csv