A Script to translate .proto files to lightprotobuf messages
Project description
lightprotobufgen
Introduction
lightprotobufgen is a commandline tool based on antlr4.5 to generate lightprotobuf compatible messages from a *.proto file.
usage
lightprotobufgen <file.proto>
The script output on stdout it’s result
Current limitations
- The tool is still in developpment and some features of official .proto format are not implemented yet :
import : imports statments generates an exception. you still can merge manually different files
global options : the global options are not supported yet
unique enum : will be implemented in next release
extends : Message extend are not implemented since it’s mostly usefull with imports and they are not supported yet
packages : Like google official implementation, it won’t be implemented because python use the file paths as modules/package
The 1.0 release will implement the full .proto specifications.
Release notes
1.0.dev2
Remove DESCRIPTION.rst because duplicate of README.rst
1.0.dev1
Comments added to the grammar
Correction of the syntax of negated set in the grammar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lightprotobufgen-1.0.dev2.tar.gz
.
File metadata
- Download URL: lightprotobufgen-1.0.dev2.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31eb7732ff00597ef9e2cb8ddcb95a2e34270fcfd7b60c973e6871a87d3f54c9 |
|
MD5 | 0a27976175904b432e8833d979ed52c1 |
|
BLAKE2b-256 | 716ccf2e1f17f62289585959e9a700809fbb7af1815a2b06d5da5d0ae0d15e30 |