PKG-INFO 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Metadata-Version: 2.1
  2. Name: elephant
  3. Version: 0.9.0
  4. Summary: Elephant is a package for analysis of electrophysiology data in Python
  5. Home-page: http://neuralensemble.org/elephant
  6. Author: Elephant authors and contributors
  7. Author-email: andrew.davison@unic.cnrs-gif.fr
  8. License: BSD
  9. Description: # Elephant - Electrophysiology Analysis Toolkit
  10. [![Build Status](https://travis-ci.org/NeuralEnsemble/elephant.svg?branch=master)](https://travis-ci.org/NeuralEnsemble/elephant)
  11. [![Coverage Status](https://coveralls.io/repos/github/NeuralEnsemble/elephant/badge.svg?branch=master)](https://coveralls.io/github/NeuralEnsemble/elephant?branch=master)
  12. [![Documentation Status](https://readthedocs.org/projects/elephant/badge/?version=latest)](https://elephant.readthedocs.io/en/latest/?badge=latest)
  13. [![![PyPi]](https://img.shields.io/pypi/v/elephant)](https://pypi.org/project/elephant/)
  14. [![Statistics](https://img.shields.io/pypi/dm/elephant)](https://seladb.github.io/StarTrack-js/#/preload?r=neuralensemble,elephant)
  15. [![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)
  16. *Elephant* package analyses all sorts of neurophysiological data:
  17. spike trains, LFP, analog signals. The input-output data format is either
  18. [Neo](https://github.com/NeuralEnsemble/python-neo), Quantity or Numpy array.
  19. ### More Information
  20. * Documentation: https://elephant.readthedocs.io/en/latest/
  21. * Mailing list: https://groups.google.com/group/neuralensemble
  22. #### Visualization of Elephant analysis objects
  23. Viziphant package (https://github.com/INM-6/viziphant) is developed by Elephant
  24. team for plotting and visualization of the output of Elephant functions in a
  25. few lines of code.
  26. #### License
  27. Modified BSD License, see [LICENSE.txt](LICENSE.txt) for details.
  28. #### Copyright
  29. :copyright: 2014-2020 by the [Elephant team](doc/authors.rst).
  30. #### Acknowledgments
  31. See [acknowledgments](doc/acknowledgments.rst).
  32. #### Citation
  33. See [citations](doc/citation.rst).
  34. Platform: UNKNOWN
  35. Classifier: Development Status :: 5 - Production/Stable
  36. Classifier: Intended Audience :: Science/Research
  37. Classifier: License :: OSI Approved :: BSD License
  38. Classifier: Natural Language :: English
  39. Classifier: Operating System :: OS Independent
  40. Classifier: Programming Language :: Python :: 2
  41. Classifier: Programming Language :: Python :: 3
  42. Classifier: Topic :: Scientific/Engineering
  43. Provides-Extra: extras
  44. Provides-Extra: docs
  45. Provides-Extra: tests
  46. Provides-Extra: tutorials