Metadata-Version: 2.1
Name: daul
Version: 0.1.0
Summary: Data analysis and other utilities for python.
Home-page: https://github.com/hruskamiro/daul
Author: Miroslav Hruska
Author-email: hruska.miro@gmail.com
License: UNKNOWN
Keywords: data analysis utilities
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7,<3
Description-Content-Type: text/x-rst
Requires-Dist: numpy (<1.17,>=1.16.5)
Requires-Dist: pandas (<0.25,>=0.24.2)
Requires-Dist: fplib (<0.2,>=0.1.1)
Requires-Dist: pathlib (<1.1,>=1.0.1)

****
daul
****

**daul** is a package containing data analysis and other utilities for python. 

Compatibility
*************

Currently, only Python 2.7. 

Documentation
*************

You can find the documentation at `Read the Docs <https://daul.readthedocs.io/en/latest>`_.

Installation
************

Install the latest release using: 

``$ pip install daul``

License
*******

Licensed under MIT license.


