Metadata-Version: 1.0
Name: wc.sqlrecipe
Version: 3.8
Summary: SQL-based implementation of WorldCookery's Recipe content object
Home-page: http://worldcookery.com/Downloads
Author: Philipp von Weitershausen
Author-email: philipp@weitershausen.de
License: UNKNOWN
Description: This package contains an alternate implementation of the ``Recipe``
        content type for the World Cookery application, the demo application
        for Philipp von Weitershausen's book "Web Component Development with
        Zope 3" (http://worldcookery.com).  Instead of persisting its data in
        the Zope's object database (ZODB), this implementation saves it to an
        RDMBS using SQLAlchemy_ and z3c.zalchemy_.
        
        .. _SQLAlchemy: http://www.sqlalchemy.org/
        .. _z3c.zalchemy: http://cheeseshop.python.org/pypi/z3c.zalchemy
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
