Private
Server IP : 195.201.23.43  /  Your IP : 3.128.204.196
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3/dist-packages/jsonpatch-1.22.egg-info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /lib/python3/dist-packages/jsonpatch-1.22.egg-info/PKG-INFO
Metadata-Version: 1.2
Name: jsonpatch
Version: 1.22
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
Project-URL: Website, https://github.com/stefankoegl/python-json-patch
Project-URL: Repository, https://github.com/stefankoegl/python-json-patch.git
Project-URL: Documentation, https://python-json-patch.readthedocs.org/
Project-URL: PyPI, https://pypi.org/pypi/jsonpatch
Project-URL: Tests, https://travis-ci.org/stefankoegl/python-json-patch
Project-URL: Test Coverage, https://coveralls.io/r/stefankoegl/python-json-patch
Description: python-json-patch
        =================
        
        [![PyPI version](https://img.shields.io/pypi/v/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
        [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
        [![Build Status](https://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 source code 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.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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Private