1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/py-twistedCore/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

20 lines
856 B
Plaintext

Twisted is an asynchronous networking framework written in python. It is used
by most of the servers, clients and protocols that are part of other
Twisted projects.
* twisted.cred, a pluggable authentication system for servers;
* twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database
interfaces;
* twisted.internet, the Twisted event loop;
* twisted.manhole, a debugging service;
* twisted.persisted, a collection of object persistence systems
* twisted.protocols, a collection of simple network protocols and helper
utilities;
* twisted.python, a set of Twisted programming abstractions;
* twisted.spread, a network transport, serializer and object broker;
* twisted.trial, a unit-testing framework; and
Twisted is available under the MIT Free Software licence.
WWW: http://twistedmatrix.com/