robotframework-async-keyword


Namerobotframework-async-keyword JSON
Version 1.1.10 PyPI version JSON
download
home_pageNone
SummaryGeneric Robot Framework library for asynchronous keyword execution
upload_time2024-04-22 16:47:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords async robotframework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Robot Framework AsyncLibrary
============================
Generic Robot Framework library for asynchronous keyword execution

Installation
============
Install the latest release via PyPi using pip:

::

    pip install robotframework-async-keyword

Or add to your ``conda.yaml`` file:

::

    - pip:
        - robotframework-async-keyword


In oder to help with development you can directly install from GitHub via:

::

    pip install git+https://github.com/rlehfeld/robotframework-async-keyword.git

Or add to your ``conda.yaml`` file:

::

    - pip:
        - git+https://github.com/rlehfeld/robotframework-async-keyword.git


Usage
=====

#) Import into a test suite with:

   .. code:: robotframework

      Library AsyncLibrary

#) To run a keyword asynchronously:

   .. code:: robotframework

      ${handle}    Async Run    some keyword    first argument    second argument

#) To retrieve the return value, a blocking call to ``Async Get`` is called with the handle:

   .. code:: robotframework

      ${return_value}    Async Get    ${handle}

#) To wait with a timeout use

   .. code:: robotframework

      ${return_value}    Async Get    ${handle}    timeout=5 sec

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "robotframework-async-keyword",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "async, robotframework",
    "author": null,
    "author_email": "Ren\u00e9 Lehfeld <54720674+rlehfeld@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/b8/f863ee118d6daeabbe7e9127f51d85269f08643b1a5fca1b9131b6d0a7c8/robotframework_async_keyword-1.1.10.tar.gz",
    "platform": null,
    "description": "Robot Framework AsyncLibrary\n============================\nGeneric Robot Framework library for asynchronous keyword execution\n\nInstallation\n============\nInstall the latest release via PyPi using pip:\n\n::\n\n    pip install robotframework-async-keyword\n\nOr add to your ``conda.yaml`` file:\n\n::\n\n    - pip:\n        - robotframework-async-keyword\n\n\nIn oder to help with development you can directly install from GitHub via:\n\n::\n\n    pip install git+https://github.com/rlehfeld/robotframework-async-keyword.git\n\nOr add to your ``conda.yaml`` file:\n\n::\n\n    - pip:\n        - git+https://github.com/rlehfeld/robotframework-async-keyword.git\n\n\nUsage\n=====\n\n#) Import into a test suite with:\n\n   .. code:: robotframework\n\n      Library AsyncLibrary\n\n#) To run a keyword asynchronously:\n\n   .. code:: robotframework\n\n      ${handle}    Async Run    some keyword    first argument    second argument\n\n#) To retrieve the return value, a blocking call to ``Async Get`` is called with the handle:\n\n   .. code:: robotframework\n\n      ${return_value}    Async Get    ${handle}\n\n#) To wait with a timeout use\n\n   .. code:: robotframework\n\n      ${return_value}    Async Get    ${handle}    timeout=5 sec\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generic Robot Framework library for asynchronous keyword execution",
    "version": "1.1.10",
    "project_urls": {
        "Bug Reports": "https://github.com/rlehfeld/robotframework-async-keyword/issues",
        "Homepage": "https://github.com/rlehfeld/robotframework-async-keyword",
        "Source": "https://github.com/rlehfeld/robotframework-async-keyword/"
    },
    "split_keywords": [
        "async",
        " robotframework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "515659e9fbb23b2bb46548e7e7f3161e57b365312060f2828dab586b9bc5be64",
                "md5": "7d0f5fa8a273aedf7e9729e22ed32bbc",
                "sha256": "374e5f85490df4d9fc8f61100df8b8425a4b9d44411cec340af471e8225dc97e"
            },
            "downloads": -1,
            "filename": "robotframework_async_keyword-1.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d0f5fa8a273aedf7e9729e22ed32bbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10740,
            "upload_time": "2024-04-22T16:47:53",
            "upload_time_iso_8601": "2024-04-22T16:47:53.982303Z",
            "url": "https://files.pythonhosted.org/packages/51/56/59e9fbb23b2bb46548e7e7f3161e57b365312060f2828dab586b9bc5be64/robotframework_async_keyword-1.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32b8f863ee118d6daeabbe7e9127f51d85269f08643b1a5fca1b9131b6d0a7c8",
                "md5": "77f282bfda471a21dee51d50a61d17ff",
                "sha256": "4f849a15654732e180912b6451642583e0cb4bc1039c46a2810a868d751db378"
            },
            "downloads": -1,
            "filename": "robotframework_async_keyword-1.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "77f282bfda471a21dee51d50a61d17ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9794,
            "upload_time": "2024-04-22T16:47:55",
            "upload_time_iso_8601": "2024-04-22T16:47:55.463103Z",
            "url": "https://files.pythonhosted.org/packages/32/b8/f863ee118d6daeabbe7e9127f51d85269f08643b1a5fca1b9131b6d0a7c8/robotframework_async_keyword-1.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 16:47:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rlehfeld",
    "github_project": "robotframework-async-keyword",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robotframework-async-keyword"
}
        
Elapsed time: 0.25100s