thriftpy2
thriftpy2 copied to clipboard
Add type annotations
Hi, could you please give more details about it?
@benbariteau if you want type hints for your thrift types, there is thriftpyi: https://github.com/unmade/thrift-pyi
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.