We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
incorporate planning session notes
Crossed off more things that are handled by pending PRs
Mark __getattr__, __setattr__ section as done
Updated PEP Content (markdown)
Cross off things handled in #33
Add type_check_only decorator
mark parts of "Type Stub Content" as completed
Existing Tools done
Add module-level asserts
Style guide marked as done, move two items into other chapters
`__getattr__`: Include more specific methods and attributes as well
Syntax and Distribution done
fix issue links
Prefer abstract types in arguments, concrete types in return values
Move distribution into a separate section
mention typeshed
abstract is done
add callback protocols
module-level attribute style (per #13)
Add items from https://github.com/python/mypy/wiki/Creating-Stubs-For-Python-Modules
Add "# undocumented"
Add some items from PEP 484 (closes #2)
more content from https://github.com/srittau/type-stub-pep/issues/6
Changed "free to deviate" wording
Add type checkers to existing tools
Add style recommendations from typeshed's CONTRIBUTING file (closes #4)