Metadata-Version: 1.1
Name: plone.app.jsonfield
Version: 1.0.0a2
Summary: JSON field for Plone
Home-page: https://pypi.python.org/pypi/plone.app.jsonfield
Author: Md Nazrul Islam
Author-email: email2nazrul@gmail.com
License: GPL version 2
Description: .. image:: https://img.shields.io/pypi/status/plone.app.jsonfield.svg
            :target: https://pypi.python.org/pypi/plone.app.jsonfield/
            :alt: Egg Status
        
        .. image:: https://img.shields.io/travis/nazrulworld/plone.app.jsonfield/master.svg
            :target: http://travis-ci.org/nazrulworld/plone.app.jsonfield
            :alt: Travis Build Status
        
        .. image:: https://img.shields.io/coveralls/nazrulworld/plone.app.jsonfield/master.svg
            :target: https://coveralls.io/r/nazrulworld/plone.app.jsonfield
            :alt: Test Coverage
        
        .. image:: https://img.shields.io/pypi/pyversions/plone.recipe.sublimetext.svg
            :target: https://pypi.python.org/pypi/plone.recipe.sublimetext/
            :alt: Python Versions
        
        .. image:: https://img.shields.io/pypi/v/plone.app.jsonfield.svg
            :target: https://pypi.python.org/pypi/plone.app.jsonfield/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/l/plone.app.jsonfield.svg
            :target: https://pypi.python.org/pypi/plone.app.jsonfield/
            :alt: License
        
        
        .. contents::
        
        Introduction (plone.app.jsonfield)
        ==================================
        
        JSON field for Plone.
        
        Features
        --------
        
        - Plone restapi support
        - Widget: z3cform support
        - plone.supermodel support
        - plone.rfc822 marshaler field support
        - json schema support (draft3 and draft4)
        
        
        Installation
        ------------
        
        Install plone.app.jsonfield by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plone.app.jsonfield
        
        
        and then running ``bin/buildout``
        
        
        Links
        =====
        
        Code repository:
        
            https://github.com/nazrulworld/plone.app.jsonfield
        
        Continuous Integration:
        
            https://travis-ci.org/nazrulworld/plone.app.jsonfield
        
        Issue Tracker:
        
            https://github.com/nazrulworld/plone.app.jsonfield/issues
        
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        .. _`FHIR`: https://www.hl7.org/fhir/overview.html
        .. _`Plone`: https://www.plone.org/
        .. _`FHIR Resources`: https://www.hl7.org/fhir/resourcelist.html
        .. _`Plone restapi`: http://plonerestapi.readthedocs.io/en/latest/
        .. _`plone.app.jsonfield`: https://pypi.python.org/pypi/plone.app.jsonfield/
        .. _`jmespath`: https://github.com/jmespath/jmespath.py
        .. _`jsonpath-rw`: http://jsonpath-rw.readthedocs.io/en/latest/
        .. _`jsonpath-ng`: https://pypi.python.org/pypi/jsonpath-ng/1.4.3
        
        Contributors
        ============
        
        - Md Nazrul Islam (Author), email2nazrul@gmail.com
        
        
        Changelog
        =========
        
        1.0.0a2 (2017-12-27)
        --------------------
        
        - `plone restapi`_, `z3c widget`_, `plone.supermodel`_, `plone.rfc822`_ marshaler field and plone schema editor are activated.[nazrulworld]
        - `json schema`_ validation support is added.[nazrulworld]
        
        
        1.0.0a1 (2017-12-24)
        --------------------
        
        - Initial release.
          [nazrulworld]
        
        
        
        .. _`plone restapi`: http://plonerestapi.readthedocs.io/en/latest/
        .. _`z3c widget`: http://pythonhosted.org/z3c.form/widget.html
        .. _`plone.supermodel`: https://pypi.python.org/pypi/plone.supermodel
        .. _`plone.rfc822`: https://pypi.python.org/pypi/plone.rfc822
        .. _`json schema`: http://json-schema.org/
Keywords: Python Plone JSON
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
