You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
601 B
24 lines
601 B
4 months ago
|
.. _module-pw_rpc-py:
|
||
|
|
||
|
---------------------
|
||
|
pw_rpc Python package
|
||
|
---------------------
|
||
|
The ``pw_rpc`` Python package makes it possible to call Pigweed RPCs from
|
||
|
Python. The package includes a ``pw_rpc`` client library, as well as tools for
|
||
|
creating a ``pw_rpc`` console.
|
||
|
|
||
|
pw_rpc.client
|
||
|
=============
|
||
|
.. automodule:: pw_rpc.client
|
||
|
:members: Client, ClientImpl
|
||
|
|
||
|
pw_rpc.callback_client
|
||
|
======================
|
||
|
.. autoclass:: pw_rpc.callback_client.Impl
|
||
|
:members:
|
||
|
|
||
|
pw_rpc.console_tools
|
||
|
====================
|
||
|
.. automodule:: pw_rpc.console_tools
|
||
|
:members: Context, ClientInfo, Watchdog, help_as_repr
|