proto-plus 1.24.0
0
Beautiful, Pythonic protocol buffers.
Contents
Beautiful, Pythonic protocol buffers.
Stars: 167, Watchers: 167, Forks: 33, Open Issues: 30The googleapis/proto-plus-python
repo was created 5 years ago and the last code push was 2 weeks ago.
The project is popular with 167 github stars!
How to Install proto-plus
You can install proto-plus using pip
pip install proto-plus
or add it to a project with poetry
poetry add proto-plus
Package Details
- Author
- Google LLC
- License
- Apache 2.0
- Homepage
- https://github.com/googleapis/proto-plus-python.git
- PyPi:
- https://pypi.org/project/proto-plus/
- GitHub Repo:
- https://github.com/googleapis/proto-plus-python
Classifiers
- Software Development/Code Generators
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common proto-plus errors.
Code Examples
Here are some proto-plus
code examples and snippets.
GitHub Issues
The proto-plus package has 30 open issues on GitHub
- Warning: a recent release failed
- Messages with 'protobuf.Any' fields fail round trip dict construction
- to_json option to exclude newline
- updated classifiers
- 'DatetimeWithNanoseconds' has unstable hash
- 'DatetimeWithNanoseconds.new' skipped by base class factory methods
- Dependency Dashboard
- feat: Add support for forthcoming
google.type.Decimal
. - fix: default proto package name is the module name, not ""