Skip to main content

Library for real-time deformability cytometry (RT-DC)

Project description

PyPI Version Build Status Coverage Status Docs Status

This is a Python library for the post-measurement analysis of real-time deformability cytometry (RT-DC) datasets; an essential part of the DC Cosmos ( DCscope, DCOR, DCOR-Aid, DCTag, DCKit, ).

Documentation

The documentation, including the code reference and examples, is available at dclab.readthedocs.io.

Installation

pip install dclab[all]

For more options, please check out the documentation.

Information for developers

Contributing

The main branch for developing dclab is master. If you want to make small changes like one-liners, documentation, or default values in the configuration, you may work on the master branch. If you want to change more, please (fork dclab and) create a separate branch, e.g. my_new_feature_dev, and create a pull-request once you are done making your changes. Please make sure to edit the Changelog.

Very important: Please always try to use

git pull --rebase

instead of:

git pull

to prevent non-linearities in the commit history.

Tests

dclab is tested using pytest. If you have the time, please write test methods for your code and put them in the tests directory. To run the tests, install pytest and run:

pytest tests

Docs

The docs are built with sphinx. Please make sure they compile when you change them (this also includes function doc strings):

cd docs
pip install -r requirements.txt
sphinx-build . _build  # open "index.html" in the "_build" directory

PEP8

We use flake8 to enforce coding style:

pip install flake8
flake8 --exclude _version.py dclab
flake8 docs
flake8 examples
flake8 tests

Type Hinting

For type hinting and docstring styling, try to keep the Code Reference readable in the documentation website. If in doubt just ask, or look at the examples in the codebase.

  • Simple type combintions such as float or str | pathlib.Path should be included as type hints, but do not need to be included in the docstring parameter description.

  • More involved type hints can have extra information in the docstring. For example for numpy arrays, npt.NDArray[np.bool] doesn’t render in a readable way in the Code Reference, and doesn’t include shape. Therefore, you can also keep the docstring parameter description with the shape and dtype information e.g., binary ndarray of shape (M, N).

Incrementing version

Dclab gets its version from the latest git tag. If you think that a new version should be published, create a tag on the master branch (if you have the necessary permissions to do so):

git tag -a "0.1.3"
git push --tags origin

Appveyor and GitHub Actions will then automatically build source package and wheels and publish them on PyPI.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

dclab-0.71.4.tar.gz (4.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dclab-0.71.4-cp314-cp314t-win_amd64.whl (956.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.4-cp314-cp314t-macosx_11_0_arm64.whl (938.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.4-cp314-cp314t-macosx_10_15_x86_64.whl (939.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.4-cp314-cp314-win_amd64.whl (912.8 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.4-cp314-cp314-macosx_11_0_arm64.whl (920.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.4-cp314-cp314-macosx_10_15_x86_64.whl (923.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.4-cp313-cp313-win_amd64.whl (893.7 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.4-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dclab-0.71.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dclab-0.71.4-cp313-cp313-macosx_11_0_arm64.whl (917.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.4-cp313-cp313-macosx_10_13_x86_64.whl (923.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.4-cp312-cp312-win_amd64.whl (894.3 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.4-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dclab-0.71.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dclab-0.71.4-cp312-cp312-macosx_11_0_arm64.whl (919.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.4-cp312-cp312-macosx_10_13_x86_64.whl (925.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.4-cp311-cp311-win_amd64.whl (894.2 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.4-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dclab-0.71.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dclab-0.71.4-cp311-cp311-macosx_11_0_arm64.whl (919.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.4-cp311-cp311-macosx_10_9_x86_64.whl (924.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.4-cp310-cp310-win_amd64.whl (894.8 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.4-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dclab-0.71.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dclab-0.71.4-cp310-cp310-macosx_11_0_arm64.whl (920.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.4-cp310-cp310-macosx_10_9_x86_64.whl (926.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.4-cp39-cp39-win_amd64.whl (895.7 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.4-cp39-cp39-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

dclab-0.71.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dclab-0.71.4-cp39-cp39-macosx_11_0_arm64.whl (921.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.4-cp39-cp39-macosx_10_9_x86_64.whl (927.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file dclab-0.71.4.tar.gz.

File metadata

  • Download URL: dclab-0.71.4.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for dclab-0.71.4.tar.gz
Algorithm Hash digest
SHA256 db95d7f0b99326c9da6e67aaa28fb9cab8e7c3cf6471cd98c6f32985337c2a72
MD5 b804d1f6b5e504d11ceb73ffcf3fd80a
BLAKE2b-256 b55dd4107e698e0e3b99fc7dc40df8c0d9939ca40eafe23e57907d7c3bd5461d

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 956.7 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3c306d4887c5ab5715967b6d135046f53e99424cbb0c342c8070ae38943c5de1
MD5 efbeb0a25da84a97a70cec7bdcf929fb
BLAKE2b-256 c89c1c0bc2fec9baff70d0ad78a56a059ed16ca528f165a50d777594c8a11c47

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72978fd4895edcb2aa49d289ca61705486b5942996b7c423d94e1d5c162091f9
MD5 a197110795461e2e9531d85090feaf92
BLAKE2b-256 857157a3e311956c4c2f559390dfab038891687052421bcdce205f183a047fc0

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e10363c539e1fed6cc148ec04bb55ef81c44b1d78386869589424a0102a31ca9
MD5 2a0d508ae4f3b9c4a7c0d0dcfcdfbf2d
BLAKE2b-256 c9d7eb74d291f2471872598f763c5d93c43292fa606b4b1877d9f7c6e5c66f3e

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 912.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6ae8846c74527425487ced33353dae96583e8da932d74ecb1fbd3389054d17c7
MD5 02178313fa2c8eca63ba784c65b9262b
BLAKE2b-256 67117265a18acfe07a198d9c0d6558e777bc17083c23be1efd4c8b91925d0c99

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5767e0dfccbba7d1ffe83f164eafaa44b77ecfb3fd4d829bdeb53646aacf5cab
MD5 a5d90417bd8d04805b006da09ff29a9a
BLAKE2b-256 2ef679adc279af5b95e53f9fb793579e920e4e04da27c664bf3c91da2a2b8054

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 858467aa33d5b720a0f0a7aa2bb8f8215e4fbd565586d6c0faf45936ade25e35
MD5 030b36b04c05503d6e65b0753013d380
BLAKE2b-256 de1697d2f9f74e219e001b3c2da8f3dc9b07c3230c630551b37fd94ea04527ba

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 893.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a21f680099af28248c0a819668e872cda8f168b89c0e041cf2149ad3bb98304c
MD5 19e651265808b10299664f0e0dcd3b81
BLAKE2b-256 f38706231af578664191b7f31986215adb1519750ec4313f4555407456b3e09e

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11812841ee7dd1535dedbe19abc0f63643be00936e7c23f93a689d05b245bae5
MD5 44b13a518ccde77e64dd4d93facbd920
BLAKE2b-256 47c5988f3fcaeb5e3137b301dac66d3bd1444f800c8dfeaf7179cf5bdecc9c42

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce163423e1d0479a5f3d9487db18b3dfe1c741bc00760905b53f297f76f896a5
MD5 9ce854a1807c5f4588c5759674c281fb
BLAKE2b-256 90a3ac5e520f4813cc395bef70dbaa6116466f5c794062836d19a9105c0fc6d9

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d931d6973c53466128936a567fb5d0f43a1b171551eefd596df7dfe83b5b000
MD5 2b0910ae529bd549dfdc763586bc4a7b
BLAKE2b-256 fb1b92e78c666da4b6d8a840a66f7b3273943353bfee91c822579542ce15f460

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1033ef047d78a9f5754282b22329e1a34429b506caab22dbf671507071aead3c
MD5 9d3ffa6121c4f2e24e4114b9659c7f96
BLAKE2b-256 4e82dcb94a47afad0188752775ee52fcd19c9e61283c842dbe7cbbc8f4a1a367

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 804893814054b7710903e4bbd1dd3781f820213915adce71f5519ef91210550e
MD5 d86953a42d0e5168c665db94c2df294e
BLAKE2b-256 4c0d5b1ca576ef993c430b0ea3045f6ebba99ddeba15ed31913a809f000fae0b

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66d9d2c447c3a2d9a018940b0c3f35df5d52390cfc4c66e15d849090916d1690
MD5 30d7d507d3fa13ff93d9dfe48f553959
BLAKE2b-256 8ba3a9bbcdc624c211c8409574d99035a7ef3223f41b5ca60423bac1f56a1bfb

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98f6c193d7b9207cb80212569e89149fb58eb8fe686346602ee1b86370a662be
MD5 434e02fe2669a51a01a88aa34d22b465
BLAKE2b-256 ee85fe47e27d9408910d0f3a03a3a33fb85e144e58693822232f5a38da45bbe4

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccdc4c8b3e5f0643a2a4e5d861c98603e6bbc7e2cc5c81a54dde02c89293afe5
MD5 eda554f50c6ad52340f0df2d10673fec
BLAKE2b-256 04e2519542e19638d3dac31a3e098b2a13a56adac1146740bf36eba2984b77a6

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 adc28b43a4c3081ed4b1ee54b0803fc7707b149f3768ca086ea4d571f9becaba
MD5 1b4a25dca39f08c09441c29b5adee875
BLAKE2b-256 f7afa4772bc888ee11acb3e44324f1238e205786785ae039f4fb36e5f83d70f7

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 894.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b850bcaa2263ff9ffa293adb952a8e5dfb59a88325a4b18e5531946073553e46
MD5 3f9ca70c4413ea75abb08598c515d98e
BLAKE2b-256 21037292e85981f1eb188567120cebaf79f574f18d5ce9736746d36f97c6220d

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb782fbd0c6865d970faca9441899a955fdd2713621a3ed20e6c8d912eb72dd6
MD5 2a1c3209c697d0fe435cf736d33654b4
BLAKE2b-256 3ba4be2d9f9012e9110fcb0684807be1a4642126d6113744616552c512cf0d52

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6584dc83d5d34dd51276c784ed24c87fb007cc9c3e50f15cecfdf86c61cce1e7
MD5 277348615298ade19af4f3fd734038a6
BLAKE2b-256 e88023898f30c784ae1237069cf06cc05f708ebdc65ec3122c388cfd75ab1607

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75b28bcda96340d28224741744ffd5b9ff31de0c1797e37ab187db67aab31fa9
MD5 3001b9b2dc476282d6163882f6c7ad4e
BLAKE2b-256 66c71e31e3ab5221366b96ef5fb7e7103fba5b1bcf5b7552549198618f6e6721

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53600cb0c9481a70272803c0e11857401d64b0f70291b4de1c0f037e263ee61d
MD5 ee1834315eead813ba78494d459f6fac
BLAKE2b-256 fee33329fd336e905eb8063bcd30cdd7bba2f176821bfde5269e2e5619d84cbe

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 894.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d12800fa71044958ab4da48c7a708a40adbda86a2da4815bbd76a2c15510500c
MD5 ec599c5d60a608829a3f30f6bc0ab00f
BLAKE2b-256 cef952d254c342d9b9733837ec0bf366243da2135a12c4c615ebebb6b30da2ae

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1ee8dd7ee26bb0db427c33576af4782caa9b04b3ed1cf8e78d49af81c0a7edf
MD5 674322c02cd079e061ee40c8f99ac08c
BLAKE2b-256 32725c2ee7d8930ac7f07490a62f5642ac673ae74dab49d3687ec10520d46350

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48e0713995e429bf37cc145462cea5e40a69a7c39dbd74d7d9df0b2ebd672241
MD5 de7205789d485dd0466ab2ba44567751
BLAKE2b-256 e0aa6ba38a450a465fd5cc9fcaba6d1168361cb436d1cc7dda78388e56465b66

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f2d235dded3af965c775a92d18df2b83f8688096411aed540425bd41b083c2a
MD5 4e316fb03cb3fb9956d5ba3bc5849abd
BLAKE2b-256 722a0adb1496c409bd91d38e65f8598a1ed31e2a69ee9790ba48e24f27bab2b6

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4adb39aac3bd4685d4ac4dc3f67c6284d815679b57f7b7c7637652b2de113e61
MD5 f1de1d0d118a2f9b6cde2e67d7c1d650
BLAKE2b-256 9bee5388a32583514e7cfead4929373595f4671d350d7fe20bc8525511344825

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dclab-0.71.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 895.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for dclab-0.71.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5e0c3117d4b422423d6fa165a6c2ecdec96de402d97137aa404895c24fc8c72e
MD5 b5e3bc57c0d9a8ae5001b27c2abae315
BLAKE2b-256 dae7253d865f6ec03b68d6e11a7a8f264921f8364bc7a66e10cb28732b15aea0

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7f1b84e08fc531e079c6c070f17849b4b7d11c14cd22371aff1f86aa2caf884
MD5 d59d664bec439a79a14b9236c18a0bfd
BLAKE2b-256 564d89ebed49d88479b391ccf23e4b7261d0555a8dbf097f9f1c270b270b11d7

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2187dd0568e58dbb24b3276057b6b98ddbbe2a171b8cd888e41c8546271be739
MD5 3b2da32f5fcd662c049a78d40bef439b
BLAKE2b-256 f5506ccc98216d4a2f3d200062fdb16cf39168b1a2e9599522a7eecceb89ec20

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a9294f56119b7f666c27ab0d399d596c53d859068597da7d4cdc0864bd9e483d
MD5 920091ea4e0c866ddf0c099491aac230
BLAKE2b-256 aedd94b8be872684e6308ca53c83546cf1540ce1687078afcd9f84f115f7f08b

See more details on using hashes here.

File details

Details for the file dclab-0.71.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f87dcc7ab24eedbe8bf9d0a69ca1255d7197e60e1533f7611d4868ee8c46b029
MD5 318298a8600807b6b810de060b4a925d
BLAKE2b-256 737ea04604545ae5a75320838a81f713240ac12d0252001b8c69e6f2093e3436

See more details on using hashes here.

Supported by

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