METADATA 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Metadata-Version: 2.1
  2. Name: jsonpatch
  3. Version: 1.32
  4. Summary: Apply JSON-Patches (RFC 6902)
  5. Home-page: https://github.com/stefankoegl/python-json-patch
  6. Author: Stefan Kögl
  7. Author-email: stefan@skoegl.net
  8. License: Modified BSD License
  9. Project-URL: Website, https://github.com/stefankoegl/python-json-patch
  10. Project-URL: Repository, https://github.com/stefankoegl/python-json-patch.git
  11. Project-URL: Documentation, https://python-json-patch.readthedocs.org/
  12. Project-URL: PyPI, https://pypi.org/pypi/jsonpatch
  13. Project-URL: Tests, https://travis-ci.org/stefankoegl/python-json-patch
  14. Project-URL: Test Coverage, https://coveralls.io/r/stefankoegl/python-json-patch
  15. Platform: UNKNOWN
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Environment :: Console
  18. Classifier: Intended Audience :: Developers
  19. Classifier: License :: OSI Approved :: BSD License
  20. Classifier: Operating System :: OS Independent
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 2
  23. Classifier: Programming Language :: Python :: 2.7
  24. Classifier: Programming Language :: Python :: 3
  25. Classifier: Programming Language :: Python :: 3.5
  26. Classifier: Programming Language :: Python :: 3.6
  27. Classifier: Programming Language :: Python :: 3.7
  28. Classifier: Programming Language :: Python :: 3.8
  29. Classifier: Programming Language :: Python :: 3.9
  30. Classifier: Programming Language :: Python :: Implementation :: CPython
  31. Classifier: Programming Language :: Python :: Implementation :: PyPy
  32. Classifier: Topic :: Software Development :: Libraries
  33. Classifier: Topic :: Utilities
  34. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
  35. Requires-Dist: jsonpointer (>=1.9)
  36. python-json-patch
  37. =================
  38. [![PyPI version](https://img.shields.io/pypi/v/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
  39. [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpatch.svg)](https://pypi.python.org/pypi/jsonpatch/)
  40. [![Build Status](https://travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch)
  41. [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master)
  42. Applying JSON Patches in Python
  43. -------------------------------
  44. Library to apply JSON Patches according to
  45. [RFC 6902](http://tools.ietf.org/html/rfc6902)
  46. See source code for examples
  47. * Website: https://github.com/stefankoegl/python-json-patch
  48. * Repository: https://github.com/stefankoegl/python-json-patch.git
  49. * Documentation: https://python-json-patch.readthedocs.org/
  50. * PyPI: https://pypi.python.org/pypi/jsonpatch
  51. * Travis CI: https://travis-ci.org/stefankoegl/python-json-patch
  52. * Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
  53. Running external tests
  54. ----------------------
  55. To run external tests (such as those from https://github.com/json-patch/json-patch-tests) use ext_test.py
  56. ./ext_tests.py ../json-patch-tests/tests.json