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
|
Source: edlio
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-neo,
python3-numpy,
python3-pandas,
python3-pint,
python3-pytest,
python3-tomlkit,
python3-xxhash,
python3-zstandard
Standards-Version: 4.7.0
Homepage: https://edl.readthedocs.io/
Vcs-Git: https://salsa.debian.org/science-team/edlio.git
Vcs-Browser: https://salsa.debian.org/science-team/edlio
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-edlio
Section: python
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: python3-pandas
Description: Python support for data in an Experiment Directory Layout (EDL)
Experiment Directory Layout (EDL) is a defined directory structure for raw
data recordings of scientific experiments, primarily used in neurosciences.
It allows a variety of data formats to be stored, with comprehensive
accompanying metadata being saved in human-readable TOML markup files.
It is used extensively by the Syntalos data acquisition system.
.
This package contains a Python module to read and write data and metadata
in an EDL directory structure.
|