PKG-INFO 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. Metadata-Version: 2.1
  2. Name: neo
  3. Version: 0.9.0
  4. Summary: Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
  5. Home-page: https://neuralensemble.org/neo
  6. Author: Neo authors and contributors
  7. Author-email: samuel.garcia@cnrs.fr
  8. License: BSD-3-Clause
  9. Description: ===
  10. Neo
  11. ===
  12. Neo is a Python package for working with electrophysiology data in Python, together
  13. with support for reading a wide range of neurophysiology file formats, including
  14. Spike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for
  15. writing to a subset of these formats plus non-proprietary formats including HDF5.
  16. The goal of Neo is to improve interoperability between Python tools for
  17. analyzing, visualizing and generating electrophysiology data by providing a common,
  18. shared object model. In order to be as lightweight a dependency as possible,
  19. Neo is deliberately limited to represention of data, with no functions for data
  20. analysis or visualization.
  21. Neo is used by a number of other software tools, including
  22. SpykeViewer_ (data analysis and visualization), Elephant_ (data analysis),
  23. the G-node_ suite (databasing), PyNN_ (simulations), tridesclous_ (spike sorting)
  24. and ephyviewer_ (data visualization).
  25. OpenElectrophy_ (data analysis and visualization) uses an older version of neo.
  26. Neo implements a hierarchical data model well adapted to intracellular and
  27. extracellular electrophysiology and EEG data with support for multi-electrodes
  28. (for example tetrodes). Neo's data objects build on the quantities package,
  29. which in turn builds on NumPy by adding support for physical dimensions. Thus
  30. Neo objects behave just like normal NumPy arrays, but with additional metadata,
  31. checks for dimensional consistency and automatic unit conversion.
  32. A project with similar aims but for neuroimaging file formats is `NiBabel`_.
  33. Code status
  34. -----------
  35. .. image:: https://travis-ci.org/NeuralEnsemble/python-neo.png?branch=master
  36. :target: https://travis-ci.org/NeuralEnsemble/python-neo
  37. :alt: Unit Test Status (TravisCI)
  38. .. image:: https://circleci.com/gh/NeuralEnsemble/python-neo.svg?style=svg
  39. :target: https://circleci.com/gh/NeuralEnsemble/python-neo
  40. :alt: Unit Test Status (CircleCI)
  41. .. image:: https://coveralls.io/repos/NeuralEnsemble/python-neo/badge.png
  42. :target: https://coveralls.io/r/NeuralEnsemble/python-neo
  43. :alt: Unit Test Coverage
  44. .. image:: https://requires.io/github/NeuralEnsemble/python-neo/requirements.png?branch=master
  45. :target: https://requires.io/github/NeuralEnsemble/python-neo/requirements/?branch=master
  46. :alt: Requirements Status
  47. More information
  48. ----------------
  49. - Home page: http://neuralensemble.org/neo
  50. - Mailing list: https://groups.google.com/forum/?fromgroups#!forum/neuralensemble
  51. - Documentation: http://neo.readthedocs.io/
  52. - Bug reports: https://github.com/NeuralEnsemble/python-neo/issues
  53. For installation instructions, see doc/source/install.rst
  54. To cite Neo in publications, see CITATION.txt
  55. :copyright: Copyright 2010-2020 by the Neo team, see doc/source/authors.rst.
  56. :license: 3-Clause Revised BSD License, see LICENSE.txt for details.
  57. Funding
  58. -------
  59. Development of PyNN has been partially funded by the European Union Sixth Framework Program (FP6) under
  60. grant agreement FETPI-015879 (FACETS), by the European Union Seventh Framework Program (FP7/2007­-2013)
  61. under grant agreements no. 269921 (BrainScaleS) and no. 604102 (HBP),
  62. and by the European Union’s Horizon 2020 Framework Programme for
  63. Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1),
  64. No. 785907 (Human Brain Project SGA2) and No. 945539 (Human Brain Project SGA3).
  65. .. _OpenElectrophy: https://github.com/OpenElectrophy/OpenElectrophy
  66. .. _Elephant: http://neuralensemble.org/elephant
  67. .. _G-node: http://www.g-node.org/
  68. .. _Neuroshare: http://neuroshare.org/
  69. .. _SpykeViewer: https://spyke-viewer.readthedocs.org/en/latest/
  70. .. _NiBabel: http://nipy.sourceforge.net/nibabel/
  71. .. _PyNN: http://neuralensemble.org/PyNN
  72. .. _quantities: http://pypi.python.org/pypi/quantities
  73. .. _`NeuralEnsemble mailing list`: http://groups.google.com/group/neuralensemble
  74. .. _`issue tracker`: https://github.c
  75. .. _tridesclous: https://github.com/tridesclous/tridesclous
  76. .. _ephyviewer: https://github.com/NeuralEnsemble/ephyviewer
  77. Platform: UNKNOWN
  78. Classifier: Development Status :: 4 - Beta
  79. Classifier: Intended Audience :: Science/Research
  80. Classifier: License :: OSI Approved :: BSD License
  81. Classifier: Natural Language :: English
  82. Classifier: Operating System :: OS Independent
  83. Classifier: Programming Language :: Python :: 3
  84. Classifier: Programming Language :: Python :: 3.6
  85. Classifier: Programming Language :: Python :: 3.7
  86. Classifier: Programming Language :: Python :: 3.8
  87. Classifier: Programming Language :: Python :: 3 :: Only
  88. Classifier: Topic :: Scientific/Engineering
  89. Requires-Python: >=3.6
  90. Provides-Extra: tiffio
  91. Provides-Extra: hdf5io
  92. Provides-Extra: neomatlabio
  93. Provides-Extra: kwikio
  94. Provides-Extra: igorproio
  95. Provides-Extra: stimfitio
  96. Provides-Extra: nixio