--- id: types-paramiko version: "5.0.0.20260724" license: Apache-2.0 license_treatment: permissive maintenance: active --- # types-paramiko — Typing stubs for paramiko License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install types-paramiko uv add types-paramiko poetry add types-paramiko ## Description ## Typing stubs for paramiko This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html) for the [`paramiko`](https://github.com/paramiko/paramiko) package. It can be used by type checkers to check code that uses `paramiko`. This version of `types-paramiko` aims to provide accurate annotations for `paramiko==5.0.*`. This package is part of the [typeshed project](https://github.com/python/typeshed). All fixes for types and metadata should be contributed there. See [the README](https://github.com/python/typeshed/blob/main/README.md) for more details. The source for this package can be found in the [`stubs/paramiko`](https://github.com/python/typeshed/tree/main/stubs/paramiko) directory. This package was tested with the following type checkers: * [mypy](https://github.com/python/mypy/) 2.3.0 * [pyright](https://github.com/microsoft/pyright) 1.1.411 It was generated from typeshed commit [`97e83f65cee88c0c978fa34668d9f59b8c362fce`](https://github.com/python/typeshed/commit/97e83f65cee88c0c978fa34668d9f59b8c362fce). ## AI interpretation — verify before relying Provides type stubs for paramiko, enabling static type checkers like mypy and pyright to validate code using paramiko without requiring the full paramiko package installed. Verdict: A lightweight, actively maintained type stub package suitable for projects that want static type checking support. No known vulnerabilities, permissive license, and minimal dependencies make it a low-risk addition to development tooling. [View on SkillFed](https://skillfed.io/packages/types-paramiko) · [View on PyPI](https://pypi.org/project/types-paramiko/)