Metadata-Version: 2.1
Name: json-enhanced
Version: 0.1.0
Summary: Translates Django ORM query system to json objects
Home-page: https://github.com/donielix/jsonutils
Author: Daniel Diego Horcajuelo
Author-email: dadiego91@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/donielix/jsonutils/issues
Project-URL: Source, https://github.com/donielix/jsonutils
Keywords: json,query,django
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.26.0)
Requires-Dist: pytz (>=2021.1)

# json-enhanced
Nowadays, communication between API infrastructures commonly uses JSON data. 

This library aims to emulate the behavior of the Django ORM, exporting such functionality to JSON objects.

# Installation

```
pip install json-enhanced
```

# testing environment

We have developed a Docker container with all the configuration options, modules and variables already setted up, so that you can test the behaviour of the package, just by typing:

```bash build.sh```

