Python static typing home. Hosts the documentation and a user help forum. (LADI project)
Go to file
Jelle Zijlstra b5dadf11d3
Prepare release 4.1.1 (#1077)
2022-02-13 19:15:26 -08:00
.github Fix Python 3.7.1 and run more versions in CI (#1076) 2022-02-13 19:10:06 -08:00
docs Built-in generic now work without limitations (#1068) 2022-02-11 18:12:06 -08:00
scripts Script to mail regular issue summaries to typing-sig (#929) 2021-12-22 08:08:42 -08:00
typing_extensions Prepare release 4.1.1 (#1077) 2022-02-13 19:15:26 -08:00
.editorconfig Create .editorconfig (#998) 2022-01-01 13:40:16 +01: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.