Skip to main content

Grassroots DICOM runtime libraries

Project description

Python version PyPI version python-gdcm Downloads Last Month Downloads

Python-GDCM

Unofficial GDCM packages for Python 3 on Linux, Windows and MacOS (both Intel and Apple Silicon).

Grassroots DiCoM is a C++ library for DICOM medical files that can be wrapped for Python using SWIG. It supports datasets encoded using native, JPEG, JPEG 2000, JPEG-LS, RLE and deflated transfer syntaxes. It also comes with Parts 3, 6 & 7 of the DICOM Standard as XML files.

Installation

Using pip

pip install -U python-gdcm

From source

Install dependencies

  • Compiler for you platform (GCC, Clang, MSVC)
  • CMake
  • SWIG
  • patchelf will also be needed on Linux
  • Git to get the source code

Setup environment

If the cmake or swig executables aren't in $PATH, either add them or create CMAKE_EXE and SWIG_EXE envars:

export CMAKE_EXE="path/to/cmake/executable"
export SWIG_EXE="path/to/swig/executable"

Clone source

git clone --recurse-submodules https://github.com/tfmoraes/python-gdcm

Build and install

# Note the trailing slash!
pip install python-gdcm/

Test installed package

python -c "import gdcm; print(gdcm.GDCM_VERSION)"

If you get a ModuleNotFoundError: No module named '_gdcm.gdcmswig' error then make sure your current working directory doesn't contain a _gdcm folder.

Usage

Reading a DICOM image file

import gdcm
reader = gdcm.ImageReader()
reader.SetFileName("dicom_image_file.dcm")
ret = reader.Read()
if not ret:
    print("It was not possible to read your DICOM file")

Other Examples

See here https://github.com/malaterre/GDCM/tree/master/Examples/Python

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_gdcm-3.0.25.tar.gz (3.4 MB view details)

Uploaded Source

Built Distributions

python_gdcm-3.0.25-cp313-cp313-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.13Windows x86-64

python_gdcm-3.0.25-cp313-cp313-win32.whl (20.1 MB view details)

Uploaded CPython 3.13Windows x86

python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp313-cp313-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

python_gdcm-3.0.25-cp313-cp313-macosx_10_13_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

python_gdcm-3.0.25-cp312-cp312-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.12Windows x86-64

python_gdcm-3.0.25-cp312-cp312-win32.whl (20.1 MB view details)

Uploaded CPython 3.12Windows x86

python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp312-cp312-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

python_gdcm-3.0.25-cp312-cp312-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

python_gdcm-3.0.25-cp311-cp311-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.11Windows x86-64

python_gdcm-3.0.25-cp311-cp311-win32.whl (20.1 MB view details)

Uploaded CPython 3.11Windows x86

python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp311-cp311-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

python_gdcm-3.0.25-cp311-cp311-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

python_gdcm-3.0.25-cp310-cp310-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.10Windows x86-64

python_gdcm-3.0.25-cp310-cp310-win32.whl (20.1 MB view details)

Uploaded CPython 3.10Windows x86

python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp310-cp310-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

python_gdcm-3.0.25-cp310-cp310-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

python_gdcm-3.0.25-cp39-cp39-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.9Windows x86-64

python_gdcm-3.0.25-cp39-cp39-win32.whl (20.1 MB view details)

Uploaded CPython 3.9Windows x86

python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp39-cp39-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

python_gdcm-3.0.25-cp39-cp39-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

python_gdcm-3.0.25-cp38-cp38-win_amd64.whl (24.9 MB view details)

Uploaded CPython 3.8Windows x86-64

python_gdcm-3.0.25-cp38-cp38-win32.whl (20.1 MB view details)

Uploaded CPython 3.8Windows x86

python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

python_gdcm-3.0.25-cp38-cp38-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

python_gdcm-3.0.25-cp38-cp38-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file python_gdcm-3.0.25.tar.gz.

File metadata

  • Download URL: python_gdcm-3.0.25.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25.tar.gz
