materialsproject / emmet

Be a master builder of databases of material properties. Avoid the Kragle.
https://materialsproject.github.io/emmet/
Other
52 stars 64 forks source link

[Feature Request]: Add missing `py.typed` file #867

Open Andrew-S-Rosen opened 10 months ago

Andrew-S-Rosen commented 10 months ago

Problem

I am trying to use mypy on a package that uses emmet.core as a dependency, but it can't use any of emmet's type hints because there is no py.typed marker in the directory.

Example:

Skipping analyzing "emmet.core.math": module is installed, but missing library stubs or py.typed marker

Proposed Solution

Add a py.typed file.

Alternatives

No response