Metadata-Version: 2.4
Name: setup_2
Version: 0.1.0
Summary: A simple multi-database connection library (MySQL, MongoDB, SQLite)
Home-page: https://github.com/yourusername/setup_2
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: SQLAlchemy
Requires-Dist: pymongo
Requires-Dist: pymysql
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# setup_2

A simple Python library for connecting to **MySQL**, **MongoDB**, and **SQLite** with minimal boilerplate.

## ðŸ“¦ Installation
```bash
pip install .
