Metadata-Version: 2.1
Name: grokcore.rest
Version: 4.0
Summary: REST View component for Grok.
Home-page: https://github.com/zopefoundation/grokcore.rest
Download-URL: https://pypi.org/project/grokcore.rest/
Author: Grok Team
Author-email: zope-dev@zope.dev
License: ZPL 2.1
Classifier: Development Status :: 6 - Mature
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
License-File: LICENSE.txt
Requires-Dist: grokcore.component >=2.5dev
Requires-Dist: grokcore.security
Requires-Dist: grokcore.traverser >=3.0.0
Requires-Dist: grokcore.view
Requires-Dist: martian
Requires-Dist: setuptools
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.publisher >=4.2.2
Provides-Extra: test
Requires-Dist: grokcore.content ; extra == 'test'
Requires-Dist: grokcore.view[security_publication] ; extra == 'test'
Requires-Dist: grokcore.view[test] ; extra == 'test'
Requires-Dist: zope.app.appsetup ; extra == 'test'
Requires-Dist: zope.app.wsgi[test] ; extra == 'test'
Requires-Dist: zope.errorview >=1.2 ; extra == 'test'
Requires-Dist: zope.testbrowser ; extra == 'test'
Requires-Dist: zope.testing ; extra == 'test'

grokcore.rest
*************

REST-Views for Grok
-------------------

This packages provides base classes and a advanced traversal mechanism for Grok based REST-Views. 

=======
Changes
=======

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
