Metadata-Version: 1.1
Name: p01.publisher
Version: 0.5.0
Summary: NO ZODB publisher components for Zope3
Home-page: http://pypi.python.org/pypi/p01.publisher
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a WSGI publisher concept using zope components including
        transactions, application error handling, traverser, pages views and offers
        jsonrpc without a ZODB. The package offers a wsgi application which kicks in
        the known zope publication concept. The publication concept can get used with
        gevent or similar async frameworks. It's up to you how you store persistent
        items. Probably the container, item and traversal pattern in m01.mongo is a
        good choice for this.
        
        
        =======
        Changes
        =======
        
        0.5.0 (2014-03-24)
        ------------------
        
        - initial release
        
Keywords: zope zope3 z3c ZODB
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
