skillfed

types-paramiko

Typing stubs for paramiko

types-paramiko Permissive license Apache-2.0 Active 37 v5.0.0.20260724 released

Install

types-paramiko on PyPI

pip

pip install types-paramiko

uv

uv add types-paramiko

poetry

poetry add types-paramiko

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — cryptography
Maintenance actively maintained — 20 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: types_paramiko-5.0.0.20260724-py3-none-any.whl

Programming Language :: Python :: 3Typing :: Stubs Only

About types-paramiko

from the package's own PyPI description — quoted content, verbatim

Typing stubs for paramiko

This is a type stub package for the 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. All fixes for types and metadata should be contributed there. See the README for more details. The source for this package can be found in the stubs/paramiko directory.

This package was tested with the following type checkers: * mypy 2.3.0 * pyright 1.1.411

It was generated from typeshed commit 97e83f65cee88c0c978fa34668d9f59b8c362fce.

Read as markdown · JSON record · Source repository · Homepage

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

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.

Low friction: pure Python wheel with a single runtime dependency on cryptography. Actively maintained as part of typeshed with a release 20 days old.

Apache-2.0 permissive license allows free use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Usage

pip install types-paramiko

# Type checkers will now understand imports and provide type information for paramiko code

Requires Python 3.10 or later; intended for use with type checkers (mypy 2.3.0+, pyright 1.1.411+), not runtime execution.

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.

Needs verification

  • Whether types-paramiko stubs cover all paramiko 5.0.* APIs or have known gaps in type coverage
  • Compatibility with paramiko versions outside the 5.0.* range that this stub version targets
paramiko type stubstype hints for ssh librarypython type checking stubsstatic type annotations sshmypy type stubstype checker support paramiko

Similar packages