Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add typing_extensions module for new / optional typing features to PyPI #435

Closed
@vlasovskikh

Description

@vlasovskikh

Let's add typing_extensions module to PyPI in addition to Mypy-specific mypy_extensions.

Currently new stuff in typing appears in mypy_extensions even though most of the new typing features are not Mypy-specific.

In order to make new typing features available to 1) previous Python versions, 2) all type checkers I would suggest to move these features to typing_extensions.

The good candidates for including in typing_extensions could be:

  • NoReturn (apparently already in PEP 484)
  • Protocol (draft PEP 544)
  • Argspecs?
  • TypedDict?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions