kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
513 stars 59 forks source link

mypy type hints #242

Open dacevedo12 opened 2 weeks ago

dacevedo12 commented 2 weeks ago

would be nice to have type hints added to the library

mypy currently complains due to pyexcelerate: module is installed, but missing library stubs or py.typed marker

https://peps.python.org/pep-0484/

kevmo314 commented 2 weeks ago

This would be a very welcome contribution. For context, PyExcelerate predates mypy becoming standard, getting types would modernize the library.