Metadata-Version: 2.1
Name: herethere
Version: 0.1.0
Summary: herethere
Home-page: https://github.com/b3b/ipython-herethere
Author: b3b
Author-email: ash.b3b@gmail.com
License: MIT
Keywords: SSH magic ipython jupyter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Requires-Dist: asyncssh
Requires-Dist: click
Requires-Dist: python-dotenv
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: docutils ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-asyncio ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Provides-Extra: magic
Requires-Dist: ipython ; extra == 'magic'
Requires-Dist: ipywidgets ; extra == 'magic'
Requires-Dist: nest-asyncio ; extra == 'magic'

herethere
=========

.. start-badges
.. image:: https://img.shields.io/pypi/v/herethere.svg
    :target: https://pypi.python.org/pypi/herethere
    :alt: Latest version on PyPi
.. image:: https://img.shields.io/pypi/pyversions/herethere.svg
    :target: https://pypi.python.org/pypi/herethere
    :alt: Supported Python versions
.. image:: https://github.com/b3b/herethere/workflows/ci/badge.svg?branch=master
     :target: https://github.com/b3b/herethere/actions?workflow=CI
     :alt: CI Status
.. image:: https://codecov.io/github/b3b/herethere/coverage.svg?branch=master
    :target: https://codecov.io/github/b3b/herethere?branch=master
    :alt: Code coverage Status
.. end-badges

Library for interactive code execution on a remote machine via SSH.


