Metadata-Version: 2.4
Name: minidblite
Version: 0.1.0
Summary: A lightweight, beginner-friendly SQLite wrapper for Python
Author-email: Diyorbekw <diyorbek0143@gmail.com>
Project-URL: Homepage, https://github.com/diyorbekw/minidblite
Project-URL: Bug Tracker, https://github.com/diyorbekw/minidblite/issues
Keywords: sqlite,database,orm,beginner,lightweight
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tabulate>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-cov>=4.1; extra == "dev"
Dynamic: license-file
