Metadata-Version: 2.1
Name: icommandlib
Version: 0.5.0
Summary: Pythonic interactive command runner
Home-page: https://github.com/crdoconnor/icommandlib
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: MIT
Keywords: subprocess command line interactive cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: commandlib
Requires-Dist: pyte
Requires-Dist: pyuv
Requires-Dist: uvloop
Requires-Dist: psutil

ICommandLib
===========

The interactive command library.

ICommandLib is a pythonic tool for running UNIX processes in a virtual terminal
and interacting with them. It's sort of like a more advanced pexpect or "selenium
for the command line".

It depends upon CommandLib, which is necessary for defining the commands
which you want to run.

To install:

.. code-block:: sh

    $ pip install icommandlib
