python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.29k stars 386 forks source link

This library should have type annotations #647

Open benbariteau opened 3 years ago

benbariteau commented 3 years ago

What would you like to be added

Type annotations

Why is this needed

For using this library with a typechecker

a-ungurianu commented 1 year ago

I'm removing the last footprints (hopefully) of python2 in #678. This will allow us to write types in the py files directly. Lemme know if you wanna collaborate on this.