typeshed-client 2.12.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Gianfranco Costamagna <locutusofborg@debian.org> |
| Changed By | Gianfranco Costamagna <locutusofborg@debian.org> |
| Sponsor | locutusofborg@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/debian/typeshed-client.git (browse) |
| Closes | #1143096 |
| Tracker | https://tracker.debian.org/pkg/typeshed-client |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Changed-By | Gianfranco Costamagna |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Thu, 30 Jul 2026 10:56:00 +0000 |
| Source | typeshed-client |
| Version | 2.12.0-1 |
Changelog
typeshed-client (2.12.0-1) unstable; urgency=low . * Initial release. Closes: #1143096
.dsc
| Package-List | python3-typeshed-client deb python optional arch=all |
|---|---|
| Section | python |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: typeshed-client Upstream-Contact: Jelle Zijlstra <jelle.zijlstra@gmail.com> Source: https://github.com/JelleZijlstra/typeshed_client Files: * Copyright: (c) 2017 Jelle Zijlstra License: Expat Files: debian/* Copyright: 2026 Gianfranco Costamagna <locutusofborg@debian.org> License: Expat License: Expat The MIT License (MIT) . Copyright (c) 2017 Jelle Zijlstra . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.