Metadata-Version: 1.0
Name: protobuf-setuptools
Version: 0.1
Summary: setuptools build_proto command
Home-page: UNKNOWN
Author: Ivan Kalinin
Author-email: pupssman@yandex-team.ru
License: Apache License, Version 2.0
Description: protobuf-setuptools
        ===================
        
        Setuptools protobuf plugin.
        
        Adds command to generate python probobuf stubs from .proto files.
        
        
        Usage
        =====
        
        Install from PyPI and run ::
        
          python setup.py build_proto
        
        
        That will find all the ``.proto`` files in the provided packages, compile them with ``protoc`` and put resulting ``_pb2.py`` files near them.
        
Platform: UNKNOWN
