Metadata-Version: 2.4
Name: pydicom3
Version: 3.1.0
Summary: A pure Python package for reading and writing DICOM data
Keywords: dicom, python, medical, imaging
Author-email: Cal Nightingale and the pydicom contributors <cal@gradienthealth.io>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-Expression: MIT
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: numpy ; extra == "basic"
Requires-Dist: types-pydicom ; extra == "basic"
Requires-Dist: black==24.10.0 ; extra == "dev"
Requires-Dist: mypy==1.13.0 ; extra == "dev"
Requires-Dist: pydicom-data ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: ruff==0.8.1 ; extra == "dev"
Requires-Dist: types-requests ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: numpy ; extra == "docs"
Requires-Dist: numpydoc ; extra == "docs"
Requires-Dist: matplotlib ; extra == "docs"
Requires-Dist: pillow ; extra == "docs"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: sphinx-gallery ; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon ; extra == "docs"
Requires-Dist: sphinxcontrib-jquery ; extra == "docs"
Requires-Dist: sphinx-copybutton ; extra == "docs"
Requires-Dist: pylibjpeg[libjpeg] ; extra == "gpl-license"
Requires-Dist: numpy ; extra == "pixeldata"
Requires-Dist: pillow ; extra == "pixeldata"
Requires-Dist: pyjpegls ; extra == "pixeldata"
Requires-Dist: pylibjpeg[openjpeg] ; extra == "pixeldata"
Requires-Dist: pylibjpeg[rle] ; extra == "pixeldata"
Requires-Dist: pylibjpeg-libjpeg ; extra == "pixeldata"
Requires-Dist: python-gdcm ; extra == "pixeldata"
Project-URL: documentation, https://pydicom3.github.io/pydicom
Project-URL: download, https://github.com/gradienthealth/pydicom-3/archive/main.zip
Project-URL: homepage, https://github.com/gradienthealth/pydicom-3
Project-URL: repository, https://github.com/gradienthealth/pydicom-3
Provides-Extra: basic
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: gpl-license
Provides-Extra: pixeldata

# Pydicom3
Pydicom3 is a vendored fork of the [pydicom](https://github.com/pydicom/pydicom) package, 
with a few changes made to increase error tolerance so as to allow for the ingestion of a wider range of 
DICOM files we receive from data vendors (which may be malformed but salvageable).

For any documentation needs, please refer to the `pydicom` package.

