{"id":27207927,"url":"https://github.com/michaelbilow/issho","last_synced_at":"2025-04-09T23:58:49.457Z","repository":{"id":60722467,"uuid":"172739175","full_name":"michaelbilow/issho","owner":"michaelbilow","description":"issho allows simple access to commands on a remote machine over ssh from Python","archived":false,"fork":false,"pushed_at":"2020-06-30T17:52:05.000Z","size":86,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T23:58:45.021Z","etag":null,"topics":["conda-forge","keyring","mit-license","paramiko","pypi","python","sftp","ssh"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelbilow.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-26T15:34:39.000Z","updated_at":"2023-02-05T16:20:06.000Z","dependencies_parsed_at":"2022-10-03T21:02:01.009Z","dependency_job_id":null,"html_url":"https://github.com/michaelbilow/issho","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbilow%2Fissho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbilow%2Fissho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbilow%2Fissho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelbilow%2Fissho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelbilow","download_url":"https://codeload.github.com/michaelbilow/issho/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131335,"owners_count":21052819,"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":["conda-forge","keyring","mit-license","paramiko","pypi","python","sftp","ssh"],"created_at":"2025-04-09T23:58:49.370Z","updated_at":"2025-04-09T23:58:49.447Z","avatar_url":"https://github.com/michaelbilow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"======\nissho\n======\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :target: https://raw.githubusercontent.com/michaelbilow/issho/master/LICENSE\n    :alt: License\n\n.. image:: https://img.shields.io/travis/michaelbilow/issho.svg\n    :target: https://travis-ci.org/michaelbilow/issho\n\n.. image:: https://readthedocs.org/projects/issho/badge/?version=latest\n    :target: https://issho.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/issho.svg\n    :target: https://pypi.python.org/pypi/issho\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/issho.svg\n    :target: https://anaconda.org/conda-forge/issho\n    :alt: Conda Version\n\n.. image:: https://img.shields.io/conda/pn/conda-forge/issho.svg\n    :target: https://anaconda.org/conda-forge/issho\n    :alt: Conda Platforms\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/python/black\n    :alt: Code style: black\n\n.. image:: https://pepy.tech/badge/issho\n    :target: https://pepy.tech/project/issho\n    :alt: Downloads\n\n``issho`` and intuitive wrapper over paramiko_ for configuring\nand talking to a remote host. keyring_ is used to\nmanage secrets locally.\n\n``issho`` is designed such that interacting with a\nsingle, heavily used remote machine should\nbe *easy*, and working with more than one remote\nmachine should be *simple*.\n\n\n* Free software: MIT license\n* Documentation: https://issho.readthedocs.io.\n\nInstallation\n------------\n\nInstall with ``pip`` or ``conda``. **IMPORTANT NOTE**: For python 3.5, install via ``pip`` only; several ``issho`` dependencies have not been updated on ``conda-forge``.\n\n::\n\n    pip install issho\n\n\n::\n\n    conda install -c conda-forge issho\n\n\nFeatures\n--------\n\n* Simple access to simple commands\n    - Port forwarding\n    - Executing commands over ssh\n    - Transferring files over sftp\n    - Running a hive query\n    - Running a spark job\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_\nand the `audreyr/cookiecutter-pypackage`_ project template.\n\nThe sftp work and (future)testing framework is adapted from `Jeff Hinrichs`_'s\nexcellent pysftp_ package, and some of the ssh\nframework is inspired by `Colin Wood`_'s sshed_.\n\nShout out to `Spencer Tipping`_, `Neal Fultz`_, and `Factual`_\nfor helping me learn to write my own tools.\n\nThanks to `Michael Vertuli`_ and `Fangshu Lin`_ for helping test.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _paramiko: http://www.paramiko.org/\n.. _sshed: https://github.com/cwood/sshed\n.. _pysftp: https://bitbucket.org/dundeemt/pysftp\n.. _keyring: https://github.com/jaraco/keyring\n.. _Jeff Hinrichs: https://bitbucket.org/dundeemt/\n.. _Colin Wood: https://github.com/cwood\n.. _Spencer Tipping: https://github.com/spencertipping\n.. _Neal Fultz: https://github.com/nfultz\n.. _Michael Vertuli: https://github.com/vertuli\n.. _Factual: https://www.factual.com\n.. _Fangshu Lin: https://github.com/fangshu16\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbilow%2Fissho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelbilow%2Fissho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelbilow%2Fissho/lists"}