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 60 61 62 63 64 65 66 67 68 69 70
|
Source: python-csb
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Tomas Di Domenico <tdido@tdido.com.ar>,
Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
python-all,
python3-all,
python-epydoc,
python-numpy,
python-scipy,
python-matplotlib,
python3-numpy,
python3-scipy,
python3-matplotlib
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-csb.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-csb.git
Homepage: http://csb.codeplex.com/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Package: python-csb
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-numpy,
python-scipy
Suggests: python-csb-doc
Description: Python framework for structural bioinformatics
Computational Structural Biology Toolbox (CSB) is a Python class
library for reading, storing and analyzing biomolecular structures
in a variety of formats with rich support for statistical analyses.
.
CSB is designed for reusability and extensibility and comes with a clean,
well-documented API following good object-oriented engineering practice.
Package: python3-csb
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-numpy,
python3-scipy
Suggests: python-csb-doc
Description: Python framework for structural bioinformatics (Python3 version)
Computational Structural Biology Toolbox (CSB) is a Python class
library for reading, storing and analyzing biomolecular structures
in a variety of formats with rich support for statistical analyses.
.
CSB is designed for reusability and extensibility and comes with a clean,
well-documented API following good object-oriented engineering practice.
.
This is the Python3 version of the package.
Package: python-csb-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${python:Depends}
Description: Python framework for structural bioinformatics (documentation)
Computational Structural Biology Toolbox (CSB) is a Python class
library for reading, storing and analyzing biomolecular structures
in a variety of formats with rich support for statistical analyses.
.
CSB is designed for reusability and extensibility and comes with a clean,
well-documented API following good object-oriented engineering practice.
.
This package contains the HTML documentation of the framework's API.
|