benhodgson / protobuf-to-dict

A small Python library for creating dicts from protocol buffers. Useful as an intermediate step before serialization (e.g. to JSON).
Other
226 stars 108 forks source link

Supported PY3 and PB3 #8

Open kaporzhu opened 8 years ago

kaporzhu commented 8 years ago
  1. fixed flake8 issues(except samle_pb.py)
  2. added six module to support PY3
  3. upgraded proto file to PB3
  4. removed useless tests for PB3
yipjustin commented 7 years ago

Thanks Kapor!