An open API service indexing awesome lists of open source software.

https://github.com/infothrill/python-clitools

collection of cli utilities
https://github.com/infothrill/python-clitools

Last synced: 5 months ago
JSON representation

collection of cli utilities

Awesome Lists containing this project

README

          

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
------------

.. code-block:: bash

python setup.py install

or, with pipx:

.. code-block:: bash

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

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

Requirements
------------
Python3.6+