Metadata-Version: 2.4
Name: progan-h
Version: 0.1.0
Summary: A CLI tool to provide documentation and examples for machine learning algorithms
Home-page: https://github.com/yourusername/progan-h
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=10.0.0
Requires-Dist: markdown>=3.3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Progan-H

A command-line tool that provides interactive documentation and examples for machine learning algorithms.

## Installation

```bash
pip install progan-h
```

## Usage

Get documentation for specific algorithms:

```bash
progan-h knn
```

List all available algorithms:

```bash
progan-h list
```

## Features

- Beautiful terminal-based documentation
- Code examples for various ML algorithms
- Easy-to-follow tutorials
- Interactive learning experience

## Supported Algorithms

- KNN (K-Nearest Neighbors)
- More algorithms coming soon!

## License

MIT License
