Metadata-Version: 2.4
Name: pyplotye
Version: 0.1.0
Summary: A Python data analysis and visualization toolkit for preprocessing, clustering, regression and classification.
Author-email: Harish <hackerat2027@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Your Name
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/HackerHarish1419/pyplotye
Project-URL: Bug Tracker, https://github.com/HackerHarish1419/pyplotye/issues
Keywords: plotting,visualization,machine learning,data analysis,sklearn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21
Requires-Dist: pandas>=1.4
Requires-Dist: matplotlib>=3.5
Requires-Dist: scikit-learn>=1.0
Requires-Dist: statsmodels>=0.13
Requires-Dist: seaborn>=0.11
Requires-Dist: minisom>=2.3
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"
Requires-Dist: build>=0.10; extra == "dev"
Dynamic: license-file

# pyplotye

[![PyPI version](https://badge.fury.io/py/pyplotye.svg)](https://badge.fury.io/py/pyplotye)
[![Python Versions](https://img.shields.io/pypi/pyversions/pyplotye.svg)](https://pypi.org/project/pyplotye/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> A Python plotting library — describe what `pyplotye` does in one sentence here.

## Features

- Feature 1
- Feature 2
- Feature 3

## Installation

```bash
pip install pyplotye
```

## Quick Start

```python
from pyplotye import hello

print(hello())
```

## Documentation

Full documentation is available at [https://pyplotye.readthedocs.io](https://pyplotye.readthedocs.io).

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on [GitHub](https://github.com/yourusername/pyplotye).

## License

This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.
