Metadata-Version: 2.4
Name: finesql
Version: 0.1.1
Summary: FineSQL is a library for interacting with SQLite database from Python code, with Python objects.
Author-email: Abdelmajid Yunus <goldendevuz@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/goldendevuz/finesql
Project-URL: Repository, https://github.com/goldendevuz/finesql
Project-URL: Issues, https://github.com/goldendevuz/finesql/issues
Keywords: web,framework,object,sqlite,orm
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest==8.4.2; extra == "dev"
Requires-Dist: setuptools==80.9.0; extra == "dev"
Requires-Dist: twine==6.2.0; extra == "dev"
Requires-Dist: wheel==0.45.1; extra == "dev"
Requires-Dist: icecream==2.1.8; extra == "dev"
Requires-Dist: setuptools==80.9.0; extra == "dev"
Requires-Dist: build==1.3.0; extra == "dev"
Dynamic: license-file

# FineSQL

🚀 **FineSQL** – Library for interacting with SQLite database from Python code, with Python objects.

## Installation
```bash
pip install finesql
```
