R3E Python API
This package will allow you to easily read data from RaceRoom's Shared Memory API using Python.
Usage:
from r3e_api import R3ESharedMemory
import time
shared_memory = R3ESharedMemory()
shared_memory.update_offsets() # only needed once
while True:
shared_memory.update_buffer()
print(shared_memory.get_value('Player'))
time.sleep(0.5)
The method R3ESharedMemory.get_value() accepts one string field. If you want to retrieve a sub-field, you can use dot notation, for example, R3ESharedMemory.get_value('Player.Velocity').
Release files for r3e-api 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| r3e-api-0.1.2.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| r3e_api-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.9 kB
Release files / r3e-api-0.1.2.tar.gz
| Download URL | r3e-api-0.1.2.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
178199d5da56e143db983519f398b4cd71850c03be1bc41f425ac057b071b089
|
|
BLAKE2b-256 checksum How to use checksums |
d2bef418656f1701688714b8b804b5292aa5a83e1d0a02cf2e1f46af556560fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|
Release files / r3e_api-0.1.2-py3-none-any.whl
| Download URL | r3e_api-0.1.2-py3-none-any.whl |
|---|---|
| Size | 16.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9b3b78a45e82b02743fee1f313bff6b110155d475e6046da5dc06c3255564152
|
|
BLAKE2b-256 checksum How to use checksums |
8a54a6cdc5e03e6eadd8272b2f453c435e7e10ff4cc721373f6ad2af5ff7d72e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|