Metadata-Version: 2.1
Name: mysql-editor-python
Version: 1.0
Summary: A MySQL Editor
Project-URL: Homepage, https://github.com/PandaRules/MySQL-Editor-Python
Project-URL: Issues, https://github.com/PandaRules/MySQL-Editor-Python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyside6 >=6.6.0
Requires-Dist: mysql-connector-python >=8.0.31
Requires-Dist: requests >=2.31.0

# MySQL Editor

This is a tool for viewing and editing MySQL databases written in Python.

# Instructions for Installing

+ ```pip install mysql-editor-python```


