pm4py/pm4py-core

Missing PEP 561-compliancy

aaronkurz opened this issue · 1 comments

Due to missing type hints (e.g. with a py.typed file), usage of the library together with type checkers results in issues. For example, mypy flags "pm4py": module is installed, but missing library stubs or py.typed marker [import-untyped].

More info:

Dear @aaronkurz

That is true. However, we do not plan to address the issue in the short term