single-cell-data / SOMA

A flexible and extensible API for annotated 2D matrix data stored in multiple underlying formats.
MIT License
70 stars 9 forks source link

Add `py.typed` marker file for downstream type checking. #72

Closed thetorpedodog closed 1 year ago

thetorpedodog commented 1 year ago

In order for mypy to use the types in an installed package's code for type-checking purposes, it needs this marker file. See, for example, https://github.com/python/mypy/blob/master/mypy/py.typed