Metadata-Version: 2.0
Name: algo-magic
Version: 1.0.0
Summary: Set of IPython magic extensions used in the first year algorithmics course at ISFATES (University of Lorraine).
Home-page: https://github.com/laowantong/algo_magic
Author: Aristide Grange
Author-email: name.surname@univ-lorraine.fr
License: MIT
Keywords: algorithmics tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: ipython
Requires-Dist: yapf

This set of IPython magic extensions is provided to the first year students enrolled in the algorithmics course at ISFATES (University of Lorraine).

Installation
------------

The recommended way to install the algo_magic extension is to use pip:

::

    pip install algo_magic

If this fails, ensure first you have a working Python 3 installation.


Usage
-----

Load the magic extensions:

::

    %load_ext algo_magic


More info
---------

`Source code on GitHub
<https://github.com/laowantong/algo_magic/>`_


