Skip to main content

TUI Jello Explorer - filter JSON and JSON Lines data with Python syntax.

Project description

Pypi

Jello Explorer

TUI to filter JSON and JSON Lines data with Python syntax

Here is a video of jellex in action: https://youtu.be/9VCXjINa74E

Jello Explorer (jellex) is a Text User Interface program to interactively process JSON and JSON Lines at the console using Python syntax. jellex uses jello on the back-end to run the queries.

Install

Jello Explorer can be installed via pip:

pip install jellex

Usage

jellex file.json

An Editor window displays on the left, a Viewer window displays on the right, and a Status window displays on the bottom.

The Editor window uses standard EMACS key bindings and allows you to type your Python syntax query. _ is the sanitized JSON from the file presented as a python dict or list of dicts. You can use dot notation or traditional python bracket notation to access key names.

As you modify your query, the Viewer window will update with the latest results. If there are any errors in the query (syntax errors, etc.), they will be displayed in the Status window at the bottom.

Use CTRL-Q to exit.

Note: Reserved key names that cannot be accessed using dot notation can be accessed via standard python dictionary notation. (e.g. _.foo["get"] instead of _.foo.get)

Here is an example after running jellex twitterdata.json and modifying the query:

┌────────────────| Editor |────────────────┐┌───────────────| Viewer |────────────────┐
_[0].user                                ^││{                                       ^
                                          ││  "follow_request_sent": false,          
                                          ││  "has_extended_profile": false,         
                                          ││  "profile_use_background_image": true,  
                                          ││  "default_profile_image": false,        
                                          ││  "id": 851336634,                       
                                          ││  "profile_background_image_url_https":  
                                          ││  "verified": true,                      
                                          ││  "profile_text_color": "333333",        
                                          ││  "profile_image_url_https": "https://pb │
                                          ││  "profile_sidebar_fill_color": "DDEEF6" 
                                          ││  "entities": {                          
                                          ││    "url": {                             
                                          ││      "urls": [                          
                                          ││        {                                
                                          ││          "url": "http://t.co/fvHMZhwmP4 │
                                          ││          "indices": [                   
                                          ││            0,                           
                                          ││            22                           
                                          ││          ],                             
                                          ││          "expanded_url": "http://www.20 │
                                          ││          "display_url": "20minutos.com" 
                                          ││        }                                
                                          ││      ]                                  
                                          ││    },                                   
                                          ││    "description": {                     
                                         v││      "urls": [                         v
└──────────────────────────────────────────┘└─────────────────────────────────────────┘
┌─────────────────────────────────────| Status |──────────────────────────────────────┐
                                                                                     
                                                                                     
└─────────────────────────────────────────────────────────────────────────────────────┘

When you exit (CTRL-Q), you will be presented with your jello filter:

$ jellex twitterdata.json 
Your query:

jello '_[0].user'

$

TODO

The project is at a very simple working state. Here are some short-term plans:

  • Allow scrolling of the Viewer window
  • Allow switching to vi key bindings
  • Allow saving of the input file
  • Allow opening another file within the UI
  • Status bar showing the mode and filename, stats, etc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jellex-0.2.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

jellex-0.2.2-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page