slackbuilds_ponce/python/python3-annotated-types
fourtysixandtwo 29fe41b7fd
python/python3-annotated-types: Added (constraint types).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-23 11:33:32 +07:00
..
python3-annotated-types.info
python3-annotated-types.SlackBuild
README
slack-desc

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.