Metadata-Version: 2.4
Name: blending_simulator_lib
Version: 2026.1.2
Summary: Blending Simulation for Bulk Material Homogenization
Keywords: blending,simulation,cpp,pybind11,bmh
Author-Email: Michael Cipold <github@cipold.de>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Project-URL: Homepage, https://github.com/jcbachmann/blending-evaluation
Project-URL: Repository, https://github.com/jcbachmann/blending-evaluation
Requires-Python: >=3.12
Requires-Dist: numpy>=1.20.0
Provides-Extra: dev
Requires-Dist: pybind11-stubgen; extra == "dev"
Description-Content-Type: text/markdown

# Blending Simulator Lib (blending_simulator_lib)

[![PyPI version](https://img.shields.io/pypi/v/blending_simulator_lib.svg)](https://pypi.org/project/blending_simulator_lib/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Simulation library for Bulk Material Homogenization, implemented in C++.

## Development

After making changes to the module, you need to regenerate the stubs. To regenerate the stubs, execute this command from
the package directory:

```bash
uv run pybind11-stubgen blending_simulator_lib._blending_simulator_lib -o src
```
