Metadata-Version: 2.4
Name: tatva-coloring
Version: 0.0.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: numpy
License-File: LICENSE
Summary: Matrix coloring algorithms for tatva implemented in Rust.
Author-email: florez <florez@ethz.ch>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Project-URL: repository, https://github.com/smec-ethz/tatva-coloring

<div align="center">

<img src="assets/icon.png" alt="drawing" height="150"/>

<h3 align="center">tatva-coloring : coloring for tatva</h3>

Simple matrix coloring for sparse differentiation. Implemented in Rust with Python bindings.

</div>

## License

`tatva-coloring` is distributed under the GNU Lesser General Public License v3.0 or later. See `LICENSE` for the complete terms. © 2025 ETH Zurich (Flavio Lorez).

## Installation

To install `tatva-coloring`, use pip/uv:

```bash
pip install tatva-coloring
```

