Python bindings for heck, the Rust case conversion library.
pip install pyheck
- Install poetry
- Install dev dependencies:
poetry install
- Activate the poetry shell:
poetry shell
- Run
maturin develop
to compile the Rust code. - Run
make fmt
,make lint
, andmake test
.