Python implementation of Protocol Buffers data types with dataclasses support
pure-protobuf allows you to take advantages of the standard dataclasses module to define message types. It is preferred over the legacy interface for new projects. The dataclasses interface is available in Python 3.6 and higher. The legacy interface is deprecated and still available via pure_protobuf.legacy. This guide describes how to use pure-protobuf to structure your data. It tries to follow the standard developer guide. It also assumes that you're familiar with Protocol Buffers.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.1-3.fc35 | - |
Fedora 35 | 2.0.1-3.fc35 | - |
Fedora 34 | 2.0.1-1.fc34 | - |
EPEL 8 | 2.0.1-1.el8 | - |
You can contact the maintainers of this package via email at
python-pure-protobuf dash maintainers at fedoraproject dot org
.