prototext
prototext copied to clipboard
ProtoText is a efficient python library, offering dict-like operations and text format serialization to google protobuf objects.
Results
2
prototext issues
Sort by
recently updated
recently updated
newest added
This PR is meant is to fix issue #1. This will only bring support of python3 as anyway python2 is now out of support.
If I create a new environment with conda and try to install the package like so ``` $ conda create -n proto python=3.6 $ source activate proto $ pip install...