Source: psims
Maintainer: Olivier Langella <olivier.langella@cnrs.fr>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9), python3-six, python3-lxml, python3-numpy, python3-sqlalchemy, python3-pytest, python3-h5py
Standards-Version: 3.9.6
Homepage: https://github.com/mobiusklein/psims

Package: python3-psims
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-six, python3-lxml, python3-numpy, python3-sqlalchemy, python3-pytest, python3-h5py
Description: Writers and controlled vocabulary manager for PSI-MS's mzML
 # psims
 Prototype work for a unified API for writing Proteomics Standards Initiative standardized formats
 for mass spectrometry:
 .
 1. mzML
 2. mzIdentML
 3. mzMLb
 .
 See the [Documenation](https://mobiusklein.github.io/psims) for more information
 .
 ## Installation
 With pip:
 ```sh
 pip install psims
 ```
 .
 With conda:
 ```sh
 conda install -c bioconda -c conda-forge -c defaults psims
 ```

