1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: trololio
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://github.com/ThinkChaos/Trololio
Vcs-Browser: https://salsa.debian.org/python-team/modules/trololio
Vcs-Git: https://salsa.debian.org/python-team/modules/trololio.git
Testsuite: autopkgtest-pkg-python
Package: python3-trololio
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Trollius and asyncio compatibility library (Python 3)
Trololio provides a compatibility layer for Trollius and asyncio (aka
Tulip). It addresses the differences listed in Trollius and Tulip:
.
* Allows the use of Trollius' syntax with asyncio.
* Provides missing objects and aliases for the others.
* Synchronizes debug environnement variables.
.
This package installs the library for Python 3.
|