Metadata-Version: 2.0
Name: mortar-rdb
Version: 2.2.1
Summary: SQLAlchemy and the component architecture tied together for easy use in multi-package projects for any framework
Home-page: https://github.com/Mortar/mortar_rdb
Author: Chris Withers
Author-email: chris@simplistix.co.uk
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: SQLAlchemy
Requires-Dist: zope.component
Requires-Dist: zope.dottedname
Requires-Dist: zope.interface
Requires-Dist: zope.sqlalchemy
Provides-Extra: build
Requires-Dist: pkginfo; extra == 'build'
Requires-Dist: repoze.sphinx.autointerface; extra == 'build'
Requires-Dist: setuptools-git; extra == 'build'
Requires-Dist: sphinx; extra == 'build'
Requires-Dist: twine; extra == 'build'
Requires-Dist: wheel; extra == 'build'
Provides-Extra: test
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: manuel; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-cov; extra == 'test'
Requires-Dist: nose-fixes; extra == 'test'
Requires-Dist: testfixtures; extra == 'test'

==========
mortar_rdb
==========

This package ties together `SQLAlchemy`__ and
the `component architecture`__ to make it easy to develop projects
using SQLAlchemy through their complete lifecycle.

__ http://www.sqlalchemy.org/
__ http://docs.zope.org/zope.component/narr.html


