Metadata-Version: 1.1
Name: neuroseries
Version: 0.2.0
Summary: neuro time series handling utilities
Home-page: https://github.com/MemDynLab/neuroseries
Author: Francesco P. Battaglia
Author-email: fpbattaglia@gmail.com
License: GPLv3
Description: ### Neuroseries
        
        This package includes tools to process neural data series,
        providing function for handling of timestamped data, and for irregular 
        intervals. It is based on Pandas for most functionality, enhanced in the 
        areas where Pandas does not satisfy the needs of the neural data analyst.
        
        It also includes an experimental data manager attempting at keeping track 
        of all code used to generate each intermediate result, making use of 
        git and git-annex.
        
        This package requires Python 3 and has been tested with Python 3.5.3.
        Look at the test suite for use examples.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
