Registry / data / sprocket-rl-parser

sprocket-rl-parser

JSON →
library1.2.117pypypiunverified

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-parser
INSTALL
IMPORT
SIG · SPROCKET-RL-PARSER
S
sprocket-rl-parser
datapythonv1.2.117
Install
9.4s avg
Import
Disk
171MB
Pass rate
4/ 10
Env Coverage4 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.2.117 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✓ 8.9s
py 3.11
✕ build_error
✓ 8.3s
py 3.12
✕ build_error
✓ 9.2s
py 3.13
✕ build_error
✕ build_error
py 3.9
✕ build_error
✓ 11s
171MB installed
● package 171MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SprocketRLParser
from sprocket_rl_parser.carball import SprocketRLParser
from sprocket_rl_parser import SprocketRLParser

Parse a Rocket League replay file and access basic match info.

from sprocket_rl_parser import SprocketRLParser parser = SprocketRLParser('path/to/replay.replay') parsed = parser.parse() print(parsed.match_id) print(parsed.teams[0].name) print(parsed.players[0].name)
Debug
Known issues
breakingIn version 1.0.0, the parse() method signature changed from parse(file_path) to parse(). File path is now passed to the constructor.
fix
Instantiate SprocketRLParser(file_path) then call parse() with no arguments.
affects: >=1.0.0
gotchaThe replay file must be in the official .replay format; other extensions or corrupted files cause silent parsing failures.
fix
Ensure the file is a valid Rocket League replay (check file header b'CARP').
affects: >=0.9.0
Upgrade
Version history
1.2.117latest on PyPI · released May 8, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
OpenAI (training)
1
Resources