Metadata-Version: 2.1
Name: dataauto
Version: 0.1.0
Summary: An open-source tool for automating data analysis tasks.
Home-page: https://github.com/r4mp4g3r/dataauto
Author: Pachigulla Ramtej
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.1.3
Requires-Dist: pandas >=1.5.3
Requires-Dist: numpy >=1.25.0
Requires-Dist: matplotlib >=3.7.1
Requires-Dist: seaborn >=0.12.2

# DataAuto

DataAuto is an open-source tool designed to automate common data analysis tasks. Whether you're a beginner or a seasoned data scientist, DataAuto simplifies the process of loading, summarizing, and visualizing your data.

## Features

- **Load Data**: Easily load CSV files into your analysis workflow.
- **Summarize Data**: Get quick summary statistics of your dataset.
- **Plot Data**: Generate visualizations for better data insights.

## Installation

DataAuto can be installed via `pip`:

```bash
pip install dataauto
