Skip to content
/ cyclone Public
forked from tornadoweb/tornado

Cyclone is a web server framework for Python, that implements the Tornado API as a Twisted protocol.

License

Notifications You must be signed in to change notification settings

fiorix/cyclone

This branch is 742 commits ahead of, 4804 commits behind tornadoweb/tornado:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 18, 2019
Oct 6, 2019
Dec 31, 2012
Sep 18, 2019
Jan 16, 2013
Oct 6, 2019
Sep 18, 2019
Dec 27, 2014
Aug 4, 2014
Sep 18, 2019
Jun 12, 2010
Dec 12, 2012
Sep 18, 2019
Sep 18, 2019

Repository files navigation

Cyclone

Build Status Coverage Status

Cyclone is a web server framework for Python, that implements the Tornado API as a Twisted protocol.

⚠️ cyclone does not support python 2.x anymore ⚠️

See http://cyclone.io for details.

Installation

Cyclone is listed in PyPI and can be installed with pip or easy_install. Note that the source distribution includes demo applications that are not present when Cyclone is installed in this way, so you may wish to download a copy of the source tarball as well.

Manual installation

Download the latest release from http://pypi.python.org/pypi/cyclone

tar zxvf cyclone-$VERSION.tar.gz
cd cyclone-$VERSION
sudo python setup.py install

The Cyclone source code is hosted on GitHub: https://github.com/fiorix/cyclone

Prerequisites

Cyclone runs on Python 2.5, 2.6 and 2.7, and requires:

On Python 2.5, simplejson is required too.

Platforms

Cyclone should run on any Unix-like platform, although for the best performance and scalability only Linux and BSD (including BSD derivatives like Mac OS X) are recommended.

Credits

Thanks to (in no particular order):

About

Cyclone is a web server framework for Python, that implements the Tornado API as a Twisted protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.1%
  • HTML 5.7%
  • Shell 1.7%
  • Other 0.5%