logpai / Drain3

A robust streaming log template miner based on the Drain algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a py.typed marker file

no-preserve-root opened this issue · comments

Drain3 is annotated with type metadata, but does not include the py.typed marker file required by PEP 561. As a result, e.g. MyPy refuses to consider the annotations in the Drain3 source when typechecking dependent programs. Please include the marker file in future releases.