third_party.pigweed.src/pw_rpc/py/docs.rst
Wyatt Hepler 830d26d0b5 pw_rpc: Documentation update
- Add documentation for the pw_rpc Python package.
- Discuss using proto3 instead of proto2.
- Add "other_deps" to pw_doc_group for expressing arbitrary deps.

Change-Id: I3c8baf2a7986a7d06721d76278794201259815a7
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/33104
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Wyatt Hepler <hepler@google.com>
2021-02-18 19:40:05 +00:00

19 lines
455 B
ReStructuredText

.. _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.console_tools
====================
.. automodule:: pw_rpc.console_tools
:members: