Metadata-Version: 2.1
Name: sqlython
Version: 1.0
Summary: A lightweight and user-friendly SQL query builder for Python
Home-page: https://github.com/uziins/sqlython
Author: Fauzi NS
Author-email: fauzi.ns@icloud.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
Requires-Dist: python-dotenv
Requires-Dist: mysql-connector-python

# SQLython

SQLython is a Python library that allows you to write SQL queries in Python. It is designed to be a simple and
easy-to-use tool for working with SQL databases in Python. Inspired by Eloquent in Laravel.
