Source: python-asyncio-pool
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/gistart/asyncio-pool/tags
Vcs-Browser: https://github.com/alvistack/gistart-asyncio-pool
Vcs-Git: https://github.com/alvistack/gistart-asyncio-pool.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-asyncio-pool
Architecture: all
Description: Pool of asyncio coroutines with familiar interface
 AioPool makes sure no more and no less (if possible) than size spawned
 coroutines are active at the same time. spawned means created and
 scheduled with one of the pool interface methods, active means coroutine
 function started executing it's code, as opposed to waiting -- which
 waits for pool space without entering coroutine function.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
