Metadata-Version: 2.4
Name: jqon
Version: 0.1.0
Summary: JSON expression language for querying Python objects.
Home-page: https://github.com/xxao/jqon
Author: Martin Strohalm
Author-email: 
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

#  JqON

The *jqon* package was developed to provide a simple way to define queries in JSON format, which can later be run
in Python. It can be utilized in testing automations, where expected output of a system can be submitted a 
predefined set of tests.


## Installation

This package is fully implemented in Python. No additional compiler is necessary. After downloading the source
code just run the following command from the *jexon* folder:

`$ python setup.py install`

or simply by using pip

`$ pip install jqson`


## Requirements

- [Python 3.11+](https://www.python.org)


## Disclaimer

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
