No project description provided
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-15.0.0.tar.gz
(9.8 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-15.0.0.tar.gz.
File metadata
- Download URL: uboxcars_py-15.0.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffa46b1eea3568f6e1d4bc0334e2ff786f6ad2f5367d51bbe231234bf0da8f5f
|
|
| MD5 |
ed48def49ecf9e6df908759ddd8ccb00
|
|
| BLAKE2b-256 |
8d7be0c3fed46d4ec5451f22a62fdc1737994cb1a67d0c8dbc1dc847ff6f308d
|
File details
Details for the file uboxcars_py-15.0.0-cp37-abi3-win_amd64.whl.
File metadata
- Download URL: uboxcars_py-15.0.0-cp37-abi3-win_amd64.whl
- Upload date:
- Size: 381.6 kB
- Tags: CPython 3.7+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65ea1fe98344402149b00b05e05dcc744eaad6863ac36a9e62d4d88c29231e8d
|
|
| MD5 |
ce87f6d3554e4618cd86db3c8b88f8e7
|
|
| BLAKE2b-256 |
58fd4a014782f2cfd4b939fd7e82d2bf704e925b03369289f8fc0e2e48e09704
|