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.
- Host: GitHub
- URL: https://github.com/uvlad7/variations_explorer_pyrs
- Owner: uvlad7
- License: mit
- Created: 2023-10-21T13:55:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:42:34.000Z (8 months ago)
- Last Synced: 2024-10-18T16:02:23.642Z (8 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)