|Build Status| |GitHub Releases| |PyPI version| |Development Status| |Python version| |License| Introduction ============ ``dautil`` stands for Data Analysis Utilities. It includes some of the routines I used for data analysis. There’s a companion repo called ``dautil-sh``, scripts for similar purpose but use bash instead. Installation ============ 1. ``pip install dautilpy`` 2. Optionally add ``bin/`` to your ``PATH``. Consider these some example scripts that uses ``dautilpy``. .. |Build Status| image:: https://travis-ci.org/ickc/dautil-py.svg?branch=master :target: https://travis-ci.org/ickc/dautil-py .. |GitHub Releases| image:: https://img.shields.io/github/tag/ickc/dautil-py.svg?label=github+release :target: https://github.com/ickc/dautil-py/releases .. |PyPI version| image:: https://img.shields.io/pypi/v/dautilpy.svg :target: https://pypi.python.org/pypi/dautilpy/ .. |Development Status| image:: https://img.shields.io/pypi/status/dautilpy.svg :target: https://pypi.python.org/pypi/dautilpy/ .. |Python version| image:: https://img.shields.io/pypi/pyversions/dautilpy.svg :target: https://pypi.python.org/pypi/dautilpy/ .. |License| image:: https://img.shields.io/pypi/l/dautilpy.svg