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/
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
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: six ; extra == 'test'
Requires-Dist: zope.app.appsetup ; extra == 'test'
Requires-Dist: zope.app.wsgi[test] ; extra == 'test'
Requires-Dist: zope.errorview (>=1.2.0) ; 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
=======

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
********


