Source: python-databases Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Debian Python Team Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, # black , # python3-aiomysql , # python3-aiopg , python3-aiosqlite , # python3-asyncpg , python3-isort , # python3-mypy , # python3-pymysql , python3-pytest , python3-pytest-cov , python3-requests , python3-sqlalchemy (>= 1.4.42) , # python3-starlette , Standards-Version: 4.6.1 Homepage: https://github.com/encode/databases Vcs-Git: https://salsa.debian.org/python-team/packages/python-databases.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-databases Package: python3-databases Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-sqlalchemy (>= 1.4.42), Recommends: ${python3:Recommends} Suggests: ${python3:Suggests}, python3-asyncpg | python3-aiopg, python3-aiomysql, python3-aiosqlite, python3-click, # for synchronous SQLAlchemy functions such as engine.create_all: python3-psycopg2, python3-pymysql Description: async database support for Python's asyncio Databases gives you simple asyncio support for a range of databases. . It allows you to make queries using the powerful SQLAlchemy Core expression language, and provides support for PostgreSQL, MySQL and SQLite. . Databases is suitable for integrating against any async Web framework, such as Starlette, Sanic, Responder, Quart, aiohttp, Tornado, FastAPI or Bocadillo.