Metadata-Version: 1.1
Name: proto-plus
Version: 0.1.0a3
Summary: Beautiful, Pythonic protocol buffers.
Home-page: https://github.com/googleapis/proto-plus-python.git
Author: Luke Sneeringer
Author-email: lukesneeringer@google.com
License: Apache 2.0
Description: Protocol Buffers Plus for Python
        ================================
        
        |release level|
        
            Beautiful, idiomatic 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/
        
        
        Disclaimer
        ----------
        
        This is not an official Google product.
        
        
        .. |release level| image:: https://img.shields.io/badge/release%20level-alpha-red.svg?style&#x3D;flat
          :target: https://cloud.google.com/terms/launch-stages
        
Platform: Posix; MacOS X
Classifier: Development Status :: 3 - Alpha
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: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
