Metadata-Version: 2.4
Name: jitprofiler
Version: 0.2.0
Summary: A package for generating automated data profiling reports.
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: plotly
Requires-Dist: scipy
Requires-Dist: openpyxl
Requires-Dist: statsmodels
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# JIT Profiler

A data profiler and automated EDA tool that generates interactive HTML reports from Excel files.

## Installation

```bash
pip install jitprofiler
