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-6.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-6.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-6.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 |
041e821bb3313ab975829a80a0c6d3085122c7e34b45da9bf9e751c542d8666e
|
|
| MD5 |
5f583b313daa607dd0943d411f28f032
|
|
| BLAKE2b-256 |
eba4980ec35a23ca0f0623aa2fc62da3fd7eefe0e59c2a865e224c009759ca66
|
File details
Details for the file uboxcars_py-6.0.0-py3-none-any.whl.
File metadata
- Download URL: uboxcars_py-6.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 |
f4073e6cf46407625b5467d81f1b7ff7ddc9e56643d8c3fdc8f52fe2ddbec1af
|
|
| MD5 |
093d611b63861bd94e7eae3bbaf96d1a
|
|
| BLAKE2b-256 |
55d17c294cf2e13fdd633ba2c6da016b1e1f1d3fa6da9e11a67e531c82e4d43e
|