pyro4-check-config
distributed object middleware for Python (RPC), Python2 modules
Install
- All systems
-
curl cmd.cat/pyro4-check-config.sh
- Debian
-
apt-get install python3-pyro4
- Ubuntu
-
apt-get install python3-pyro4
- Arch Linux
-
pacman -S python-pyro
- Kali Linux
-
apt-get install python3-pyro4
- Fedora
-
dnf install python-pyro
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pyro4
- Raspbian
-
apt-get install python3-pyro4
- Dockerfile
- dockerfile.run/pyro4-check-config
python2-pyro4
distributed object middleware for Python (RPC), Python2 modules
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 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 modules
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 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 Pyro
within 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 Pyro
within 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 Pyro
within 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.