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
|
Source: python-mzml
Maintainer: The Debichem Group <debichem-devel@lists.alioth.debian.org>
Uploaders: Filippo Rusconi <lopippo@debian.org>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3),
debhelper (>= 7.0.50~),
dpkg-dev (>= 1.16.1~),
python-sphinx (>= 1.1.3)
Build-Depends-Indep: doxygen (>= 1.8.1.2),
texlive-extra-utils,
texlive-latex-extra,
latex-xcolor,
texlive-font-utils,
ghostscript,
texlive-fonts-recommended
Standards-Version: 3.9.5
Homepage: http://pymzml.github.com/
Vcs-Git: git://anonscm.debian.org/debichem/packages/python-mzml.git
Vcs-Browser: http://anonscm.debian.org/git/debichem/packages/python-mzml.git
Package: python-mzml
Architecture: all
Depends: ${misc:Depends},
${python:Depends}
Suggests: python-mzml-doc
Description: mzML mass spectrometric data parsing
python-mzml is an extension to Python that offers:
- easy access to mass spectrometry (MS) data that allows
the rapid development of tools;
- a very fast parser for mzML data, the standard in
mass spectrometry data format;
- a set of functions to compare or handle spectra.
Package: python-mzml-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
libjs-underscore,
${shlibs:Depends},
${misc:Depends}
Description: mzML mass spectrometric data parsing - documentation
python-mzml is an extension to Python that offers:
- easy access to mass spectrometry (MS) data that allows
the rapid development of tools;
- a very fast parser for mzML data, the standard in
mass spectrometry data format;
- a set of functions to compare or handle spectra.
.
This package contains the documentation in PDF and HTML format,
along with the text sources (process with sphinx).
|