Metadata-Version: 2.4
Name: dicomweb-client
Version: 0.60.0
Summary: Client for DICOMweb RESTful services.
Project-URL: homepage, https://github.com/imagingdatacommons/dicomweb-client
Project-URL: documentation, https://dicomweb-client.readthedocs.io/
Project-URL: repository, https://github.com/ImagingDataCommons/dicomweb-client.git
Author: Markus D. Herrmann
Maintainer: Markus D. Herrmann, Christopher P. Bridge, Steve Pieper
License: LICENSE
License-File: LICENSE
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Requires-Dist: numpy>=1.19
Requires-Dist: pillow>=8.3
Requires-Dist: pydicom>=2.2
Requires-Dist: requests>=2.18
Requires-Dist: retrying>=1.3.3
Requires-Dist: typing-extensions>=4.0; python_version < '3.8.0'
Provides-Extra: gcp
Requires-Dist: dataclasses>=0.8; (python_version == '3.6') and extra == 'gcp'
Requires-Dist: google-auth>=1.6; extra == 'gcp'
Description-Content-Type: text/markdown

# DICOMweb Client

[![Build Status](https://github.com/ImagingDataCommons/dicomweb-client/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/ImagingDataCommons/dicomweb-client/actions)
[![PyPi Distribution](https://img.shields.io/pypi/v/dicomweb-client.svg)](https://pypi.python.org/pypi/dicomweb-client/)
[![Python Versions](https://img.shields.io/pypi/pyversions/dicomweb-client.svg)](https://pypi.org/project/dicomweb-client/)
[![Downloads](https://pepy.tech/badge/dicomweb-client)](https://pepy.tech/project/dicomweb-client)


Python client for DICOMweb services.


## Documentation

Please refer to the online documentation at [dicomweb-client.readthedocs.io](https://dicomweb-client.readthedocs.io), which includes a user guide with examples, a developer guide, and complete documentation of the application programming interface of the `dicomweb_client` Python package as well as the command line interface of the `dicomweb_client` program.


## Citation

Please cite the following article when using the client for scientific studies: [Herrmann et al. J Path Inform. 2018](http://www.jpathinformatics.org/article.asp?issn=2153-3539;year=2018;volume=9;issue=1;spage=37;epage=37;aulast=Herrmann):

```None
@article{jpathinform-2018-9-37,
    Author={
        Herrmann, M. D. and Clunie, D. A. and Fedorov A. and Doyle, S. W. and Pieper, S. and
        Klepeis, V. and Le, L. P. and Mutter, G. L. and Milstone, D. S. and Schultz, T. J. and
        Kikinis, R. and Kotecha, G. K. and Hwang, D. H. and Andriole, K, P. and Iafrate, A. J. and
        Brink, J. A. and Boland, G. W. and Dreyer, K. J. and Michalski, M. and
        Golden, J. A. and Louis, D. N. and Lennerz, J. K.
    },
    Title={Implementing the {DICOM} standard for digital pathology},
    Journal={Journal of Pathology Informatics},
    Year={2018},
    Number={1},
    Volume={9},
    Number={37}
}

```

