METADATA 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Metadata-Version: 2.1
  2. Name: jsonpointer
  3. Version: 3.0.0
  4. Summary: Identify specific nodes in a JSON document (RFC 6901)
  5. Home-page: https://github.com/stefankoegl/python-json-pointer
  6. Author: Stefan Kögl
  7. Author-email: stefan@skoegl.net
  8. License: Modified BSD License
  9. Classifier: Development Status :: 5 - Production/Stable
  10. Classifier: Environment :: Console
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.7
  17. Classifier: Programming Language :: Python :: 3.8
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Programming Language :: Python :: 3.12
  22. Classifier: Programming Language :: Python :: Implementation :: CPython
  23. Classifier: Programming Language :: Python :: Implementation :: PyPy
  24. Classifier: Topic :: Software Development :: Libraries
  25. Classifier: Topic :: Utilities
  26. Requires-Python: >=3.7
  27. Description-Content-Type: text/markdown
  28. License-File: LICENSE.txt
  29. License-File: AUTHORS
  30. python-json-pointer
  31. ===================
  32. [![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  33. [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  34. [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.svg?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
  35. Resolve JSON Pointers in Python
  36. -------------------------------
  37. Library to resolve JSON Pointers according to
  38. [RFC 6901](http://tools.ietf.org/html/rfc6901)
  39. See source code for examples
  40. * Website: https://github.com/stefankoegl/python-json-pointer
  41. * Repository: https://github.com/stefankoegl/python-json-pointer.git
  42. * Documentation: https://python-json-pointer.readthedocs.org/
  43. * PyPI: https://pypi.python.org/pypi/jsonpointer
  44. * Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
  45. * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer