Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 770 Bytes

README.rst

File metadata and controls

38 lines (25 loc) · 770 Bytes

YieldPoints

Info:Simple extensions to Tornado's gen module.
Author: A. Jesse Jiryu Davis
https://travis-ci.org/ajdavis/yieldpoints.png

About

Simple extensions to Tornado's gen module.

Dependencies

Tornado >= version 3.1.

Documentation

Documentation: http://yieldpoints.readthedocs.org/

You will need Sphinx installed to generate the documentation. Documentation can be generated like:

$ sphinx-build doc build

Testing

Run python setup.py nosetests in the root directory.