Source: typeshed-client
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject, python3-setuptools,
               python3-all,
               python3-typing-extensions,
Standards-Version: 4.7.4
Homepage: https://github.com/JelleZijlstra/typeshed_client
Vcs-Git: https://salsa.debian.org/debian/typeshed-client.git
Vcs-Browser: https://salsa.debian.org/debian/typeshed-client

Package: python3-typeshed-client
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: library for accessing stubs in typeshed
 This project provides a way to retrieve information from
 `typeshed <https://www.github.com/python/typeshed>`_ and from
 `PEP 561 <https://www.python.org/dev/peps/pep-0561/>`_ stub packages.
 .
 Example use cases:
 .
 - Find the path to the stub file for a particular module.
 - Find the names defined in a stub.
 - Find the AST node that defines a particular name in a stub.
 .
 Projects for which ``typeshed_client`` could be useful include:
 .
 - Static analyzers that want to access typeshed annotations.
 - Tools that check stubs for correctness.
 - Tools that use typeshed for runtime introspection.
