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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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-2.0.0-cp37-abi3-win_amd64.whl.
File metadata
- Download URL: uboxcars_py-2.0.0-cp37-abi3-win_amd64.whl
- Upload date:
- Size: 394.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 |
a03edfb1d43374c259ead4d7b1ac6fab346c9432b9d15cc9210b124a6f4c320d
|
|
| MD5 |
1e48edd64debd7faa248317632bacb82
|
|
| BLAKE2b-256 |
dcb3bb1e3ff165480acbc094f2909dba0df18c7531531b77b4151c8e98010b2f
|