Metadata-Version: 2.0
Name: SQLAlchemy-Wrapper
Version: 1.9.0
Summary: A framework-independent wrapper for SQLAlchemy that makes it really easy to use
Home-page: http://github.com/jpscaletti/sqlalchemy-wrapper
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: BSD (see LICENSE)
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: inflection (>=0.2.0)
Requires-Dist: SQLAlchemy (>=0.8)

==================
SQLAlchemy-Wrapper
==================

A friendly wrapper for SQLAlchemy.

:copyright: 2013-2017 by `Juan-Pablo Scaletti <http://jpscaletti.com>`_.
:license: BSD, see LICENSE for more details.

Some of the code was extracted and adapted from
Flask-SQLAlchemy <http://flask-sqlalchemy.pocoo.org/>

