summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..084fff2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-pyspike
+Maintainer: Gard Spreemann <gspr@nonempty.org>
+Section: python
+Priority: optional
+Standards-Version: 4.4.0
+Build-Depends: debhelper (>= 12),
+ dh-python,
+ python3-all-dev,
+ 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.