expyrt
======
expyrt is data science applied with Python.


Requirements
------------
There are no requirements for the time being.


Instructions
------------
How to remove temporary files:

    make clean

How to build distributions:

    make package

How to upload distributions to PyPI:

    make upload

How to run tests:

    make test


Installation
------------
Install package from PyPI:

    pip install expyrt
