Metadata-Version: 2.1
Name: jpipe
Version: 0.2.0
Summary: A python implementation of the jp CLI for JMESPath
Home-page: https://github.com/pipebus/jpipe
Author: Zac Medico
Author-email: <zmedico@gmail.com>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pipebus/jpipe/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Unix Shell
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# jp

A python implementation (using
[jmespath.py](https://github.com/jmespath/jmespath.py))
of the [`jp` CLI](https://github.com/jmespath/jp) for the
[JMESPath](https://jmespath.org/) language (a query language for JSON).

## Compatiblity

The aim is for 100% compatiblity with the official
[`jp` CLI for JMESPath](https://github.com/jmespath/jp).
Please open an issue if an incompatibility is found.

## Usage
```
usage: jpipe {jp,jpp} ...

positional arguments:
  {jp,jpp}
    jp      A python implementation of the jp CLI for JMESPath
    jpp     jpp is an extended superset of the jp CLI for JMESPath
```


