robotframework-rpycremote


Namerobotframework-rpycremote JSON
Version 0.0.14 PyPI version JSON
download
home_pageNone
SummaryRobot Framework Remote Library based on RPyC
upload_time2024-09-27 21:26:10
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/2c/bc/452bac973cbb789f2014a4dc0a9b26f04386657a66bf97f4422ce287375d/robotframework_rpycremote-0.0.14.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.14",
    "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": "daeb315802d4f6586e1b301be9394eba16e053f577c17a8342a4c258c395c10f",
                "md5": "78ac9c674751f758e5016b6466263bc8",
                "sha256": "bd0506b87bc529aa76f5a6c6d609a444a41242ad661bdd2ffab7e5711b7bad46"
            },
            "downloads": -1,
            "filename": "robotframework_rpycremote-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78ac9c674751f758e5016b6466263bc8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10265,
            "upload_time": "2024-09-27T21:26:09",
            "upload_time_iso_8601": "2024-09-27T21:26:09.429237Z",
            "url": "https://files.pythonhosted.org/packages/da/eb/315802d4f6586e1b301be9394eba16e053f577c17a8342a4c258c395c10f/robotframework_rpycremote-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cbc452bac973cbb789f2014a4dc0a9b26f04386657a66bf97f4422ce287375d",
                "md5": "94acbf605d2f593d919e2ecb64ad0df9",
                "sha256": "fce05dbab625834e537f7d60aaf03a4f7bf81dd719ed4022a64b08d344594d2b"
            },
            "downloads": -1,
            "filename": "robotframework_rpycremote-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "94acbf605d2f593d919e2ecb64ad0df9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13533,
            "upload_time": "2024-09-27T21:26:10",
            "upload_time_iso_8601": "2024-09-27T21:26:10.837152Z",
            "url": "https://files.pythonhosted.org/packages/2c/bc/452bac973cbb789f2014a4dc0a9b26f04386657a66bf97f4422ce287375d/robotframework_rpycremote-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 21:26:10",
    "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.54791s