Metadata-Version: 2.1
Name: fast-json-pointer
Version: 0.2.2
Summary: Implements RFC 6901 JSON pointers, and json-schema draft relative pointer resolution.
Home-page: https://github.com/SlowAPI/py-json-pointer
License: GNU Lesser General Public License v3.0
Author: Tristan Sweeney
Author-email: sweeneytri@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Project-URL: Documentation, https://py-json-pointer.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/SlowAPI/py-json-pointer
Description-Content-Type: text/markdown

# py-json-pointer
Implements RFC 6901 JSON pointers, and json-schema draft relative pointer resolution.

<table>
<tr>
<td>Package</td>
<td>

![PyPI](https://img.shields.io/pypi/v/fast-json-pointer)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fast-json-pointer)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/fast-json-pointer)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/fast-json-pointer)
![PyPI - Downloads](https://img.shields.io/pypi/dw/fast-json-pointer)
![PyPI - License](https://img.shields.io/pypi/l/fast-json-pointer)
</td>
</tr>
<tr>
<td>
Build
</td>
<td>

![GitHub commit checks state](https://img.shields.io/github/checks-status/slowAPI/fast-json-pointer/main?logo=github)
[![Documentation Status](https://readthedocs.org/projects/fast-json-pointer/badge/?version=latest)](https://fast-json-pointer.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/SlowAPI/fast-json-pointer/badge.svg?branch=main)](https://coveralls.io/github/SlowAPI/fast-json-pointer?branch=main)
![Lines of code](https://img.shields.io/tokei/lines/github/slowAPI/fast-json-pointer)
</td>
</tr>
<tr>
<td>
Git
</td>
<td>

![GitHub last commit](https://img.shields.io/github/last-commit/slowAPI/fast-json-pointer)
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/slowAPI/fast-json-pointer/latest)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/slowAPI/fast-json-pointer)
![GitHub issues](https://img.shields.io/github/issues/slowAPI/fast-json-pointer)
![GitHub pull requests](https://img.shields.io/github/issues-pr/slowAPI/fast-json-pointer)
</td>
</tr>
</table>

