How to Install pyro4 in Ubuntu 18.04



Install pyro4 by entering the following commands in the terminal:

sudo apt update
sudo apt install pyro4

Description:

distributed object middleware for Python (RPC)

Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. In a distributed object system, clients send requests to distant servers, which owns the remote objects. Pyro simplifies a lot the creation of clients and servers, and has among its features: - dynamic and static proxies for all remote method invocations, - a naming service which keeps record of the location of objects, - mobile objects support: clients and servers can pass objects around, - exceptions that occur in the remote object is raised on the client too, - multithreaded server support to handle multiple requests simultaneously. . This metapackage depends on the on the Python variant the user needs. . The documentation is available in the pyro4-doc package. A lot of examples are available in the pyro4-examples package.

Homepage: http://packages.python.org/Pyro4/

Version: 4.63-1

Section: universe/python