Metadata-Version: 2.4
Name: pycameleon
Version: 0.1.2
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Pycameleon


A WIP python binding with pyo3 for cameleon, a rust crate to interact with U3V (USB 3 Vision) camera.


## Instalation


First install `maturin` using `pip` or `pipx` or other package manager.

```bash
pip install maturin
```

Then run the following to install the package into the current environment.

```bash
maturin develop
```

