Pyro4 library API¶
This chapter describes Pyro’s library API. All Pyro classes and functions are defined in sub packages
such as Pyro4.core, but for ease of use, the most important ones are also placed in the
Pyro4 package scope.
Pyro4— Main API packagePyro4.core— core Pyro logicPyro4.naming— Pyro name serverPyro4.util— UtilitiesPyro4.socketutil— Socket related utilitiesPyro4.threadutil— wrapper module forthreadingPyro4.constants— Constant value definitionsPyro4.config— Configuration itemsPyro4.errors— Exception classesPyro4.test.echoserver— Built-in echo server for testing purposesPyro4.utils.flame— Foreign Location Automatic Module Exposer- Socket server API contract