https://github.com/finch-tensor/finch-tensor-lite
https://github.com/finch-tensor/finch-tensor-lite
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/finch-tensor/finch-tensor-lite
- Owner: finch-tensor
- License: mit
- Created: 2025-04-25T15:35:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T14:46:14.000Z (11 months ago)
- Last Synced: 2025-07-07T15:34:04.643Z (11 months ago)
- Language: Python
- Size: 552 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# finch-tensor-lite
The pure-Python rewrite of [Finch.jl](https://github.com/finch-tensor/Finch.jl), designed to eventually replace [finch-tensor](https://pypi.org/project/finch-tensor/).
## Source
The source code for `finch-tensor-lite` is available on GitHub at [https://github.com/finch-tensor/finch-tensor-lite](https://github.com/FinchTensor/finch-tensor-lite)
## Installation
`finch-tensor-lite` is available on PyPi, and can be installed with pip:
```bash
pip install finch-tensor-lite
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines, development setup, and best practices.