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
|
Source: twisted
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Stefano Rivera <stefanor@debian.org>,
Colin Watson <cjwatson@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
patch,
pybuild-plugin-pyproject,
pydoctor (>= 22.7),
python3-all,
python3-attr (>= 22.2.0),
python3-automat (>= 24.8.0),
python3-constantly,
python3-doc,
python3-hamcrest,
python3-hatch-fancy-pypi-readme,
python3-hatchling,
python3-httpx (>= 0.27),
python3-hyperlink,
python3-incremental (>= 24.7.0),
python3-sphinx-rtd-theme,
python3-wsproto,
python3-zope.interface (>= 4.4.2),
Build-Depends-Indep:
python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
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-bcrypt (>= 3.0.0),
python3-cryptography (>= 2.5),
python3-hamcrest,
python3-idna,
python3-openssl,
python3-service-identity (>= 18.1.0),
${misc:Depends},
${python3:Depends},
Suggests:
python3-pampy,
python3-serial,
python3-tk,
python3-wsproto,
python3-wxgtk4.0,
Provides:
${python:Provides},
Conflicts:
python3-twisted-experimental,
Replaces:
python3-twisted-experimental,
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: 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.
|