This repo is part of a demo to show how Apache Thrift works in python
- Python 3
- Apache Thrift 0.12
In order to install the repo run the following command python setup.py install
Please note that it would need the Thrift schema already installed. Otherwise you will need to install the packages manually as described in the setup file
In the serializer.py you can find the main entry to the program