Metadata-Version: 2.2
Name: edapdf
Version: 1.1
Summary: Simple package to build a PDF as you do EDA.
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fpdf2>=2.8.2
Requires-Dist: great-tables>=0.16.1
Requires-Dist: matplotlib>=3.9.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: pillow>=11.1.0
Requires-Dist: polars>=1.21.0
Requires-Dist: selenium>=4.28.1

install using 
```
pip install edapdf
```
