Metadata-Version: 2.1
Name: grokcore.json
Version: 4.0
Summary: JSON View component for Grok.
Home-page: https://github.com/zopefoundation/grokcore.json
Download-URL: https://pypi.org/project/grokcore.json
Author: Grok Team
Author-email: zope-dev@zope.dev
License: ZPL
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.5
Requires-Dist: grokcore.security
Requires-Dist: grokcore.view
Requires-Dist: martian
Requires-Dist: setuptools
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.publisher
Provides-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.login ; extra == 'test'
Requires-Dist: zope.testbrowser ; extra == 'test'
Requires-Dist: zope.testing ; extra == 'test'

grokcore.json
*************

Support for JSON views in `grok`.

Changes
*******

4.0 (2023-08-28)
================

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.


3.0.3 (2018-01-12)
==================

- Rearrange tests such that Travis CI can pick up all functional tests too.

3.0.2 (2018-01-10)
==================

- Additional test fixes.

- Remove dependency on simplejson.

3.0.1 (2018-01-05)
==================

- Fixed a test error that somehow was missed by travis and tox.

3.0.0 (2018-01-05)
==================

- Python 3 compatibility.

- Fix view_lookup test.

1.2.1 (2016-02-15)
==================

- Update tests.

1.2 (2012-05-01)
================

- Use update grokcore.component api.

1.1 (2011-01-02)
================

- Fixed setup.py namespace issue.

1.0 (2010-11-03)
================

- Factored out of the ``grok`` package.
