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
|
Source: python-csa
Section: python
Priority: optional
Maintainer: Mikael Djurfeldt <mdj@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
, dh-python
, python-setuptools
, python-all
, python-nose
, python-numpy
, python-matplotlib
, python-tk
Standards-Version: 3.9.3
Homepage: http://software.incf.org/software/csa
Package: python-csa
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-matplotlib, python-tk
Description: Connection-Set Algebra (CSA) implemented in Python
The CSA library provides elementary connection-sets and operators for
combining them. It also provides an iteration interface to such
connection-sets enabling efficient iteration over existing connections
with a small memory footprint also for very large networks. The CSA
can be used as a component of neuronal network simulators or other
tools.
|