pinterest / pymemcache

A comprehensive, fast, pure-Python memcached client.
https://pymemcache.readthedocs.io/
Apache License 2.0
767 stars 177 forks source link

Are type annotations available somewhere? #270

Open xjia1 opened 4 years ago

xjia1 commented 4 years ago

If I run mypy it complains

error: No library stub file for module 'pymemcache.client.base'
note: (Stub files are from https://github.com/python/typeshed)
jparise commented 4 years ago

I'm afraid we don't have official stubs to share at this time, but they would be great to have.