Metadata-Version: 2.3
Name: finch-tensor
Version: 0.6.0
Summary: 
Author: Willow Ahrens
Author-email: Willow Ahrens <willow.marie.ahrens@gmail.com>
Requires-Dist: numpy>=2.0,<3
Requires-Dist: numba>=0.61,<2
Requires-Dist: donfig>=0.8.1.post1,<0.9.0
Requires-Dist: lark>=1.3.0,<2
Requires-Dist: scipy>=1.7,<2
Requires-Dist: juliapkg>=0.1.16,<0.2.0 ; extra == 'julia'
Requires-Dist: juliacall>=0.9.24,<0.10.0 ; extra == 'julia'
Requires-Python: >=3.11, <4
Provides-Extra: julia
Description-Content-Type: text/markdown

# finch-tensor

Sparse array programming backed by [Finch.jl](https://github.com/finch-tensor/Finch.jl).

## Source
The source code for `finch-tensor` is available on GitHub at [https://github.com/finch-tensor/finch-tensor](https://github.com/FinchTensor/finch-tensor)

## Installation

`finch-tensor` is available on PyPi, and can be installed with pip:
```bash
pip install finch-tensor
```

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines, development setup, and best practices.
