Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

Add type annotations #176

Open benbariteau opened 3 years ago

ethe commented 3 years ago

Hi, could you please give more details about it?

JonnoFTW commented 3 years ago

@benbariteau if you want type hints for your thrift types, there is thriftpyi: https://github.com/unmade/thrift-pyi

benbariteau commented 3 years ago

PEP 484 type hints are useful for anyone who wants to use a type checker, such as mypy. It would be nice if this library had them.