Metadata-Version: |
2.1 |
Name: |
logyca-postgres |
Version: |
0.1.5 |
Summary: |
An integration package created by the company LOGYCA that connects Postgres and is used to standardize connections and dependency injection in synchronous or asynchronous mode. Tested in fastapi and in console/worker scripts. |
Author: |
Jaime Andres Cardona Carrillo |
Author-Email: |
jacardona[at]outlook.com |
Home-Page: |
https://github.com/logyca/python-libraries/tree/main/logyca-postgres |
License: |
MIT License |
Keywords: |
postgres,driver database |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Database :: Front-Ends |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
SQLAlchemy (>=2.0.6) |
Requires-Dist: |
starlette (>=0.24.0) |
Requires-Dist: |
SQLAlchemy (>=2.0.6); extra == "async" |
Requires-Dist: |
starlette (>=0.24.0); extra == "async" |
Requires-Dist: |
asyncpg (>=0.27.0); extra == "async" |
Requires-Dist: |
SQLAlchemy (>=2.0.6); extra == "async-sync-psycopg2" |
Requires-Dist: |
starlette (>=0.24.0); extra == "async-sync-psycopg2" |
Requires-Dist: |
asyncpg (>=0.27.0); extra == "async-sync-psycopg2" |
Requires-Dist: |
psycopg2 (>=2.9.6); extra == "async-sync-psycopg2" |
Requires-Dist: |
SQLAlchemy (>=2.0.6); extra == "async-sync-psycopg2-binary" |
Requires-Dist: |
starlette (>=0.24.0); extra == "async-sync-psycopg2-binary" |
Requires-Dist: |
asyncpg (>=0.27.0); extra == "async-sync-psycopg2-binary" |
Requires-Dist: |
psycopg2-binary (>=2.9.6); extra == "async-sync-psycopg2-binary" |
Requires-Dist: |
SQLAlchemy (>=2.0.6); extra == "sync-psycopg2" |
Requires-Dist: |
starlette (>=0.24.0); extra == "sync-psycopg2" |
Requires-Dist: |
psycopg2 (>=2.9.6); extra == "sync-psycopg2" |
Requires-Dist: |
SQLAlchemy (>=2.0.6); extra == "sync-psycopg2-binary" |
Requires-Dist: |
starlette (>=0.24.0); extra == "sync-psycopg2-binary" |
Requires-Dist: |
psycopg2-binary (>=2.9.6); extra == "sync-psycopg2-binary" |
Provides-Extra: |
async |
Provides-Extra: |
async-sync-psycopg2 |
Provides-Extra: |
async-sync-psycopg2-binary |
Provides-Extra: |
sync-psycopg2 |
Provides-Extra: |
sync-psycopg2-binary |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.txt |