Metadata-Version: 2.4
Name: jayzz
Version: 0.1.0
Summary: Unified access to NumPy, Pandas, Seaborn, and Matplotlib via a single import
Author: Jayesh
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: seaborn
Requires-Dist: matplotlib
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# jayzz

jayzz is a lightweight Python umbrella package that provides unified access to popular data science libraries — NumPy, Pandas, Seaborn, and Matplotlib — using a single import.

## Why jayzz?
Instead of importing multiple libraries separately, jayzz allows you to write cleaner and more readable code by accessing all core data science tools through one namespace.

## Installation
```bash
pip install jayzz
