rpyc


Namerpyc JSON
Version 6.0.0 PyPI version JSON
download
home_pageNone
SummaryRemote Python Call (RPyC) is a transparent and symmetric distributed computing library
upload_time2024-02-23 23:47:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |Version| |Python| |Tests| |License|

RPyC_ (pronounced like *are-pie-see*), or *Remote Python Call*, is a
**transparent** library for **symmetrical** `remote procedure calls`_,
clustering_, and distributed-computing_.  RPyC makes use of object-proxying_,
a technique that employs python's dynamic nature, to overcome the physical
boundaries between processes and computers, so that remote objects can be
manipulated as if they were local.

Documentation can be found at https://rpyc.readthedocs.io

.. figure:: http://rpyc.readthedocs.org/en/latest/_images/screenshot.png
   :align: center

   A screenshot of a Windows client connecting to a Linux server.

   Note that text written to the server's ``stdout`` is actually printed on
   the server's console.


.. References:

.. _RPyC:                   https://github.com/tomerfiliba-org/rpyc
.. _remote procedure calls: http://en.wikipedia.org/wiki/Remote_procedure_calls
.. _clustering:             http://en.wikipedia.org/wiki/Clustering
.. _distributed-computing:  http://en.wikipedia.org/wiki/Distributed_computing
.. _object-proxying:        http://en.wikipedia.org/wiki/Proxy_pattern

.. Badges:

.. |Version| image::   https://img.shields.io/pypi/v/rpyc.svg?style=flat
   :target:            https://pypi.python.org/pypi/rpyc
   :alt:               Version

.. |Python| image::    https://img.shields.io/pypi/pyversions/rpyc.svg?style=flat
   :target:            https://pypi.python.org/pypi/rpyc#downloads
   :alt:               Python Versions

.. |Tests| image::     https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml/badge.svg
   :target:            https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml
   :alt:               Build Status

.. |License| image::   https://img.shields.io/pypi/l/rpyc.svg?style=flat
   :target:            https://github.com/tomerfiliba-org/rpyc/blob/master/LICENSE
   :alt:               License: MIT

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rpyc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Tomer Filiba <tomerfiliba@gmail.com>, James Stronz <comrumino@archstrike.org>",
    "download_url": "https://files.pythonhosted.org/packages/9a/13/ba2fd171ab860cbc5f69a6c5b60153d8948fefb5890abb8ac54aead607a9/rpyc-6.0.0.tar.gz",
    "platform": null,
    "description": "|Version| |Python| |Tests| |License|\n\nRPyC_ (pronounced like *are-pie-see*), or *Remote Python Call*, is a\n**transparent** library for **symmetrical** `remote procedure calls`_,\nclustering_, and distributed-computing_.  RPyC makes use of object-proxying_,\na technique that employs python's dynamic nature, to overcome the physical\nboundaries between processes and computers, so that remote objects can be\nmanipulated as if they were local.\n\nDocumentation can be found at https://rpyc.readthedocs.io\n\n.. figure:: http://rpyc.readthedocs.org/en/latest/_images/screenshot.png\n   :align: center\n\n   A screenshot of a Windows client connecting to a Linux server.\n\n   Note that text written to the server's ``stdout`` is actually printed on\n   the server's console.\n\n\n.. References:\n\n.. _RPyC:                   https://github.com/tomerfiliba-org/rpyc\n.. _remote procedure calls: http://en.wikipedia.org/wiki/Remote_procedure_calls\n.. _clustering:             http://en.wikipedia.org/wiki/Clustering\n.. _distributed-computing:  http://en.wikipedia.org/wiki/Distributed_computing\n.. _object-proxying:        http://en.wikipedia.org/wiki/Proxy_pattern\n\n.. Badges:\n\n.. |Version| image::   https://img.shields.io/pypi/v/rpyc.svg?style=flat\n   :target:            https://pypi.python.org/pypi/rpyc\n   :alt:               Version\n\n.. |Python| image::    https://img.shields.io/pypi/pyversions/rpyc.svg?style=flat\n   :target:            https://pypi.python.org/pypi/rpyc#downloads\n   :alt:               Python Versions\n\n.. |Tests| image::     https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml/badge.svg\n   :target:            https://github.com/tomerfiliba-org/rpyc/actions/workflows/python-app.yml\n   :alt:               Build Status\n\n.. |License| image::   https://img.shields.io/pypi/l/rpyc.svg?style=flat\n   :target:            https://github.com/tomerfiliba-org/rpyc/blob/master/LICENSE\n   :alt:               License: MIT\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Remote Python Call (RPyC) is a transparent and symmetric distributed computing library",
    "version": "6.0.0",
    "project_urls": {
        "Homepage": "https://rpyc.readthedocs.org",
        "Source": "https://github.com/tomerfiliba-org/rpyc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6e738cd5f2d8ab0d259648f6672fd19de30688a22ae769f87616c6a2fe92581",
                "md5": "b1df6daea28f199ccf73403b1eb1de3a",
                "sha256": "e86b5831378f794c623db46e8ade6fff766c56cf9dbe96886e614025b4647339"
            },
            "downloads": -1,
            "filename": "rpyc-6.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1df6daea28f199ccf73403b1eb1de3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 74528,
            "upload_time": "2024-02-23T23:41:11",
            "upload_time_iso_8601": "2024-02-23T23:41:11.745628Z",
            "url": "https://files.pythonhosted.org/packages/f6/e7/38cd5f2d8ab0d259648f6672fd19de30688a22ae769f87616c6a2fe92581/rpyc-6.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9a13ba2fd171ab860cbc5f69a6c5b60153d8948fefb5890abb8ac54aead607a9",
                "md5": "a18c605c4b739828af9645c80e37eec6",
                "sha256": "a7e12b31f40978cbd6b74e0b713da389d4b2565cef612adcb0f4b41aeb188230"
            },
            "downloads": -1,
            "filename": "rpyc-6.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a18c605c4b739828af9645c80e37eec6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 62091,
            "upload_time": "2024-02-23T23:47:17",
            "upload_time_iso_8601": "2024-02-23T23:47:17.147098Z",
            "url": "https://files.pythonhosted.org/packages/9a/13/ba2fd171ab860cbc5f69a6c5b60153d8948fefb5890abb8ac54aead607a9/rpyc-6.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 23:47:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomerfiliba-org",
    "github_project": "rpyc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "rpyc"
}
        
Elapsed time: 0.19728s