Metadata-Version: 2.4
Name: bnusys
Version: 0.1.0
Summary: A sparse matrix library with CUDA acceleration.
Author-email: Marvin <202522081036@mail.bnu.edu.cn>
License: MIT
Project-URL: Homepage, https://github.com/bnusys
Project-URL: Source, https://github.com/Seto1919810/bnusys
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: License
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# bnusys

A small example Python library demonstrating packaging and distribution.

This library provides:

- A few basic math helper functions (`add`, `subtract`, `mean`)
- A very simple sparse matrix class in COO format (`SparseCOOMatrix`)

## Installation

After you upload this project to PyPI, users can install it with:

```bash
pip install bnusys
