Metadata-Version: 2.1
Name: testflows.uexpect
Version: 1.6.201003.1161749
Summary: TestFlows - uExpect
Home-page: https://github.com/testflows/testflows-uexpect
Author: Vitaliy Zakaznikov
Author-email: vzakaznikov@testflows.com
License: Apache-2.0
Description: # [TestFlows.com Open-Source Software Testing Framework] uExpect
        
        **The uexpect module is still work in progress and is currently under development.
        Please use it only for reference.**
        
        Minimal module to provide expect-like capabilities to
        launch and control CLI programs.
        
        Currently supports only Python 3.6 or above.
        
        ## Installation
        
        ```bash
            $ ./build; ./install
        ```
        
        where
        
        ```bash
            $ ./build
        ```
        
        creates a pip installable package in `./dist`, for example
        
        ```bash
            $ ls dist/
            testflows.uexpect-1.2.190905.123636.tar.gz
        ```
        
        and
        
        ```bash
            $ ./install
        ```
        
        [TestFlows.com Open-Source Software Testing Framework]: https://testflows.com
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
