Metadata-Version: 2.1
Name: visbrain
Version: 0.4.3
Summary: Hardware-accelerated visualization suite for brain-data in Python
Home-page: http://visbrain.org/
Author: Visbrain developpers
Author-email: e.combrisson@gmail.com
Maintainer: Etienne Combrisson
License: New BSD License

Copyright (c) 2007–2017 The Visbrain developers.
All rights reserved.


Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  a. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
  b. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  c. Neither the name of the Visbrain Developers  nor the names of
     its contributors may be used to endorse or promote products
     derived from this software without specific prior written
     permission. 


THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
Download-URL: https://github.com/EtienneCmb/visbrain/archive/v0.4.3.tar.gz
Description: .. -*- mode: rst -*-
        
        .. image:: https://travis-ci.org/EtienneCmb/visbrain.svg?branch=master
            :target: https://travis-ci.org/EtienneCmb/visbrain
        
        .. image:: https://ci.appveyor.com/api/projects/status/fdxhhmpagms1so8l/branch/master?svg=true
            :target: https://ci.appveyor.com/project/EtienneCmb/visbrain/branch/master
        
        .. image:: https://circleci.com/gh/EtienneCmb/visbrain/tree/master.svg?style=svg
            :target: https://circleci.com/gh/EtienneCmb/visbrain/tree/master
        
        .. image:: https://codecov.io/gh/EtienneCmb/visbrain/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/EtienneCmb/visbrain
        
        .. image:: https://badge.fury.io/py/visbrain.svg
          :target: https://badge.fury.io/py/visbrain
        
        Visbrain
        ########
        
        .. figure::  https://github.com/EtienneCmb/visbrain/blob/master/docs/picture/visbrain.png
           :align:   center
        
        
        **Visbrain** is an open-source python 3 package dedicated to brain signals visualization. It is based on top of `VisPy <http://vispy.org/>`_ and PyQt and is distributed under the 3-Clause BSD license. We also provide an on line `documentation <http://visbrain.org>`_, `examples and datasets <http://visbrain.org/auto_examples/>`_ and can also be downloaded from `PyPi <https://pypi.python.org/pypi/visbrain/>`_.
        
        Important links
        ===============
        
        * Official source code repository : https://github.com/EtienneCmb/visbrain
        * Online documentation : http://visbrain.org
        * Visbrain `chat room <https://gitter.im/visbrain-python/chatroom?utm_source=share-link&utm_medium=link&utm_campaign=share-link>`_
        
        
        Installation
        ============
        
        Dependencies
        ------------
        
        Visbrain requires :
        
        * NumPy >= 1.13
        * SciPy
        * VisPy >= 0.5.0
        * Matplotlib >= 1.5.5
        * PyQt5
        * Pillow
        * PyOpenGL
        
        User installation
        -----------------
        
        Install Visbrain :
        
        .. code-block:: shell
        
            pip install -U visbrain
        
        
Keywords: brain MNI GPU visualization data OpenGL vispy neuroscience sleep data-mining
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
Provides-Extra: topo
Provides-Extra: sleep
Provides-Extra: roi
Provides-Extra: full
