Source: python-aiosqlite Maintainer: Benjamin Hof Section: python Priority: optional Build-Depends: debhelper-compat (=13), dh-python, flit, pybuild-plugin-pyproject, python3-all, python3-m2r, python3-setuptools, python3-sphinx, python3-typing-extensions, Standards-Version: 4.6.1.1 Homepage: https://github.com/omnilib/aiosqlite Vcs-Browser: https://salsa.debian.org/debian/aiosqlite Vcs-Git: https://salsa.debian.org/debian/aiosqlite.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-aiosqlite Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-typing-extensions, Suggests: python-aiosqlite-doc Description: sqlite library for Python 3 using asyncio A Python 3 module for using sqlite with asyncio. It allows interaction with SQLite databases on the main asyncio event loop without blocking execution of other coroutines while waiting for queries or data fetches. . This package installs the library for Python 3. Package: python-aiosqlite-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends}, Description: sqlite library for Python 3 using asyncio (documentation) A Python 3 module for using sqlite with asyncio. It allows interaction with SQLite databases on the main asyncio event loop without blocking execution of other coroutines while waiting for queries or data fetches. . This package installs the documentation.