Metadata-Version: 2.4
Name: nunpyyy
Version: 0.1.0
Summary: A package with multiple simple ML programs callable by index.
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/nunpyyy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# nunpyyy

This package provides multiple simple machine learning programs that can be run using an index.

## Usage

```python
from nunpyyy import run
run(1)  # Runs the program indexed at 1
```
