Metadata-Version: 2.1
Name: jsonpatchext
Version: 1.29
Summary:  Apply JSON-Patches (RFC 6902) with extensions 
Home-page: https://github.com/RangelReale/python-json-patch-ext
Author: Rangel Reale
Author-email: rangelspam@gmail.com
License: Modified BSD License
Project-URL: Website, https://github.com/RangelReale/python-json-patch-ext
Project-URL: Repository, https://github.com/RangelReale/python-json-patch-ext.git
Project-URL: Documentation, https://python-json-patch-ext.readthedocs.org/
Project-URL: PyPI, https://pypi.org/pypi/jsonpatchext
Description: python-json-patch-ext
        =====================
        
        [![PyPI version](https://img.shields.io/pypi/v/jsonpatchext.svg)](https://pypi.python.org/pypi/jsonpatchext/)
        [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatchext.svg)](https://pypi.python.org/pypi/jsonpatch/)
        
        Applying JSON Patches in Python
        -------------------------------
        
        This module extends the Python [jsonpatch](https://github.com/stefankoegl/python-json-patch) module to 
        add 'check', 'mutate' and 'merge' operations.
        
        See source code for examples
        
        * Website: https://github.com/RangelReale/python-json-patch-ext
        * Repository: https://github.com/RangelReale/python-json-patch-ext.git
        * Documentation: https://python-json-patch-ext.readthedocs.org/
        * PyPI: https://pypi.python.org/pypi/jsonpatchext
        
        ### Author
        
        Rangel Reale (rangelspam@gmail.com)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
