METADATA 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Metadata-Version: 2.4
  2. Name: jsonpointer
  3. Version: 3.1.1
  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.10
  17. Classifier: Programming Language :: Python :: 3.11
  18. Classifier: Programming Language :: Python :: 3.12
  19. Classifier: Programming Language :: Python :: 3.13
  20. Classifier: Programming Language :: Python :: 3.14
  21. Classifier: Programming Language :: Python :: Implementation :: CPython
  22. Classifier: Programming Language :: Python :: Implementation :: PyPy
  23. Classifier: Topic :: Software Development :: Libraries
  24. Classifier: Topic :: Utilities
  25. Requires-Python: >=3.10
  26. Description-Content-Type: text/markdown
  27. License-File: LICENSE.txt
  28. License-File: AUTHORS
  29. Dynamic: author
  30. Dynamic: author-email
  31. Dynamic: classifier
  32. Dynamic: description
  33. Dynamic: description-content-type
  34. Dynamic: home-page
  35. Dynamic: license
  36. Dynamic: license-file
  37. Dynamic: requires-python
  38. Dynamic: summary
  39. python-json-pointer
  40. ===================
  41. [![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  42. [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  43. [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.svg?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
  44. Resolve JSON Pointers in Python
  45. -------------------------------
  46. Library to resolve JSON Pointers according to
  47. [RFC 6901](http://tools.ietf.org/html/rfc6901)
  48. See source code for examples
  49. * Website: https://github.com/stefankoegl/python-json-pointer
  50. * Repository: https://github.com/stefankoegl/python-json-pointer.git
  51. * Documentation: https://python-json-pointer.readthedocs.org/
  52. * PyPI: https://pypi.python.org/pypi/jsonpointer
  53. * Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
  54. * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer