herethere

Latest version on PyPi Supported Python versions CI Status Code coverage Status

An async Python library for interactive code execution on a remote machine via SSH.

herethere is based on the AsyncSSH library.

Code repository

https://github.com/b3b/herethere

Documentation

https://herethere.me/library

Installation

herethere can be installed from the PyPi:

pip install herethere[magic]

The magic extension can be omitted if Jupyter magic commands will not be used.

API