Metadata-Version: 2.1
Name: jsonpath2
Version: 0.4.5
Summary: JSONPath implementation for Python
Home-page: https://github.com/pacifica/python-jsonpath2/
Author: Mark Borkum
Author-email: mark.borkum@pnnl.gov
License: LGPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# jsonpath2
[![Build Status](https://travis-ci.org/pacifica/python-jsonpath2.svg?branch=master)](https://travis-ci.org/pacifica/python-jsonpath2)

This repository contains an implementation of
[JSONPath](http://goessner.net/articles/JsonPath/)
([XPath](https://www.w3.org/TR/xpath/all/) for
[JSON](https://www.json.org/)) for the Python programming
language.

## Documentation

For installation, configuration and usage documentation please
refer to the [Read the Docs](https://jsonpath2.readthedocs.io)
documentation.

* [Installation](docs/installation.md) documentation.
* [Examples](docs/exampleusage.md) documentation.


## Contributions

Contributions are accepted on GitHub via the fork and pull request workflow.
GitHub has a good [help article](https://help.github.com/articles/using-pull-requests/)
if you are unfamiliar with this method of contributing.