Algorithm Hash digest
SHA256 6e1a047b07c96ae92361ec854d29ceaaa17ccd55044add66db2fb02cb21d568c
MD5 0948fbeb41eb6e89c09a7b720f03546b
BLAKE2b-256 027ff0a100195aad84a228dfafa2f16a04ad73004caef1a411aa25d0969083e7

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 89eb99bdb6344c0bc65f91453a793f16436a632a419839f927ec1bc81f7ee947
MD5 c821f2e4b49a687f45b72c1dcdfa2537
BLAKE2b-256 38258d41d3cd07c4f45d7699f5d01dc47b89daa1513fed90b779f0f6d7fcb261

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp313-cp313-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5cdd66cf6db703c74e9bdba2449c3d5e8ce17f382daad96135e6eedacb09e12d
MD5 847f4f9f004442d7a88c91f3b79f6862
BLAKE2b-256 0610203ce9dc0ddb452eaeac621eeef08db397f09218abbebc673024a676effe

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f2ba36839c94e6e4f31a8bc307d94175c000042a2de1c47cbd9129035057c5d
MD5 c7eeb21a8129d09adcb1d7f807fe9180
BLAKE2b-256 b1dde405307df1c3fd7de6804972902ebca412a83b68f15dbb02c71166762c82

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c78d85b18bd700d08aacfd4b1c984d4351b846ebe55afc4e3f28c8061cd28cfa
MD5 0f8bf7846ed68dd3d85986eba4fbf60e
BLAKE2b-256 037da4c032aadf8201bfcb7d78f558e9614cfbd3a77145501cafeb982172a052

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a83b5f184b376ddd9f41d2e25b593433f4748e55e54d9a556b493ab52ff1630
MD5 7a107127cf96c1daebdeba79cd041a99
BLAKE2b-256 6409ba9887e964c3b185bd892f7d00f0dc825b754380550239fc5eca4b696172

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b7c62d1c834ae88802455227190f3d425b7d78eee4264d596a70950155c3858
MD5 bb324fc183e4c8236a61aa8524713a54
BLAKE2b-256 75cd41cf2d0e3d54d698160d95dc4e14df36917e70ca9a6bfdc5de616f35826d

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9735e63d8809663e87d499bdb5c20ad8a63d86f95fd61ec433ab57cae5781542
MD5 48d8f23d9535e55d2dd909f3b71049ad
BLAKE2b-256 301383a64a49dead6db5be778bc035db70303d2c31e1646476ba64372b2e33b4

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 04ec0cb4a1ba25fc33428b5799a26e4f08695c35edc78c4ee328424dc5eec4b8
MD5 64dbfabd8729d2acd183370c5f79c15b
BLAKE2b-256 6cd8e8f645cad660ec4248baffb0cf9f85f74fbbb9d634612ceb04cfea46a4c4

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp312-cp312-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 da8bc433fef4b0370292998cd8a01ba52e12a7749621e191e2b095bb06fb2949
MD5 e8f348206de75ab59b20d70bd8b572ca
BLAKE2b-256 7a76ad83cdb1e6aebede83cc5fc456d1b3013b9f3a553f7c210aa3b5adf7cb9a

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a291ee8173bb296439d020722f2e809ec5d8aaaa299e0d4b25e15b61c84f887
MD5 57849ee23e0cc1004b38c387805e1613
BLAKE2b-256 a42537c18be658aff7f9be901bb7a0025d8925fac273dfb3d50d4b5d334c9b88

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 39465f63b8f3a23c8ce568efb1b97d4f4418e37602686e66d7c8da620e2b4760
MD5 c1e73118a90eb06588b3481905372363
BLAKE2b-256 5bf81cd05d1ddfb546931b079386db025d9412850003841e8a5ccf8e4cb3b1c0

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a738242f22d93fc4d52606341454de2ffbc1c76f9e55e03d5a63e6542cf3355b
MD5 d139f84dfa768a3b053d61359f147c24
BLAKE2b-256 3b3145ecc4fb35e19fab11068f20147d304e62513ba2135c7856d998f99feb41

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 757d1f792370cb196655f5f6c4154d447a22345265a4f3a1acc0b9e5717100df
MD5 8a3c8655608fa95147b8b27a6a8f2290
BLAKE2b-256 0923e5d09e31126877f7d253a5e075893bbdd96c1bf90c9fa094e703637e4ddd

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 207f4b04a41a1a0daad77b710fe48d893545a3cdff9221506c57a3ecc715a7aa
MD5 dcc56361290de882f10f57196fbed32d
BLAKE2b-256 ff521bc786ff97a9c0c26bd50a1b8e7936b23a162398d2aca7b3cbcaa733c8f2

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 eeb6de0387fb27f4d27f2b6fb838e5fb40463aaf287f1f1904ba38579bf7ee86
MD5 106ed31ce572acb6ad40fd9ac20f274a
BLAKE2b-256 f68cc39213ccc263d5869844e924a5371a49bff7b3ae88942d4f41698cedf606

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp311-cp311-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9e3422ad565868249740c6cc12aa37c5490d029829884e4c19266a907fab0270
MD5 7e221f8ff064a14ead9c040cf1126229
BLAKE2b-256 653d292f653e8d026680713ab436be830e2e57aacbda6ad5c0283c86fd762131

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11d6df08d7e081facd0a09de77155efb2b5759f80102f40d13b716b036427a38
MD5 dd8ef73edf00c0756f43376811feec63
BLAKE2b-256 e6907362003daafa7e7d74448f226a39c38d1bf4debbedb09cd79df4346d18c9

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22e3d3bf3d85797fa48648258ddb4001751b9f5d7c7e28d998abc9674de01225
MD5 6d74d748117fb2d9b00257615dd89dd7
BLAKE2b-256 d2c9160cc22195fb6ce7a0024c185337b77b4c8fbbd36403d234a09252943727

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e7fa3dfd217b0f5c78f26a9a3d91e1742839aec8665cc4e5eea611222c80b5e
MD5 40772b0c875f50486f7204a4e780a701
BLAKE2b-256 12b4419ff12a30b2297c034580d0117e860afb9ecc6ca40f690b3c51f3f472f2

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50eb9946aeaa1609461cd54a14e34de85a0993af1a5726fcb15830a2e9438044
MD5 05f007eaf84d11b9fc9dce0ffe4f32f6
BLAKE2b-256 1094632ca6302f097d2e36b2d9080c26bc3f041703a278aa2f5afdecffae418c

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 694ce7c933c4f645052e79b2440e9169a706b3aad6b871fdfc2ec2e33c545e42
MD5 81e3f5ab40640cb6971b0880ec12bf87
BLAKE2b-256 6e2de3f106a718e64992dfd706c711423cd63f7b951c21609aa97b4f2911b27c

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fcc2cbf89ae8ff211b4faf1f9612a25d0b5cdc1da8b22e5ba6c6460b6a57a4ee
MD5 801062b4df83dbcd798f199602bdde1c
BLAKE2b-256 d802ff1d602263147043d0798c2e83635771e88629d990e7c92b2b69faa76d0f

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp310-cp310-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b988d28e726ea7e5fc585cfce6b734dfad3f464a8a8bfea193908e2030291ba8
MD5 1ad54a2855d01d42be0b3d0abb26474a
BLAKE2b-256 68486d3d9de10c5b8173340f74f1398e1e71de9f629b91c082318b9eb3211592

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16f86e01bae4f4cb082442e24a64a68f79c159f29c786015f6660a119b07761d
MD5 239774afa5418059a7b7cea9fb753783
BLAKE2b-256 aae26ab0287dd8051494388ec649d08f941db0e92424cdb27b464955682054fa

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 631aa02d3b95a83620305c504b4aaf78ad5a9977363d6cfafd1fbf99049e3775
MD5 5d490f5e946bcc13ace8b3b4b556e316
BLAKE2b-256 9b9298c2b02c35996ca0b773198a04d92a8716fa9ba0c73c1bbb6e61d970bb67

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 016ee3b925017b9ec57947ce7d29b176b7c26478ad2232baa0d9717af8323518
MD5 f6fd4b590053c148f09a13117b9dba48
BLAKE2b-256 72b94c964c6efa757f2d7f33ba3dc1c46b8015bec63fd136a34c24459d5eff97

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dad7fc21219723bd2197cca1ba7b674b34905f70a1e5f2febed2e4d47e2c4e32
MD5 d088587bfb62eb5dcbb442f9c1fdf031
BLAKE2b-256 fab47f6de8c0288911ea47b778c1b60fc4b99a78c208e770933d1fa46f622454

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5af2abc033015c30cb422818e9208755f643d1d1642de34200ec9363c48f2220
MD5 5bc4fc6f28979aa75d964e9a6fbb9bec
BLAKE2b-256 227baa4eed6dfaaf0172815b526f4ca469c75f73502248f75f281d67bd3992c2

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 05eb23a12fe47144f3875bb7410d2fe4553cf7537f0d8941a0e38b6a59426262
MD5 bd0af170641f647e0028385506270766
BLAKE2b-256 0046c9b276d997609720b9eaeaa60288dd68b88cf51076a5026f0d916efd1f38

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp39-cp39-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 32551e12df6c3e394182da6aaf44e2bbe6b71fac1b997efbc8e61cee8cc4dcd0
MD5 fe138975c85918e3d5931b022ef244b2
BLAKE2b-256 349506af7210bb3129ffc20ac9ef364d67794c63b04d658dfdee40c936106ede

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd5c1a27964fa91d91e44692ecfea2488cda3e9e8562eead27d8c738ac36123c
MD5 f90671f3c32e8eb099eff1653a953315
BLAKE2b-256 492ad8dd04b26a4b7e086bb3f10d4dab2dc5211218c2940d5a5c9b6dad8303d4

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7594527acf140094bc4c18f8a7a6540f5d56792b9eee62904f500c7185c3a862
MD5 75cf22e7bfbd34e1ffc3b5e80e1631f5
BLAKE2b-256 10c92c2b81ef78728623a2ba30d8f84ee5f5ecff809080bef11f4d652938b699

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 065b75800b4de2665148f556b1f50f8e71a6241d0a64dc49a2faa6ef6cdc9fc2
MD5 732004957aa8594eb8aebf281cb4bc34
BLAKE2b-256 f1d8d208895c49190b22686aa0b6742ebd8bc3bc515daf308acdf2603bb1212d

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23a8a6413d120f085311d63013065aeed7a18c0d490d730aa252bee3659bf32c
MD5 438032d6c3d55e674a4bdcc8699995fc
BLAKE2b-256 b2dcf5051666e0c187d40ba8752a93b8468d2c80394e14b058108ed9258e3d4c

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afec76d66216414eca596b35efce26a13904324e61a8290247b1e21d7cbb348c
MD5 3c26cf47ccf38aefcf810d1722c9b7b3
BLAKE2b-256 91e5ca59c9f02aa1094db21d7e74fa905cb03edbfa7bcf58632ae3840af7b39e

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fc0cbc0c0267c3630dd561326a97e557defa2f693ba751dc42d2bd61d78e8f17
MD5 b62978138faed62eab9f7607c0c46103
BLAKE2b-256 a36fee284f2e1f9584271d97bd8afeadff6f82a8bdced2d380e0ae8c89915dc3

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-win32.whl.

