run SQL queries on JSON data
Project description
json_sql
json_sql is a Python library that allows you to run SQL queries on JSON data. It is designed to be simple and easy to use, while providing powerful features for querying and manipulating JSON data.
Usage
Assuming you have a directory structure like this:
.
├── organizations.json
├── projects.json
└── users.json
You can query the JSON files using SQL syntax. For example, to get all users from the users file, you can run:
abstra-json-sql "select * from users"
This will return all the users in the users.json file.
Installation
You can install json_sql using pip:
pip install abstra-json-sql
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file abstra_json_sql-0.0.4.tar.gz.
File metadata
- Download URL: abstra_json_sql-0.0.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae4184f5e5f95455ad6a5b897d66fbd83b632fa49e44784c438d7cab8674632b
|
|
| MD5 |
0919b2fd790ff46fa517763ae556d34f
|
|
| BLAKE2b-256 |
3263fa93d3e044fb11e7e20109c849a320019f2ad797e943062fc148b0d9a033
|
File details
Details for the file abstra_json_sql-0.0.4-py3-none-any.whl.
File metadata
- Download URL: abstra_json_sql-0.0.4-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbbad1e1310ccbd722009bdf9b37074aac606a4a927a465a3e316ec42f11d21c
|
|
| MD5 |
a096697ad2adbb9f87a341e44d357b68
|
|
| BLAKE2b-256 |
5696999f3f661af401dfda30b0a02ef476fde1873b7e45c24a1d4ee7ec43ce8d
|