Metadata-Version: 2.4
Name: sqlthon
Version: 0.0.1
Summary: A simple package for SQLite3 operations
Author-email: SAUMS <mohamnown@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/SAUMS-1391/sqlthon
Project-URL: Repository, https://github.com/SAUMS-1391/sqlthon
Project-URL: Documentation, https://sqlthon.readthedocs.io/
Project-URL: Issues, https://github.com/SAUMS-1391/sqlthon/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Sqlthon

A simple package for SQLite3 operations.

## Installation

```bash
pip install sqlthon
