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

https://github.com/uvlad7/variations_explorer_pyrs

Python package to calculate product variations statistics. Implemented in Rust.
https://github.com/uvlad7/variations_explorer_pyrs

Last synced: 3 months ago
JSON representation

Python package to calculate product variations statistics. Implemented in Rust.

Awesome Lists containing this project

README

        

# Package variations_explorer_pyrs

Helps to calculate product variations statistic. Implemented in rust.

# Development

Install dependencies

pipenv install

Build and install the package into the virtual env

pipenv run maturin develop

Build the crate into python packages

pipenv run maturin build

Run tests

pipenv run pytest

Run Rust linter

cargo clippy [--fix] [-- --no-deps]

Local Rust and Python versions are managed by [rtx](.rtx.toml)