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
- Host: GitHub
- URL: https://github.com/kfields/hello-maturin
- Owner: kfields
- License: mit
- Created: 2022-08-28T15:46:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T19:29:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T08:41:11.843Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```