Metadata-Version: 2.1
Name: PyReporter
Version: 1.0.4
Summary: A Python reporting API that helps with reading and writing tabular data in Excel, SQl, etc...
Home-page: https://github.com/Alex-Au1/PyReporter
Author: Alex Au
Author-email: AlexXianZhenYuAu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyReporter
A Python reporting API that helps with reading and writing tabular data to/from different formats like Excel, SQL tables, etc...


## Install

### Using Pip:
```bash
pip install -U PyReporter
```
