Source: typeshed
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Antonio Terceiro <terceiro@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 git,
 python3,
 python3-build,
 python3-packaging,
 python3-pip,
 python3-requests,
 python3-setuptools,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/python-team/packages/typeshed.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/typeshed
Homepage: https://github.com/python/typeshed

Package: python3-typeshed
Architecture: all
Depends:
 python3:any,
 ${misc:Depends},
Provides:
 ${typeshed:Provides},
Breaks:
 python3-types-toml,
 python3-types-typed-ast,
Replaces:
 python3-types-toml,
 python3-types-typed-ast,
Multi-Arch: foreign
Description: collection of library stubs for Python, with static types
 Typeshed contains external type annotations for the Python standard library
 and Python builtins, as well as third party packages as contributed by people
 external to those projects.
 .
 This data can e.g. be used for static analysis, type checking or type
 inference.
