Metadata-Version: 2.1
Name: mortar-rdb
Version: 3.0.0
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: SQLAlchemy
Requires-Dist: zope.component
Requires-Dist: zope.dottedname
Requires-Dist: zope.interface
Requires-Dist: zope.sqlalchemy
Provides-Extra: build
Requires-Dist: sphinx ; extra == 'build'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'build'
Requires-Dist: pkginfo ; extra == 'build'
Requires-Dist: setuptools-git ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: sybil ; 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


