Metadata-Version: 1.1
Name: proto-plus
Version: 1.9.0
Summary: Beautiful, Pythonic protocol buffers.
Home-page: https://github.com/googleapis/proto-plus-python.git
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Description: Proto Plus for Python
        =====================
        
        |pypi| |release level| |ci| |docs| |codecov|
        
            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&#x3D;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/
        .. |ci| image:: https://circleci.com/gh/googleapis/proto-plus-python.svg?style=shield
          :target: https://circleci.com/gh/googleapis/proto-plus-python
        .. |codecov| image:: https://codecov.io/gh/googleapis/proto-plus-python/graph/badge.svg
          :target: https://codecov.io/gh/googleapis/proto-plus-python
        
Platform: Posix; MacOS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
