robotframework-rpycremote


Namerobotframework-rpycremote JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryRobot Framework Remote Library based on RPyC
upload_time2024-05-01 05:25:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords robotframework robot-framework rpyc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            RPyC Robot Remote Library
============================
Generic Robot Framework Remote library based on RPyC

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

::

    pip install robotframework-rpycremote

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

::

    - pip:
        - robotframework-rpycremote


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

::

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

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

::

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


Usage
=====

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "robotframework-rpycremote",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "robotframework, robot-framework, rpyc",
    "author": null,
    "author_email": "Ren\u00e9 Lehfeld <54720674+rlehfeld@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/5b/3a/43407e4013ae46f9df4df2eff7e5fce550e7d1ab44f5fdf4da1de959f77b/robotframework_rpycremote-0.0.5.tar.gz",
    "platform": null,
    "description": "RPyC Robot Remote Library\n============================\nGeneric Robot Framework Remote library based on RPyC\n\nInstallation\n============\nInstall the latest release via PyPi using pip:\n\n::\n\n    pip install robotframework-rpycremote\n\nOr add to your ``conda.yaml`` file:\n\n::\n\n    - pip:\n        - robotframework-rpycremote\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-rpycremote.git\n\nOr add to your ``conda.yaml`` file:\n\n::\n\n    - pip:\n        - git+https://github.com/rlehfeld/robotframework-rpycremote.git\n\n\nUsage\n=====\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Robot Framework Remote Library based on RPyC",
    "version": "0.0.5",
    "project_urls": {
        "Bug Reports": "https://github.com/rlehfeld/robotframework-rpycremote/issues",
        "Homepage": "https://github.com/rlehfeld/robotframework-rpycremote",
        "Source": "https://github.com/rlehfeld/robotframework-rpycremote/"
    },
    "split_keywords": [
        "robotframework",
        " robot-framework",
        " rpyc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3e10378bf66e0eb7104ef1e334e6009828a53fa2600881b9092352c921a9c32",
                "md5": "870b948811d19ac74d7b346b2f2513a8",
                "sha256": "1844cc60f05189d4466935bd9468ad7ad33b8018e298bb05bef1bff4ac94815e"
            },
            "downloads": -1,
            "filename": "robotframework_rpycremote-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "870b948811d19ac74d7b346b2f2513a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8971,
            "upload_time": "2024-05-01T05:25:33",
            "upload_time_iso_8601": "2024-05-01T05:25:33.997348Z",
            "url": "https://files.pythonhosted.org/packages/f3/e1/0378bf66e0eb7104ef1e334e6009828a53fa2600881b9092352c921a9c32/robotframework_rpycremote-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b3a43407e4013ae46f9df4df2eff7e5fce550e7d1ab44f5fdf4da1de959f77b",
                "md5": "a3b80a9174f533d89b0b743e18d912a2",
                "sha256": "5a6c9cda0a5777cf6e45b0d78ad64bccb92c7fcef0ffae6d5e9a469150affc2c"
            },
            "downloads": -1,
            "filename": "robotframework_rpycremote-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a3b80a9174f533d89b0b743e18d912a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12266,
            "upload_time": "2024-05-01T05:25:35",
            "upload_time_iso_8601": "2024-05-01T05:25:35.721578Z",
            "url": "https://files.pythonhosted.org/packages/5b/3a/43407e4013ae46f9df4df2eff7e5fce550e7d1ab44f5fdf4da1de959f77b/robotframework_rpycremote-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 05:25:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rlehfeld",
    "github_project": "robotframework-rpycremote",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "robotframework-rpycremote"
}
        
Elapsed time: 0.26089s