Metadata-Version: 2.1
Name: mysql-connector-pkg
Version: 0.1.1
Summary: A simple MySQL connector package
Home-page: https://github.com/easyconnectpkg/mysql-connector-pkg
Author: easyconnectpkg
Author-email: easyconnectpkg@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

# MySQL Connector Package

一个简单的 MySQL 连接库，支持连接 MySQL 并执行 SQL 语句。

## 安装

```sh
pip install mysql-connector-pkg
```
