/usr/lib/python2.6/site-packages/jsonpatch-1.13.dist-info
NameSizeModeActions
DESCRIPTION.rst13970644editdlrm
INSTALLER40644editdlrm
METADATA25350644editdlrm
metadata.json12280644editdlrm
RECORD8360644editdlrm
top_level.txt100644editdlrm
WHEEL1100644editdlrm
Edit: /usr/lib/python2.6/site-packages/jsonpatch-1.13.dist-info/METADATA (2535B)
Metadata-Version: 2.0 Name: jsonpatch Version: 1.13 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 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.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Utilities Requires-Dist: jsonpointer (>=1.9) python-json-patch |Build Status| |Coverage Status| |Downloads| |Version| ======================================================================== Applying JSON Patches in Python ------------------------------- Library to apply JSON Patches according to `RFC 6902 `__ 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 .. |Build Status| image:: https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master :target: https://travis-ci.org/stefankoegl/python-json-patch .. |Coverage Status| image:: https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master :target: https://coveralls.io/r/stefankoegl/python-json-patch?branch=master .. |Downloads| image:: https://pypip.in/d/jsonpatch/badge.png .. |Version| image:: https://pypip.in/v/jsonpatch/badge.png