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-13.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-13.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-13.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 |
689b9642ba2f5b78e06b5db2c62dd75ef7488504a5d1d03e6225e36fbd7dcc15
|
|
| MD5 |
32ccbe98dfe07d4228a42c2e3f769a94
|
|
| BLAKE2b-256 |
51c41308724a574abdb16a4c19b81ec04de8b6e519324b7161c8e8359f5d5ea0
|
File details
Details for the file uboxcars_py-13.0.0-py3-none-any.whl.
File metadata
- Download URL: uboxcars_py-13.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 |
2123b98765fb77d918d47b4f911846c22b55a5f51f19a84197e353a3829721c8
|
|
| MD5 |
129411a2ceea31b75b1133dadde94ba5
|
|
| BLAKE2b-256 |
dd1579c0efa6a55fd5db4508ccbc46ad7a31ff0009c7855dbad976fec157c26c
|