Metadata-Version: 2.4
Name: mysql-connection-helper
Version: 0.2.0
Summary: A lightweight MySQL connection helper using mysql-connector-python
Author: Vishva
Author-email: vishvaiioe@gamil.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: mysql-connector-python>=8.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mysql-helper

A lightweight Python utility to create and manage MySQL database connections using
`mysql-connector-python`.

---

## ✨ Features

- Simple MySQL connection helper
- Built-in error handling
- PyPI & CI friendly
- Easy to test with `pytest`
- Minimal and clean API

---

## 📦 Installation

```bash
pip install mysql-connection-helper
