Metadata-Version: 2.1
Name: testflows.connect
Version: 1.7.210811.1000931
Summary: TestFlows - Connect
Home-page: https://github.com/testflows/testflows-connect
Author: Vitaliy Zakaznikov
Author-email: vzakaznikov@testflows.com
License: Apache-2.0
Description: # TestFlows - Connect
        
        **The connect module is still work in progress and is currently under development.
        Please use it only for reference.**
        
        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.
        
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
