Lagra physics engine — canonical Python entrypoint (pre-release placeholder, watch for 0.1.0)
Project description
lagra
Pre-release placeholder. This 0.0.1 entry reserves the canonical lagra name on PyPI for the Lagra physics engine. The full release (0.1.0+) ships compiled CPython wheels via maturin and exposes the Scene builder, LagraSimulator, AgentRuntime, and OMNI-EPIC-style Task harness described in the source repo.
Until then, this stub installs cleanly but does not include the compiled engine — the importable surface is empty.
# Build the real engine locally (pre-public-release flow):
git clone https://github.com/PimDeWitte/lagra && cd lagra/crates/lagra-py
python3 -m venv .venv && source .venv/bin/activate
maturin develop --release
python -c "import lagra; print(lagra.LagraSimulator.available_scenes()[:5])"
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
lagra-0.0.1.tar.gz
(2.1 kB
view details)
File details
Details for the file lagra-0.0.1.tar.gz.
File metadata
- Download URL: lagra-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2284df742c2b31f6cb32bbfbb666022d80c25026710cbc92ea38327698329956
|
|
| MD5 |
49f4cba9444634a9c5ff13890cd16a47
|
|
| BLAKE2b-256 |
d5bbafdf9f05a63c4065d5ac4912fdc1c5bf03f54e9178f40befc7dc22ef5c07
|