Metadata-Version: 2.1
Name: SPyderSQL
Version: 0.2.0
Summary: SPyderSQL is a modern ORM framework for SQL database in Python.
Home-page: https://github.com/RealWakeArmilus/SPyderSQL
Author: Emil Artemev
Author-email: jordanman1300@gmail.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: requests>=2.32.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: pytest>=6.2.5
Requires-Dist: flake8>=3.9.2
Requires-Dist: setuptools~=75.6.0
Requires-Dist: aiosqlite~=0.20.0

==========
SPyderSQL
==========

|MIT|

.. |MIT| image:: https://img.shields.io/pypi/l/SPyderSQL.svg?style=flat-square
    :target: https://opensource.org/licenses/MIT
    :alt: MIT License

**SPyderSQL** is a modern ORM framework for SQL database in Python.

Make your databases faster and powerful!

Features
========

- Modularity and reusability
- Async SQLite
- Basic SQL functionality provided
- Working with SQLite
- Methods and functions are provided with detailed comments
- Embedding Flexible Data Types for SQLite



Code of Conduct
---------------

Above all, SPyderSQL places great emphasis on polite, thoughtful, and
constructive communication between users and developers.

License
-------

SPyderSQL is distributed under the `MIT license
<https://www.opensource.org/licenses/mit-license.php>`_.
