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
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
Metadata Files
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
- Repositories: 1
- Profile: https://github.com/paramiko
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
Top Committers
| Name | 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... | ||
Committer Domains (Top 20 + Academic)
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
Pull Request Labels
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
- Documentation: https://paramiko.readthedocs.io/
- License: lgpl-2.1
-
Latest release: 4.0.0
published 11 months ago
Rankings
Maintainers (1)
Advisories (5)
- Race Condition in Paramiko
- Paramiko not properly checking authentication before processing other requests
- Paramiko Authentication Bypass vulnerability
- Paramiko Unsafe randomness usage may allow access to sensitive information
- Prefix Truncation Attack against ChaCha20-Poly1305 and Encrypt-then-MAC aka Terrapin
alpine-v3.9: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.8: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.7: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.5: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.0.2-r2
published over 9 years ago
Rankings
Maintainers (1)
alpine-v3.10: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r1
published about 7 years ago
Rankings
Maintainers (1)
alpine-v3.6: py3-paramiko
An SSH2 protocol library for Python 3
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.1.6-r0
published over 7 years ago
Rankings
Maintainers (1)
conda-forge.org: paramiko
- Homepage: http://www.paramiko.org/
- License: LGPL-2.1-or-later
-
Latest release: 2.12.0
published over 3 years ago
Rankings
alpine-v3.3: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.15.2-r0
published over 10 years ago
Rankings
Maintainers (1)
alpine-v3.4: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.16.0-r0
published about 10 years ago
Rankings
Maintainers (1)
alpine-v3.6: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.1.6-r0
published over 7 years ago
Rankings
Maintainers (1)
proxy.golang.org: github.com/paramiko/paramiko
- Documentation: https://pkg.go.dev/github.com/paramiko/paramiko#section-documentation
- License: lgpl-2.1
-
Latest release: v1.18.1
published over 9 years ago
Rankings
alpine-v3.5: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.0.2-r2
published over 9 years ago
Rankings
Maintainers (1)
alpine-v3.10: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r1
published about 7 years ago
Rankings
Maintainers (1)
alpine-v3.6: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.1.6-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.5: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.0.2-r2
published over 9 years ago
Rankings
Maintainers (1)
alpine-v3.5: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.0.2-r2
published over 9 years ago
Rankings
Maintainers (1)
alpine-v3.5: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.0.2-r2
published over 9 years ago
Rankings
Maintainers (1)
alpine-v3.9: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.9: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.9: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.9: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.7: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.7: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.7: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.7: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.4: py-paramiko-doc
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.16.0-r0
published about 10 years ago
Rankings
Maintainers (1)
alpine-v3.4: py-paramiko-demos
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.16.0-r0
published about 10 years ago
Rankings
Maintainers (1)
alpine-v3.8: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.8: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.8: py-paramiko
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.8: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.3: py-paramiko-docs
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.15.2-r0
published over 10 years ago
Rankings
Maintainers (1)
alpine-v3.3: py-paramiko-demos
An SSH2 protocol library for Python
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 1.15.2-r0
published over 10 years ago
Rankings
Maintainers (1)
alpine-v3.6: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.1.6-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.6: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL2+
-
Latest release: 2.1.6-r0
published over 7 years ago
Rankings
Maintainers (1)
alpine-v3.10: py2-paramiko
An SSH2 protocol library for Python 2
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r1
published about 7 years ago
Rankings
Maintainers (1)
alpine-v3.10: py-paramiko-doc
An SSH2 protocol library for Python (documentation)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r1
published about 7 years ago
Rankings
Maintainers (1)
alpine-v3.10: py-paramiko-demos
An SSH2 protocol library for Python (demos)
- Homepage: https://github.com/paramiko/paramiko/
- License: LGPL-2.0-or-later
-
Latest release: 2.4.2-r1
published about 7 years ago
Rankings
Maintainers (1)
anaconda.org: paramiko
A Python implementation of SSHv2
- Homepage: https://www.paramiko.org/
- License: LGPL-2.1-or-later
-
Latest release: 3.5.0
published over 1 year ago
Rankings
pypi.org: paramiko-fork
SSH2 protocol library
- Homepage: https://github.com/paramiko/paramiko/
- Documentation: https://paramiko-fork.readthedocs.io/
- License: LGPL
-
Latest release: 2.7.4
published about 5 years ago
Rankings
Maintainers (1)
pypi.org: sftp-conn
SSH2 protocol library
- Homepage: https://paramiko.org
- Documentation: https://sftp-conn.readthedocs.io/
- License: LGPL
Rankings
Maintainers (1)
Dependencies
- 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
- bcrypt >=3.1.3
- cryptography >=2.5
- pynacl >=1.0.1
- six *