File: control

package info (click to toggle)
python-cyclone 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 13; sql: 12
file content (32 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download
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
Source: python-cyclone
Maintainer: Jérémy Bobbio <lunar@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 8),
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-twisted
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Vcs-Git: git://anonscm.debian.org/git/collab-maint/python-cyclone.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-cyclone.git
Homepage: http://cyclone.io/

Package: python-cyclone
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: web server framework for Python Twisted using the Tornado API
 Cyclone is a web server framework for Python that implements the Tornado API
 as a Twisted protocol.
 .
 Twisted is an event-driven network programming framework for Python. It’s one
 of the most mature libraries for non-blocking I/O available to the public.
 Tornado is one of the most popular and fast web servers for Python, with a
 very decent API for building web applications.
 .
 The idea is to bridge Tornado's elegant and straightforward API to Twisted's
 Event-Loop, enabling a vast number of supported protocols.
 .
 This combination provides the ground for building up hybrid servers capable of
 handling HTTP very efficiently while also serve or use email, SSH, SIP, IRC,
 etc., all concurrently.