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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.5-cp314-cp314t-macosx_11_0_arm64.whl (938.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.5-cp314-cp314t-macosx_10_15_x86_64.whl (939.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.5-cp314-cp314-win_amd64.whl (912.9 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.5-cp314-cp314-macosx_11_0_arm64.whl (920.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.5-cp314-cp314-macosx_10_15_x86_64.whl (924.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.5-cp313-cp313-win_amd64.whl (893.8 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.5-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.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (917.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.5-cp313-cp313-macosx_10_13_x86_64.whl (923.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.5-cp312-cp312-win_amd64.whl (894.4 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.5-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.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (919.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.5-cp312-cp312-macosx_10_13_x86_64.whl (925.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.5-cp311-cp311-win_amd64.whl (894.3 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.5-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.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (919.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.5-cp311-cp311-macosx_10_9_x86_64.whl (924.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.5-cp310-cp310-win_amd64.whl (894.9 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.5-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.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (920.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.5-cp310-cp310-macosx_10_9_x86_64.whl (926.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.5-cp39-cp39-win_amd64.whl (895.8 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.5-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.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (922.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.5-cp39-cp39-macosx_10_9_x86_64.whl (927.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.5.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.5.tar.gz
Algorithm Hash digest
SHA256 2dff7af676bb7e2c3ab585ee6baa69da741076e0bb5662ca710ac31b9a93c4a1
MD5 539fb0b7855aaa737e70296192842a85
BLAKE2b-256 e49eb100f4838ef27ad057969153989abb93bab5ce7c17d3c7987ea0c4393db0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 956.8 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.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bd379cb80cc4413986deba97335a70554141d95d5d10fcfdd844ecce179ef539
MD5 6d53dc0745384a1fd237b8926765d89a
BLAKE2b-256 5c079fae5bda2123009feff0264d85940d135a88862883e2beb325795a165933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3a0dff485f0ad4ee9a52bc63b2bdcb38711a3a0d4a63b4f3ebd0fbd5c900c48
MD5 fdd41c8fceb148511e1d024aaff274b4
BLAKE2b-256 2970ec54f8b1bff5323fe3e7386e68107dbfdb89f7e90d3d380aaf8a337b31af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 34761e7945e716a3d2fd0c6b16a3d826a17a5c571ef33509178cb79ac335025c
MD5 4119aa3facb89e8fdbd93febd8e733a7
BLAKE2b-256 e681ae5c3dc5810879038b493a462b4edd0a95d55b1ed3d5f44c333ba2cd2ea1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 912.9 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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5aadd527eb9448e7a9dc18f621e4895563899d37e7df864bf6ba0d27605f1a9f
MD5 8f23c26fb695d9a0a9bca86b1d514ee0
BLAKE2b-256 9794ae1633e4374a8c8ac37dd1ee12bbbc644afe5d63e5181b0587bef8308639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6fd9e5e58088672c02576e12954d3d8b5ff500e4949622bb598fbb2eb4bd315
MD5 78753d26716adac5a755869a8176503a
BLAKE2b-256 1685148836133997b6ae6070d02e68eac2c20fa3d2f2983763b5e837b1705d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c02b55ec1ea82510f6f0e21507862686645731aaae765cf8e03818d383714bcb
MD5 6d8eefc7c111e93e671377c990dc418c
BLAKE2b-256 47230a685a06763cd59b57544a6284fa60c9cddcd9988c4299d2ddb8135ac7b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 893.8 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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17ecb234cecf657e6a8b0feb543503f7560990317460d419e94ff9e9ecc15e8a
MD5 685fd893916a5e5cdf6a29918135f61b
BLAKE2b-256 e52846b55297f5bd31ce9958d85c4728479e3eb7367c16ac2c54395fc3327b4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca0a325c8d78a72145d2412a783e386026f23042c0537e8a2427ab761c8e0c9f
MD5 1614638a61c63bb8b8ea3c5e6410093d
BLAKE2b-256 d701132f204cb4aed6a78cbaed69b92f9eeef032b679b9b212ebd556a336801b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02fe8aaed3aac664afba0a11add40b853613a31d572e5b55af6b2d9a3e13c85a
MD5 c71010fd734f0d4ed38e485071c05d78
BLAKE2b-256 4850b16501c6e0dff569c8295f3e9cd2b4bf16294d651f104dc1013a923be9e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9d933ce3a2c2f83e8d39ca1597f67bdb2e31e1cc001188a6067a0c2eda13907
MD5 e037536dd06d28dfcd85b92a41da8fc6
BLAKE2b-256 c6697b80d461ac3b9ad86d720476294424c8a03370d825013df7856bfad0a787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12049fa86e21c95e169f4ca4ef172f940fdaa2f411e60f8dcda47a406a96c773
MD5 fb3a5d82ede8b5812c651c9ebb06bcd6
BLAKE2b-256 2f2915d5e5a4e485dcc5d9b14c3e54688f0dcaa292dd25731d5cb5a7a93a8e4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.4 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 650cfd8b6acafecb6336d7ee5b41fd86e4b907a6062a1a8d129ec3eab9fc558e
MD5 f628d8b868432d29d475db6cc2f1011f
BLAKE2b-256 52ff14f6ba4a4d015bdc7c9824d633092659e410599a6601bbeb84f2acd494ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2df17c4f0141a610347012b2e5659a879ba07ced74780eb8cc2a7ddf2c1f7e5c
MD5 dfd2cf755616f26009402879083e7d56
BLAKE2b-256 2c949e6641a10d6e8bce6f17eb659e5d476766710731d7e2ce546d611ddf2fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba52482d634a7b309d9f624cca0ed9629496bec3b4ef7194b49082bc27a7eb1b
MD5 3d1a00f5a662742ba6c7184e26b9b597
BLAKE2b-256 2423ac5718617c10ee7cb86f98e4cb553577d8b03c9b757aebff8b0359fbed56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8741d81d81dda84e2525ca8a07a15957b76aecff03cb0809db8e23a6926e8169
MD5 a29d305a2a1df3829a8eccbe6198510c
BLAKE2b-256 4eba731a1f99a9136759f0d43f40b76f3b0842ae6ebc96e26f667e3aab11f2cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 28565024e92c41b88fdde4da4241c0163a6e8fba326b7070841c7cf255737af3
MD5 497abcdb9c42a26d433aad7c4cd6222c
BLAKE2b-256 60ee4eee3f99149f978d91be84c29b74022098fcc1dabf58fe2ee567aa952c7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 894.3 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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9eb675128e97a63d52bda8ec01df69fc6247988e881e4e5fd4775aab8327e77a
MD5 ea6db81f2c88b14a90e2fbb775acd0c6
BLAKE2b-256 1b760e8bb6ebe520ad130875a498f662698952fe0dcb42214f433659a245a151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2adc18379a048f6c11477438a9b6af2b7fd6031181da2aca8939aeb964ead863
MD5 5dff5a9fa85a64e19fb1e13601d98af1
BLAKE2b-256 613d35910e11246fcda93c2f69c376bba8fae56262104af10dff86d180df91bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c59d381fe99fd544bb4541ce0c59c39235f9cf85afd0853b26cb07f944ca0d3f
MD5 5501626042bc3c19f486475f7316bcb1
BLAKE2b-256 f51fa95e69d06285a2d1d75dc8077f6fbab318ecc55a259ca65d15ef7cd426cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d428d22a77a00f8c44894a2bcb8d876badf6d33ab54afa0612e08bc868765a48
MD5 488a1a6818797a55d1ef3047d3beef36
BLAKE2b-256 7e5cd489b2b8c71ea26945399daa3b2604cd7c536f556eb576b7a3562a7079a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f7f6052480fd195d31fa6d521cdfcae7fded59aacaa58bcedecb2de831eac83
MD5 473ceeecbd788ace1f02f87b473e3314
BLAKE2b-256 ef6db954547aea4464dea8bfa122e774635dcf54129f4b1fa9e552456f7be795

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 894.9 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 849e17c44d8f46fda513af8219f3fa18314294638b2702814db34c0a9e5ebb09
MD5 d958ef46e542d554b9be87856c431be7
BLAKE2b-256 04c301b8b72cac84561ca52a9131316e53a7f653718a7d50c539f3a9bbf58229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d56c80eba9419de324316a286aa4e13b98cee9ac94f51d29c0eea8f42d0070be
MD5 badc046182b34fbffd1108b8439a0e40
BLAKE2b-256 94999a4b67cbb01b9b14a70d2f7804a159dd2267673eef59014a1366e171318e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d68ebd89a6f9d2845bef1914aa3230e2b10fa706a065403fa408cdb40aba0cc
MD5 6c09d3f7efd31227120018a1794b4eea
BLAKE2b-256 3fa47f3cd958072fc5672e0ebb18e1898370e2661297a2a1fac8bbbdf69ef8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78daf814e17cd06bbda59d4fb62c25a7d7859a5f0e390a7de0def8d670a02e5c
MD5 7f2955b668e1f9cd1e2922b3eee8ca91
BLAKE2b-256 daddab9828328552d12ef14b45e584dd1352637c9f56c4c8a11d79db6cf94fac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 609e7ad1d4d4663ea6cf648e1ef575bd0297b0e47e8c5ff9dae683d12da78b4a
MD5 fd70fbe61380074999487aab696a2a4c
BLAKE2b-256 9eac8b1ec9df0ac60f2d67513d5d73b0b15cc88043e12a9a78eb16b669397779

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 895.8 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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea8adf80ed83539b9243ba9fd91d89da5c34e135cd137a2acb162a60f0b0951a
MD5 9f64adcefa81d4e6ad49d6e12bf6bf45
BLAKE2b-256 c9a66a9956d85690d474a115fe520cc7cbf8ee7286c3bbd1acf36f6f0642cdbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b53d2f5f41b21bcc4041a9bb5b5f598f0839852443dd797d1b826fef1451f5e5
MD5 1214c959c0d771f9f6d3aa1b976af986
BLAKE2b-256 b3029470c9816c14cecae17406b34fbe259822ba02949bf7e3225c353afe131a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 548e613c48f8577fad150e247d97645d80634a75fbf4b257c4c0eba0fb8423b1
MD5 53aaa3fa0fb608aab68367bec2389ee6
BLAKE2b-256 84aebbc00eafc9962db89b16f4407acc105142f388950307c56f54fbe95f0682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95069af7623aa8a1bba740edb6f223b19c3143766c012359862eb7782a9bd95c
MD5 fb9fc498b2d65f68ec02818d9c0bcbdf
BLAKE2b-256 89f52061b713e6a27385c455b95e10f0683a49224616d8a97f9f3f6d7afe59c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1daaf49b7ed4bc7ead077344277d3579a6a36571da5aff2d72f2003459eecdd1
MD5 c97b52be2742c467a3b21aab9133a996
BLAKE2b-256 184ee09abd2ff3472efd39873f59f91bddeccd3a5c92d1c960bb9d3f47896b0b

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