Metadata-Version: 2.1
Name: pySQLExport
Version: 0.1.0
Summary: A command line tool to interact with databases and export to other formats.
Home-page: https://github.com/aaronlmathis/pySQLExport
Author: Aaron Mathis
Author-email: Aaron Mathis <aaron.mathis@gmail.com>
Project-URL: Homepage, https://github.com/aaronlmathis/pySQLExport
Project-URL: Issues, https://github.com/aaronlmathis/pySQLExport/issues
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

# pySQLExport

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

## Installation

You can install the package using pip:

```sh
pip install pySQLExport
