Pyro4


NamePyro4 JSON
Version 4.82 PyPI version JSON
download
home_pagehttp://pyro4.readthedocs.io
Summarydistributed object middleware for Python (RPC)
upload_time2021-12-25 01:45:34
maintainer
docs_urlNone
authorIrmen de Jong
requires_python
licenseMIT
keywords distributed objects rpc remote method call ipc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Pyro means PYthon Remote Objects.
It is a library that enables you to build applications in which
objects can talk to eachother over the network, with minimal programming effort.
You can just use normal Python method calls, with almost every possible parameter
and return value type, and Pyro takes care of locating the right object on the right
computer to execute the method. It is designed to be very easy to use, and to
generally stay out of your way. But it also provides a set of powerful features that
enables you to build distributed applications rapidly and effortlessly.
Pyro is a pure Python library and runs on many different platforms and Python versions.

The source code repository is on Github: https://github.com/irmen/Pyro4

The documentation can be found here: http://pyro4.readthedocs.io



            

Raw data

            {
    "_id": null,
    "home_page": "http://pyro4.readthedocs.io",
    "name": "Pyro4",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "distributed objects,RPC,remote method call,IPC",
    "author": "Irmen de Jong",
    "author_email": "irmen@razorvine.net",
    "download_url": "https://files.pythonhosted.org/packages/2e/0b/e1066a2ba154a1fd6ade41b35d38482fc399feb90fe4768ce8d6d3eb368c/Pyro4-4.82.tar.gz",
    "platform": "any",
    "description": "Pyro means PYthon Remote Objects.\nIt is a library that enables you to build applications in which\nobjects can talk to eachother over the network, with minimal programming effort.\nYou can just use normal Python method calls, with almost every possible parameter\nand return value type, and Pyro takes care of locating the right object on the right\ncomputer to execute the method. It is designed to be very easy to use, and to\ngenerally stay out of your way. But it also provides a set of powerful features that\nenables you to build distributed applications rapidly and effortlessly.\nPyro is a pure Python library and runs on many different platforms and Python versions.\n\nThe source code repository is on Github: https://github.com/irmen/Pyro4\n\nThe documentation can be found here: http://pyro4.readthedocs.io\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "distributed object middleware for Python (RPC)",
    "version": "4.82",
    "project_urls": {
        "Homepage": "http://pyro4.readthedocs.io"
    },
    "split_keywords": [
        "distributed objects",
        "rpc",
        "remote method call",
        "ipc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e38c4e0d24b46fbf02e6b2dc2da5d18f0c73cfd343a1fb01ae64c788c20e56",
                "md5": "9ac0ca2ef6a6f1e778f4d79d3087f659",
                "sha256": "bbf5d7413e616d3e1978a05d7caca62eec59692d2dab75dd22a4426ef9b8a691"
            },
            "downloads": -1,
            "filename": "Pyro4-4.82-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ac0ca2ef6a6f1e778f4d79d3087f659",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 89999,
            "upload_time": "2021-12-25T01:45:31",
            "upload_time_iso_8601": "2021-12-25T01:45:31.066596Z",
            "url": "https://files.pythonhosted.org/packages/70/e3/8c4e0d24b46fbf02e6b2dc2da5d18f0c73cfd343a1fb01ae64c788c20e56/Pyro4-4.82-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e0be1066a2ba154a1fd6ade41b35d38482fc399feb90fe4768ce8d6d3eb368c",
                "md5": "045373da52fc2bd560004db42cd7fc2f",
                "sha256": "511f5b0804e92dd77dc33adf9c947787e3f9e9c5a96b12162f0557a7c4ce21fb"
            },
            "downloads": -1,
            "filename": "Pyro4-4.82.tar.gz",
            "has_sig": false,
            "md5_digest": "045373da52fc2bd560004db42cd7fc2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 516110,
            "upload_time": "2021-12-25T01:45:34",
            "upload_time_iso_8601": "2021-12-25T01:45:34.312181Z",
            "url": "https://files.pythonhosted.org/packages/2e/0b/e1066a2ba154a1fd6ade41b35d38482fc399feb90fe4768ce8d6d3eb368c/Pyro4-4.82.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-25 01:45:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyro4"
}
        
Elapsed time: 0.06253s