Metadata-Version: 1.1
Name: pyramid_zope_request
Version: 0.2
Summary: Zope publisher request support for Pyramid
Home-page: http://pypi.python.org/pypi/pyramid_zope_request
Author: Adam Groszer and the Zope Community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``pyramid_zope_request``
        ========================
        
        ``pyramid_zope_request`` is a package which provides a wrapper around a pyramid
        Request and Response object, so zope.publisher based packages can be used with it.
        
        
        0.2 (2013-04-30)
        ----------------
        
        - Added ``getStatus`` and ``setStatus``
        
        - Testing some z3c.form rendering
        
        
        0.1 (2013-04-29)
        ----------------
        
        - Initial release
        
        
Keywords: web wsgi pylons pyramid zope3 webob
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Framework :: Pylons
Classifier: Framework :: Zope3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: OSI Approved :: Zope Public License
