~exarkun/twisted-website/trunk

« back to all changes in this revision

Viewing changes to vhosts/twistedmatrix.com/projects/data/core.proj

  • Committer: Jean-Paul Calderone
  • Date: 2011-10-17 17:00:12 UTC
  • Revision ID: exarkun@divmod.com-20111017170012-7k9v28ldkschawad
Initial import from subversion

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: Twisted
 
2
description: Asynchronous networking framework
 
3
url: core
 
4
licence: MIT
 
5
releases: Complete Twisted 2.2.0 bz2|2006-02-12|2006-02-12|6cf4cb94a7582ff3a89a565b07c5f320|http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/TwistedSumo-2006-02-12.tar.bz2|README-sumo.txt
 
6
releases: Win32 exe Python 2.3|2.2.0|2006-02-12|ee99653bdec7063dd2c15e1ee08a6f4d|http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/Twisted_NoDocs-2.2.0.win32-py2.3.exe|
 
7
releases: Win32 exe Python 2.4|2.2.0|2005-02-12|fbd3efb856fea4af8e366f0294d2b23a|http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/Twisted_NoDocs-2.2.0.win32-py2.4.exe|
 
8
releases: Minimal bz2 (advanced users only!)|2.2.0|2006-02-12|4a9305e69cdcf01a594c4fe1ea1efc05|http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/Twisted-2.2.0.tar.bz2|NEWS.txt
 
9
maintainers: Glyph Lefkowitz|mailto:glyph@twistedmatrix.com
 
10
help: The twisted-python mailing list|http://twistedmatrix.com/cgi-bin/mailman/twisted-python
 
11
help: The #twisted IRC channel on freenode.net|irc:irc.freenode.net/twisted
 
12
bugs: http://twistedmatrix.com/bugs/
 
13
 
 
14
<p> Twisted is an asynchronous networking framework written in Python,
 
15
supporting TCP, UDP, multicast, SSL/TLS, serial communication and
 
16
more.  It is used by most of the servers, clients and protocols that
 
17
are part of other <a href="/projects/">Twisted projects</a>.  </p>
 
18
 
 
19
<p>A full <a href="/documents/current/api/">API reference</a> of
 
20
Twisted and all subprojects is available.</p>
 
21
 
 
22
<p>
 
23
Twisted contains a number of modules:
 
24
</p>
 
25
 
 
26
<ul>
 
27
<li><a href="cred">twisted.cred</a>, a pluggable authentication system for
 
28
servers;</li>
 
29
<li><a href="enterprise">twisted.enterprise</a>, an asynchonous adaptor of 
 
30
Python DB-API 2.0 database interfaces;</li>
 
31
<li><a href="internet">twisted.internet</a>, the Twisted event loop;</li>
 
32
<li><a href="manhole">twisted.manhole</a>, a debugging service;</li>
 
33
<li>twisted.persisted, a collection of object persistance systems</li>
 
34
<li>twisted.protocols, a collection of simple network protocols and helper
 
35
utilities;</li>
 
36
<li>twisted.python, a set of Twisted programming abstractions;
 
37
<li><a href="spread">twisted.spread</a>, a network transport, serializer and
 
38
object broker;</li>
 
39
<li>twisted.trial, a unit-testing framework; and</li>
 
40
</ul>
 
41
<p>
 
42
The "Twisted" tarball contains only twisted core. The other subprojects are available on their own webpages.
 
43
</p><p>
 
44
The "Twisted-sumo" tarball contains twisted core, all the Twisted python subprojects, and Zope-Interface.
 
45
</p>