Metadata-Version: 2.0
Name: pyenbc
Version: 1.2.4
Summary: Simplifies remote access to clusters.
Home-page: http://www.xavierdupre.fr/app/pyenbc/helpsphinx/index.html
Author: Xavier Dupré
Author-email: xavier.dupre@gmail.com
License: MIT
Download-URL: https://github.com/sdpython/pyenbc/
Description-Content-Type: UNKNOWN
Keywords: pyenbc,cluster,Hadoop,PIG,HIVE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: pyquickhelper (>=1.5.2259)
Provides-Extra: remote.azure_connection
Requires-Dist: azure; extra == 'remote.azure_connection'
Provides-Extra: remote.ssh_remote_connection
Requires-Dist: paramiko; extra == 'remote.ssh_remote_connection'
Requires-Dist: ansiconv; extra == 'remote.ssh_remote_connection'
Requires-Dist: ansi2html; extra == 'remote.ssh_remote_connection'
Requires-Dist: chardet; extra == 'remote.ssh_remote_connection'


.. _l-README:

README
======

.. image:: https://travis-ci.org/sdpython/pyenbc.svg?branch=master
    :target: https://travis-ci.org/sdpython/pyenbc
    :alt: Build status

.. image:: https://ci.appveyor.com/api/projects/status/scv9gmggw7qc462i?svg=true
    :target: https://ci.appveyor.com/project/sdpython/pyenbc
    :alt: Build Status Windows

.. image:: https://circleci.com/gh/sdpython/pyenbc/tree/master.svg?style=svg
    :target: https://circleci.com/gh/sdpython/pyenbc/tree/master

.. image:: https://badge.fury.io/py/pyenbc.svg
    :target: http://badge.fury.io/py/pyenbc

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :alt: MIT License
    :target: http://opensource.org/licenses/MIT

.. image:: https://requires.io/github/sdpython/pyenbc/requirements.svg?branch=master
     :target: https://requires.io/github/sdpython/pyenbc/requirements/?branch=master
     :alt: Requirements Status

.. image:: https://codecov.io/github/sdpython/pyenbc/coverage.svg?branch=master
    :target: https://codecov.io/github/sdpython/pyenbc?branch=master

.. image:: http://img.shields.io/github/issues/sdpython/pyenbc.png
    :alt: GitHub Issues
    :target: https://github.com/sdpython/pyenbc/issues

.. image:: https://badge.waffle.io/sdpython/pyenbc.png?label=ready&title=Ready
    :alt: Waffle
    :target: https://waffle.io/sdpython/pyenbc

.. image:: http://www.xavierdupre.fr/app/pyenbc/helpsphinx/_images/nbcov.png
    :target: http://www.xavierdupre.fr/app/pyenbc/helpsphinx/all_notebooks_coverage.html
    :alt: Notebook Coverage

**Links:**

* `GitHub/pyenbc <https://github.com/sdpython/pyenbc/>`_
* `documentation <http://www.xavierdupre.fr/app/pyenbc/helpsphinx/index.html>`_
* `Blog <http://www.xavierdupre.fr/app/pyenbc/helpsphinx/blog/main_0000.html#ap-main-0>`_

Description
-----------

This project contains helpers used at the `ENSAE <http://www.ensae.fr/>`_
for teachings available at
`ENSAE - Programmation - Xavier Dupré <http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx3/index.html>`_.

Functionalities
---------------

* magic commands to access a Cloudera Cluster and run PIG jobs
* magic commands to access Azure Blob Storage and HDInsight
* magic commands to display content of a folder in DataFrame

Dependencies
------------

* `numpy <http://www.numpy.org/>`_
* `pandas <http://pandas.pydata.org/>`_
* `pyensae <https://pypi.python.org/pypi/pyensae/>`_
* `pyquickhelper <https://pypi.python.org/pypi/pyquickhelper/>`_

Class *ASSHClient* requires:

* `paramiko <http://www.paramiko.org/>`_
* `pycrypto <https://pypi.python.org/pypi/pycrypto/>`_
* `ecdsa <https://pypi.python.org/pypi/ecdsa>`_

Class *AzureClient* requires:

* `azure <http://www.xavierdupre.fr/app/azure-sdk-for-python/helpsphinx/index.html>`_

The function *register_magics* defines magic commands
to send commands to a remote commands through a SSH connection:

* ``%remote_open``, ``%remote_close``
* ``%remote_cmd``, ``%remote_up``, ``%remote_down``

The magic commands will be automatically enabled if the module is imported from a notebook.

Contributions
-------------

Started in 2013/08.

* First contributor: `Xavier Dupré <http://www.xavierdupre.fr/>`_.
* Others contributors: ENSAE's students.

=======
History
=======

1.2.???? (2017-??-??)
=====================


