An open API service indexing awesome lists of open source software.

https://github.com/kfields/hello-maturin

Maturin Starter Project w/PyO3 & Poetry
https://github.com/kfields/hello-maturin

Last synced: 12 months ago
JSON representation

Maturin Starter Project w/PyO3 & Poetry

Awesome Lists containing this project

README

          

# Hello Maturin
## Maturin Starter Project w/PyO3 & Poetry

:link:[PyO3](https://github.com/PyO3/pyo3)

:link:[Maturin](https://github.com/PyO3/maturin)

:link:[Maturin Action](https://github.com/messense/maturin-action)

```bash
git clone https://github.com/kfields/hello-maturin
cd hello-maturin
poetry shell
poetry install
maturin develop
python -m hello
```