1.. _module-pw_rpc-py:
2
3---------------------
4pw_rpc Python package
5---------------------
6The ``pw_rpc`` Python package makes it possible to call Pigweed RPCs from
7Python. The package includes a ``pw_rpc`` client library, as well as tools for
8creating a ``pw_rpc`` console.
9
10pw_rpc.client
11=============
12.. automodule:: pw_rpc.client
13  :members: Client, ClientImpl
14
15pw_rpc.callback_client
16======================
17.. autoclass:: pw_rpc.callback_client.Impl
18  :members:
19
20pw_rpc.console_tools
21====================
22.. automodule:: pw_rpc.console_tools
23  :members: Context, ClientInfo, Watchdog, help_as_repr
24