Metadata-Version: 2.4
Name: mu3
Version: 0.1.0
Summary: A stub Python library named mu3.
Project-URL: Homepage, https://github.com/ajfriend/mu3_py
Project-URL: Repository, https://github.com/ajfriend/mu3_py
Project-URL: Issues, https://github.com/ajfriend/mu3_py/issues
Author-email: AJ Friend <ajfriend@gmail.com>
License-Expression: MIT
License-File: license
Keywords: mu3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# mu3

A stub Python library.

## Installation

```bash
pip install mu3
```

## Usage

```python
import mu3
print(mu3.hello())
```
