Metadata-Version: 2.4
Name: pyembive
Version: 0.4.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Embive (Embedded RISC-V) Python Bindings

A lightweight, recoverable sandbox for executing untrusted RISC-V code in constrained environments (ex.: microcontrollers).

Check more information about Embive [here](https://github.com/embive/embive).

## How to build

You can build it using [Maturin](https://pypi.org/project/maturin/). Check the [pyo3 guide](https://pyo3.rs/v0.24.1/getting-started.html) for more information.

