Metadata-Version: 2.0
Name: windflow
Version: 0.1.6
Summary: Windflow is a toolkit for creating web applications faster with tornado and asyncio.
Home-page: https://github.com/hartym/windflow
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Download-URL: https://github.com/hartym/windflow/archive/0.1.6.tar.gz
Platform: UNKNOWN
Requires-Dist: Jinja2 (==2.8)
Requires-Dist: SQLAlchemy (==1.1.0b3)
Requires-Dist: psycopg2 (==2.6.2)
Requires-Dist: python-dotenv (==0.6.0)
Requires-Dist: tornado (==4.4.1)
Requires-Dist: simplejson (==3.8.2)
Requires-Dist: honcho (==0.7.1)
Provides-Extra: dev
Requires-Dist: coverage (<4.3,>=4.2); extra == 'dev'
Requires-Dist: honcho (<0.8,>=0.7); extra == 'dev'
Requires-Dist: mock (>=2.0,<2.1); extra == 'dev'
Requires-Dist: nose (<1.4,>=1.3); extra == 'dev'
Requires-Dist: pylint (<1.7,>=1.6); extra == 'dev'
Requires-Dist: pytest (<3.1,>=3.0); extra == 'dev'
Requires-Dist: pytest-cov (<2.4,>=2.3); extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Provides-Extra: optimized
Requires-Dist: uvloop (==0.5.3); extra == 'optimized'

windflow
========

Windflow is a python 3.5+ toolkit helping to develop modern and modular web applications using asyncio, tornado and sqlalchemy.

.. image:: https://travis-ci.org/hartym/windflow.svg?branch=master
    :target: https://travis-ci.org/hartym/windflow
    :alt: Continuous Integration Status

.. image:: https://coveralls.io/repos/github/hartym/windflow/badge.svg?branch=master
    :target: https://coveralls.io/github/hartym/windflow?branch=master
    :alt: Coverage Status

.. image:: https://readthedocs.org/projects/windflow/badge/?version=latest
    :target: http://windflow.readthedocs.org/en/latest/?badge=latest
    :alt: Documentation Status

