Metadata-Version: 2.1
Name: neuroseries
Version: 0.3.2
Summary: neuro time series handling utilities
Home-page: https://github.com/MemDynLab/neuroseries
Author: Francesco P. Battaglia
Author-email: fpbattaglia@gmail.com
License: GPL3
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: IPython
Requires-Dist: psutil
Requires-Dist: parameterized

### 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.

This package requires Python 3. The current version, 0.3.1 is compatible with pandas 0.23 and
has been tested with Python 3.7.
Look at the test suite for use examples.

