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 90 91 92 93 94 95 96 97
|
Source: twisted
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
patch,
python2-doc,
python3-all-dev,
python3-all-dbg,
python3-hamcrest,
python3-zope.interface (>= 4.0.2),
python3-setuptools,
python3-incremental,
python3-constantly,
python3-automat (>= 0.6.0),
python3-hyperlink,
python3-doc
Build-Depends-Indep: python3-sphinx <!nodoc>
Standards-Version: 4.5.0
Homepage: https://twistedmatrix.com/
Vcs-Browser: https://salsa.debian.org/python-team/packages/twisted
Vcs-Git: https://salsa.debian.org/python-team/packages/twisted.git
Package: python3-twisted
Architecture: all
Depends: ${python3:Depends},
python3-twisted-bin (>= ${source:Version}),
python3-zope.interface (>= 4.0.2),
python3-automat (>= 0.6.0),
python3-attr (>= 17.1.0),
${misc:Depends},
python3-openssl,
python3-idna,
python3-service-identity (>= 18.1.0),
python3-hamcrest,
python3-cryptography (>= 2.5),
python3-bcrypt (>= 3.0.0),
Suggests: python3-tk,
python3-pampy,
python3-qt4,
python3-serial,
python3-wxgtk2.8
Provides: ${python:Provides}
Conflicts: python3-twisted-experimental
Replaces: python3-twisted-experimental
Breaks: python3-h2 (<< 3.0.0)
Description: Event-based framework for internet applications
It includes a web server, a telnet server, a multiplayer RPG engine, a
generic client and server for remote object access, and APIs for creating
new protocols.
Package: python3-twisted-bin
Architecture: any
Multi-Arch: same
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${python:Provides}
Suggests: python3-twisted-bin-dbg
Description: Event-based framework for internet applications
It includes a web server, a telnet server, a multiplayer RPG engine, a
generic client and server for remote object access, and APIs for creating
new protocols.
Package: python3-twisted-bin-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: python3-zope.interface-dbg,
python3-twisted-bin (= ${binary:Version}),
python3-dbg, ${shlibs:Depends},
${misc:Depends}
Description: Event-based framework for internet applications (debug extension)
It includes a web server, a telnet server, a multiplayer RPG engine, a
generic client and server for remote object access, and APIs for creating
new protocols.
.
This package contains the extension built for the Python debug interpreter.
Package: twisted-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Suggests: python3-twisted
Recommends: www-browser | postscript-viewer | pdf-viewer
Description: Official documentation of Twisted
This contains various HOWTOs and overviews in various formats
.
Twisted is an event-based framework for internet applications.
It includes a web server, a telnet server, a multiplayer RPG engine, a
generic client and server for remote object access, and APIs for creating
new protocols.
|