Metadata-Version: 1.1
Name: nsdf
Version: 0.1
Summary: NSDF (Neuroscience Simulation Data Format)
Home-page: https://github.com/nsdf/nsdf
Author: Subhasis Ray
Author-email: ray dot subhasis at gmail dot com
License: GPL 3
Description: nsdf
        ====
        
        NSDF (Neuroscience Simulation Data Format) is a file format built
        on top of [HDF5](http://www.hdfgroup.org/).
        
        Although the design and development started with the aim of storing
        data generated from simulations in computational neuroscience, this
        format is generic enough that any time series data should fit in. Thus
        the actual application can be much broader than simulations in
        neuroscience.
        
         * NSDF is under development and we welcome feedback and suggestions from
        the community.
        
         * This is work in progress and please contact the developers regarding
        its use and citation.
        
        
        Requirements
        ------------
        
        nsdf module works with h5py 2.3.1. Python 2.7 and numpy.
        
        To build the documentation you also need sphinx,
        sphinxcontrib-napoleon packages.
        
        
        Installation
        ------------
        
        To install the nsdf package open a terminal, cd to the top level
        directory (the one containing this file) and enter:
        
        python setup.py install
        
        
        To build the documentation, cd to doc directory and enter:
        
        make html
        
        This will create "\_build" directory and the index of the docs will be
        in "\_build/html/index.html". Or you can read the latest documentation
        built from git:master branch on nsdf.readthedocs.org.
        
        Other Tools
        -----------
        
        [dataviz](https://github.com/subhacom/dataviz)
        A GUI utility for viewing HDF5 datasets.
        
        [Moogli](https://aviralg.github.io/Moogli/) Coming Soon.
        A Simulator independent visualization tool for neuronal simulations.
        
        Credits
        -------
        
        Subhasis Ray, Chaitanya Chintaluri, Upinder Bhalla and Daniel Wójcik
        have been designing the specification in collaboration.
        
        Chaitanya is providing examples and use cases.
        
        Subhasis is developing this Python module providing a high level API
        for reading and writing NSDF files.
        
        We thank Aviral Goel, Johannes Rieke and Matteo Cantarelli for their
        critical input.
        
Keywords: neuroscience simulation format data
Platform: UNKNOWN
Classifier: Development Status :: 1 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GPL License
