Metadata-Version: 2.1
Name: grokcore.rest
Version: 4.1
Summary: REST View component for Grok.
Home-page: https://github.com/zopefoundation/grokcore.rest
Author: Grok Team
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Download-URL: https://pypi.org/project/grokcore.rest/
Description: .. caution::
        
            This project is no longer maintained and the repository is to be archived.
        
            If you want to work on it please open a ticket in
            https://github.com/zopefoundation/meta/issues requesting its unarchival.
        
        grokcore.rest
        *************
        
        REST-Views for Grok
        -------------------
        
        This packages provides base classes and a advanced traversal mechanism for Grok based REST-Views.
        
        =======
        Changes
        =======
        
        4.1 (2023-09-13)
        ================
        
        - Final release before taking the project out of maintenance and archiving the
          repository. No features have changed.
        
        4.0 (2023-08-28)
        ================
        
        - Add support for Python 3.10, 3.11.
        
        - Drop support for Python 2.7, 3.5, 3.6.
        
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope :: 3
Requires-Python: >= 3.7
Provides-Extra: test
