Metadata-Version: 2.4
Name: testflows.uexpect
Version: 1.7.260819.1141746
Summary: TestFlows - uExpect
Home-page: https://github.com/testflows/testflows-uexpect
Author: Vitaliy Zakaznikov
Author-email: vzakaznikov@testflows.com
License: Apache-2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: testflows.core>=1.6; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# [TestFlows.com Open-Source Software Testing Framework] uExpect

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
