GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
142 stars 40 forks source link

Typing support missing #144

Open nhairs opened 1 year ago

nhairs commented 1 year ago

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).