summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-06 11:43:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-08-06 11:43:43 +0200
commit8bfe62cccabe9871ced382e270aa2fc4f9049f93 (patch)
treeca46d847c498f067b2513106f2ba7c5a932dceaf
parentec54cda5aae89144345adb1545239af7c55fd470 (diff)
downloadlogilab-common-8bfe62cccabe9871ced382e270aa2fc4f9049f93.tar.gz
some doc
-rw-r--r--pyro_ext.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyro_ext.py b/pyro_ext.py
index e7eb3bd..a531188 100644
--- a/pyro_ext.py
+++ b/pyro_ext.py
@@ -1,5 +1,12 @@
"""Python Remote Object utilities
+Main functions available:
+
+* `register_object` to expose arbitrary object through pyro using delegation
+ approach and register it in the nameserver.
+* `ns_unregister` unregister an object identifier from the nameserver.
+* `ns_get_proxy` get a pyro proxy from a nameserver object identifier.
+
:organization: Logilab
:copyright: 2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr