Metadata-Version: 2.1
Name: dryjq
Version: 0.2.0
Summary: Drastically Reduced YAML / JSON Query
Home-page: https://gitlab.com/blackstream-x/python-dryjq
Author: Rainer Schwarzbach
Author-email: undisclosed@example.com
Project-URL: Documentation, https://blackstream-x.gitlab.io/python-dryjq
Project-URL: Source, https://gitlab.com/blackstream-x/python-dryjq
Project-URL: Tracker, https://gitlab.com/blackstream-x/python-dryjq/-/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Drastically Reduced YAML / JSON Query

Tiny package providing a module with a part of
`yq` or `jq` functionality:

-   get a single value from a YAML or JSON file
-   change a single value in a YAML file


## Requirements

[PyYAML](https://pypi.org/project/PyYAML/)


## Installation

```
pip install dryjq
```

Installation in a virtual environment or with the `--user` option is recommended.


## Usage

_TODO_

## Issues, feature requests

Please open an issue [here](https://gitlab.com/blackstream-x/python-dryjq/-/issues)
if you found a bug or have a feature suggestion.

