File: index.rst

package info (click to toggle)
python-proto-plus 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 816 kB
  • sloc: python: 4,649; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Reference
---------

Below is a reference for the major classes and functions within this
module.

- The :doc:`message` section (which uses the ``message`` and ``fields``
  modules) handles constructing messages.
- The :doc:`marshal` module handles translating between internal protocol
  buffer instances and idiomatic equivalents.
- The :doc:`datetime_helpers` has datetime related helpers to maintain
  nanosecond precision.

.. toctree::
    :maxdepth: 2

    message
    marshal
    datetime_helpers