GitXplorerGitXplorer
p

typing

public
1615 stars
244 forks
164 issues

Commits

List of commits on branch main.
Verified
0fed553b30cbbcc9d963aeb606a52fd44e8d9c35

Fix typo in `__all__` examples (#1909)

ddhruvmanila committed 20 hours ago
Verified
e52371772936ad45dca9677dd5232910a85efa2e

Updated conformance test results for the latest versions of type chec… (#1904)

eerictraut committed a month ago
Verified
a434c99b2207ded1aa687041220fe4868f1dc6fe

Add content from typeshed/CONTRIBUTING.md (#1882)

yyangdanny97 committed a month ago
Verified
59081c2dce23cd12d6611657ba6fc62e5ebdfc37

Fix markup in generics specification (#1900)

VViicos committed a month ago
Verified
6dd6fe403634ac5c89849e57141bcbc116ee2831

Specs clarification: Forbid `ClassVar` and `Final` within `TypedDict` body (#1890)

IInSyncWithFoo committed a month ago
Verified
d1e4add4f50493cc87124c741ba5c45a0bbe083b

Remove paragraph mentioning minor edits through the mailing list (#1891)

VViicos committed a month ago

README

The README file for this repository.

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 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.