Metadata-Version: 2.1
Name: tornado-sqlalchemy
Version: 0.7.0
Summary: SQLAlchemy support for Tornado
Home-page: https://github.com/siddhantgoel/tornado-sqlalchemy
License: MIT
Keywords: databases,tornado,sqlalchemy
Author: Siddhant Goel
Author-email: me@sgoel.org
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: SQLAlchemy (>=1.3,<2.0)
Requires-Dist: tornado (>=6.0,<7.0)
Project-URL: Documentation, https://tornado-sqlalchemy.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/siddhantgoel/tornado-sqlalchemy
