Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 530 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 530 Bytes

py-thrift-validation-example

This repository includes

  • Convenience methods for serializing and deserializing Python Thrift structures (see util/serialization.py).
  • Convenience method for recursive validation of Python Thrift structures (see util/validation.py).
  • A demonstration of what's wrong with the validate() method Thrift provides for Python structures (see example/).
  • A demonstration of what's wrong with serialization and deserialization of Thrift structures in Python (see example/).