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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.1-cp314-cp314t-macosx_11_0_arm64.whl (937.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.1-cp314-cp314t-macosx_10_15_x86_64.whl (938.2 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.1-cp314-cp314-win_amd64.whl (911.5 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.1-cp314-cp314-macosx_11_0_arm64.whl (918.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.1-cp314-cp314-macosx_10_15_x86_64.whl (922.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.1-cp313-cp313-win_amd64.whl (892.3 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (916.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.1-cp313-cp313-macosx_10_13_x86_64.whl (921.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.1-cp312-cp312-win_amd64.whl (893.0 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (918.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.1-cp312-cp312-macosx_10_13_x86_64.whl (923.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.1-cp311-cp311-win_amd64.whl (892.8 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (917.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.1-cp311-cp311-macosx_10_9_x86_64.whl (923.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.1-cp310-cp310-win_amd64.whl (893.4 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (919.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.1-cp310-cp310-macosx_10_9_x86_64.whl (924.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.1-cp39-cp39-win_amd64.whl (894.3 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (920.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.1-cp39-cp39-macosx_10_9_x86_64.whl (926.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.1.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.1.tar.gz
Algorithm Hash digest
SHA256 e5578b3a9df7b04d6b857a622e8db81b680cfedba618af8e1602db19d33484da
MD5 d9ffc55469e3540e857c12b0ea8f9bd0
BLAKE2b-256 3decb340cd1bfc38bdd309070e3b47011ae62fd91080d10729b7b0a5f39cc805

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 955.4 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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6b4ec0fa554954f1bae7ecfeacfa072b625cc64b3992f3cbff023e0cb9e23f13
MD5 cad065e8f6f5299d2aa4468f3f7ddeec
BLAKE2b-256 abc83311d9fba32906a6ffae926d7279898da44536b97dcb605bb986ec114487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f88e195dc343f5fd0ad0edc3988e5ddc3345018ded46ed9d776debf74077265
MD5 9123b7bff9093bb5c9d18875bcdbd8e8
BLAKE2b-256 1350c9118d58cd2b4eea1cbf89399fb233c182ac8e3f975fc51bb60bbb81ff2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bfe1eadf45e3eb37f53ffe96d3a5fe7072f40c4a9001dd62ae6ffc6b57dc100b
MD5 4902794a05ac5677e7afc452275fe968
BLAKE2b-256 863497884f08aedaa4b7189c1b9f3271e464e3d57db0e7760a0cb100568bbc79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 911.5 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fca6e910e277d6f7bb22c61098b30d96187a015b2c1a913a05d0989e9f624c30
MD5 ac117f411e6d051fc7c60ef2b0ed3336
BLAKE2b-256 16a37f27dfe0e6b4457011802bb6bdcdedd4d35b582603997749bc4a82a8b0eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 badac02b32c71a897deaa95133b5ef94eaa49cfcb2dbeee445d57a1a32356d3f
MD5 ea67d283898b151ddce4f9a5fef0c16c
BLAKE2b-256 6bb2d12b97a3171c4399102b67fd58953e745866525a78cee9c1db26345b4558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f7dd2bba0e53652c3a6c9c5e97f53eda8b86f34c652b516e7f8cf8b9141c92a
MD5 6d44249215e18f1645e64d79428a2395
BLAKE2b-256 594c46f4de6d14fcc0b3dfbc74d7a93fdab5ffefc746d3134450805ad3056a72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 892.3 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fef2a19723cb82bfcc6ea0efcb7af50dbc2dda80205629ab2b523bc7ab6f4457
MD5 4e77b498ea69e702278f37f9eb409436
BLAKE2b-256 3e71a98fafe4188a2d6340757ee56563fdcf7a5aa3546c69f2ce54b4c2296407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74cb3d6170d5aa540a8892541d189a07f277de6d3d6ded8f92ca890c41d08a6a
MD5 44a7f534df2d2a8061aa123fcd5faa72
BLAKE2b-256 9d35a61ac9bf730dbbebfc5742067c451708d2250dadf55ef184229a272eff1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cf38646ca52ae84567f3f8c7d3915343448ef5694079583fdc188134e3d63f3
MD5 bf9c1cd536f079efdd422518f40798b8
BLAKE2b-256 8b7b898c5d7fb1a5c338493c57f5e2538e20748bbac97aa042a1dc2290b20349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 addd7e41afbea77587814286b98acb22f58de59cc21357b658682bc49fe88d13
MD5 da500c8b10e051114206543e98c0b3ab
BLAKE2b-256 4773837afa2a24d5e96f32665b3ad6f7db6cdb9704c4a454f64bf9de751a0b39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0c5bee8c47539021562aafdc89c013dfc722c71b2114301f37afbcdfab509c40
MD5 be2b0ac741ee0f06fad127de53d09fde
BLAKE2b-256 ab97b3202748a13b543e21040170162ed3e70e419199abd5d96bc5ab4dfb7e82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 893.0 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 38d90c8d757a5a4b7ebccdcda44dbe04fa2eb0ed9134492a1f793a873059d57c
MD5 e61efba61a46573c3e0b4c46017fc5cc
BLAKE2b-256 a5be381c18c1d4eff1c2e336359d0b866f262499d3b67a56ddf8922e6fbf6241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5c4109b605db65db29a3fa9b5319692d0e82b016cbaba48a9c81515e6cf2675
MD5 046f5cda007ffc98b80004a90f199201
BLAKE2b-256 872d2086dd41325225e6db502d2aef0b02edee3a28e37cbb5b58906dea760fdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e87ba681769f0215a1785a9e0c89714e768697d22150f17d6b5aeb6225c62dc
MD5 e15051932b2d4cc4d5af17ba03436191
BLAKE2b-256 75d0eaeb6da0accb04be1c93926a15bf85a59f6f4089a6e20cb9b6f68ced59b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7c1ef04f0429a4538241240d1cbf07b081bebf13f64a09101be14823496b274
MD5 d570cb0f307d6417c5a1c555c2621e49
BLAKE2b-256 2f35c51c03ffafb842e1200fc784c07373c59130e6dfea62f4715309ec94fb97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 32c9f5a22d88b1e26dd1e639c91bad28f4e47aeaf56f7277d8554fff2c76ec6e
MD5 0d11be5250850be254f7d96c372d234e
BLAKE2b-256 0ace16b4b91b7a19e5962986b3a3691f04994c5f881389dc4c573117fa4670c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 892.8 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9f71458b8fb8f92a41ab3d80c8272cf239531fe148902dc6e765d21525b7aa02
MD5 b598491772b4fb7e80bdd187eb27bc21
BLAKE2b-256 e4400b4bfd3143a1890ad16f6b6f3dedfa06905ab93379942402ceefe8f6058f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e976d57b1fdca2c0af81204243bf336fa533aa529856efa59e4d9de581cddba5
MD5 00830f5b05ae197472e36b494e9ac83d
BLAKE2b-256 8b545956a42ac078bffceaf6ed903f4f0b67a15c1f0178c0fbe29c62e4742f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec9bde6a6140e02cef3c13d93ce4420c14682a4995782cb992174a033796d221
MD5 9ef58f52d1cd02479241ef5751ac6796
BLAKE2b-256 3c649514c43e16a5a4549fa2748674d01ec24fe8d1f4a2c88b58a3a2c6514609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82fde7706824c8d3a8af22e6979a8f6802a2e107f669970b090196538c66d6b2
MD5 f23ff2a9b1ff0344801f1597fe0c420b
BLAKE2b-256 4adb66908f014f6e3976f3d42e90004a7713f8b99d5cedce2cd0ccd4c85c1e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53ab7967db66d4a7d3833bdf43bf2bf54f04895e936b2307182d6feb5c77d6d1
MD5 b645adb3676072247cadfa15302ae129
BLAKE2b-256 dbf7157354ef09cd720f39a5da9e246887c71c3259642a0ba00cea06e96f0313

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 893.4 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f26f606502ce73150230a953a039fa0c3a8f708086be568843931a725d903a18
MD5 b3462c2dd9f09452d538edf992ab3fae
BLAKE2b-256 20c877a2da6a8077ca504f6a4a59ff596b6dc6bbcd149194cbf18acff18522f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d80796bbf17f767a6bec7db902f2ca0008fc58faa34e2522baea79b9cd180120
MD5 6e452a12e5b89783ae6eceb1ce9185e7
BLAKE2b-256 e9295ee1c0da7136482986534729db636b9c8d8041f54406838956e7fe36aaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bd989f558a8697a332703773874ab8b3cfa415e7d87b58d0b85d70361edb76e
MD5 beb1860823ebc6c7f4ae593e6fe5f24c
BLAKE2b-256 7d3dc30ef9d2b6264f3b76fc3663904aceccf22830049c777160dd7e274f8bbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f3080b34be454dc6a7100b7106a60062d48833f40c5253a5b1e5b234f52d7ad
MD5 3386f6e19bee293b2a61b69d6aae9e40
BLAKE2b-256 ac097225e1ec419c3a9a05f469e34c36fa2ea13a21ce839f4aca049b2850bd5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a761d87abab7db4a01f37d74343c3771dd66174a5d47d3b2d8debaf348247c1d
MD5 5e44847e0558018b6082fbe92a1257e5
BLAKE2b-256 ad8d1b308120c32b488718ad220a5460c1198f3bf8d33f90be1d1ef50e0e251b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 894.3 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4bc5dd5c8726fb00eb13bce88c670c7eb0c8343fa64c2139e1b85d2434f0b9da
MD5 dcb227da8d70a6afa68a34c7d4070489
BLAKE2b-256 7d92502266c6229a7b87a3198ebf1899020f66d6bcfdf97a3f4986022d1c81ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a853748bc11b66d0b78244ed45c65011d0d0ce5b44d167c9726753428092ebd7
MD5 1c2dbe9143554ba2c49dec7c0fae2708
BLAKE2b-256 521fed3508ee8f332192b53cd566b654d3474c6fd775bde43346559cd51bc6fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac4957517cbd023cd57ec38d5c1206e99bf338b5c90c7cb46d9c3dfaea147a80
MD5 be4192775f5a772433ba88d0cc6779e3
BLAKE2b-256 2a60a5364332724e96afe7e07f1038c3fe04bce78811c061378bc2c0ff543d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d26cd16acb94f45ed30c60d442d16864e3ecf36f9885f62874cb5c9eddcd59ea
MD5 b10fba7b229418e12d5f356cba5411ff
BLAKE2b-256 8bf773ddd63ce1dd68806999cf119e9f21c72fbc03c4950438692b947e1392e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c43133080eb60614a9261d998ab3347d6a4a6d4dd1cccb2b3f502d1e24409d40
MD5 59fbdc4fdd350a31da30e176b10d1876
BLAKE2b-256 47363f84a28e58a63a03ebbad43a30ea01bd72a63c3decd11ff6d6a87e7e528a

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