feeph / libi2c-python

abstraction layer for the I²C bus (incl. simulation for testing)
GNU General Public License v3.0
1 stars 0 forks source link

feat: provide type hints marker #14

Closed feeph closed 3 months ago

feeph commented 3 months ago

Package maintainers who wish to support type checking of their code MUST add a marker file named py.typed to their package supporting typing. <...> For namespace packages (see PEP 420), the py.typed file should be in the submodules of the namespace, to avoid conflicts and for clarity. -- https://peps.python.org/pep-0561/