LICENSE
README.md
pyproject.toml
src/deadlock_matches/__init__.py
src/deadlock_matches/api.py
src/deadlock_matches/config.py
src/deadlock_matches/damage.py
src/deadlock_matches/engine.py
src/deadlock_matches/export.py
src/deadlock_matches/extract.py
src/deadlock_matches/meta.py
src/deadlock_matches/paths.py
src/deadlock_matches/players.py
src/deadlock_matches/queries.py
src/deadlock_matches/schemas.py
src/deadlock_matches.egg-info/PKG-INFO
src/deadlock_matches.egg-info/SOURCES.txt
src/deadlock_matches.egg-info/dependency_links.txt
src/deadlock_matches.egg-info/entry_points.txt
src/deadlock_matches.egg-info/requires.txt
src/deadlock_matches.egg-info/top_level.txt
src/deadlock_matches/assets/__init__.py
src/deadlock_matches/assets/abilities.py
src/deadlock_matches/assets/accolades.py
src/deadlock_matches/assets/heroes.py
src/deadlock_matches/assets/history.py
src/deadlock_matches/assets/items.py
src/deadlock_matches/assets/skill_rating.py
src/deadlock_matches/assets/snapshots.py
src/deadlock_matches/assets/statues.py
src/deadlock_matches/assets/store.py
src/deadlock_matches/assets/unnest.py
src/deadlock_matches/assets/data/abilities.json
src/deadlock_matches/assets/data/ability_history.parquet
src/deadlock_matches/assets/data/accolades.json
src/deadlock_matches/assets/data/hero_history.parquet
src/deadlock_matches/assets/data/heroes.json
src/deadlock_matches/assets/data/item_history.parquet
src/deadlock_matches/assets/data/items.json
src/deadlock_matches/assets/data/rank_history.parquet
src/deadlock_matches/assets/data/skill_rating.json
src/deadlock_matches/assets/data/statue_history.parquet
src/deadlock_matches/assets/data/statues.json
src/deadlock_matches/cli/__init__.py
src/deadlock_matches/cli/cards.py
src/deadlock_matches/cli/data.py
src/deadlock_matches/cli/items.py
src/deadlock_matches/cli/main.py
src/deadlock_matches/cli/meta.py
src/deadlock_matches/cli/performance.py
src/deadlock_matches/gen/base_gcmessages_pb2.py
src/deadlock_matches/gen/base_gcmessages_pb2.pyi
src/deadlock_matches/gen/citadel_gcmessages_common_pb2.py
src/deadlock_matches/gen/citadel_gcmessages_common_pb2.pyi
src/deadlock_matches/gen/gcsdk_gcmessages_pb2.py
src/deadlock_matches/gen/gcsdk_gcmessages_pb2.pyi
src/deadlock_matches/gen/steammessages_pb2.py
src/deadlock_matches/gen/steammessages_pb2.pyi
src/deadlock_matches/gen/valveextensions_pb2.py
src/deadlock_matches/gen/valveextensions_pb2.pyi
src/deadlock_matches/gen/steammessages_steamlearn/steamworkssdk_pb2.py
src/deadlock_matches/gen/steammessages_steamlearn/steamworkssdk_pb2.pyi
src/deadlock_matches/gen/steammessages_unified_base/steamworkssdk_pb2.py
src/deadlock_matches/gen/steammessages_unified_base/steamworkssdk_pb2.pyi
tests/test_abilities.py
tests/test_api.py
tests/test_assets.py
tests/test_cli.py
tests/test_config.py
tests/test_damage.py
tests/test_export.py
tests/test_extract.py
tests/test_heroes.py
tests/test_history.py
tests/test_items.py
tests/test_meta.py
tests/test_notebook.py
tests/test_paths.py
tests/test_players.py
tests/test_queries.py
tests/test_schemas.py
tests/test_skill_rating.py
tests/test_statues.py
tests/test_store.py
tests/test_unnest.py