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

# SparseDiffPy

Python bindings for [SparseDiffEngine](https://github.com/SparseDifferentiation/SparseDiffEngine), a C library for automatic differentiation with sparse derivative computation.

## 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
