Metadata-Version: 1.1
Name: databench
Version: 0.6.0
Summary: Realtime data analysis tool.
Home-page: https://github.com/svenkreiss/databench
Author: Sven Kreiss
Author-email: me@svenkreiss.com
License: MIT
Description: .. 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
        
        Live demos are at `databench-examples.trivial.io <http://databench-examples.trivial.io>`_
        and a user guide and API documentation at
        `databench.trivial.io <http://databench.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
            :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/
        
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
