File: control

package info (click to toggle)
python-cyclone 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,392 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 14; sql: 12
file content (33 lines) | stat: -rw-r--r-- 1,367 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
33
Source: python-cyclone
Maintainer: Jérémy Bobbio <lunar@debian.org>
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-twisted
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Vcs-Git: git://anonscm.debian.org/git/collab-maint/python-cyclone.git
Vcs-Browser: https://anonscm.debian.org/cgit/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.