| 12
 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
 
 | Source: python-pyspike
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.7.0.1
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-numpy,
               python3-pytest,
               python3-scipy,
               python3-setuptools
Rules-Requires-Root: no
Homepage: https://mariomulansky.github.io/PySpike/
Vcs-Browser: https://salsa.debian.org/gspr/python-pyspike
Vcs-Git: https://salsa.debian.org/gspr/python-pyspike.git -b debian/sid
Package: python3-pyspike
Section: python
Architecture: any
Depends: python3-pkg-resources,
         ${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.
 |