Metadata-Version: 2.1
Name: hopy
Version: 0.0.1
Summary: A high level language for predicate evaluation on JSON using JsonPath expressions
Home-page: https://github.com/arpitsingla96/hopy
Author: Arpit Singla
Author-email: arpitsingla96@gmail.com
License: UNKNOWN
Description: # hopy
        A high level language for predicate evaluation on JSON using JsonPath expressions
        
        ## Getting started
        
        ### Prerequisites
        - python3.7+
        
        ### Installation
        - Install the package using pip.
            ```bash
            pip install hopy
            ```
        
        ## License
        This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgements
        - Inspired from [santanusinha/hope](https://github.com/santanusinha/hope)
        - Default JsonPath implementation [jsonpath-ng](https://pypi.org/project/jsonpath-ng/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
