We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The stream package does not expose typing information.
stream
Taking a brief look at the code, the code does not use type-hints internally, so it's not as simple as adding the py.typed file in the package root.
py.typed
This prevents downstream projects to using type-checking tools like MyPy.
It would be great to have typing information added (similar to https://github.com/GetStream/stream-chat-python).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem explanation
The
stream
package does not expose typing information.Taking a brief look at the code, the code does not use type-hints internally, so it's not as simple as adding the
py.typed
file in the package root.This prevents downstream projects to using type-checking tools like MyPy.
It would be great to have typing information added (similar to https://github.com/GetStream/stream-chat-python).
The text was updated successfully, but these errors were encountered: