{"id":37064776,"url":"https://github.com/sdpython/pyenbc","last_synced_at":"2026-01-14T07:34:26.522Z","repository":{"id":48792488,"uuid":"112383548","full_name":"sdpython/pyenbc","owner":"sdpython","description":"Remote access to a machine from a notebook","archived":true,"fork":false,"pushed_at":"2023-02-04T12:00:38.000Z","size":210,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T19:51:31.583Z","etag":null,"topics":["notebook","putty","python3","remote"],"latest_commit_sha":null,"homepage":"http://www.xavierdupre.fr/app/pyenbc/helpsphinx/index.html","language":"Jupyter Notebook","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/sdpython.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-28T20:08:15.000Z","updated_at":"2023-07-22T09:04:25.000Z","dependencies_parsed_at":"2023-01-31T17:01:56.772Z","dependency_job_id":null,"html_url":"https://github.com/sdpython/pyenbc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdpython/pyenbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fpyenbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fpyenbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fpyenbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fpyenbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdpython","download_url":"https://codeload.github.com/sdpython/pyenbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Fpyenbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["notebook","putty","python3","remote"],"created_at":"2026-01-14T07:34:25.838Z","updated_at":"2026-01-14T07:34:26.514Z","avatar_url":"https://github.com/sdpython.png","language":"Jupyter Notebook","readme":"\n.. image:: https://travis-ci.com/sdpython/pyenbc.svg?branch=master\n    :target: https://app.travis-ci.com/github/sdpython/pyenbc\n    :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/scv9gmggw7qc462i?svg=true\n    :target: https://ci.appveyor.com/project/sdpython/pyenbc\n    :alt: Build Status Windows\n\n.. image:: https://circleci.com/gh/sdpython/pyenbc/tree/master.svg?style=svg\n    :target: https://circleci.com/gh/sdpython/pyenbc/tree/master\n\n.. image:: https://badge.fury.io/py/pyenbc.svg\n    :target: http://badge.fury.io/py/pyenbc\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :alt: MIT License\n    :target: http://opensource.org/licenses/MIT\n\n.. image:: https://codecov.io/github/sdpython/pyenbc/coverage.svg?branch=master\n    :target: https://codecov.io/github/sdpython/pyenbc?branch=master\n\n.. image:: http://img.shields.io/github/issues/sdpython/pyenbc.png\n    :alt: GitHub Issues\n    :target: https://github.com/sdpython/pyenbc/issues\n\n.. image:: http://www.xavierdupre.fr/app/pyenbc/helpsphinx/_images/nbcov.png\n    :target: http://www.xavierdupre.fr/app/pyenbc/helpsphinx/all_notebooks_coverage.html\n    :alt: Notebook Coverage\n\n.. _l-README:\n\npyenbc: helper to submit jobs from a notebeook\n==============================================\n\nThis project contains helpers used at the `ENSAE \u003chttp://www.ensae.fr/\u003e`_\nfor teachings available at\n`ENSAE - Programmation - Xavier Dupré \u003chttp://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/index.html\u003e`_.\nIt is not used anymore and probably not wworking anymore.\nIt implements a pythonic way to access a remote Linux machine\nwith a python *putty* and also:\n\n* magic commands to access a Cloudera Cluster and run PIG jobs\n* magic commands to access Azure Blob Storage and HDInsight\n* magic commands to display content of a folder in DataFrame\n\nClass *ASSHClient* requires:\n\n* `paramiko \u003chttp://www.paramiko.org/\u003e`_\n* `pycrypto \u003chttps://pypi.python.org/pypi/pycrypto/\u003e`_\n* `ecdsa \u003chttps://pypi.python.org/pypi/ecdsa\u003e`_\n\nClass *AzureClient* requires:\n\n* `azure \u003chttp://www.xavierdupre.fr/app/azure-sdk-for-python/helpsphinx/index.html\u003e`_\n\nThe function *register_magics* defines magic commands\nto send commands to a remote commands through a SSH connection:\n\n* ``%remote_open``, ``%remote_close``\n* ``%remote_cmd``, ``%remote_up``, ``%remote_down``\n\nThe magic commands will be automatically enabled if the module is imported from a notebook.\n\n**Links:**\n\n* `GitHub/pyenbc \u003chttps://github.com/sdpython/pyenbc/\u003e`_\n* `documentation \u003chttp://www.xavierdupre.fr/app/pyenbc/helpsphinx/index.html\u003e`_\n* `Blog \u003chttp://www.xavierdupre.fr/app/pyenbc/helpsphinx/blog/main_0000.html#ap-main-0\u003e`_\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Fpyenbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdpython%2Fpyenbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Fpyenbc/lists"}