Metadata-Version: 2.1
Name: json-and-data
Version: 0.1.0
Summary: dbify JSON files, in Python
Home-page: https://github.com/Whoeza/json_and_data
Author: Whoeza
License: GNU GPLv3
Project-URL: Bug Tracker, https://github.com/Whoeza/json_and_data/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# json_and_data

"dbify" JSON files, in Python

Open source available on [GitHub](https://github.com/Whoeza/json_and_data) and 
[PyPI](https://pypi.org/project/json_and_data/).

## Installation

Install from pip:

`py -m pip install json_and_data`

Update to the latest version from pip:

`py -m pip install --upgrade json_and_data`

Uninstall from pip:

`py -m pip uninstall json_and_data`

### Building from sources

Run this command from the package directory on your filesystem:

`py -m build`

## Community

[Open a new issue](https://github.com/Whoeza/json_and_data/issues) for
support.
