Metadata-Version: 2.1
Name: blksprs
Version: 0.1b1
Summary: A lightweight library for operations on blocksparse matrices in PyTorch.
Author-email: Felix Schön <schoen@kr.tuwien.ac.at>
Project-URL: Homepage, https://github.com/FelixSchoen/blksprs
Project-URL: Bugtracker, https://github.com/FelixSchoen/blksprs/issues
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: torch
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Provides-Extra: deploy
Requires-Dist: build; extra == "deploy"
Requires-Dist: twine; extra == "deploy"
Requires-Dist: pdoc3; extra == "deploy"

# blksprs

## Overview

A lightweight library for operations on blocksparse matrices in PyTorch.
