PKG-INFO 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Metadata-Version: 2.1
  2. Name: jsonpointer
  3. Version: 2.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. Description: python-json-pointer
  10. ===================
  11. [![PyPI version](https://img.shields.io/pypi/v/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  12. [![Supported Python versions](https://img.shields.io/pypi/pyversions/jsonpointer.svg)](https://pypi.python.org/pypi/jsonpointer/)
  13. [![Build Status](https://travis-ci.org/stefankoegl/python-json-pointer.svg?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer)
  14. [![Coverage Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.svg?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
  15. Resolve JSON Pointers in Python
  16. -------------------------------
  17. Library to resolve JSON Pointers according to
  18. [RFC 6901](http://tools.ietf.org/html/rfc6901)
  19. See source code for examples
  20. * Website: https://github.com/stefankoegl/python-json-pointer
  21. * Repository: https://github.com/stefankoegl/python-json-pointer.git
  22. * Documentation: https://python-json-pointer.readthedocs.org/
  23. * PyPI: https://pypi.python.org/pypi/jsonpointer
  24. * Travis CI: https://travis-ci.org/stefankoegl/python-json-pointer
  25. * Coveralls: https://coveralls.io/r/stefankoegl/python-json-pointer
  26. Platform: UNKNOWN
  27. Classifier: Development Status :: 5 - Production/Stable
  28. Classifier: Environment :: Console
  29. Classifier: Intended Audience :: Developers
  30. Classifier: License :: OSI Approved :: BSD License
  31. Classifier: Operating System :: OS Independent
  32. Classifier: Programming Language :: Python
  33. Classifier: Programming Language :: Python :: 2
  34. Classifier: Programming Language :: Python :: 2.7
  35. Classifier: Programming Language :: Python :: 3
  36. Classifier: Programming Language :: Python :: 3.5
  37. Classifier: Programming Language :: Python :: 3.6
  38. Classifier: Programming Language :: Python :: 3.7
  39. Classifier: Programming Language :: Python :: 3.8
  40. Classifier: Programming Language :: Python :: 3.9
  41. Classifier: Programming Language :: Python :: Implementation :: CPython
  42. Classifier: Programming Language :: Python :: Implementation :: PyPy
  43. Classifier: Topic :: Software Development :: Libraries
  44. Classifier: Topic :: Utilities
  45. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  46. Description-Content-Type: text/markdown