Source: neo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <mih@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>
Section: science
Priority: optional
Build-Depends: python3-all,
               debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-sphinx,
               python3-numpy,
               python3-pil,
               python3-quantities,
               python3-nose,
               python3-unittest2
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/neo
Vcs-Git: https://salsa.debian.org/med-team/neo.git
Homepage: http://neuralensemble.org/trac/neo
Rules-Requires-Root: no

Package: python3-neo
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy,
         python3-pil,
         python3-quantities
Recommends: python3-scipy,
            python3-tables,
            libjs-jquery,
            libjs-underscore
Suggests: python3-nose
Description: Python IO library for electrophysiological data formats
 NEO stands for Neural Ensemble Objects and is a project to provide common
 classes and concepts for dealing with electro-physiological (in vivo
 and/or simulated) data to facilitate collaborative software/algorithm
 development. In particular Neo provides: a set a classes for data
 representation with precise definitions, an IO module with a simple API,
 documentation, and a set of examples.
 .
 NEO offers support for reading data from numerous proprietary file formats
 (e.g. Spike2, Plexon, AlphaOmega, BlackRock, Axon), read/write support for
 various open formats (e.g. KlustaKwik, Elan, WinEdr, WinWcp, PyNN), as well
 as support common file formats, such as HDF5 with Neo-structured content
 (NeoHDF5, NeoMatlab).
 .
 Neo's IO facilities can be seen as a pure-Python and open-source Neuroshare
 replacement.
