Metadata-Version: 2.0
Name: windflow
Version: 0.1.8
Summary: Windflow is a rapid web application development toolkit using tornado, asyncio and sqlalchemy.
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.8.tar.gz
Platform: UNKNOWN
Requires-Dist: Jinja2 (==2.8)
Requires-Dist: SQLAlchemy (==1.1.1)
Requires-Dist: alembic (==0.8.8)
Requires-Dist: honcho (==0.7.1)
Requires-Dist: psycopg2 (==2.6.2)
Requires-Dist: python-dotenv (==0.6.0)
Requires-Dist: simplejson (==3.8.2)
Requires-Dist: tornado (==4.4.2)
Provides-Extra: alembic
Requires-Dist: alembic (==0.8.8); extra == 'alembic'
Provides-Extra: dev
Requires-Dist: coverage (>=4.2,<4.3); extra == 'dev'
Requires-Dist: honcho (>=0.7,<0.8); 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.3,<2.4); extra == 'dev'
Requires-Dist: sphinx (>=1.4,<1.5); extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Provides-Extra: uvloop
Requires-Dist: uvloop (==0.5.4); extra == 'uvloop'

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

