File: control

package info (click to toggle)
python-neuroshare 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 440 kB
  • ctags: 467
  • sloc: ansic: 1,251; python: 796; makefile: 145
file content (49 lines) | stat: -rw-r--r-- 2,235 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
Source: python-neuroshare
Priority: extra
Maintainer: G-Node Debian Team <debian-team@g-node.org>
Uploaders: Christian Kellner <ck@xatom.net>, Michael Hanke <mih@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev, dh-python, python-numpy, python-h5py, python-setuptools, python-sphinx (>= 1.0.7+dfsg)
X-Python-Version: >= 2.6
Standards-Version: 3.9.5
Section: science
Homepage: http://www.g-node.org/neuroshare-tools
Vcs-Browser: http://github.com/G-Node/python-neuroshare
Vcs-Git: git://github.com/G-Node/python-neuroshare.git

Package: python-neuroshare
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-h5py
Description: Python interface and tools for Neuroshare
 The Neuroshare API is a standardized interface to access electrophysiology
 data stored in various different file formats. To do so, it uses format-
 specific shared libraries.
 .
 This package provides a high-level Python interface to the Neuroshare API
 that focuses on convenience for the user and enables access to all available
 metadata and data. The data is returned in NumPy arrays, which provides a
 quick route to further examination and analysis.
 .
 In addition, this package contains the ns2hdf converter tool that converts
 neuroshare-compatible files into the HDF5 (Hierarchical Data Format, ver. 5)
 file format.

Package: python-neuroshare-doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Section: doc
Description: Python interface and tools for Neuroshare
 The Neuroshare API is a standardized interface to access electrophysiology
 data stored in various different file formats. To do so, it uses format-
 specific shared libraries.
 .
 This package provides a high-level Python interface to the Neuroshare API
 that focuses on convenience for the user and enables access to all available
 metadata and data. The data is returned in NumPy arrays, which provides a
 quick route to further examination and analysis.
 .
 In addition, this package contains the ns2hdf converter tool that converts
 neuroshare-compatible files into the HDF5 (Hierarchical Data Format, ver. 5)
 file format.
 .
 This package contains HTML documentation files for python-neuroshare.