pkgsrc/net/py-twisted/DESCR
gdt a61f6a74f1 net/py-twisted: Fold MESSAGE into DESCR
The real issue is that this package does not include all of twisted,
so just say that in DESCR -- which is supposed to describe what is in
the package.

(There's a larger issue about why py-amkCrypto is not a dependency, or
an optional dependency, or a dependency of some py-twisted-conf other
package.)
2021-02-07 14:32:46 +00:00

12 lines
706 B
Text

Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.
Note that while this package provides most of Twisted, Twisted Conch
(SSH client/server) only functions if security/py-amkCrypto is also
installed.