Source: python-annotated-types
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/annotated-types/annotated-types/tags
Vcs-Browser: https://github.com/alvistack/annotated-types-annotated-types
Vcs-Git: https://github.com/alvistack/annotated-types-annotated-types.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-annotated-types
Architecture: all
Description: Reusable constraint types to use with typing.Annotated
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
