Metadata-Version: 2.1
Name: robotframework-qconnect-winapp
Version: 1.0.3
Summary: Robot Framework QConnect library extension for Winapp GUI testing
Home-page: https://github.com/test-fullautomation/robotframework-qconnect-winapp
Author: Nguyen Huynh Tri Cuong
Author-email: cuong.nguyenhuynhtri@vn.bosch.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt

Package Description
===================

The **QConnectWinapp** description will be available soon.

How to install
--------------

Installer will be available soon.

The **QConnectWinapp** can be installed in two different ways.

1.  Installation via PyPi (recommended for users)

    ``` {.}
    pip install QConnectWinapp
    ```

    [QConnectWinapp in PyPi](https://pypi.org/project/QConnectWinapp/)

2.  Installation via GitHub (recommended for developers)

    a.  Clone the **robotframework-qconnect-winapp** repository to your
        machine.

        ``` {.}
        git clone https://github.com/test-fullautomation/robotframework-qconnect-winapp.git
        ```

        [QConnectWinapp in
        GitHub](https://github.com/test-fullautomation/robotframework-qconnect-winapp)

    b.  Install dependencies

        **QConnectWinapp** requires some additional Python libraries.
        Before you install the cloned repository sources you have to
        install the dependencies manually. The names of all related
        packages you can find in the file `requirements.txt` in the
        repository root folder. Use pip to install them:

        ``` {.}
        pip install -r requirements.txt
        ```

    c.  Use the following command to install the **QConnectWinapp**:

        ``` {.}
        setup.py install
        ```

Package Documentation
---------------------

A detailed documentation of the **QConnectWinapp** can be found here:

[QConnectWinapp.pdf](https://github.com/test-fullautomation/robotframework-qconnect-winapp/blob/develop/QConnectWinapp/QConnectWinapp.pdf)

Feedback
--------

To give us a feedback, you can send an email to [Thomas
Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)

In case you want to report a bug or request any interesting feature,
please don\'t hesitate to raise a ticket.

Maintainers
-----------

[Thomas Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)

[Nguyen Huynh Tri Cuong](mailto:cuong.nguyenhuynhtri@vn.bosch.com)

Contributors
------------

[Thomas Pollerspöck](mailto:Thomas.Pollerspoeck@de.bosch.com)

[Nguyen Huynh Tri Cuong](mailto:cuong.nguyenhuynhtri@vn.bosch.com)

License
-------

Copyright 2020-2023 Robert Bosch GmbH

Licensed under the Apache License, Version 2.0 (the \"License\"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at

> [![License: Apache
> v2](https://img.shields.io/pypi/l/robotframework.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an \"AS IS\" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


