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
|
Source: python-iow
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
libbitarray-dev,
python3-all-dev,
python3-setuptools,
python3-numpy,
python3-pandas <!nocheck>,
python3-skbio (>= 0.5.8-3~) <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-iow
Vcs-Git: https://salsa.debian.org/med-team/python-iow.git
Homepage: https://github.com/biocore/improved-octo-waddle
Rules-Requires-Root: no
Package: python3-iow
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: balanced parentheses tree structure
This Python3 module is an implementation of the balanced parentheses
tree structure as described by Cordova and Navarro.
|