A Python library for parsing Rocket League replay files (.replay) and analyzing match data. Current version 1.2.110, with frequent updates. Requires Python >=3.7.
pip install sprocket-rl-parserVerified import paths — ran on the pinned version, not inferred.
Parse a Rocket League replay file and access basic match info.
Instantiate SprocketRLParser(file_path) then call parse() with no arguments.
Ensure the file is a valid Rocket League replay (check file header b'CARP').
No dependency data recorded yet.