Python bindings for the Rocket League replay parser uboxcars.
Project description
uboxcars_py
Python bindings for the uboxcars Rocket League replay parser.
Installation
Only tested on linux. You have to compile it yourself if you are using Windows.
pip install uboxcars_py
Usage
from uboxcars_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.
- poetry
# Install dependencies
poetry install
# Build
make
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
uboxcars_py-9.0.0.tar.gz
(2.1 kB
view details)
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 uboxcars_py-9.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-9.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c7f3912deed2c595693a2e6186b66911beadd2970406fcc65ad4ad16f06537d
|
|
| MD5 |
d8a01c4e5fb3908759d06b6b3b04a7bf
|
|
| BLAKE2b-256 |
8257e36b9f3305bafe318de7507623d38acbd9c7995c8d9da89e9e19809cbb4a
|
File details
Details for the file uboxcars_py-9.0.0-py3-none-any.whl.
File metadata
- Download URL: uboxcars_py-9.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6390889371ffd361bf4d5b04510b7f0307a92c0e0fae8af1e8cbfff4685e372
|
|
| MD5 |
e5d5a7fdcd420de95269973d01adbfca
|
|
| BLAKE2b-256 |
81158b1dfb956f10e84e18e5d51eb85a1ce35103489f8d177f5bb88aa8b07223
|