Metadata-Version: 2.1
Name: pySQLExport
Version: 0.1.2
Summary: A command line tool to interact with MySQL databases and export to other formats.
Home-page: https://github.com/aaronlmathis/pySQLExport
Author: Aaron Mathis
Author-email: aaron.mathis@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: mysql-connector-python
Requires-Dist: pyyaml

# pySQLExport

A command line tool to interact with MySQL databases and export.

## Installation

You can install the package using pip:

```sh
pip install pySQLExport
