omnilib / aiomultiprocess

Take a modern Python codebase to the next level of performance.
https://aiomultiprocess.omnilib.dev
MIT License
1.77k stars 101 forks source link

Add py.typed file to mark package PEP 561-compatible #188

Open cpnielsen opened 1 year ago

cpnielsen commented 1 year ago

Description

Looking at the code, it seems most (all?) of it is fully typed. Unfortunately, mypy and potentially other type checkers does not consider it typed unless it includes a py.typed file at the root of the package.

See PEP 561 for details.

I am happy to provide a PR if needed, but it seems like a straight-forward change (if desired).