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 34 35 36 37 38 39 40 41 42
|
Source: pynwb
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-dateutil,
python3-h5py (>= 2.10),
python3-hatchling,
python3-hatch-vcs,
python3-hdmf (>= 3.9.0~),
python3-numpy,
python3-pandas,
python3-requests,
python3-setuptools,
python3-pytest,
python3-coverage,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/pynwb
Vcs-Git: https://salsa.debian.org/med-team/pynwb.git
Homepage: https://github.com/NeurodataWithoutBorders/pynwb
Rules-Requires-Root: no
Package: python3-pynwb
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-hdmf (>= 3.9.0~),
Description: Python library for working with Neurodata in the NWB format
PyNWB is a Python package for working with NWB files. It provides a
high-level API for efficiently working with Neurodata stored in the
NWB format.
.
Neurodata Without Borders: Neurophysiology (NWB:N) is a project to
develop a unified data format for cellular-based neurophysiology
data, focused on the dynamics of groups of neurons measured under a
large range of experimental conditions.
|