File: status.rst

package info (click to toggle)
python-proto-plus 1.27.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 4,633; makefile: 27
file content (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Status
======

Features and Limitations
------------------------

Nice things this library does:

- Idiomatic protocol buffer message representation and usage.
- Wraps the official protocol buffers implementation, and exposes its objects
  in the public API so that they are available where needed.


Upcoming work
-------------

- Specialized behavior for ``google.protobuf.FieldMask`` objects.