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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: python-txaio
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-alabaster,
python-enchant,
python-mock (>= 1.3),
python-pytest,
python-six,
python-sphinx-rtd-theme,
python-trollius,
python-twisted,
python-zope.interface,
python3-enchant,
python3-mock (>= 1.3),
python3-pytest,
python3-six,
python3-trollius,
python3-twisted,
python3-zope.interface,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-txaio?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-txaio -b debian/newton
Homepage: https://github.com/tavendo/txaio
Package: python-txaio
Architecture: all
Depends: python-six,
python-trollius,
python-twisted,
python-zope.interface,
${misc:Depends},
${python:Depends},
Suggests: python-txaio-doc,
Description: compatibility API between asyncio/Twisted/Trollius - Python 2.x
Txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio.
.
This is like six , but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka "source code
compatibility"). In other words: users can choose if they want asyncio or
Twisted as a dependency.
.
This package contains the Python 2.x module.
Package: python3-txaio
Architecture: all
Depends: python3-six,
python3-trollius,
python3-twisted,
python3-zope.interface,
${misc:Depends},
${python3:Depends},
Suggests: python-txaio-doc,
Description: compatibility API between asyncio/Twisted/Trollius - Python 3.x
Txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio.
.
This is like six , but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka "source code
compatibility"). In other words: users can choose if they want asyncio or
Twisted as a dependency.
.
This package contains the Python 3.x module.
Package: python-txaio-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: compatibility API between asyncio/Twisted/Trollius - doc
Txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio.
.
This is like six , but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka "source code
compatibility"). In other words: users can choose if they want asyncio or
Twisted as a dependency.
.
This package contains the documentation.
|