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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.7-cp314-cp314t-macosx_11_0_arm64.whl (938.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.7-cp314-cp314t-macosx_10_15_x86_64.whl (939.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.7-cp314-cp314-win_amd64.whl (913.0 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.7-cp314-cp314-macosx_11_0_arm64.whl (920.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.7-cp314-cp314-macosx_10_15_x86_64.whl (924.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.7-cp313-cp313-win_amd64.whl (893.9 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.7-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.7-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.7-cp313-cp313-macosx_11_0_arm64.whl (917.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.7-cp313-cp313-macosx_10_13_x86_64.whl (923.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.7-cp312-cp312-win_amd64.whl (894.5 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.7-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.7-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.7-cp312-cp312-macosx_11_0_arm64.whl (919.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.7-cp312-cp312-macosx_10_13_x86_64.whl (925.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.7-cp311-cp311-win_amd64.whl (894.4 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.7-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.7-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.7-cp311-cp311-macosx_11_0_arm64.whl (919.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.7-cp311-cp311-macosx_10_9_x86_64.whl (924.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.7-cp310-cp310-win_amd64.whl (895.0 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.7-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.7-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.7-cp310-cp310-macosx_11_0_arm64.whl (920.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.7-cp310-cp310-macosx_10_9_x86_64.whl (926.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.7-cp39-cp39-win_amd64.whl (895.9 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.7-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.7-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.7-cp39-cp39-macosx_11_0_arm64.whl (922.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.7-cp39-cp39-macosx_10_9_x86_64.whl (927.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.7.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.7.tar.gz
Algorithm Hash digest
SHA256 27dfef9a6c2fb280e4f93d47d5678dd46151bf3e7fb69f592bbf8118da52a9f1
MD5 8c289a448a6604f5bb0dbc1bcd7da15a
BLAKE2b-256 8fabeb6bae8f72994e703eae4f73b8b90091d101459aa096a51f63965292b522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 956.9 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.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0ba30b4d0859ad0ba21b246e5b5d800fb5d28f88e6ccc8b8788efd10754c80c9
MD5 4973f1c04903aa0d1adf44800209b05a
BLAKE2b-256 c9653b448d19b51af26a57d1d39967fe0050413eee0b63f4d7ed305271414f1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3dfbef623f21ed359e0651cac9b0809f81743dd8c22bae9a204e64939cd5d67
MD5 fa1d13191b771711c6fbbd583b694a3b
BLAKE2b-256 5848a8ee21c8d7590e0a89f58d1cf4af591909421b1f71d64ea19f52994293b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 05edf229a51486e8ff029618e276ea7a959b279dcc995c3c75b2b8f72b8a802e
MD5 b57e32c06b38b7dc96d962bd3056010c
BLAKE2b-256 eafb74c5877f01db51d174d33720fb11a71c9cb1c080718a0fc84c882e06886e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 913.0 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.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d7dfae4d504989f9466b99ac639b225213379a1fb25034a58680b68a290717ec
MD5 08c34bf9a22da0603a77fb5f69703491
BLAKE2b-256 782c26a74459715930f795921e7100c9c0c97998e23206c040fd505e599d2c6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7894e4a6a14a4db727f6885c345e361735c447603970c61c548ed5c285cc9846
MD5 4f23f94e730696a9d8f64a6e66c68b9b
BLAKE2b-256 ff0a353fefd204ac4a5fa008a9473ca053d357722caa6b3cc97a15e72511e5f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 25374079592f3b3fbdff2140c827fd43b2d652669414a9ca76161098d5d9dc15
MD5 59cf728f973d7295c28c42f46d634ca6
BLAKE2b-256 81cfd55a0711a7e7937605f69c76b6ae91d392834b593a143fc025618322c25b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 893.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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a6446d60d32a8b0fa702c473467a6e3b1e8dae5ee6b8a18b0f71aa9c4ab469d5
MD5 707dfc2e21fb3b4dd7fbcb7a99f72122
BLAKE2b-256 5fcaa7f4ef11461b5f51879512cfca094ca64e7b6e30e01496fa3b11a8e0e56c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bdc5c657e9d832198c11522a65aa010262f7fe56c97816e62fbcb2c8078eb62
MD5 97d679727df02c9351f6381f0c77e9e8
BLAKE2b-256 388759bf572f5f8e1d4092b8abdee98facc1df70abac44a9ddca6f388f07fbe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f52f4b46d7fd6f7644cdd0d51b9207fb26d3f94c81b38ae0cef3a1aecc2e302f
MD5 9b3ef0df7df7620aa14e93491418cf6e
BLAKE2b-256 a9020f5625e36adef3b983d05104f6dfef587803edcda5edca6ce91d6e107e2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2001f598ac87b98411491e203c6d362911ce99782ce99b3bae3be052bc283097
MD5 0949b5ad9a66d352e1deae1e64efa284
BLAKE2b-256 abcd20772fb547d4db3c87baec33efc4cc557131acd6f11f146398b05488093f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4e61d9cab458c8b7e61217e7bd078e3b1ba5d6fb774866fdfe0f1f499379c389
MD5 73e0e16083acc047c1b027ea812592d9
BLAKE2b-256 bb96e5f4c0beb595e578d21fb5aa7d892ffc10888f8dd9a50efc622d800c1e9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.5 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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2ac66f69eb4ebcf40d4936a449dd015b6e1024487edf11df8daff1cacfceccc1
MD5 bba28c84a56249c06a75bc5266ef9a53
BLAKE2b-256 c88485abfd31755aa24e76b4ce47e7f59fef52a762d7d5dac5a7bb43e3de6db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c448119e55917234027e8ef5e7e7433324d9975f01a071d79c86230833f9e02
MD5 aa842e32727633c945ec1e5843ccdb2e
BLAKE2b-256 ab6dfb950f68dd774092df02428b0b6c6fcbe115e94950b1cd821b50702d12ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a634de706839020fc8b0b4d04d898d7fd617db9b524b023ff881b334dfbaaa7
MD5 3341e12c237bb57f161bfd413ec2221e
BLAKE2b-256 7ba5ba322c7bcaaea3e4e1878b75f8e09400442a02f63d2ef36da538ab2b1b39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f5affdcb9bf262d1a75eed236f0891c074d7b8348d8ad80714c67937ecfd503
MD5 b934880e9743d7d599e90daf8317e413
BLAKE2b-256 8d76ac9c9678e6993579620236e8686488dfd0e41dbc1eb98750fbf4a3c6ba81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d18bb1c7fa11985bfb22af7030691408840adda7f4d213ff2610b668757cc4d7
MD5 ab5abf53b1f74c47af2aaf8a915d2d3e
BLAKE2b-256 4dc31a841e824501b250129de28c5db87cb0a20cb5ce7bda984c7a5f976aa707

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 894.4 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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fd7aaae02d58f456f50f57b5c370ed54518cef3608c9a18fec66336968148713
MD5 b90c38348beed6b60a66fd32447e3001
BLAKE2b-256 72e267de555362a4f29b7ff1adfb944dc0a35eaa79599d646cdb91c1e57e6727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bad7b3c45b26c94c80fbebb2c8bfb1bf2fbd135c8c9a0dad0a6b5d86962cc62
MD5 2cff1017122cbe65d98b09121073de4b
BLAKE2b-256 5fc192a4f7f7b9cf781f345a91cd4d5929fa825fd23c2bae9cc2bd583fa4dcb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f43200413523dce9de76eb7dfd7345f561f7c83ad84a45d7e714c8ce87274dd3
MD5 ec415582687d3fae308a4251ca3c2bfa
BLAKE2b-256 4af46c87dce60d2e869446be726cd0cd08528ef18b01d9651ccc0bf38ddd9c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 724ce727dcdd6217cfccd902690f2373ecd2e5ea8e24e64083625dc9a52ea949
MD5 0a09f770e1b42aa3bda8cdbf47e2283e
BLAKE2b-256 ca427cde129d01ea11caf6be20407429b38f8ce0007e1f9949f04bafc22a8486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dcc30a3b5b5ec6f8b4d85ccef8c59187f6c88ef5d6555194a233116f07418782
MD5 67fed8c21790b02d52785b350ff7f16d
BLAKE2b-256 9a29af8824abae4b3df12ba633f40cab28325ce371f97adcdcb7b99b98d37ccf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 895.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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 de682c1dbc70e6135ca83f8a7e3358d1121de2d5799c414d3d87b4a2a363d978
MD5 21e26aeaecd8d96b1ce0d1bb64ea1059
BLAKE2b-256 4f91bd648d3512989606f895f06d186cb2daa4e2cb35d3f1aa34a418c7a22d96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3077787925037ca0cb82aaeafcdba78aaa093102d36e54fed007cdd1beb7b2d1
MD5 1156adff28e636bd5a32bac16d5a00b6
BLAKE2b-256 8dd6f4a5689846e22e565837ba6e237b4bac494a3fa6f6fa6b4041c094bcf3e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7398b62703cc94e1dffebf93bb2563e511fdea38e16fa7c371ebb3103172373
MD5 da2615ed3a299c66c73ab61d39f4e036
BLAKE2b-256 149c327e626b3f6439dc065a031fbb781ce3a490e9fc0ec0f6aaf87e828435eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09123c66627afa7a083139609f11d2ada3c0b68343e600e2d999c4fe0c7e63d6
MD5 1872d788b781d1e1dcbd2bfb50ae0e63
BLAKE2b-256 6f053c2ebf4a5bcd9fbec9ce3304ad0264e9a61a04624f049c202423a26b576b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c7628059e28f5e388317bc427c3f9e2ca28f8fdfafb64ba3f9870621840bbb9b
MD5 ecd4a0c3832f09291be86d8a25855e3a
BLAKE2b-256 53c321994d5f301cd64363aa870d4ffb69887d22c274aa8a2293600e657e34b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 895.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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a828aec7ae867be6971a2d1a88f11ce677c2039cd5459a7d25468e0e058d287a
MD5 200436bf1f553cdfb7d6671df4376d53
BLAKE2b-256 9b885ee15850e29f4331aac72dff3bb0a5a16ec13ec88b875701bb5d081485a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36abd8f0200d6805582d2ad7fbc30674075d9a6f66c59a5651b1a1b7dd4706d9
MD5 6f8d253ea196c0f86408dd41c7a21fdc
BLAKE2b-256 d0cc0f8a2b39a241f14e04add7e5b478dc48b4bfc5409ae74c1e6866c4df7d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 160ad0005f2de3c463c68cbfbf58ed313c11ddf5b17844cbfb691839823ead3a
MD5 ff7305f0701db9cdd6f1c76b5e1c2ed7
BLAKE2b-256 f4f34bf058428eea0c0dc64db8a7129fbde517b92b4e7b23daf09f120aa9905a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d7cc5f4bb59db5ab3ff7f1819ce4524d92a15e99fbd046bd3e5f1a9e1fbd5dd
MD5 ee9fef3261f9e3d727acddb9ea88d477
BLAKE2b-256 7afe6ba724783a81a7fb6524dc8cec9bc0d28f807e8d98f7da00893ed8208e4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e867bd665a6595d02e66beabf745bf93ea04688b67009dc606c438161560110
MD5 bebce04e201ed1cd53e0c11bc7885cdd
BLAKE2b-256 6fb71ad522200f48adb818e375c4a56b182476bfe24cc13798e64a667014fc38

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