Metadata-Version: 2.4
Name: pdxtend
Version: 0.1.3
Summary: Extensions to pandas for enhanced Excel reading
Author: Lorenzo Toledo
Project-URL: Homepage, https://github.com/loooore/pdxtend
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.0

# pdxtend

pdxtend is a Python package that extends pandas with enhanced Excel reading and writing features.

## Installation

```bash
pip install pdxtend
