paramiko

The leading native Python SSHv2 protocol library.

https://github.com/paramiko/paramiko

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    6 of 190 committers (3.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords from Contributors

requests python-requests humans forhumans cookies templates unit-testing closember apps views
Last synced: 10 months ago · JSON representation

Repository

The leading native Python SSHv2 protocol library.

Basic Info
  • Host: GitHub
  • Owner: paramiko
  • License: lgpl-2.1
  • Language: Python
  • Default Branch: main
  • Homepage: http://paramiko.org
  • Size: 7.98 MB
Statistics
  • Stars: 9,460
  • Watchers: 317
  • Forks: 2,021
  • Open Issues: 1,133
  • Releases: 0
Created over 17 years ago · Last pushed 11 months ago
Metadata Files
Readme Funding License Security

README.rst

|version| |python| |license| |ci| |coverage|

.. |version| image:: https://img.shields.io/pypi/v/paramiko
    :target: https://pypi.org/project/paramiko/
    :alt: PyPI - Package Version
.. |python| image:: https://img.shields.io/pypi/pyversions/paramiko
    :target: https://pypi.org/project/paramiko/
    :alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/pypi/l/paramiko
    :target: https://github.com/paramiko/paramiko/blob/main/LICENSE
    :alt: PyPI - License
.. |ci| image:: https://img.shields.io/circleci/build/github/paramiko/paramiko/main
    :target: https://app.circleci.com/pipelines/github/paramiko/paramiko
    :alt: CircleCI
.. |coverage| image:: https://img.shields.io/codecov/c/gh/paramiko/paramiko
    :target: https://app.codecov.io/gh/paramiko/paramiko
    :alt: Codecov

Welcome to Paramiko!
====================

Paramiko is a pure-Python [#]_ implementation of the SSHv2 protocol [#]_,
providing both client and server functionality. It provides the foundation for
the high-level SSH library `Fabric `_, which is what we
recommend you use for common client use-cases such as running remote shell
commands or transferring files.

Direct use of Paramiko itself is only intended for users who need
advanced/low-level primitives or want to run an in-Python sshd.

For installation information, changelogs, FAQs and similar, please visit `our
main project website `_; for API details, see `the
versioned docs `_. Additionally, the project
maintainer keeps a `roadmap `_ on his
personal site.

.. [#]
    Paramiko relies on `cryptography `_ for crypto
    functionality, which makes use of C and Rust extensions but has many
    precompiled options available. See `our installation page
    `_ for details.

.. [#]
    OpenSSH's RFC specification page is a fantastic resource and collection of
    links that we won't bother replicating here:
    https://www.openssh.com/specs.html

    OpenSSH itself also happens to be our primary reference implementation:
    when in doubt, we consult how they do things, unless there are good reasons
    not to. There are always some gaps, but we do our best to reconcile them
    when possible.

Owner

  • Name: paramiko
  • Login: paramiko
  • Kind: organization

GitHub Events

Total
  • Issues event: 64
  • Watch event: 393
  • Delete event: 1
  • Issue comment event: 172
  • Push event: 14
  • Pull request event: 23
  • Pull request review event: 3
  • Fork event: 43
  • Create event: 6
Last Year
  • Issues event: 64
  • Watch event: 393
  • Delete event: 1
  • Issue comment event: 172
  • Push event: 14
  • Pull request event: 23
  • Pull request review event: 3
  • Fork event: 43
  • Create event: 6

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 2,884
  • Total Committers: 190
  • Avg Commits per committer: 15.179
  • Development Distribution Score (DDS): 0.431
Past Year
  • Commits: 18
  • Committers: 5
  • Avg Commits per committer: 3.6
  • Development Distribution Score (DDS): 0.278
Top Committers
Name Email Commits
Jeff Forcier j****f@b****g 1,642
Robey Pointer r****y@l****t 457
Alex Gaynor a****r@g****m 97
Olle Lundberg g****k@n****h 67
Scott Maxwell s****t@c****m 59
Robey Pointer r****y@t****m 42
Pierce Lopez p****z@g****m 33
Robey Pointer r****y@m****l 27
Jason R. Coombs j****o@j****m 25
Anselm Kruis a****s@s****e 19
Dorian Pula d****a@a****a 16
Michael Williamson m****e@z****g 14
Chris Rose o****e@o****t 11
Robey Pointer r****y@r****t 11
Brian Skinn b****n@g****m 10
Martin Packman g****t@g****m 10
Sebastian Deiss s****s@s****e 9
Jared Hobbs j****d@p****m 9
Paul Howarth p****l@c****g 8
Alex Chavkin a****n@g****m 7
Tomer Filiba t****a@g****m 6
Ethan Glasser-Camp e****n@b****m 5
Kalle Møller g****t@k****k 5
Tim Savage t****e@w****u 5
edgsousa m****r 5
Jason Brand j****2 5
Marius Gedminas m****s@g****s 5
Mike Gabriel m****l@d****e 5
Paul Kapp p****h@g****m 5
Yaroslav Halchenko d****n@o****m 5
and 160 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 395
  • Total pull requests: 251
  • Average time to close issues: over 1 year
  • Average time to close pull requests: almost 3 years
  • Total issue authors: 365
  • Total pull request authors: 207
  • Average comments per issue: 4.51
  • Average comments per pull request: 3.31
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 66
  • Pull requests: 38
  • Average time to close issues: 4 days
  • Average time to close pull requests: 12 days
  • Issue authors: 62
  • Pull request authors: 25
  • Average comments per issue: 0.8
  • Average comments per pull request: 1.18
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bitprophet (5)
  • mxmlnkn (4)
  • chrisinmtown (3)
  • Frowwny (3)
  • kloczek (3)
  • rustyscottweber (3)
  • kmoza (2)
  • Dynatrace-James-Kitson (2)
  • zhenzi0322 (2)
  • michaelochs (2)
  • hyler (2)
  • gzm55 (2)
  • mgorny (2)
  • lunarmaniac (2)
  • nikaiw (2)
Pull Request Authors
  • uchihaMadara-7 (8)
  • atombrella (5)
  • alex (5)
  • ploxiln (5)
  • pghmcfc (4)
  • SamuelMarks (4)
  • MrMino (4)
  • sunweaver (4)
  • anarcat (3)
  • bskinn (3)
  • mxmlnkn (3)
  • intgr (3)
  • marston19 (2)
  • ktdreyer (2)
  • J08nY (2)
Top Labels
Issue Labels
Bug (118) Support (109) Feature (53) Keys (35) Needs investigation (33) Needs patch (28) SFTP (24) Nonstandard platforms (10) Feature request eval needed (9) Needs policy decision (7) Exception handling (6) known_hosts (5) High priority (5) ssh_config (5) Hangs (4) Security (4) Ready for review (3) Server (3) Performance (3) Needs changelog/docs (3) Low-hanging fruit (2) Needs tests (2) Stream behavior (1) Critical (1)
Pull Request Labels
Feature (55) Ready for review (40) Needs changelog/docs (34) Keys (32) Bug (28) Needs tests (21) Needs investigation (15) Exception handling (11) Low-hanging fruit (11) Feature request eval needed (9) known_hosts (8) SFTP (8) ssh_config (4) Reviewed (4) Needs policy decision (4) High priority (3) Nonstandard platforms (2) Support (1) Server (1) Needs patch (1) Performance (1) Critical (1) Hangs (1)

Packages

  • Total packages: 42
  • Total downloads:
    • pypi 102,374,266 last-month
  • Total docker downloads: 7,387,261,216
  • Total dependent packages: 1,049
    (may contain duplicates)
  • Total dependent repositories: 30,919
    (may contain duplicates)
  • Total versions: 279
  • Total maintainers: 4
  • Total advisories: 5
pypi.org: paramiko

SSH2 protocol library

  • Versions: 150
  • Dependent Packages: 938
  • Dependent Repositories: 30,613
  • Downloads: 102,374,215 Last month
  • Docker Downloads: 7,387,261,216
Rankings
Docker downloads count: 0.0%
Downloads: 0.0%
Dependent packages count: 0.0%
Dependent repos count: 0.0%
Average: 0.2%
Forks count: 0.6%
Stargazers count: 0.6%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.9: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 7
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 1.4%
Dependent packages count: 3.4%
Last synced: 10 months ago
alpine-v3.8: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 6
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 1.9%
Dependent packages count: 5.4%
Last synced: 10 months ago
alpine-v3.7: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.2%
Average: 1.9%
Dependent packages count: 5.6%
Last synced: 10 months ago
alpine-v3.5: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.3%
Stargazers count: 0.5%
Average: 1.9%
Dependent packages count: 7.0%
Last synced: 10 months ago
alpine-v3.10: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 8
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 1.0%
Stargazers count: 1.4%
Average: 2.1%
Dependent packages count: 6.1%
Last synced: 10 months ago
alpine-v3.6: py3-paramiko

An SSH2 protocol library for Python 3

  • Versions: 1
  • Dependent Packages: 4
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.2%
Stargazers count: 0.5%
Average: 2.2%
Dependent packages count: 8.3%
Last synced: 10 months ago
conda-forge.org: paramiko
  • Versions: 25
  • Dependent Packages: 62
  • Dependent Repositories: 152
Rankings
Dependent packages count: 1.2%
Average: 2.6%
Forks count: 2.8%
Dependent repos count: 2.8%
Stargazers count: 3.3%
Last synced: 10 months ago
alpine-v3.3: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 3.1%
Dependent packages count: 12.2%
Last synced: 10 months ago
alpine-v3.4: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 3.3%
Dependent packages count: 12.7%
Last synced: 10 months ago
alpine-v3.6: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.2%
Stargazers count: 0.5%
Average: 3.4%
Dependent packages count: 13.0%
Last synced: 10 months ago
proxy.golang.org: github.com/paramiko/paramiko
  • Versions: 55
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Forks count: 0.5%
Stargazers count: 0.7%
Average: 3.6%
Dependent repos count: 4.8%
Dependent packages count: 8.5%
Last synced: 10 months ago
alpine-v3.5: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.3%
Stargazers count: 0.5%
Average: 4.1%
Dependent packages count: 15.5%
Last synced: 10 months ago
alpine-v3.10: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 1.0%
Stargazers count: 1.4%
Average: 4.4%
Dependent packages count: 15.0%
Last synced: 10 months ago
alpine-v3.6: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.2%
Stargazers count: 0.5%
Average: 4.8%
Dependent packages count: 18.3%
Last synced: 10 months ago
alpine-v3.5: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.3%
Stargazers count: 0.5%
Average: 6.2%
Dependent packages count: 24.1%
Last synced: 10 months ago
alpine-v3.5: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.3%
Stargazers count: 0.5%
Average: 6.2%
Dependent packages count: 24.1%
Last synced: 10 months ago
alpine-v3.5: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.3%
Stargazers count: 0.5%
Average: 6.2%
Dependent packages count: 24.1%
Last synced: 10 months ago
alpine-v3.9: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.4%
Dependent packages count: 23.2%
Last synced: 10 months ago
alpine-v3.9: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.4%
Dependent packages count: 23.2%
Last synced: 10 months ago
alpine-v3.9: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.4%
Dependent packages count: 23.2%
Last synced: 10 months ago
alpine-v3.9: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.4%
Dependent packages count: 23.2%
Last synced: 10 months ago
alpine-v3.7: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.2%
Average: 6.4%
Dependent packages count: 23.4%
Last synced: 10 months ago
alpine-v3.7: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.2%
Average: 6.4%
Dependent packages count: 23.4%
Last synced: 10 months ago
alpine-v3.7: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.2%
Average: 6.4%
Dependent packages count: 23.4%
Last synced: 10 months ago
alpine-v3.7: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.2%
Average: 6.4%
Dependent packages count: 23.4%
Last synced: 10 months ago
alpine-v3.4: py-paramiko-doc

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 6.7%
Dependent packages count: 26.3%
Last synced: 10 months ago
alpine-v3.4: py-paramiko-demos

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 6.7%
Dependent packages count: 26.3%
Last synced: 10 months ago
alpine-v3.8: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.9%
Dependent packages count: 25.2%
Last synced: 10 months ago
alpine-v3.8: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.9%
Dependent packages count: 25.2%
Last synced: 10 months ago
alpine-v3.8: py-paramiko

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.9%
Dependent packages count: 25.2%
Last synced: 10 months ago
alpine-v3.8: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.9%
Stargazers count: 1.3%
Average: 6.9%
Dependent packages count: 25.2%
Last synced: 10 months ago
alpine-v3.3: py-paramiko-docs

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 6.9%
Dependent packages count: 27.3%
Last synced: 10 months ago
alpine-v3.3: py-paramiko-demos

An SSH2 protocol library for Python

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.1%
Stargazers count: 0.3%
Average: 6.9%
Dependent packages count: 27.3%
Last synced: 10 months ago
alpine-v3.6: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.2%
Stargazers count: 0.5%
Average: 6.9%
Dependent packages count: 27.1%
Last synced: 10 months ago
alpine-v3.6: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 0.2%
Stargazers count: 0.5%
Average: 6.9%
Dependent packages count: 27.1%
Last synced: 10 months ago
alpine-v3.10: py2-paramiko

An SSH2 protocol library for Python 2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 1.0%
Stargazers count: 1.4%
Average: 8.0%
Dependent packages count: 29.6%
Last synced: 10 months ago
alpine-v3.10: py-paramiko-doc

An SSH2 protocol library for Python (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 1.0%
Stargazers count: 1.4%
Average: 8.0%
Dependent packages count: 29.6%
Last synced: 10 months ago
alpine-v3.10: py-paramiko-demos

An SSH2 protocol library for Python (demos)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 1.0%
Stargazers count: 1.4%
Average: 8.0%
Dependent packages count: 29.6%
Last synced: 10 months ago
anaconda.org: paramiko

A Python implementation of SSHv2

  • Versions: 10
  • Dependent Packages: 5
  • Dependent Repositories: 152
Rankings
Dependent packages count: 5.1%
Forks count: 7.5%
Stargazers count: 9.1%
Average: 9.4%
Dependent repos count: 16.1%
Last synced: 10 months ago
pypi.org: paramiko-fork

SSH2 protocol library

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 51 Last month
Rankings
Stargazers count: 0.3%
Forks count: 0.3%
Dependent packages count: 3.3%
Average: 10.7%
Dependent repos count: 22.2%
Downloads: 27.3%
Maintainers (1)
Last synced: 11 months ago
pypi.org: sftp-conn

SSH2 protocol library

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 10.3%
Average: 34.2%
Dependent repos count: 58.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

dev-requirements.txt pypi
  • alabaster ==0.7.12
  • black ==18.6b4
  • codecov ==2.1.11
  • coverage ==4.5.4
  • flake8 ==3.8.3
  • invocations ==2.6.0
  • invoke ==1.6.0
  • mock ==2.0.0
  • pytest ==4.4.2
  • pytest-relaxed ==1.1.5
  • pytest-xdist ==1.28.0
  • releases >=1.5,<2.0
  • semantic_version >=2.4,<2.5
  • sphinx >=1.4,<1.7
setup.py pypi
  • bcrypt >=3.1.3
  • cryptography >=2.5
  • pynacl >=1.0.1
  • six *