Metadata-Version: 2.1
Name: jsonpath2
Version: 0.4.4
Summary: JSONPath implementation for Python
Home-page: https://github.com/pacifica/python-jsonpath2/
Author: Mark Borkum
Author-email: mark.borkum@pnnl.gov
License: LGPLv3
Description: # 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.
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
