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-3.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-3.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-3.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 |
8727654530dbb76e954ea5f834976c67844d65eb791250447689f2a15897e840
|
|
| MD5 |
7d5bda161cb0a5a03728d8007cd7a625
|
|
| BLAKE2b-256 |
a49a255be68a65bf1b6df486935b98cc3026c7f13ae04b76ae758c7cfa16ede3
|
File details
Details for the file uboxcars_py-3.0.0-py3-none-any.whl.
File metadata
- Download URL: uboxcars_py-3.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 |
b744be1f001cf775dd1636d554392f858ab4913dd604cacdea721c1b322efb6a
|
|
| MD5 |
a3b12ff87d46bc8197c916ad22b00326
|
|
| BLAKE2b-256 |
240e74f266aaa17b7a80dd729bf29b3e44b8b9ce1720f4529745e7f3dba754e4
|