Metadata-Version: 2.0
Name: tornado-sqlalchemy
Version: 0.1.1
Summary: SQLAlchemy helpers for working in Tornado
Home-page: https://github.com/siddhantgoel/tornado-sqlalchemy
Author: Siddhant Goel
Author-email: siddhantgoel@gmail.com
License: MIT
Keywords: tornado,sqlalchemy
Platform: UNKNOWN

tornado-sqlalchemy
==================

.. image:: https://badge.fury.io/py/tornado-sqlalchemy.svg
    :target: https://pypi.python.org/pypi/tornado-sqlalchemy

.. image:: https://travis-ci.org/siddhantgoel/tornado-sqlalchemy.svg?branch=master
    :target: https://travis-ci.org/siddhantgoel/tornado-sqlalchemy

.. image:: https://readthedocs.org/projects/tornado-sqlalchemy/badge/?version=latest
    :target: https://tornado-sqlalchemy.readthedocs.io/en/latest/

**tornado-sqlalchemy** is a Python library aimed at integrating the tornado_ web
framework and the SQLAlchemy_ database toolkit.

.. _tornado: http://tornadoweb.org
.. _SQLAlchemy: http://www.sqlalchemy.org/


