diff options
Diffstat (limited to 'devel/py-twisted/pkg-descr')
-rw-r--r-- | devel/py-twisted/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-twisted/pkg-descr b/devel/py-twisted/pkg-descr new file mode 100644 index 000000000000..5f44079ac4be --- /dev/null +++ b/devel/py-twisted/pkg-descr @@ -0,0 +1,18 @@ +From the Twisted Philosophy FAQ: + Twisted is a project that is basically an abstract Python networking + library. It contains a low-level (but high-level) networking infrastructure + (twisted.internet), a Remote Object Thingy[TM] (twisted.spread.pb), a web + server (twisted.web), and a multi/single-player interactive fiction engine + (twisted.reality), amongst many other things. + +From the (more lucid?) README: + 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. + +Twisted is based on an unconventional and somewhat Twisted design philosphy: + http://twistedmatrix.com/page.epy/twistedphil.html + +WWW: http://twistedmatrix.com/ + +-- Johann Visagie <wjv@FreeBSD.org> |