{"id":19046413,"url":"https://github.com/wallix/pylibssh2","last_synced_at":"2025-04-24T00:21:36.742Z","repository":{"id":894218,"uuid":"646399","full_name":"wallix/pylibssh2","owner":"wallix","description":"python bindings for libssh2 library","archived":false,"fork":false,"pushed_at":"2017-04-13T12:54:49.000Z","size":291,"stargazers_count":39,"open_issues_count":14,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-18T08:39:45.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.wallix.org/pylibssh2-project/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wallix.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-04T10:12:04.000Z","updated_at":"2025-01-01T07:38:48.000Z","dependencies_parsed_at":"2022-08-16T11:25:09.421Z","dependency_job_id":null,"html_url":"https://github.com/wallix/pylibssh2","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallix%2Fpylibssh2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallix%2Fpylibssh2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallix%2Fpylibssh2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallix%2Fpylibssh2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallix","download_url":"https://codeload.github.com/wallix/pylibssh2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250536230,"owners_count":21446697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T22:54:41.403Z","updated_at":"2025-04-24T00:21:36.719Z","avatar_url":"https://github.com/wallix.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"=========\npylibssh2\n=========\n\n:libssh2: Python module\n:Copyright: Keyphrene, Wallix\n:License: LGPL\n:Homepage: http://github.com/wallix/pylibssh2\n\npylibssh2 1.0.2\n================\n\n1.0.0 release, may 2010\n1.0.1 release, july 2011\n1.0.2 release, apr 2012\n1.0.3 release, july 2012\n\nWhat\n----\n\npylibssh2 is a python binding for libssh2 library, it was forked and rewrote\nfrom scratch using old org.keyphrene (http://sourceforge.net/projects/orgkeyphrene/)\nbindings.\n\nSofian Brabez wrote this extension at Wallix (http://wallix.com) to provide an easy\nway to manage SSH2 connection through libssh2 library in python.\n\nThis is a C extension module to provide a high level python API. libssh2 API is\nfairy well respected and export into a python API.\n\nPackaging and API is documented with epydoc format. \n\nRequirements\n------------\n\n    - python 2.6+ \u003chttp://www.python.org\u003e\n      (older version before 2.5 aren't supported and not recommended)\n    - libssh2 1.2.1+ \u003chttp://www.libssh2.org\u003e\n      (older version after 0.18 can works too)\n\nLinux Debian/Ubuntu::\n\n    sudo aptitude install python2.6 python2.6-dev libssh2-1 libssh2-1-dev\n\nFreeBSD::\n\n    sudo make -C /usr/ports/lang/python install clean\n    sudo make -C /usr/ports/security/libssh2/ install clean\n\nLicense\n-------\n\nOld parts from Keyphrene.org are licensied against GNU Lesser GPL (LGPL) and all\nnew and rewritten parts from Wallix.com are licensied against LGPL License too.\n\nPortability\n-----------\n\nThis is developed and tested mostly on Linux, though it should support others posix\nsystesm.\n\nBugs \u0026 Support\n---------------\n\nBug tracker is available at\n\n    http://github.com/wallix/pylibssh2/issues\n\nGet the source code\n    \n    git clone http://github.com/wallix/pylibssh2.git\n\nBrowse the source code at\n\n    http://github.com/wallix/pylibssh2.git\n\nDownload tarballs at\n\n    http://pypi.python.org/packages/source/p/pylibssh2/\n    \n\nExample\n-------\n\nThese following examples are located in examples/ directory.\n\n:scp_upload.py:\n    dummy version of scp upload file transfer.\n\n:sftp_listdir.py:\n    this example show how to list remote directories through\n    SFTP protocol.\n\n:ssh_exec.py:\n    this example show how to execute a SSH remote command execution.\n\n:ssh.py:\n    this example demonstrate how implement a partial ssh client to get a remote\n    shell.\n\n:ssh_x11.py:\n    this example demonstrate how implement a X11 forwarding client.\n\nDocumentation\n-------------\n\nAPI documentation can be generated with epydoc \u003chttp://epydoc.sourceforge.net/\u003e \nwith following command line::\n\n    epydoc --no-private -n pylibssh2 -o doc libssh2\n\n    or\n\n    make doc\n\nInstall\n-------\n\nSee the INSTALL file for installation instructions.\n\nDon't hesitate to reports bugs and submit patches, or just mail author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallix%2Fpylibssh2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallix%2Fpylibssh2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallix%2Fpylibssh2/lists"}