slackbuilds/python/python3-annotated-types
fourtysixandtwo d06f89542c
python/python3-annotated-types: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:36:57 +07:00
..
README
python3-annotated-types.SlackBuild python/python3-annotated-types: Updated for version 0.7.0. 2024-09-14 23:36:57 +07:00
python3-annotated-types.info python/python3-annotated-types: Updated for version 0.7.0. 2024-09-14 23:36:57 +07:00
slack-desc

README

python3-annotated-types (Reusable constraint types, typing.Annotated)

PEP-593 added typing.Annotated as a way of adding context-specific
metadata to existing types, and specifies that Annotated[T, x] should
be treated as T by any tool or library without special logic for x.