Source: pydicom Maintainer: Debian Med Packaging Team Uploaders: Yaroslav Halchenko , Michael Hanke , Section: python Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, dh-sequence-sphinxdoc , dvipng, flit, pybuild-plugin-pyproject, python-matplotlib-doc , python-numpy-doc , python-pil-doc , python-scipy-doc , python3-all, python3-doc , python3-docutils, python3-gdcm, python3-matplotlib, python3-mpl-sphinx-theme , python3-numpy, python3-numpydoc, python3-pil, python3-pytest, python3-scipy, python3-setuptools, python3-setuptools-scm, python3-sphinx , python3-sphinx-copybutton , python3-sphinx-gallery , python3-sphinx-issues , python3-sphinx-rtd-theme , Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/med-team/pydicom Vcs-Git: https://salsa.debian.org/med-team/pydicom.git Homepage: https://pydicom.github.io Package: python3-pydicom Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: python3-numpy, python3-pil, Suggests: python-pydicom-doc, python3-gdcm, python3-matplotlib, Provides: python3-dicom, Description: DICOM medical file reading and writing (Python 3) pydicom is a pure Python module for parsing DICOM files. DICOM is a standard (http://medical.nema.org) for communicating medical images and related information such as reports and radiotherapy objects. . pydicom makes it easy to read DICOM files into natural pythonic structures for easy manipulation. Modified datasets can be written again to DICOM format files. . This package installs the module for Python 3. Package: python-pydicom-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}, Provides: python-dicom-doc, Multi-Arch: foreign Description: DICOM medical file reading and writing (documentation) pydicom is a pure Python module for parsing DICOM files. DICOM is a standard (http://medical.nema.org) for communicating medical images and related information such as reports and radiotherapy objects. . pydicom makes it easy to read DICOM files into natural pythonic structures for easy manipulation. Modified datasets can be written again to DICOM format files. . This package contains the documentation.