Metadata-Version: 2.0
Name: jsonpointer
Version: 1.9
Summary: Identify specific nodes in a JSON document (RFC 6901) 
Home-page: https://github.com/stefankoegl/python-json-pointer
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

python-json-pointer `|Build Status| <https://travis-ci.org/stefankoegl/python-json-pointer>`_ `|Coverage Status| <https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master>`_ |Downloads| |Version|
===============================================================================================================================================================================================================

Resolve JSON Pointers in Python
-------------------------------

Library to resolve JSON Pointers according to `RFC
6901 <http://tools.ietf.org/html/rfc6901>`_

See Sourcecode for Examples \* Website:
https://github.com/stefankoegl/python-json-pointer \* Repository:
https://github.com/stefankoegl/python-json-pointer.git \* Documentation:
https://python-json-pointer.readthedocs.org/ \* PyPI:
https://pypi.python.org/pypi/jsonpointer \* Travis-CI:
https://travis-ci.org/stefankoegl/python-json-pointer \* Coveralls:
https://coveralls.io/r/stefankoegl/python-json-pointer

.. |Build
Status| image:: https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master
.. |Coverage
Status| image:: https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master
.. |Downloads| image:: https://pypip.in/d/jsonpointer/badge.png
.. |Version| image:: https://pypip.in/v/jsonpointer/badge.png


