1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: caio
Section: python
Priority: optional
Maintainer: Yuri Konotopov <ykonotopov@gnome.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all-dev,
python3-pytest,
python3-pytest-asyncio,
python3-setuptools,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/mosquito/caio
Rules-Requires-Root: no
Vcs-Browser: https://gitlab.com/apt-mirror2/caio-debian-packaging
Vcs-Git: https://gitlab.com/apt-mirror2/caio-debian-packaging.git [caio]
Package: python3-caio
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Description: Asynchronous file IO for Linux MacOS or Windows
This module includes Python bindings for Linux AIO API and
simple asyncio wrapper.
|