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


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


Instructions
------------
How to build distributions:

    python setup.py sdist bdist_wheel

How to upload distributions to PyPI:

    twine upload dist/*

How to upload distributions to TestPyPI:

    twine upload -r testpypi dist/*

Install package from PyPI:

    pip install expyrt

Install package from TestPyPI:

    pip install \
        --index-url https://test.pypi.org/simple \
        --extra-index-url https://pypi.org/simple \
        expyrt
