Pyro4-flameserver
Install pyro4-flameserver
-
Debian
apt-get install python3-pyro4
Click to copy -
Ubuntu
apt-get install python3-pyro4
Click to copy -
Arch Linux
pacman -S python-pyro
Click to copy -
Kali Linux
apt-get install python3-pyro4
Click to copy -
Fedora
dnf install python-pyro
Click to copy -
Raspbian
apt-get install python3-pyro4
Click to copy
python2-pyro4
distributed object middleware for Python (RPC), Python2 modulesPyro (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 package contains the core Pyro4 module for Python 2.x . The documentation is available in the pyro4-doc package. A lot of examples are available in the pyro4-examples package.
python3-pyro4
distributed object middleware for Python (RPC), Python3 modulesPyro (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 package contains the core Pyro4 module for Python 3.x . The documentation is available in the pyro4-doc package. A lot of examples are available in the pyro4-examples package.
python3-pyro
Pyro provides an object-oriented form of RPC. You can use Pyrowithin a single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI.
python2-pyro
Pyro provides an object-oriented form of RPC. You can use Pyrowithin a single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI.
python-pyro
Pyro provides an object-oriented form of RPC. You can use Pyrowithin a single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI.