Metadata-Version: 2.4
Name: datadict-connector-mysql
Version: 0.0.2
Summary: MySQL/MariaDB connector for DataDict
Author-email: Datadict Team <support@datadict.co>
License-Expression: MIT
Project-URL: Homepage, https://github.com/datadict-dev/datadict
Project-URL: Repository, https://github.com/datadict-dev/datadict
Project-URL: Issues, https://github.com/datadict-dev/datadict/issues
Project-URL: Documentation, https://github.com/datadict-dev/datadict
Keywords: datadict,mysql,mariadb,database,connector,metadata
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: datadict-connector-base>=0.0.1
Requires-Dist: datadict-connector-sql-base>=0.0.1
Requires-Dist: pydantic>=2.0
Requires-Dist: pandas>=2.0
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: sqlglot<27.0.0,>=25.0.0
Requires-Dist: pymysql>=1.1
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"

# DataDict Connector MySQL

This project is experimental and remains under heavy development. Expect rapid iteration and breaking changes while we refine the tooling.
