Skip to content

ygl-rg/cyclone3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyclone

Note: This cyclone version is for python 3 only (tested on python 3.5 & 3.6), so it is incompatible with python 2.x.

Status: all tests passed, so it ought to work (I have used it in production for a few months without problems)

For the sake of simplicity, I removed the outdated redis module(you can install txredisapi separately).

There are no test cases for websocket.

Welcome to fork.

use twisted 18.9 or later for python 3.7

 

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

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 (python 3.5 or later version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages