Metadata-Version: |
2.1 |
Name: |
aiopg |
Version: |
1.4.0 |
Summary: |
Postgres integration with asyncio. |
Author: |
Andrew Svetlov |
Author-Email: |
andrew.svetlov[at]gmail.com |
Maintainer: |
Andrew Svetlov <andrew.svetlov@gmail.com>, Alexey Firsov <virmir49@gmail.com>, Alexey Popravka <alexey.popravka@horsedevel.com>, Yury Pliner <yury.pliner@gmail.com> |
Maintainer-Email: |
virmir49[at]gmail.com |
Home-Page: |
https://aiopg.readthedocs.io |
Download-Url: |
https://pypi.python.org/pypi/aiopg |
Project-Url: |
Chat: Gitter, https://gitter.im/aio-libs/Lobby |
Project-Url: |
CI: GA, https://github.com/aio-libs/aiopg/actions?query=workflow%3ACI |
Project-Url: |
Coverage: codecov, https://codecov.io/gh/aio-libs/aiopg |
Project-Url: |
Docs: RTD, https://aiopg.readthedocs.io |
Project-Url: |
GitHub: issues, https://github.com/aio-libs/aiopg/issues |
Project-Url: |
GitHub: repo, https://github.com/aio-libs/aiopg |
License: |
BSD |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.7 |
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: |
Operating System :: POSIX |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Environment :: Web Environment |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Topic :: Database |
Classifier: |
Topic :: Database :: Front-Ends |
Classifier: |
Framework :: AsyncIO |
Platform: |
macOS |
Platform: |
POSIX |
Platform: |
Windows |
Requires-Python: |
>=3.7 |
Requires-Dist: |
psycopg2-binary (>=2.9.5) |
Requires-Dist: |
async-timeout (<5.0,>=3.0) |
Requires-Dist: |
sqlalchemy[postgresql_psycopg2binary] (<1.5,>=1.3); extra == "sa" |
Provides-Extra: |
sa |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |