paramiko


Nameparamiko JSON
Version 3.4.0 PyPI version JSON
download
home_pagehttps://paramiko.org
SummarySSH2 protocol library
upload_time2023-12-18 19:35:32
maintainer
docs_urlNone
authorJeff Forcier
requires_python>=3.6
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            |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 [#]_ (3.6+) implementation of the SSHv2 protocol
[#]_, providing both client and server functionality. It provides the
foundation for the high-level SSH library `Fabric <https://fabfile.org>`_,
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 <https://paramiko.org>`_; for API details, see `the
versioned docs <https://docs.paramiko.org>`_. Additionally, the project
maintainer keeps a `roadmap <http://bitprophet.org/projects#roadmap>`_ on his
personal site.

.. [#]
    Paramiko relies on `cryptography <https://cryptography.io>`_ for crypto
    functionality, which makes use of C and Rust extensions but has many
    precompiled options available. See `our installation page
    <https://www.paramiko.org/installing.html>`_ 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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://paramiko.org",
    "name": "paramiko",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jeff Forcier",
    "author_email": "jeff@bitprophet.org",
    "download_url": "https://files.pythonhosted.org/packages/cc/af/11996c4df4f9caff87997ad2d3fd8825078c277d6a928446d2b6cf249889/paramiko-3.4.0.tar.gz",
    "platform": "Posix; MacOS X; Windows",
    "description": "|version| |python| |license| |ci| |coverage|\n\n.. |version| image:: https://img.shields.io/pypi/v/paramiko\n    :target: https://pypi.org/project/paramiko/\n    :alt: PyPI - Package Version\n.. |python| image:: https://img.shields.io/pypi/pyversions/paramiko\n    :target: https://pypi.org/project/paramiko/\n    :alt: PyPI - Python Version\n.. |license| image:: https://img.shields.io/pypi/l/paramiko\n    :target: https://github.com/paramiko/paramiko/blob/main/LICENSE\n    :alt: PyPI - License\n.. |ci| image:: https://img.shields.io/circleci/build/github/paramiko/paramiko/main\n    :target: https://app.circleci.com/pipelines/github/paramiko/paramiko\n    :alt: CircleCI\n.. |coverage| image:: https://img.shields.io/codecov/c/gh/paramiko/paramiko\n    :target: https://app.codecov.io/gh/paramiko/paramiko\n    :alt: Codecov\n\nWelcome to Paramiko!\n====================\n\nParamiko is a pure-Python [#]_ (3.6+) implementation of the SSHv2 protocol\n[#]_, providing both client and server functionality. It provides the\nfoundation for the high-level SSH library `Fabric <https://fabfile.org>`_,\nwhich is what we recommend you use for common client use-cases such as running\nremote shell commands or transferring files.\n\nDirect use of Paramiko itself is only intended for users who need\nadvanced/low-level primitives or want to run an in-Python sshd.\n\nFor installation information, changelogs, FAQs and similar, please visit `our\nmain project website <https://paramiko.org>`_; for API details, see `the\nversioned docs <https://docs.paramiko.org>`_. Additionally, the project\nmaintainer keeps a `roadmap <http://bitprophet.org/projects#roadmap>`_ on his\npersonal site.\n\n.. [#]\n    Paramiko relies on `cryptography <https://cryptography.io>`_ for crypto\n    functionality, which makes use of C and Rust extensions but has many\n    precompiled options available. See `our installation page\n    <https://www.paramiko.org/installing.html>`_ for details.\n\n.. [#]\n    OpenSSH's RFC specification page is a fantastic resource and collection of\n    links that we won't bother replicating here:\n    https://www.openssh.com/specs.html\n\n    OpenSSH itself also happens to be our primary reference implementation:\n    when in doubt, we consult how they do things, unless there are good reasons\n    not to. There are always some gaps, but we do our best to reconcile them\n    when possible.\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "SSH2 protocol library",
    "version": "3.4.0",
    "project_urls": {
        "CI": "https://app.circleci.com/pipelines/github/paramiko/paramiko",
        "Changelog": "https://www.paramiko.org/changelog.html",
        "Docs": "https://docs.paramiko.org",
        "Homepage": "https://paramiko.org",
        "Issues": "https://github.com/paramiko/paramiko/issues",
        "Source": "https://github.com/paramiko/paramiko"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad508792484502c8141c20c996b802fefa8435a9c018a2bb440a06b172782118",
                "md5": "7e855af4fbc012c7a7657ebfd30b24c4",
                "sha256": "43f0b51115a896f9c00f59618023484cb3a14b98bbceab43394a39c6739b7ee7"
            },
            "downloads": -1,
            "filename": "paramiko-3.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e855af4fbc012c7a7657ebfd30b24c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 225900,
            "upload_time": "2023-12-18T19:35:30",
            "upload_time_iso_8601": "2023-12-18T19:35:30.260528Z",
            "url": "https://files.pythonhosted.org/packages/ad/50/8792484502c8141c20c996b802fefa8435a9c018a2bb440a06b172782118/paramiko-3.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccaf11996c4df4f9caff87997ad2d3fd8825078c277d6a928446d2b6cf249889",
                "md5": "be485ba66b576d8bc7e1c0ad96e87108",
                "sha256": "aac08f26a31dc4dffd92821527d1682d99d52f9ef6851968114a8728f3c274d3"
            },
            "downloads": -1,
            "filename": "paramiko-3.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be485ba66b576d8bc7e1c0ad96e87108",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1277306,
            "upload_time": "2023-12-18T19:35:32",
            "upload_time_iso_8601": "2023-12-18T19:35:32.872834Z",
            "url": "https://files.pythonhosted.org/packages/cc/af/11996c4df4f9caff87997ad2d3fd8825078c277d6a928446d2b6cf249889/paramiko-3.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 19:35:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "paramiko",
    "github_project": "paramiko",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "circle": true,
    "lcname": "paramiko"
}
        
Elapsed time: 0.15986s