Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
562 stars 89 forks source link

Add `thriftpy2.load_str` #290

Open aisk opened 2 weeks ago

aisk commented 2 weeks ago

Add load_str or load_string to allow load a thrift module from string. Can be used like: https://github.com/rapidsai/cugraph/blob/42c7ad7b19d5e499cadabdbc37d2e3ca2dab5ee6/python/cugraph-service/client/cugraph_service_client/cugraph_service_thrift.py#L262