21 # Start-Of-Header |
21 # Start-Of-Header |
22 name = "Protobuf and gRPC Extension Plugin" |
22 name = "Protobuf and gRPC Extension Plugin" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
23 author = "Detlev Offenbach <detlev@die-offenbachs.de>" |
24 autoactivate = True |
24 autoactivate = True |
25 deactivateable = True |
25 deactivateable = True |
26 version = "10.1.5" |
26 version = "10.1.6" |
27 className = "ProtobufExtensionPlugin" |
27 className = "ProtobufExtensionPlugin" |
28 packageName = "ExtensionProtobuf" |
28 packageName = "ExtensionProtobuf" |
29 shortDescription = "Support for the development of Protobuf and gRPC projects" |
29 shortDescription = "Support for the development of Protobuf and gRPC projects" |
30 longDescription = ( |
30 longDescription = ( |
31 "This plugin adds support for the development of Protobuf and gRPC related" |
31 "This plugin adds support for the development of Protobuf and gRPC related" |
76 "ProtobufExtensionPlugin", "Protobuf Compiler" |
76 "ProtobufExtensionPlugin", "Protobuf Compiler" |
77 ), |
77 ), |
78 "exe": exe, |
78 "exe": exe, |
79 "versionCommand": "--version", |
79 "versionCommand": "--version", |
80 "versionStartsWith": "libprotoc", |
80 "versionStartsWith": "libprotoc", |
81 "versionRe": "", |
81 "versionRe": None, |
82 "versionPosition": -1, |
82 "versionPosition": -1, |
83 "version": "", |
83 "version": "", |
84 "versionCleanup": None, |
84 "versionCleanup": None, |
85 "exeModule": None, |
85 "exeModule": None, |
86 } |
86 } |
114 "ProtobufExtensionPlugin", "gRPC Compiler" |
114 "ProtobufExtensionPlugin", "gRPC Compiler" |
115 ), |
115 ), |
116 "exe": interpreter, |
116 "exe": interpreter, |
117 "versionCommand": "--version", |
117 "versionCommand": "--version", |
118 "versionStartsWith": "libprotoc", |
118 "versionStartsWith": "libprotoc", |
119 "versionRe": "", |
119 "versionRe": None, |
120 "versionPosition": -1, |
120 "versionPosition": -1, |
121 "version": "", |
121 "version": "", |
122 "versionCleanup": None, |
122 "versionCleanup": None, |
123 "exeModule": ["-m", "grpc_tools.protoc"], |
123 "exeModule": ["-m", "grpc_tools.protoc"], |
124 } |
124 } |