MartinScharrer / crccheck

The crccheck python module implements all CRCs listed in the Catalogue of parametrised CRC algorithms as well as simple checksums.
MIT License
15 stars 4 forks source link

Wish: add type hints to allow static code analysis using mypy #4

Open 9y2070m opened 1 year ago

9y2070m commented 1 year ago

It would be great if there is a possibility to add python type hints to your library to support static code analysis using mypy.

I can also support you with that :)

It would be great if we can add type hints and the py.typed to advertise that this package is using type hints.

http://www.mypy-lang.org/ https://peps.python.org/pep-0561/

BR Thomas