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.2.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.2-cp314-cp314t-win_amd64.whl (956.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.2-cp314-cp314t-macosx_11_0_arm64.whl (938.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.2-cp314-cp314t-macosx_10_15_x86_64.whl (938.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.2-cp314-cp314-win_amd64.whl (912.1 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.2-cp314-cp314-macosx_11_0_arm64.whl (919.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.2-cp314-cp314-macosx_10_15_x86_64.whl (923.2 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.2-cp313-cp313-win_amd64.whl (892.9 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (916.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.2-cp313-cp313-macosx_10_13_x86_64.whl (922.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.2-cp312-cp312-win_amd64.whl (893.6 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (918.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.2-cp312-cp312-macosx_10_13_x86_64.whl (924.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.2-cp311-cp311-win_amd64.whl (893.5 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (918.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.2-cp311-cp311-macosx_10_9_x86_64.whl (924.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.2-cp310-cp310-win_amd64.whl (894.0 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (920.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.2-cp310-cp310-macosx_10_9_x86_64.whl (925.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.2-cp39-cp39-win_amd64.whl (894.9 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.2-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.2-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.2-cp39-cp39-macosx_11_0_arm64.whl (921.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.2-cp39-cp39-macosx_10_9_x86_64.whl (926.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.2.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.2.tar.gz
Algorithm Hash digest
SHA256 47c576b37edfcde2c2153fbd53e8c9f1dee69c37ffbb2aa26e22bf086892ae20
MD5 47d8287c3790b724dae073f43a04ff44
BLAKE2b-256 01e7a0c406a29569e3692f4c3b11321bd69bfa70800d14f461d9301b99948398

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 956.0 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.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 c787598eec70c477c264662500a9a762143cff13df2a5b7fb1db07584ca1e7be
MD5 5911ae35718353128b5387ffdfe41b68
BLAKE2b-256 d4586a35d212b4a01ff82aa371844f65c45aa95f05c317ca5d0830846e845144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a838443c1327a0fc9eb96d4892458490ba55a1514ca33a057f579c3d8538b47
MD5 5cb205db67a27ab914270bc952d0d39b
BLAKE2b-256 db69daac95163f86b62b289c31aaf869452983dff05039193afb7453166321f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 92a203694a09e7a35f829ff201c7349d3c91ca71f68fb0727b1e87c0a2619cba
MD5 01b45251ab4845cbcfc4b8277468e076
BLAKE2b-256 2da878a5ca02431b49f502fa1c906e2fb3deca41b91df52aa9db1c30b93d6bf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 912.1 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 faf4e95db4c735b050acc7edd653840936f6f4ac3ac0ac32ce6f18d13a3bae0f
MD5 ce65b1989b314be20eab3373be8f9bd6
BLAKE2b-256 198efc5206e7e36e131b4a7a0595421c2dc27a687940a3b021530e515ef77288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ea84f0772cf3b96a4cfa981753b1fc2b18e94324656c154d7b0d3bf137c681f
MD5 eb1e01a3a8573cb8df59b01083c26473
BLAKE2b-256 e92a6a51bdec5340789b21a9d558eea7f3a0034a3bbda681509e0c92d23ade24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 29e91e2d9ce5c681abfba8a105d54a6d853a7375887def2ede86a9abe70c10ed
MD5 f77c774228e6ba77d7d644b447d819f3
BLAKE2b-256 a312b702faf447fc6261f37b34d122c2de050649e1b4adad2d49b77e2e0b6853

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 892.9 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9283923e6666c1c42164676cc4610c0a09d360f944827c6dd2ad62248689d170
MD5 b266c1c3298153e336bca0bc6cd102a3
BLAKE2b-256 2f8c8065c2f9464f0ddc5f074f41327fdde7151b48318f2b9d1a862cef3a716e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3beeef2df77ebca2cb8d4c9de66f6bc7e4adfa4f907733fe29bb566c9ab15ddb
MD5 e737387efae4beb09a256ba854bf14a0
BLAKE2b-256 56d8ab28a7526e3bd5fff835256ac5e249d431119e2591cec44fc3b0b225cad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20f2a4fff85db6ffa6f756c682911f151a17b4f3b490ae57a2d715a55c19dc38
MD5 aa5a2bd4262dd3c4b0e619df91684ae9
BLAKE2b-256 2f4c33928a153f62991dfeee42a2a2d96f2a250351b78b976853fd7282d553b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d33dc70b291b4de4dfc36dab0de971daf6bedac21a04fe348cfb9769ea831683
MD5 8e3ec38dd6aabc932330006b9a2eb535
BLAKE2b-256 f583470c0535609fc899c544636303dc9ad2904623d6abb2a21de1561f3f2df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9e37dd2d337a5d95d9e05e21d56a2838be53b1b38802038bcac6900b8949b143
MD5 9ee00ef2872577d3656a0dc205e84039
BLAKE2b-256 81a80f49498782433488716f2f474726aa62e07845b6a893262661e8a0f790ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 893.6 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3828f113f2ca5075df5bbfcccafa5ff42cad8a3143883c365f9a3c926f2de8b2
MD5 61f626a4a5327a5913a21697849faafd
BLAKE2b-256 f5aa07f68d07e3508f1c6e61585ea5ccfcd4275517d58578391e58a5d154d191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16971ad46059578415955209fb72baa86d3e6d0d338085d98a7cda9ac6e34b1b
MD5 4c1e1e37ba1fe93fcfd4caf8b596ab2a
BLAKE2b-256 f2b1acd326875f8f64a1c403dbea97b8bb3131b2351def379cdcc793b8a3fea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb63afc2ff5105daa05dd49981a70d2c1305fa560477244d1db59c44ff74b780
MD5 e3c3f88e763ddcd389356ba8e3d2d954
BLAKE2b-256 ef15e524a76c22594a4b79dfa50c964cf01863698ad941aea4add6613027f30b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e140904f17ca2eab11c7ad02ed991267ec37099a2122421ef14972d986ca12dd
MD5 911dd341bf5bc4dff8c01fb4707013f4
BLAKE2b-256 01ce56a9c2221d26dd28c99c5cbbcfbcf4d6abff2b4d30e1f2f1e983403428e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aa841f9b16f04ed60f8da9fb5c36694d6f8026723d3a5b1fe19ec67330bb587d
MD5 69ec05d294c230ad6433542698c58218
BLAKE2b-256 95aef6eb18d6588b059edbeddb3c003c4e362c5293b267d127d50ef8bf67e06f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 893.5 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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 54418abef6e3ecfe26745143adff3df933ea3cfc3b934da2962c6d61290e7907
MD5 38aff313e46d20d6471ec31c0fce4bdd
BLAKE2b-256 249b0792de99f077c8a01218e4697e3b68f78ae765d081121cc827fe55da48cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d734c3488fe9c47d0c7b384a6c218e5c60774d39b16bbea66c817859108d0929
MD5 aad8f3eed2486aee228810dca3f7a2d1
BLAKE2b-256 38b31a7912c995aa74975d96c3767598dd4450277e025e4523bda450000182d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9128daca93a316043c199d4e592cfb34d6b084815ba3780b3c6db2e5ad180566
MD5 e9673152c052150c80090a030d42d22a
BLAKE2b-256 7bd48f164b879e0dbf301a67cac04f5fc5a389aceb71ad6e1f37a1859a724f63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aab107f6c4897d9c08d756a371aec5169d06369eb13bb5cf76f60d362d338b9d
MD5 5b45f5b751ed9f863e418c839216660c
BLAKE2b-256 218a2a2d2d072e5a789b0ae2820543d2f621ee78fbba49a3eaf3f62302ddb34a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 227f7c6f19a0fe64880ea3d56859355e46ccc99c230725e53b59f6a895bdf95e
MD5 dd6221b9a4cb7657cf5d894f958eacd9
BLAKE2b-256 06c4493156c6983e2967b2ae7dca661dab2e7a9652d7f0b3971afc42c3fc2d52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 894.0 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02f2523146e356ae7684416843efc19d78c77a030d212dda7c55f2e1d5b6dd38
MD5 220b2c44f474433f282f1b0119134e12
BLAKE2b-256 807e9ba5275fede4075a17b0d8d0e601419ad281942bdeaf2ce218f282ded74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec62ed11b0d3a7e46bedfdb67b5a1cd9a94e4bfbf134e3860f6b1a4bf54f2897
MD5 613b7fa1fdb9150cd50cba21ff517d39
BLAKE2b-256 4ac310dd55c1f03a8a9ac81d3db16d106851dbfe94bcbefe308e5b9f2d0d6baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d448a5aa963992493acfb456a0a9d1b5e457c08ef4bb5927dfd28108fb27672
MD5 37ae5169d998f6e712a1c893b1628312
BLAKE2b-256 c818a361e503d1b697002d4c58ad69ed2b77209988ace86a38e345bc4bff132c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 695d41faf966a5e7bd31cfa9b3a7b8fc4d2093d217c29e153b14c31591e603f4
MD5 6ff21a517a0e499ef014e29ea6c9bb24
BLAKE2b-256 ce6b83ea508d97be036e945026cda680da734b9330d780ebf609b793dc044f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4f9a02bece31baaada8360e405177f4015aa4178c0ff9ab813286b751687af02
MD5 7ec06ae5533b9fb3f774ab336e901495
BLAKE2b-256 a039acaa282bd9321435102283cc74bf7c3ea8fe84447cc8b2ab971c85b471f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 894.9 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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9fa4b909998ed680e4187651ed6ac73396ddce99dda058c8a5901c3a69d89843
MD5 39670431ea76994e90127c08e9d4224e
BLAKE2b-256 9c4387972e87788e51042bd8c786ac14ae9d30cad7d384bb6f5d50fe953a95b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49c0f281b3af3df005d2f38fb82d4e5ba05730dfd993daea938763e63f1e1136
MD5 dd6a285c107ad74d0c0d648fc6935183
BLAKE2b-256 25cc89583e3010480cd0a267cb4495282e40b454ce6ac9021e2eef6d2e2ac5b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c651fc44e23c02e7b024d6e51a07f0ae1bea1106b29429a777dc939cfe104525
MD5 cf5a9d0684bc7bb10abb38a89f0ca958
BLAKE2b-256 c6141b74131656d401c4c109d975d1074e400c4948b90267f3d35f9e1c909c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76a8e57f89fa6f89565e1ce1165f51771fa7ef3904d099d7f1f3f594a01aed2b
MD5 f5835464f08ef5a94391d879bff519a9
BLAKE2b-256 3fa2bb40eee0767f7de189967e0d65bc8acffed7f33e88492abfb2169200a13c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55bb11631f17affb9150ec03a90d710dc79b68251769bfcd46a111a95b661a08
MD5 fe8606ada261dd2f53b477f206d58af3
BLAKE2b-256 72727bfda38a5a8a1242c7f87b6ce7528e5f515f5b49a1a7d7f7e5bd31146874

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