Metadata-Version: 1.0
Name: pexpect-u
Version: 2.5.1
Summary: Pexpect is a pure Python Expect. It allows easy control of other applications.
Home-page: http://pexpect.sourceforge.net/
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
License: MIT license
Description: Pexpect-U is a fork of `pexpect <http://pexpect.sourceforge.net/>`_,
        a pure-Python module to control interactive programs running in a virtual terminal.
        
        Pexpect-U is unicode-aware, and compatible with Python 3 (using distribute to
        run 2to3 during setup). It requires Python 2.6 or above.
Platform: UNIX
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
