MKuranowski / aiocsv

Python: Asynchronous CSV reading/writing
https://pypi.org/project/aiocsv/
MIT License
67 stars 9 forks source link

Add types #8

Closed hellocoldworld closed 2 years ago

hellocoldworld commented 2 years ago

Hello, would you be open into adding types to aiocsv? I could help

MKuranowski commented 2 years ago

aiocsv already uses type hints everywhere

hellocoldworld commented 2 years ago

Hi @MKuranowski ! Great! I didn't know this, because Mypy reports that there are no type hints available. I think the standard way to mark the package as a typed one is adding a py.typed marker file as per PEP561

MKuranowski commented 2 years ago

Added, pushed in release 1.2.2

hellocoldworld commented 2 years ago

Thanks! @MKuranowski upgraded and it's looking fine!