Metadata-Version: 2.4
Name: marvinbo
Version: 0.1.0
Summary: A small example Python library demonstrating packaging.
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
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: License
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
