/termtool

Declarative terminal tool programming in the python

Primary LanguagePythonMIT LicenseMIT

termtool

termtool is a module for declaratively making command line tools in Python. It uses:

Installation

Install it as any other Python program:

$ python setup.py install

If you don't want to install its dependencies system-wide, try installing it in a virtual environment.

Usage

See the full documentation for usage information.