Metadata-Version: 2.4
Name: sparsediffpy
Version: 0.1.5
Summary: Python bindings for SparseDiffEngine automatic differentiation
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: numpy>=2.0.0
Description-Content-Type: text/markdown

# SparseDiffPy

Python bindings for [SparseDiffEngine](https://github.com/SparseDifferentiation/SparseDiffEngine), a C library for computing sparse Jacobians and Hessians.

## Installation

```bash
git clone --recurse-submodules https://github.com/SparseDifferentiation/SparseDiffPy.git
cd SparseDiffPy
pip install -e .
```

## Usage

```python
from sparsediffpy import _sparsediffengine
```

## License

Apache License 2.0
