xflr6 / csv23

Python 2/3 unicode CSV compatibility layer
https://csv23.readthedocs.io
MIT License
6 stars 4 forks source link

Add type annotations via type stubs #2

Open msullivan opened 5 years ago

msullivan commented 5 years ago

This is a great looking library. Do you have any interest in providing type stubs for it? (Via https://www.python.org/dev/peps/pep-0561/)

xflr6 commented 5 years ago

Thanks. You mean to have type hints on Python 3, right? I don't think I will find time for this myself, but I migh have time to review a PR. That said, I am not sure if this library will still be used a lot when Python 2 has phased out (although it adds some extras that I find useful), WDYT?