HEX
Server: Apache
System: Linux andromeda.lojoweb.com 4.18.0-372.26.1.el8_6.x86_64 #1 SMP Tue Sep 13 06:07:14 EDT 2022 x86_64
User: nakedfoamlojoweb (1056)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/python3.6/site-packages/jsonpatch-1.21-py3.6.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: jsonpatch
Version: 1.21
Summary:  Apply JSON-Patches (RFC 6902) 
Home-page: https://github.com/stefankoegl/python-json-patch
Author: Stefan Kögl
Author-email: stefan@skoegl.net
License: Modified BSD License
Description: python-json-patch [![Build Status](https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch) [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master)
        =================
        Applying JSON Patches in Python
        -------------------------------
        
        Library to apply JSON Patches according to
        [RFC 6902](http://tools.ietf.org/html/rfc6902)
        
        See Sourcecode for Examples
        
        * Website: https://github.com/stefankoegl/python-json-patch
        * Repository: https://github.com/stefankoegl/python-json-patch.git
        * Documentation: https://python-json-patch.readthedocs.org/
        * PyPI: https://pypi.python.org/pypi/jsonpatch
        * Travis-CI: https://travis-ci.org/stefankoegl/python-json-patch
        * Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
        
        Running external tests
        ----------------------
        To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py
        
            ./ext_tests.py ../json-patch-tests/tests.json
        
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities