File: control

package info (click to toggle)
spykeutils 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 852 kB
  • ctags: 751
  • sloc: python: 7,314; makefile: 131
file content (46 lines) | stat: -rw-r--r-- 1,640 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
Source: spykeutils
Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Robert Pröpper <robert.proepper@gmail.com>,
           Michael Hanke <michael.hanke@gmail.com>,
           Yaroslav Halchenko <debian@onerussian.com>,
Build-Depends: debhelper (>= 7.2.18),
               python-all (>= 2.7),
               python-neo (>= 0.2.1),
               python-setuptools,
               python-nose,
               python-scipy,
               python-mock,
               python-sphinx,
               python-guidata,
               python-guiqwt,
               python-tables,
               python-sklearn (>= 0.11),
               python-joblib (>= 0.4.5),
Standards-Version: 3.9.5
Homepage: https://github.com/rproepp/spykeutils
Vcs-Browser: https://github.com/rproepp/spykeutils
Vcs-Git: git://github.com/rproepp/spykeutils.git
X-Python-Version: >= 2.7

Package: python-spykeutils
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
         python-neo (>= 0.2.1),
         python-nose,
         python-scipy,
         python-sphinx
Recommends: python-guidata,
            python-guiqwt,
            python-tables,
            libjs-jquery,
            libjs-underscore,
            python-sklearn (>= 0.11),
            python-joblib (>= 0.4.5),
Provides: ${python:Provides}
Description: utilities for analyzing electrophysiological data
 spykeutils is a Python library for analyzing and plotting data from
 neurophysiological recordings. It can be used by itself or in
 conjunction with Spyke Viewer, a multi-platform GUI application for
 navigating electrophysiological datasets.