DeepLcom / deepl-python

Official Python library for the DeepL language translation API.
https://www.deepl.com
MIT License
1.11k stars 80 forks source link

add py.typed #71

Closed vad closed 11 months ago

vad commented 1 year ago

Can you please add a py.typed empty file inside the library, in order to let mypy know your library is type hinted, and make your users happy?

https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages

JanEbbing commented 1 year ago

Thanks for this suggestion, we will definitely do this. Right now, this is blocked by our work to get properly typed, but we're already on that.

JanEbbing commented 11 months ago

This is in v1.16.0, please let me know if there are any issues with the types.