Pyro Logo
stable

Contents of this manual:

  • Intro and Example
  • Installing Pyro
  • Tutorial
  • Command line tools
  • Clients: Calling remote objects
  • Servers: hosting Pyro objects
  • Name Server
  • Security
  • Exceptions and remote tracebacks
  • Flame: Foreign Location Automatic Module Exposer
  • Tips & Tricks
  • Configuring Pyro
  • Pyro4 library API
    • Pyro4 — Main API package
    • Pyro4.core — core Pyro logic
    • Pyro4.naming — Pyro name server
    • Pyro4.util — Utilities and serializers
    • Pyro4.socketutil — Socket related utilities
    • Pyro4.message — Pyro wire protocol message
    • Pyro4.constants — Constant value definitions
    • Pyro4.config — Configuration items
    • Pyro4.errors — Exception classes
    • Pyro4.test.echoserver — Built-in echo server for testing purposes
    • Pyro4.utils.flame — Foreign Location Automatic Module Exposer
    • Pyro4.futures — asynchronous calls
    • Socket server API contract
  • Running on alternative Python implementations
  • Pyrolite - client library for Java and .NET
  • Change Log
  • Software License and Disclaimer
Pyro
  • Docs »
  • Pyro4 library API
  • Edit on GitHub

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 package
  • Pyro4.core — core Pyro logic
  • Pyro4.naming — Pyro name server
  • Pyro4.util — Utilities and serializers
  • Pyro4.socketutil — Socket related utilities
  • Pyro4.message — Pyro wire protocol message
  • Pyro4.constants — Constant value definitions
  • Pyro4.config — Configuration items
  • Pyro4.errors — Exception classes
  • Pyro4.test.echoserver — Built-in echo server for testing purposes
  • Pyro4.utils.flame — Foreign Location Automatic Module Exposer
  • Pyro4.futures — asynchronous calls
  • Socket server API contract
Next Previous

© Copyright Irmen de Jong Revision 40336cb0.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.