Metadata-Version: 2.0
Name: databench
Version: 0.7b9
Summary: Realtime data analysis tool.
Home-page: https://github.com/svenkreiss/databench
Author: Sven Kreiss
Author-email: me@svenkreiss.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: docutils (>=0.12)
Requires-Dist: future (>=0.15)
Requires-Dist: markdown (>=2.6.5)
Requires-Dist: pyyaml (>=3.11)
Requires-Dist: pyzmq (>=4.3.1)
Requires-Dist: tornado (>=4.3)
Provides-Extra: tests
Requires-Dist: coverage (>=4.1b2); extra == 'tests'
Requires-Dist: ghp-import (>=0.4.1); extra == 'tests'
Requires-Dist: hacking (>=0.11.0); extra == 'tests'
Requires-Dist: html5validator (>=0.2.6); extra == 'tests'
Requires-Dist: localcrawl (>=0.1.2); extra == 'tests'
Requires-Dist: matplotlib (>=1.5.1); extra == 'tests'
Requires-Dist: nose (>=1.3.4); extra == 'tests'
Requires-Dist: requests (>=2.9.1); extra == 'tests'
Requires-Dist: websocket-client (>=0.35.0); extra == 'tests'

.. image:: https://raw.githubusercontent.com/svenkreiss/databench/master/logo/logo-w100.png
    :target: http://databench.trivial.io
    :class: hideinsphinx

Databench
=========

Databench is a Python data analysis tool. Install with:

.. code-block:: bash

    $ pip install databench

+--------------------------------+---------------------------+
|  `Documentation`_              +  `Examples`_              +
|                                +                           +
|  |Python docs image|           +  |Example image|          +
+--------------------------------+---------------------------+

.. _`Documentation`: http://databench.trivial.io
.. _`Examples`: http://databench-examples.trivial.io

.. |Python docs image| image:: https://raw.githubusercontent.com/svenkreiss/databench/master/docs/images/Python-docs.png
    :alt: Documentation.
    :height: 230
    :target: http://databench.trivial.io

.. |Example image| image:: https://raw.githubusercontent.com/svenkreiss/databench/master/docs/images/bagofcharsd3.png
    :alt: Analysis example screenshot.
    :height: 230
    :target: http://databench-examples.trivial.io

Databench is made available under the
`MIT license <https://github.com/svenkreiss/databench/blob/master/LICENSE>`_.

.. image:: https://travis-ci.org/svenkreiss/databench.svg?branch=master
    :target: https://travis-ci.org/svenkreiss/databench
.. image:: https://coveralls.io/repos/svenkreiss/databench/badge.svg
    :target: https://coveralls.io/r/svenkreiss/databench
.. image:: https://badge.fury.io/py/databench.svg
    :target: https://pypi.python.org/pypi/databench/


