Language

Package: python-pure-protobuf @ 2.0.1

Synopsis

Protobuf implementation using dataclasses

Description

python-pure-protobuf takes advantage of the standard dataclasses module to define message types. Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.

Home page
https://pypi.org/project/pure-protobuf/
Location
gnu/packages/protobuf.scm (line: 256, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?