Metadata-Version: 2.1
Name: simp_sql
Version: 0.1.1
Summary: A package that generates and optimizes SQL queries.
Author: Nikhil Kumawat
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
Requires-Dist: mysql-connector-python>=8.0.0

# simp_sql: Query Generator and Optimizer

simp_sql is a Python package that generates optimized SQL queries based on user input data.

## Features
- Automatically generate SQL queries.

## Installation
pip install simp_sql

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
