Metadata-Version: 2.1 Name: elephant Version: 0.9.0 Summary: Elephant is a package for analysis of electrophysiology data in Python Home-page: http://neuralensemble.org/elephant Author: Elephant authors and contributors Author-email: andrew.davison@unic.cnrs-gif.fr License: BSD Description: # Elephant - Electrophysiology Analysis Toolkit [![Build Status](https://travis-ci.org/NeuralEnsemble/elephant.svg?branch=master)](https://travis-ci.org/NeuralEnsemble/elephant) [![Coverage Status](https://coveralls.io/repos/github/NeuralEnsemble/elephant/badge.svg?branch=master)](https://coveralls.io/github/NeuralEnsemble/elephant?branch=master) [![Documentation Status](https://readthedocs.org/projects/elephant/badge/?version=latest)](https://elephant.readthedocs.io/en/latest/?badge=latest) [![![PyPi]](https://img.shields.io/pypi/v/elephant)](https://pypi.org/project/elephant/) [![Statistics](https://img.shields.io/pypi/dm/elephant)](https://seladb.github.io/StarTrack-js/#/preload?r=neuralensemble,elephant) [![Gitter](https://badges.gitter.im/python-elephant/community.svg)](https://gitter.im/python-elephant/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) *Elephant* package analyses all sorts of neurophysiological data: spike trains, LFP, analog signals. The input-output data format is either [Neo](https://github.com/NeuralEnsemble/python-neo), Quantity or Numpy array. ### More Information * Documentation: https://elephant.readthedocs.io/en/latest/ * Mailing list: https://groups.google.com/group/neuralensemble #### Visualization of Elephant analysis objects Viziphant package (https://github.com/INM-6/viziphant) is developed by Elephant team for plotting and visualization of the output of Elephant functions in a few lines of code. #### License Modified BSD License, see [LICENSE.txt](LICENSE.txt) for details. #### Copyright :copyright: 2014-2020 by the [Elephant team](doc/authors.rst). #### Acknowledgments See [acknowledgments](doc/acknowledgments.rst). #### Citation See [citations](doc/citation.rst). Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: BSD License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Scientific/Engineering Provides-Extra: extras Provides-Extra: docs Provides-Extra: tests Provides-Extra: tutorials