python-blosc icon indicating copy to clipboard operation
python-blosc copied to clipboard

Support type checking

Open Spenhouet opened this issue 5 years ago • 1 comments

Python 3 support typing: https://docs.python.org/3/library/typing.html

For static type checkers like Mypy, PyRight, ... to properly work, packages need to support typing: https://mypy.readthedocs.io/en/latest/installed_packages.html

blosc currently does not provide stub files. Could type checking be supported in the future?

Spenhouet avatar May 19 '20 16:05 Spenhouet

I agree that it would be nice. PR are welcome. It would probably be better to start with python-blosc2, which is the next generation of this package.

FrancescAlted avatar Dec 07 '22 17:12 FrancescAlted