Metadata-Version: 2.4
Name: kaggle-prep
Version: 0.3.0
Summary: One-command Kaggle dataset preparation & analysis tool
Author-email: Sumit Gavali <sumitrg0007@gmail.com>
License: MIT
Keywords: kaggle,data-science,cli,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kagglehub>=0.1.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: kaggle>=1.5.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: numpy<2.0.0,>=1.26.0
Requires-Dist: scipy>=1.7.0
Dynamic: license-file

#  Kaggle Prep

> **One command to download, profile, visualize, and prepare any Kaggle dataset!**

##  Features

-  Download any Kaggle dataset
-  Profile your data instantly
-  Generate beautiful HTML reports
-  Create 10+ EDA visualizations
-  Auto-generate preprocessing code
-  Create starter Jupyter notebooks

##  Quick Start

```bash
# Install
pip install kaggle-prep

# Setup credentials
kaggle-prep --setup

# Download a dataset
kaggle-prep uciml/iris

# Full analysis
kaggle-prep uciml/iris --profile --report --visualize --preprocess --notebook
