Metadata-Version: 1.1
Name: Interactive
Version: 1.0.1
Summary: A package to interact with any program with a command line console.
Home-page: https://github.com/dongshengmu/interact
Author: Dongsheng Mu
Author-email: dongshengm@gmail.com
License: MIT
Description: A Python package to interact with any program or device with a command line console.
        
        Interactive is a interactive subprocess, it supports programmable input/output
        communication in real-time, direct connection to the console terminal, and
        can run programs in parallel and check their output at anytime.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Testing
