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

nint8835-archive/tabbyj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

meowj & catj, but in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages