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
- Host: GitHub
- URL: https://github.com/infothrill/python-clitools
- Owner: infothrill
- License: mit
- Created: 2017-12-18T09:51:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-10-05T21:12:32.000Z (10 months ago)
- Last Synced: 2025-10-05T22:24:33.024Z (10 months ago)
- Language: Python
- Size: 122 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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+