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

# myexamplelib

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 myexamplelib
