Skip to content

types-paramiko 4.0.0.20250822

Version history | Download JSON

  • PyPI https://pypi.org/project/types-paramiko/
    Repository https://github.com/python/typeshed

  • py.typed
    stubs-only typeshed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 2769
        "Any" : 25
        "Untyped" : 2
    • 99.9% coverage
    • 99.0% coverage (strict)
    • 2796 typable
      • 2769 typed
      • 2 untyped
      • 25 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 76
        "classes" : 2053
        "other" : 207
    • 32 functions (+0 overloads)
      • 44 parameters
    • 153 classes
      • 872 methods (+0 overloads)
        • 1133 parameters
      • 38 properties
    • 43 modules
      • 207 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
paramiko 100.0% 100.0% 4 0
paramiko.agent 100.0% 100.0% 87 0
paramiko.auth_handler 100.0% 100.0% 70 4
paramiko.auth_strategy 100.0% 100.0% 42 0
paramiko.ber 100.0% 93.8% 16 0
paramiko.buffered_pipe 100.0% 100.0% 12 0
paramiko.channel 100.0% 97.2% 217 0
paramiko.client 100.0% 100.0% 136 0
paramiko.common 100.0% 100.0% 118 0
paramiko.compress 100.0% 100.0% 8 0
paramiko.config 100.0% 100.0% 52 0
paramiko.ecdsakey 100.0% 100.0% 68 0
paramiko.ed25519key 100.0% 100.0% 36 0
paramiko.file 100.0% 100.0% 76 0
paramiko.hostkeys 100.0% 100.0% 75 3
paramiko.kex_curve25519 100.0% 100.0% 12 0
paramiko.kex_ecdh_nist 100.0% 100.0% 21 0
paramiko.kex_gex 100.0% 100.0% 27 0
paramiko.kex_group1 100.0% 100.0% 46 0
paramiko.kex_group14 100.0% 100.0% 6 0
paramiko.kex_group16 100.0% 100.0% 4 0
paramiko.kex_gss 100.0% 100.0% 57 0
paramiko.message 100.0% 97.6% 84 0
paramiko.packet 100.0% 98.5% 65 0
paramiko.pipe 100.0% 100.0% 19 0
paramiko.pkey 100.0% 100.0% 117 0
paramiko.primes 100.0% 100.0% 9 0
paramiko.proxy 96.4% 96.4% 28 0
paramiko.rsakey 100.0% 100.0% 62 0
paramiko.server 100.0% 100.0% 180 0
paramiko.sftp 100.0% 100.0% 48 0
paramiko.sftp_attr 100.0% 100.0% 38 0
paramiko.sftp_client 100.0% 100.0% 185 0
paramiko.sftp_file 100.0% 100.0% 86 0
paramiko.sftp_handle 100.0% 100.0% 24 0
paramiko.sftp_server 100.0% 91.7% 48 0
paramiko.sftp_si 100.0% 94.9% 78 0
paramiko.ssh_exception 98.1% 98.1% 52 0
paramiko.ssh_gss 100.0% 100.0% 5 0
paramiko.transport 100.0% 99.0% 399 2
paramiko.util 100.0% 100.0% 59 0
paramiko.win_openssh 100.0% 100.0% 8 0
paramiko.win_pageant 100.0% 75.0% 12 0

Incomplete Annotations

paramiko.ber (0 missing, 1 any)

Symbol Typable Typed Any
meth BER.encode 2 2 1

paramiko.channel (0 missing, 6 any)

Symbol Typable Typed Any
meth Channel.makefile 2 2 1
meth Channel.makefile_stderr 2 2 1
meth Channel.makefile_stdin 2 2 1
meth Channel.makefile 2 2 1
meth Channel.makefile_stderr 2 2 1
meth Channel.makefile_stdin 2 2 1

paramiko.message (0 missing, 2 any)

Symbol Typable Typed Any
meth Message.add 2 2 1
meth Message.add 2 2 1

paramiko.packet (0 missing, 1 any)

Symbol Typable Typed Any
func paramiko.packet.first_arg 2 2 1

paramiko.proxy (1 missing, 0 any)

Symbol Typable Typed Any
attr paramiko.proxy.subprocess 1 0 0

paramiko.sftp_server (0 missing, 4 any)

Symbol Typable Typed Any
meth SFTPServer.init 7 7 2
meth SFTPServer.init 7 7 2

paramiko.sftp_si (0 missing, 4 any)

Symbol Typable Typed Any
meth SFTPServerInterface.init 4 4 2
meth SFTPServerInterface.init 4 4 2

paramiko.ssh_exception (1 missing, 0 any)

Symbol Typable Typed Any
attr paramiko.config.invoke 1 0 0

paramiko.transport (0 missing, 4 any)

Symbol Typable Typed Any
meth Transport.set_subsystem_handler 5 5 2
meth Transport.set_subsystem_handler 5 5 2

paramiko.win_pageant (0 missing, 3 any)

Symbol Typable Typed Any
attr COPYDATASTRUCT.num_data 1 1 1
attr COPYDATASTRUCT.data_size 1 1 1
attr COPYDATASTRUCT.data_loc 1 1 1

Type-Ignore Comments

Flavor Count
type: ignore[override] 9