tabbyj

A command line JSON flattener


License
MIT
Install
pip install tabbyj==0.2.2

Documentation

tabbyj

Azure DevOps builds Azure DevOps tests Azure DevOps coverage

meowj & catj, but in Python.

Installation

Via Pip (Recommended)

python -m pip install tabbyj

From source (For development)

  1. Install Poetry
  2. git clone https://github.com/nint8835/tabbyj.git
  3. cd tabbyj
  4. poetry install

Please note that this will create a virtualenv and install the package into it. If you wish to use the package globally, please install it via Pip.

Usage

Piping

Tabbyj allows the user to simply pipe data into it in order to process it. For example:

curl https://api.github.com/gists | tabbyj

Reading from a file

Tabbyj allows the user to easily read the data to process from a file via a command line argument. For example:

tabbyj --file example.json