Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.13 KB

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