Pyro5 library API¶
This chapter describes Pyro’s library API. All Pyro classes and functions are defined in sub packages
such as Pyro5.core
, but for ease of use, the most important ones are also placed in the
Pyro5.api
package.
Pyro5.api
— Main API packagePyro5.config
— Configuration itemsPyro5.client
— Client code logicPyro5.core
— core Pyro logicPyro5.server
— Server (daemon) logicPyro5.errors
— Exception classesPyro5.nameserver
— Pyro name serverPyro5.callcontext
— Call context handlingPyro5.protocol
— Pyro wire protocolPyro5.socketutil
— Socket related utilitiesPyro5.compatibility.Pyro4
— Pyro4 backward compatibility layerPyro5.utils.echoserver
— Built-in echo server for testing purposesPyro5.utils.httpgateway
— HTTP to Pyro gateway- Socket server API contract