Documentation and Support
The documentation for Python's static typing can be found at
. You can get help in our
.
Improvements to the type system should be discussed on
, and are tracked in the
in this repository.
For conversations that are more suitable to a chat platform, you can use one of the following:
channel
Repository Content
This GitHub repository is used for several things:
The documentation at
is maintained in the
. This includes the
for the type system. See especially
for the spec.
A
for typing-related user help is hosted here.
for Python static type checkers. The
latest conformance test results
are here.
Historically, this repository also hosted:
The typing_extensions package, which now lives in the
repo. It used to be in the typing_extensions directory.
A backport of the
for older Python versions. It was removed after all Python versions that lack typing in the standard library reached end of life. The last released version, supporting Python 2.7 and 3.4, is
.