Metadata-Version: 2.1
Name: mysql-x-pilcs
Version: 0.1.3
Summary: A thread-safe MySQL connection pool and operation toolkit
Home-page: https://github.com/your-username/mysql-x-pilcs
Author: Your Name
Author-email: your@email.com
License: MIT
Keywords: mysql,connection pool,thread-safe,mysql connector
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: mysql-connector-python >=8.0.0
Requires-Dist: chardet >=5.0.0

# mysql-toolkit-x
A thread-safe MySQL connection pool and operation toolkit for Python, with retry mechanism, batch import/export, and stored procedure support.

## Installation
```bash
pip install mysql-x-pilcs