File metadata

  • Download URL: python_gdcm-3.0.25-cp38-cp38-win32.whl
  • Upload date:
  • Size: 20.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b8ba09c3738d0d13b0437345ed0506606a83d7be8bfb040f7e33f367f0c70f95
MD5 97bd940011c39e0f06412595dead4c5a
BLAKE2b-256 3b5cca3a1c5359db581428945c58b29775de8c58ae73a546f48161c80b82a6a8

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a95c0ed6d881adac74a7c963977ca33f1af6c2d09c23555325bdd34887f70da4
MD5 2eab62b1332fc19e1ef7c3f1a5cf9551
BLAKE2b-256 28b0fb9f9b3cc873925cc20fedc84d49f937b17cb0cec1dbed3ca5bacb1fcc30

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fd06d6fe9b5e6c671fc5f43d1dd8687e6f0740fda57280af7e6fb2bd29c8f4e
MD5 556ded49c892b70f6697d9b47ce18c99
BLAKE2b-256 41dcfbfefdddde9d94b783a2730ceb7bdb7626829445f9573a9680008781648a

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fd30513a164f06175769f75dca7067a6d5e4078a21ef6f37ea10f0850e94942
MD5 4031db320166c739b148fcfd217476b1
BLAKE2b-256 b8d996dfdc6ebf53e8daac05c854dbc6e851d73874cfafe87aba9167ab464888

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddf3fb49c898e6051df5e8e07547aebdbd2f3ed92b874f13afde9374ef107d67
MD5 a27a3eb7f4b8ddd95960eeabeeba66ee
BLAKE2b-256 2138cfaaf76d800508d9ff27f035ea2e8708dd900ff864bd0fd31c5af08b9c94

See more details on using hashes here.

File details

Details for the file python_gdcm-3.0.25-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for python_gdcm-3.0.25-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfb50a90c90ca7ca1768c95cba5bc92c314fac34c1e0fa3b7f7f2fd4e7008350
MD5 78d2e7cf7422ea6b20e6c422f48fee06
BLAKE2b-256 1ce59a7c7f0f2daaefd232bd96e263d9bd83d324fd3a3acc62d9bb9bc2fb8821

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page