summaryrefslogtreecommitdiff
path: root/debian/control
blob: de4e9a7cb07b679fe94c9bc2c3437fe3df69ac0a (plain)
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
Source: python-pyspike
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.5.0.0
Build-Depends: cython3,
               debhelper (>= 12),
               dh-python,
               python3-all-dev,
               python3-nose,
               python3-numpy,
               python3-setuptools
Rules-Requires-Root: no
Homepage: https://mariomulansky.github.io/PySpike/
Vcs-Browser: https://git.nonempty.org/debian-python-pyspike
Vcs-Git: https://git.nonempty.org/debian-python-pyspike -b debian/sid

Package: python3-pyspike
Section: python
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python 3 library for the numerical analysis of spike train similarity
 PySpike is a Python library for the numerical analysis of spike train
 similarity. Its core functionality is the implementation of the
 ISI-distance and SPIKE-distance as well as SPIKE-Synchronization. It
 provides functions to compute multivariate profiles, distance
 matrices, as well as averaging and general spike train processing.
 .
 Mario Mulansky, Thomas Kreuz, PySpike - A Python library for
 analyzing spike train synchrony, SoftwareX, (2016), ISSN 2352-7110,
 http://dx.doi.org/10.1016/j.softx.2016.07.006.