./devel/py-proto-plus, Beautiful, Pythonic protocol buffers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.23.0, Package name: py311-proto-plus-1.23.0, Maintainer: pkgsrc-users

This is a wrapper around protocol buffers. Protocol buffers is a
specification format for APIs, such as those inside Google. This
library provides protocol buffer message classes and objects that
largely behave like native Python types.


Master sites:

Filesize: 52.904 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-05 21:25:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-proto-plus: updated to 1.23.0

1.23.0

Features

Add additional parameters to to_json() and to_dict() methods
Add support for proto.version
Add support for python 3.12

Bug Fixes

Use setuptools.find_namespace_packages

Documentation

Add documentation on how to query the current oneof in a given message
Add example for protobuf module level attribute
   2023-07-04 11:59:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-proto-plus: updated to 1.22.3

1.22.3
Bug Fixes
Resolve issue where marshal fails with cross api dependency
   2022-09-28 13:05:39 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-proto-plus: import py-proto-plus-1.22.1

This is a wrapper around protocol buffers. Protocol buffers is a
specification format for APIs, such as those inside Google. This
library provides protocol buffer message classes and objects that
largely behave like native Python types.