{"library":"sprocket-rl-parser","title":"Sprocket RL Parser","type":"library","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sprocket-rl-parser"],"cli":null},"imports":["from sprocket_rl_parser import SprocketRLParser"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/sprocket-rl-parser/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from sprocket_rl_parser import SprocketRLParser\n\nparser = SprocketRLParser('path/to/replay.replay')\nparsed = parser.parse()\nprint(parsed.match_id)\nprint(parsed.teams[0].name)\nprint(parsed.players[0].name)","lang":"python","description":"Parse a Rocket League replay file and access basic match info.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}