File: control

package info (click to toggle)
neo 0.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,452 kB
  • sloc: python: 45,542; makefile: 92; sh: 16
file content (63 lines) | stat: -rw-r--r-- 1,981 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: neo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Michael Hanke <mih@debian.org>,
 Yaroslav Halchenko <debian@onerussian.com>,
 Étienne Mollier <emollier@debian.org>,
Section: science
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 ipython3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-matplotlib,
 python3-nixio <!nocheck>,
 python3-numpy,
 python3-pickleshare,
 python3-pil,
 python3-pydata-sphinx-theme,
 python3-pytest,
 python3-quantities (>= 0.16.1~),
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-design,
 python3-sphinx-inline-tabs,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/neo
Vcs-Git: https://salsa.debian.org/med-team/neo.git
Homepage: http://neuralensemble.org/trac/neo

Package: python3-neo
Architecture: all
Section: python
Depends:
 python3-nixio,
 python3-numpy,
 python3-pil,
 python3-quantities (>= 0.16.1~),
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 libjs-jquery,
 libjs-underscore,
 python3-scipy,
 python3-tables,
Suggests:
 python3-pytest,
Description: Python IO library for electrophysiological data formats
 NEO stands for Neural Ensemble Objects and is a project to provide common
 classes and concepts for dealing with electro-physiological (in vivo
 and/or simulated) data to facilitate collaborative software/algorithm
 development. In particular Neo provides: a set a classes for data
 representation with precise definitions, an IO module with a simple API,
 documentation, and a set of examples.
 .
 NEO offers support for reading data from numerous proprietary file formats
 (e.g. Spike2, Plexon, AlphaOmega, BlackRock, Axon), read/write support for
 various open formats (e.g. KlustaKwik, Elan, WinEdr, WinWcp, PyNN), as well
 as support common file formats, such as HDF5 with Neo-structured content
 (NeoHDF5, NeoMatlab).
 .
 Neo's IO facilities can be seen as a pure-Python and open-source Neuroshare
 replacement.