Metadata-Version: 1.1
Name: neuroshare
Version: 0.8.8
Summary: Python Bindings for Neuroshare
Home-page: http://www.g-node.org/neuroshare-tools
Author: Christian Kellner
Author-email: kellner@biologie.uni-muenchen.de
License: UNKNOWN
Description: 
        The Neuroshare API is a standardized interface to access
        electrophysiology data stored in various different file
        formats. To do so, it uses format- specific shared libraries.
        Refer to the official website
             		    http://neuroshare.org
        for more information.
        
        The aim of this library is to provide a high level interface
        to the Neuroshare API, i.e. it focuses on API usability more
        then being a mere python version of the C API. Thus none of
        the original Neuroshare API calls are directly exposed but
        the interface is through python objects that resemble (more
        or less) the Neuroshare Entities.
        
Keywords: neuroshare
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
