robotframework-async-keyword


Namerobotframework-async-keyword JSON
Version 1.1.14 PyPI version JSON
download
home_pageNone
SummaryGeneric Robot Framework library for asynchronous keyword execution
upload_time2025-02-20 18:12:40
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/7e/5a/d827c3d98e77e373900509fd20c65f169db8f90db9d7359360b2149dbd3a/robotframework_async_keyword-1.1.14.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.14",
    "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": "f625d2420e804a9c1f038da63ed8ecf0c8b1af89d9925309875df9a6befb0653",
                "md5": "fc9d74ad893a770a8ed1f46c867cf260",
                "sha256": "7a8632043fb48ff8305fcc5867e4528dc7ec9fdbdeccc7b3f3c14d20f74e5204"
            },
            "downloads": -1,
            "filename": "robotframework_async_keyword-1.1.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc9d74ad893a770a8ed1f46c867cf260",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10969,
            "upload_time": "2025-02-20T18:12:39",
            "upload_time_iso_8601": "2025-02-20T18:12:39.330363Z",
            "url": "https://files.pythonhosted.org/packages/f6/25/d2420e804a9c1f038da63ed8ecf0c8b1af89d9925309875df9a6befb0653/robotframework_async_keyword-1.1.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e5ad827c3d98e77e373900509fd20c65f169db8f90db9d7359360b2149dbd3a",
                "md5": "817b603f40dbbac4394a8bbca016c203",
                "sha256": "a3108a8ed62ec86719ecb19812589f531c0d3a34b69b6681ba9dbb2f766e0165"
            },
            "downloads": -1,
            "filename": "robotframework_async_keyword-1.1.14.tar.gz",
            "has_sig": false,
            "md5_digest": "817b603f40dbbac4394a8bbca016c203",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10010,
            "upload_time": "2025-02-20T18:12:40",
            "upload_time_iso_8601": "2025-02-20T18:12:40.713156Z",
            "url": "https://files.pythonhosted.org/packages/7e/5a/d827c3d98e77e373900509fd20c65f169db8f90db9d7359360b2149dbd3a/robotframework_async_keyword-1.1.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 18:12:40",
    "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: 7.53501s