X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=pdm%2F__init__.py;h=b3cce0491aebafe29ab80c542d8828cf6573ccbb;hp=383b2e1648cc41cebf64af85a3b44ac2e6ed4cd4;hb=57808152eda1b63960e9b104f699a7774962fa48;hpb=5463509c7f8c15ae648eea644bea001a043d8b09 diff --git a/pdm/__init__.py b/pdm/__init__.py index 383b2e1..b3cce04 100644 --- a/pdm/__init__.py +++ b/pdm/__init__.py @@ -7,22 +7,22 @@ process. This package contains the following modules: - * srv -- Server module - * cli -- Client module - * perf -- Library for implementing object for the PERF protocol + - srv -- Server module + - cli -- Client module + - perf -- Library for implementing object for the PERF protocol The protocol allows multiple management subprotocols for different modes of operation. Currently, the following two management protocols are supported. - * The REPL protocol implements a simple read-eval-print loop which + - The REPL protocol implements a simple read-eval-print loop which accepts arbitrary Python code, executes it in the daemon process, and returns its replies, all in text form. The protocol is simple, generic, and has few failure modes, but is hardly suitable for programmatic interaction. See the documentation for pdm.srv.repl and pdm.cli.replclient for further details. - * The PERF protocol is intended for programmatic interaction with the + - The PERF protocol is intended for programmatic interaction with the daemon process. Various Python modules may expose objects that implement one or several of a few pre-defined interfaces that allow for various forms of inspection and management of the program