Metadata-Version: 2.1
Name: testflows.connect
Version: 1.7.230414.1210340
Summary: TestFlows - Connect
Home-page: https://github.com/testflows/testflows-connect
Author: Vitaliy Zakaznikov
Author-email: vzakaznikov@testflows.com
License: Apache-2.0
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
License-File: LICENSE

# TestFlows - Connect

Minimal module to provide capabilities to connect to
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.connect-1.2.190905.123636.tar.gz
```

and

```bash
    $ ./install
```

installs the `testflows.connect` module.
