infothrill / python-clitools

collection of cli utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-tools - collection of cli tools written in Python

About

Collection of cli tools. Most of these evolved through personal needs and lived a life as single scripts for a while. They now are in a package structure to ease testing and installation.

Installation

python setup.py install

or, with pipx:

pipx install /home/infothrill/src/git/cli-tools/

pipx install git+https://github.com/infothrill/python-clitools.git#egg=clitools

Requirements

Python3.6+

About

collection of cli utilities

License:MIT License


Languages

Language:Python 100.0%