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-5.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-5.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-5.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 |
69447ecdb70d097b1a15ed0408a3486641d020b853fdf5af66073f2791a2c7d1
|
|
| MD5 |
38a72d07a9345dc849a0f8212bcacb30
|
|
| BLAKE2b-256 |
db47daf1b1bae7681033854dc3af40fdbd7bc09a13aaad7ac00344f9b6911904
|
File details
Details for the file uboxcars_py-5.0.0-py3-none-any.whl.
File metadata
- Download URL: uboxcars_py-5.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
6cbc0025f13b6f964c6de68b4281c7d748d626d773af6216717a30857c7ebdf5
|
|
| MD5 |
4950158ff3074345ffc6327b404d40b4
|
|
| BLAKE2b-256 |
7b03d63c93e3b417eba7b47219aed2b814a2f01d45d77d3adb83bf4cc9b01e3f
|