Python bindings for the Rocket League replay parser boxcars.
Project description
Boxcars-py
Python bindings for the Boxcars Rocket League replay parser. This is a fork of SaltieRL's package which sadly seems to no longer be maintained.
Installation
Only tested on linux. You have to compile it yourself if you are using Windows.
pip install sprocket-boxcars-py
Usage
from boxcars_py import parse_replay
with open("your_replay.replay", "rb") as f:
buf = f.read()
f.close()
replay = parse_replay(buf)
# Use the parsed replay here
Building from source
Requirements
- Rust.
maturin
maturin develop
maturin publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sprocket_boxcars_py-0.2.0.tar.gz.
File metadata
- Download URL: sprocket_boxcars_py-0.2.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca644dd3fc6ef057e4d04deaadaf3dcc1cf40ec51b3734751a09e82f3b0adb9
|
|
| MD5 |
516d94d207fa2978ab56ad22bd279999
|
|
| BLAKE2b-256 |
b11423bce7f841f6040854e4e4ea89d5fe9cbf6550c13661811b31c4af0d5298
|
File details
Details for the file sprocket_boxcars_py-0.2.0-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: sprocket_boxcars_py-0.2.0-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 502.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
695d1e8f0e286a727949cf6566b36b6ab6ca56958ad86510c38227d394633bbd
|
|
| MD5 |
7761de29aa5b515f4bf415c141d1e4c9
|
|
| BLAKE2b-256 |
d142e11d6d8cd16e2ce444a8ec86ff71f46e451e7972785c1a86a6ac999f2d82
|