An open API service indexing awesome lists of open source software.

https://github.com/whoeza/json_and_data

dbify JSON files, in Python
https://github.com/whoeza/json_and_data

database flatten json python

Last synced: 11 months ago
JSON representation

dbify JSON files, in Python

Awesome Lists containing this project

README

          

# 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`

### Development diary

[DEVDIARY.md](https://github.com/Whoeza/json_and_data/blob/main/DEVDIARY.md)

## Community

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