termtool

Declarative terminal tool programming


License
Other
Install
pip install termtool==1.1

Documentation

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.