LICENSE
README.md
pyproject.toml
src/retro_roster_patcher/__init__.py
src/retro_roster_patcher/py.typed
src/retro_roster_patcher/rom_finder.py
src/retro_roster_patcher.egg-info/PKG-INFO
src/retro_roster_patcher.egg-info/SOURCES.txt
src/retro_roster_patcher.egg-info/dependency_links.txt
src/retro_roster_patcher.egg-info/entry_points.txt
src/retro_roster_patcher.egg-info/requires.txt
src/retro_roster_patcher.egg-info/top_level.txt
src/retro_roster_patcher/cli/__init__.py
src/retro_roster_patcher/cli/__main__.py
src/retro_roster_patcher/cli/commands.py
src/retro_roster_patcher/cli/render.py
src/retro_roster_patcher/core/__init__.py
src/retro_roster_patcher/core/assets.py
src/retro_roster_patcher/core/errors.py
src/retro_roster_patcher/core/models.py
src/retro_roster_patcher/core/patcher.py
src/retro_roster_patcher/core/registry.py
src/retro_roster_patcher/formats/__init__.py
src/retro_roster_patcher/formats/ea_tdb.py
src/retro_roster_patcher/formats/iso9660.py
src/retro_roster_patcher/games/__init__.py
src/retro_roster_patcher/games/iss_snes/__init__.py
src/retro_roster_patcher/games/iss_snes/models.py
src/retro_roster_patcher/games/iss_snes/patcher.py
src/retro_roster_patcher/games/iss_snes/rom_reader.py
src/retro_roster_patcher/games/iss_snes/rom_writer.py
src/retro_roster_patcher/games/iss_snes/stat_mapper.py
src/retro_roster_patcher/games/kgj_mlb_snes/__init__.py
src/retro_roster_patcher/games/kgj_mlb_snes/models.py
src/retro_roster_patcher/games/kgj_mlb_snes/patcher.py
src/retro_roster_patcher/games/kgj_mlb_snes/rom_reader.py
src/retro_roster_patcher/games/kgj_mlb_snes/rom_writer.py
src/retro_roster_patcher/games/kgj_mlb_snes/stat_mapper.py
src/retro_roster_patcher/games/mvp_psp/__init__.py
src/retro_roster_patcher/games/mvp_psp/models.py
src/retro_roster_patcher/games/mvp_psp/patcher.py
src/retro_roster_patcher/games/mvp_psp/rom_reader.py
src/retro_roster_patcher/games/mvp_psp/rom_writer.py
src/retro_roster_patcher/games/mvp_psp/stat_mapper.py
src/retro_roster_patcher/games/nbalive95_genesis/__init__.py
src/retro_roster_patcher/games/nbalive95_genesis/models.py
src/retro_roster_patcher/games/nbalive95_genesis/patcher.py
src/retro_roster_patcher/games/nbalive95_genesis/rom_reader.py
src/retro_roster_patcher/games/nbalive95_genesis/rom_writer.py
src/retro_roster_patcher/games/nbalive95_genesis/stat_mapper.py
src/retro_roster_patcher/games/nhl05_ps2/__init__.py
src/retro_roster_patcher/games/nhl05_ps2/models.py
src/retro_roster_patcher/games/nhl05_ps2/patcher.py
src/retro_roster_patcher/games/nhl05_ps2/rom_reader.py
src/retro_roster_patcher/games/nhl05_ps2/rom_writer.py
src/retro_roster_patcher/games/nhl05_ps2/stat_mapper.py
src/retro_roster_patcher/games/nhl07_psp/__init__.py
src/retro_roster_patcher/games/nhl07_psp/models.py
src/retro_roster_patcher/games/nhl07_psp/patcher.py
src/retro_roster_patcher/games/nhl07_psp/rom_reader.py
src/retro_roster_patcher/games/nhl07_psp/rom_writer.py
src/retro_roster_patcher/games/nhl07_psp/stat_mapper.py
src/retro_roster_patcher/games/nhl94_genesis/__init__.py
src/retro_roster_patcher/games/nhl94_genesis/models.py
src/retro_roster_patcher/games/nhl94_genesis/patcher.py
src/retro_roster_patcher/games/nhl94_genesis/rom_reader.py
src/retro_roster_patcher/games/nhl94_genesis/rom_writer.py
src/retro_roster_patcher/games/nhl94_genesis/stat_mapper.py
src/retro_roster_patcher/games/nhl94_snes/__init__.py
src/retro_roster_patcher/games/nhl94_snes/models.py
src/retro_roster_patcher/games/nhl94_snes/patcher.py
src/retro_roster_patcher/games/nhl94_snes/rom_reader.py
src/retro_roster_patcher/games/nhl94_snes/rom_writer.py
src/retro_roster_patcher/games/nhl94_snes/stat_mapper.py
src/retro_roster_patcher/games/we2002/__init__.py
src/retro_roster_patcher/games/we2002/afs_handler.py
src/retro_roster_patcher/games/we2002/csv_handler.py
src/retro_roster_patcher/games/we2002/models.py
src/retro_roster_patcher/games/we2002/patcher.py
src/retro_roster_patcher/games/we2002/ppf.py
src/retro_roster_patcher/games/we2002/rom_reader.py
src/retro_roster_patcher/games/we2002/rom_writer.py
src/retro_roster_patcher/games/we2002/stat_mapper.py
src/retro_roster_patcher/games/we2002/tim_generator.py
src/retro_roster_patcher/games/we2002/assets/__init__.py
src/retro_roster_patcher/games/we2002/assets/we2002_english.ppf
src/retro_roster_patcher/games/we2002/translations/__init__.py
src/retro_roster_patcher/games/we2002/translations/we2002/__init__.py
src/retro_roster_patcher/games/we2002/translations/we2002/english_ppf.py
src/retro_roster_patcher/games/we2002/translations/we2002/french_ppf.py
src/retro_roster_patcher/games/we2002/translations/we2002/menu_records.py
src/retro_roster_patcher/games/we2002/translations/we2002/portuguese_ppf.py
src/retro_roster_patcher/games/we2002/translations/we2002/spanish_ppf.py
src/retro_roster_patcher/sports/__init__.py
src/retro_roster_patcher/sports/_http.py
src/retro_roster_patcher/sports/espn.py
src/retro_roster_patcher/sports/models.py
src/retro_roster_patcher/sports/nhl.py
src/retro_roster_patcher/sports/serde.py
src/retro_roster_patcher/sports/team_colors.py
tests/test_network_guard.py
tests/test_package.py
tests/test_packaging.py
tests/test_public_api.py
tests/test_readme.py
tests/test_rom_finder.py