komuw / sewer

Let's Encrypt(ACME) client. Python library & CLI app.
MIT License
145 stars 52 forks source link

add annotations to python/typeshed #79

Open komuw opened 6 years ago

komuw commented 6 years ago

https://github.com/python/typeshed/blob/master/CONTRIBUTING.md

komuw commented 6 years ago

depends on; https://github.com/komuw/sewer/issues/78

mmaney commented 4 years ago

Anecdotal memorandum:

While trying to find more useful annotations for the cryptography library, I came across the claim that typeshed was no longer preferred; that one can now distribute even out-of-line hints with a package's normal distribution.