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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: pybel
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Steffen Moeller <moeller@debian.org>,
Section: science
Testsuite: autopkgtest-pkg-python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-bel-resources,
python3-bioregistry,
python3-humanize,
python3-jinja2,
python3-jsonschema,
python3-networkx,
python3-pandas,
python3-pyparsing,
python3-pystow,
python3-pytest <!nocheck>,
python3-ratelimit,
python3-requests-file,
python3-setuptools,
python3-sqlalchemy,
python3-tabulate,
python3-tqdm,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/pybel
Vcs-Git: https://salsa.debian.org/med-team/pybel.git
Homepage: https://pybel.readthedocs.io
Package: python3-pybel
Architecture: all
Section: python
Depends:
libjs-d3,
libjs-jquery,
python3-bel-resources,
python3-more-itertools,
python3-networkx,
python3-pkg-resources,
python3-pyparsing,
python3-ratelimit,
python3-requests-file,
python3-sqlalchemy,
python3-tqdm,
${misc:Depends},
${python3:Depends},
Suggests:
python-pybel-doc,
Description: Biological Expression Language
PyBEL is a pure Python package for parsing and handling biological
networks encoded in the Biological Expression Language (BEL) version
2. It also facilitates data interchange between common formats and
databases such as NetworkX, JSON, CSV, SIF, Cytoscape, CX, NDEx, SQL,
and Neo4J.
.
This package installs the library for Python 3.
|