Metadata-Version: |
2.1 |
Name: |
django-tortoise |
Version: |
0.0.1 |
Summary: |
Integration of Tortoise orm into a Django project with one line of code |
Author: |
KhDenys |
Author-Email: |
KhD01214[at]outlook.com |
Home-Page: |
https://github.com/KhDenys/django-tortoise |
License: |
MIT |
Keywords: |
django,tortoise,tortoise-ormsql,postgres,psql,sqlite,aiosqlite,psycopg,asyncpg,relational,database,orm,rdbms,object,mapper,async,asyncio,aio,monkey,patching,monkey-patching |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: PL/SQL |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.0 |
Classifier: |
Framework :: Django :: 4.1 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Database |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Requires-Python: |
>=3.8 |
Requires-Dist: |
django (>=3.2) |
Requires-Dist: |
tortoise-orm (<0.19.2,>=0.19.0) |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |