Metadata-Version: 1.1
Name: DEnM-Visualizer
Version: 1.1.0
Summary: TriKinetics Environnemental Monitor visualiser
Home-page: https://github.com/samrund/DEnM_Visualizer
Author: Marek Strelec
Author-email: marek.strelec@gmail.com
License: MIT
Description: |Logo|
        
        DEnM-Visualizer
        ===============
        
        |PyPi Status|
        
        Real-time visualization software for the TriKinetics Environmental Monitor (DEnM).
        
        ------------------------------------------
        
        .. contents:: Table of contents
           :backlinks: top
           :local:
        
        Dependencies
        ------------
        
        - `python 2.7 or 3.x <https://www.python.org/downloads/>`_
        - `matplotlib <http://matplotlib.org/users/installing.html>`_
        
        Installation on Mac OS X
        ------------------------
        
        matplotlib
        ~~~~~~~~~~
        
        One convenient way to install *matplotlib* with other useful Python software is to use one of the Python scientific software collections:
        
        - `Anaconda <https://store.continuum.io/cshop/anaconda/>`_ from Continuum Analytics
        - `Canopy <https://enthought.com/products/canopy/>`_ from Enthought
        
        If you are using recent Python 2.7 or Python 3.x from `<http://www.python.org>`_, Macports or Homebrew, then you can use the standard pip installer to install *matplotlib* binaries in the form of wheels.
        
        .. code:: sh
        
           pip install matplotlib
        
        
        DEnM-Visualizer
        ~~~~~~~~~~~~~~~
        
        Similarly, *DEnM-Visualizer* can be easily installed using pip.
        
        .. code:: sh
        
           pip install DEnM-Visualizer
        
        
        Installation on Windows
        -----------------------
        
        matplotlib
        ~~~~~~~~~~
        
        If you don't already have Python installed, we recommend using
        one of the `scipy-stack compatible Python distributions
        <http://www.scipy.org/install.html>`_ such as *Python(x,y)*, *WinPython*,
        *Enthought Canopy*, or *Continuum Anaconda*, which have matplotlib and
        many of its dependencies, plus other useful packages, preinstalled.
        We recommend to use *Python(x,y)* as it contains both *matplotlib* and *wxpython*.
        
        Otherwise, for standard Python installations, you have to install matplotlib manually using pip.
        
        .. code:: sh
        
           pip install matplotlib
        
        In this case, you will also need to install compatible versions of *setuptools*, *numpy*, *python-dateutil*, *pytz*, *pyparsing*, and *cycler* in addition to matplotlib. In case Python 2.7 is not installed for all users (not the default), the Microsoft Visual C++ 2008 redistributable package needs to be installed.
        
        
        DEnM-Visualizer
        ~~~~~~~~~~~~~~~
        
        Finally, *DEnM-Visualizer* can be easily installed using pip.
        
        .. code:: sh
        
           pip install DEnM-Visualizer
        
        Usage
        -----
        
        *DEnM-Visualizer* can be executed directly, or in terminal
        
        .. code:: sh
        
           denmonitor.pyw
        
        Text files generated by *DEnM* can be loaded using the Settings window.
        
        License
        -------
        
        See the `LICENSE <LICENSE.txt>`_ file for license rights and limitations (MIT).
        
        Authors
        -------
        
        - Marek Strelec
        - Samuel Rund
        
        
        .. |Logo| image:: https://raw.githubusercontent.com/samrund/DEnM_Visualizer/master/logo.png
        .. |PyPi Status| image:: https://img.shields.io/pypi/v/tqdm.svg
           :target: https://pypi.python.org/pypi/DEnM-Visualizer
        
Keywords: TriKinetics Monitor visualiser
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
