Metadata-Version: 2.4
Name: csmlp
Version: 0.1.0
Summary: A Python package that provides an embedded CSV dataset for ML/DS experiments.
Author: Your Name
Author-email: your_email@example.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# csmlp

A simple Python package that provides a CSV dataset (`best.csv`) for easy use in data analysis and ML projects.

## Installation
```bash
pip install csmlp
```
