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
- Host: GitHub
- URL: https://github.com/whoeza/json_and_data
- Owner: Whoeza
- License: gpl-3.0
- Created: 2022-06-06T23:11:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T11:40:13.000Z (about 4 years ago)
- Last Synced: 2025-07-05T07:43:42.971Z (12 months ago)
- Topics: database, flatten, json, python
- Language: Python
- Homepage: https://pypi.org/project/json-and-data/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.