Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleapis/proto-plus-python
Beautiful, idiomatic protocol buffers in Python
https://github.com/googleapis/proto-plus-python
Last synced: about 4 hours ago
JSON representation
Beautiful, idiomatic protocol buffers in Python
- Host: GitHub
- URL: https://github.com/googleapis/proto-plus-python
- Owner: googleapis
- License: apache-2.0
- Created: 2018-11-14T16:23:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T01:02:43.000Z (17 days ago)
- Last Synced: 2024-12-24T10:12:47.841Z (9 days ago)
- Language: Python
- Homepage:
- Size: 1.4 MB
- Stars: 172
- Watchers: 51
- Forks: 37
- Open Issues: 35
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Proto Plus for Python
=====================|pypi| |release level| |docs|
Beautiful, Pythonic protocol buffers.
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... _protocol buffers: https://developers.google.com/protocol-buffers/
Documentation
-------------`Documentation`_ is available on Read the Docs.
.. _documentation: https://proto-plus-python.readthedocs.io/en/latest/
.. |pypi| image:: https://img.shields.io/pypi/v/proto-plus.svg
:target: https://pypi.org/project/proto-plus
.. |release level| image:: https://img.shields.io/badge/release%20level-ga-gold.svg?style=flat
:target: https://cloud.google.com/terms/launch-stages
.. |docs| image:: https://readthedocs.org/projects/proto-plus-python/badge/?version=latest
:target: https://proto-plus-python.readthedocs.io/en/latest/