Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561000
en ru br
ALT Linux repos
S:0.5.0-alt1

Group :: Development/Python3
RPM: python3-module-annotated-types

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.5.0-alt1
Build date: 10 august 2023, 20:27 ( 37.3 weeks ago )
Size: 16.35 Kb

Home page:   https://pypi.org/project/annotated-types

License: MIT
Summary: Reusable constraint types to use with typing.Annotated
Description:

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.

This package provides metadata objects which can be used to represent
common constraints such as upper and lower bounds on scalar values and
collection sizes, a Predicate marker for runtime checks, and
descriptions of how we intend these metadata to be interpreted. In some
cases, we also note alternative representations which do not require
this package.

Current maintainer: Alexandr Shashkin

List of contributors

List of rpms provided by this srpm:

  • python3-module-annotated-types
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin