Metadata-Version: 2.1
Name: datalearn19intro
Version: 0.0.3
Summary: Helper code for DataLearn 2019 ML Intro Workshop.
Home-page: https://github.com/DataHackIL/DataLearn-ML-Intro-2019
Author: Shay Palachy
Author-email: shay.palachy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
Requires-Dist: numpy
Requires-Dist: pandas

datalearn19intro
################
|PyPI-Status| |PyPI-Versions| |LICENCE|

Helper code for DataLearn 2019 ML Intro Workshop.

.. code-block:: python

   from datalearn19intro import get_accounts
   accounts = get_accounts()

.. contents::

.. section-numbering::

Installation
============

Install ``datalearn19intro`` with:

.. code-block:: bash

  pip install datalearn19intro


Credits
=======
Created by Shay Palachy  (shay.palachy@gmail.com).

.. alternative:
.. https://badge.fury.io/py/yellowbrick.svg

.. |PyPI-Status| image:: https://img.shields.io/pypi/v/datalearn19intro.svg
  :target: https://pypi.org/project/datalearn19intro

.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/datalearn19intro.svg
   :target: https://pypi.org/project/datalearn19intro

.. |LICENCE| image:: https://img.shields.io/badge/License-MIT-yellow.svg
  :target: https://pypi.python.org/pypi/datalearn19intro


