Metadata-Version: 2.4
Name: pyrocumulus
Version: 0.12.5
Summary: Glue-code to make (even more!) easy and fun work with mongoengine and tornado
Home-page: https://gitorious.org/mongomotor
Author: Juca Crispim
Author-email: juca@poraodojuca.net
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Provides: pyrocumulus
License-File: COPYING
Requires-Dist: tornado>=5.0.1
Requires-Dist: mongomotor>=0.9.3
Requires-Dist: bcrypt>=3.1.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides
Dynamic: requires-dist
Dynamic: summary

Pyrocumulus
===========

Easy restful web services with tornado and mongodb on python 3.

Installation
++++++++++++

.. code-block:: sh

    $ pip install pyrocumulus


Getting started
+++++++++++++++

Read the pyrocumulus tutorial here:
http://pyrocumulus.readthedocs.org/en/latest/intro/usage.html


For full documentation take a look at
http://pyrocumulus.readthedocs.org/en/latest/.
