{"id":37880621,"url":"https://github.com/xavierhardy/harbinger","last_synced_at":"2026-01-16T16:48:16.991Z","repository":{"id":42651811,"uuid":"142207232","full_name":"xavierhardy/harbinger","owner":"xavierhardy","description":"Abstract transport to connect to remote servers with performance in mind","archived":false,"fork":false,"pushed_at":"2023-12-19T20:53:45.000Z","size":109,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-20T00:10:30.817Z","etag":null,"topics":["libssh2","network","paramiko","performance","shell","ssh","ssh-client","transport"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xavierhardy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-24T20:03:41.000Z","updated_at":"2024-03-20T00:10:30.818Z","dependencies_parsed_at":"2022-09-08T17:00:28.761Z","dependency_job_id":null,"html_url":"https://github.com/xavierhardy/harbinger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xavierhardy/harbinger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierhardy%2Fharbinger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierhardy%2Fharbinger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierhardy%2Fharbinger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierhardy%2Fharbinger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavierhardy","download_url":"https://codeload.github.com/xavierhardy/harbinger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierhardy%2Fharbinger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["libssh2","network","paramiko","performance","shell","ssh","ssh-client","transport"],"created_at":"2026-01-16T16:48:16.912Z","updated_at":"2026-01-16T16:48:16.971Z","avatar_url":"https://github.com/xavierhardy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Harbinger\n=========\n\nAbstract transport to connect to remote servers with performance in mind\n\n.. image:: docs/source/images/logo_256.png\n\nInstallation\n------------\n\n.. code:: sh\n\n   sudo apt-get install make\n   python setup.py install\n\nExamples\n--------\n\nInstall the dependencies.\n\n.. code:: sh\n\n   pip install .[ssh2,paramiko]\n\nRun one of the examples in the ``examples`` folder.\n\n.. code:: sh\n\n   env PYTHONPATH=$PYTHONPATH:$(pwd) examples/telnet_ls_shell.py\n\n.. code::\n\n   Configuring Telnet connection\n   Hostname: localhost\n   Port: 23\n   Username: user\n   Password:\n   Creating Telnet connection object\n   Connecting\n   Sending 'ls'\n   Receiving output\n   bin   dev  home  lib64  mnt  proc  run   srv  tmp  var\n   boot  etc  lib   media  opt  root  sbin  sys  usr\n   Disconnecting\n   Done\n\n\nTests\n-----\n\nInstall tests requirements.\n\n.. code:: sh\n\n   sudo apt-get install make\n   pip install -r requirements/dev.txt\n\nRun Nose and Flake 8.\n\n.. code:: sh\n\n   nosetests\n   flake8 *.py harbinger docs\n\nIf you are running Python 3.6+, install and execute Black.\n\n.. code:: sh\n\n   pip install black\n\n.. code:: sh\n\n   black --exclude harbinger/execeptions.py --diff --check -l 79 *.py harbinger docs\n\nDocumentation\n-------------\n\nThe documentation is available on ReadTheDocs: https://harbinger.readthedocs.io/en/latest/\n\nBuilding the documentation\n--------------------------\n\nInstall Sphinx requirements.\n\n.. code:: sh\n\n   sudo apt-get install make\n   pip install sphinx\n\nRun Sphinx.\n\n.. code:: sh\n\n   make -C docs html\n\nThe resulting HTML pages are available in `docs/build/html`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierhardy%2Fharbinger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavierhardy%2Fharbinger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierhardy%2Fharbinger/lists"}