Metadata-Version: 2.1
Name: insightpy
Version: 0.0.3
Summary: A data profiling library for in-depth data analysis.
Home-page: https://github.com/habib-z/insightpy
Author: habib-z
Author-email: my.email@gmail.com
License: MIT
Project-URL: homepage, https://github.com/habib-z/insightpy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.2.2
Requires-Dist: setuptools>=75.1.0
Requires-Dist: click>=8.1.7
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: seaborn>=0.13.2
Requires-Dist: numpy>=1.26.4
Requires-Dist: scikit-learn>=1.5.1
Requires-Dist: scipy>=1.13.1
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"

# insightpy
## Data Profiler
This is a data profiling tool that provides quick insights into your dataset.

### Features:
- Summary statistics (mean, median, standard deviation)
- Missing value analysis
- Correlation analysis
- Histogram and scatter plot visualizations

### Installation:
\\\
pip install insightpy
\\\

### Usage:
You can use it via the CLI or programmatically in Python:
\\\
python -m data_profiler --file dataset.csv --summary
\\\

More features and UI will be added soon!
