Python static typing home. Hosts the documentation and a user help forum. https://typing.readthedocs.io/
Find a file
2025-12-13 19:04:07 -08:00
.github Bump actions/checkout from 5 to 6 in the actions group (#2122) 2025-12-01 19:03:34 +01:00
conformance Update conformance suite to avoid unsound empty bodies (#2134) 2025-12-13 19:04:07 -08:00
docs Restore a missing TypedDict subtyping requirement (#2119) 2025-11-26 09:32:19 -08:00
.editorconfig Create .editorconfig (#998) 2022-01-01 13:40:16 +01:00
.flake8 Initial check-in of type specification conformance suite. (#1552) 2023-12-28 11:24:24 -08:00
.gitignore Git ignore .venv* and venv* directories (#888) 2021-09-09 12:20:11 -07:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate (#1789) 2024-07-01 17:37:17 -07:00
.readthedocs.yaml Update Python and Sphinx versions for docs (#1567) 2024-01-09 19:48:31 +01:00
LICENSE Update LICENSE file (#1233) 2022-10-10 06:34:43 -07:00
README.md add discord invite (#2094) 2025-10-09 16:39:53 -07:00
test-requirements.txt Use unittest for testing instead of pytest (#935) 2021-11-11 12:56:51 -08:00

Static Typing for Python

Documentation and Support

The documentation for Python's static typing can be found at typing.python.org. You can get help in our support forum.

Improvements to the type system should be discussed on Python's Discourse, and are tracked in the issues in this repository.

For conversations that are more suitable to a chat platform, you can use one of the following:

Repository Content

This GitHub repository is used for several things:

Historically, this repository also hosted:

  • The typing_extensions package, which now lives in the typing_extensions repo. It used to be in the typing_extensions directory.

  • A backport of the typing module 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 available at PyPI.