Metadata-Version: 2.1
Name: grokcore.rest
Version: 3.1.0
Summary: REST View component for Grok.
Home-page: http://grok.zope.org
Author: Grok Team
Author-email: grok-dev@zope.org
License: ZPL
Download-URL: http://cheeseshop.python.org/pypi/grok/
Description: grokcore.rest
        *************
        
        REST-Views for Grok
        -------------------
        
        This packages provides base classes and a advanced traversal mechanism for Grok based REST-Views. 
        
        =======
        Changes
        =======
        
        3.1.0 (2021-04-07)
        ==================
        
        - Add support for Python 3.7, 3.8 and 3.9.
        
        - Fix compatibility with ``zope.component >= 5`` and newer versions of other
          dependencies.
        
        - Fix inconsistent IRO.
        
        - Drop support for Python 3.4.
        
        3.0.1 (2018-01-15)
        ==================
        
        - Additional test fixes for Python 3 compatibility.
        
        3.0.0 (2018-01-10)
        ==================
        
        - Python 3 compatibility.
        
        1.3 (2012-05-02)
        ================
        
        - Use the grokcore.component API for registering components.
        
        1.2 (2011-04-04)
        ================
        
        - Minor test fixes.
        
        1.1 (2011-01-20)
        ================
        
        - Use zope.errorview in the functional tests to get rid of the zope.app.http
          dependency.
        
        1.0 (2011-01-03)
        ================
        
        - Factor out form grok base package
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope :: 3
Provides-Extra: test
