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

https://github.com/anthonycorletti/rust-python-project-template

A minimal project template that can be used for building rust-backed python projects.
https://github.com/anthonycorletti/rust-python-project-template

maturin pytest python rust setuptools

Last synced: about 2 months ago
JSON representation

A minimal project template that can be used for building rust-backed python projects.

Awesome Lists containing this project

README

        

# rust_python_project_template

A minimal project template that can be used for building rust-backed python projects.

## Usage

1. Clone this repository.
1. Replace all instances of `rust_python_project_template` across the entire repository with the namespace of your project.
1. Replace values in `pyproject.toml` and `Cargo.toml` with relevant values for your project.
1. Follow instructions in [`CONTRIBUTING.md`](./CONTRIBUTING.md) to set up your development environment.
1. Run `./scripts/install.sh`
1. Run `./scripts/test.sh`
1. You're all set! Make this readme whatever you want now. The future is yours!