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
Requires-Dist: holidays
Requires-Dist: numpy
Requires-Dist: office365
Requires-Dist: Office365-REST-Python-Client
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pyodbc
Requires-Dist: requests
Requires-Dist: selenium
Requires-Dist: setuptools
Requires-Dist: SharePlum

# 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
```
