Python static typing home. Hosts the documentation and a user help forum. (LADI project)
Go to file
Jelle Zijlstra a2371460d1
prepare release 4.0.1 (#974)
2021-11-30 17:42:06 -08:00
.github Rename src_py3 to src (#965) 2021-11-25 15:29:03 -08:00
docs Link to English version of Pycharm's landing site (#967) 2021-11-27 07:42:08 -08:00
typing_extensions prepare release 4.0.1 (#974) 2021-11-30 17:42:06 -08:00
.flake8 Rename src_py3 to src (#965) 2021-11-25 15:29:03 -08:00
.flake8-tests typing_extensions: Drop Python 2.7, modernize build (#931) 2021-11-11 11:17:23 +01:00
.gitignore Git ignore .venv* and venv* directories (#888) 2021-09-09 12:20:11 -07:00
CONTRIBUTING.md Rename src_py3 to src (#965) 2021-11-25 15:29:03 -08:00
LICENSE Move packaging files to the top-level directory 2015-10-03 02:48:47 +03:00
README.md Remove typing backport (#882) 2021-09-15 17:40:20 +02:00
test-requirements.txt Use unittest for testing instead of pytest (#935) 2021-11-11 12:56:51 -08:00

README.md

Chat at https://gitter.im/python/typing

Static Typing for Python

Documentation and Support

The documentation for Python's static typing can be found at typing.readthedocs.io. You can get help either in our support forum or chat with us on Gitter.

Improvements to the type system should be discussed on the typing-sig mailing list, although the issues in this repository contain some historic discussions.

Repository Content

This GitHub repository is used for several things:

Historically, this repository hosted a backport of the typing module for older Python versions. The last released version, supporting Python 2.7 and 3.4, is available at PyPI.

Workflow

See CONTRIBUTING.md for more.