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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.6-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.6.tar.gz.

File metadata

  • Download URL: dclab-0.71.6.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.6.tar.gz
Algorithm Hash digest
SHA256 33602b0ea4122f3fc71a173101c720ac6334fb9437bc45b408ba2d592f121bdc
MD5 80c1820cc5295db28717a28cf933ff31
BLAKE2b-256 bd445e0043aee01ce2afe7c501a3591d2766c48d1c1482e3ddf2f6ce495f1782

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1d0fb34cf3cf7f62edee890ea9ceb135992bd062c8f45a3ac62f4d0b0176cae7
MD5 1ea4a04450107c7540df0d1470ed0578
BLAKE2b-256 0ab45eca7d8fd6aa4bef9bf1dfbb0428c9c4f435b63663b190df54d7a4e27343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e8f9dd543dd75388a99a1e854aa9a74f78bf3c926c1674d185fe896f9ab26cb
MD5 17f0a50cf6fd9f05abdb5bbb5ae3b4ed
BLAKE2b-256 1ff44cd5562ff3936a79b037a35d645b43f2a7f40e57adbeb563de6cfb00190e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8d67595c31dcdb9a9c18964e0074ca7b2f0f60c39d637e85578cd07bd9d104c1
MD5 3011f612fedf19e2d2f016b08140fc3c
BLAKE2b-256 0c0277bc5faec3ca4f4f6e8ea5a6984ee759b84918b2fb63937f39abaa794578

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0aa45387942415556f65156676f1b064b2d2ab0de999bbf071651c1341df55d1
MD5 b9672f8277e1912da8abda970c568f1d
BLAKE2b-256 d20a1e07604f0a2d9d35cd1ddbf2d62cd8d9d4fa95ca06a24589ae426934674b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 983d429990183e22ad2d58aeefc18adccdc50ab60d12fdc3f3178edb842325f2
MD5 ca2ebe17ad119d6082d632fe0939acfb
BLAKE2b-256 90670cfd56bd8e128d1e8e3192e2018b58af57f09e4d9842c5ce3e0a33b7208c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 299793be91ff69350ca4471b24c2b379f80110022a89371f607169b3db3d70ac
MD5 6b1261291fe708207d358d6499d2f3f7
BLAKE2b-256 935d787a8d4937d889f2045f21b82263ce6f3ff3390caf54debb626a73fb9f74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dc892f4f194868598a04cc32619abae34cc94631ce4acbbc00a494561efdd8cd
MD5 dd8c32ebbaa8c3427d0afee961bc7831
BLAKE2b-256 21f34d952cfc0f82862bdf0c85c5f4fd19acbc82ac8b50e12faa0142448f1613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf0aeebf3b13baa83e15427a01492594561ec4e1b2985765e50d8c47987e6893
MD5 5b2e7ba7aa35b8dfc8911824aa61fb77
BLAKE2b-256 ae22980d9412096de2f1747a59751005d77db707d574d6b6f949e71dbaffd13d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfb33bd68ae987c330daf1a57597bebebd75697f18d86f199bab505a3bc1369f
MD5 651d9bd9fe40a1121f6c6ebec6b7bff2
BLAKE2b-256 a3dcb8809103c48c1b27b068c323b019a53529bc644e9b4858239a65d9b3f8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb68164ea2b713d799286370487ffc6a43d301ea0d8bb2db9402cda5d72941bb
MD5 0c4c49867a0d75dde3e804ff0451678f
BLAKE2b-256 c9a62f8e713d8d11b4aebab4c78c07b3ffd904f501bb7e53b324a118d396b614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8fe79386794500c4582b565956b534ef6cc42eb0ff42f36ae53541d13aef1af7
MD5 f40f2fc7ed6a34e66a3efaffc92e200c
BLAKE2b-256 d043da5ea3df8330c4215f7dbddf3c50f8907c61e2e70958a59d54c10dbe3edf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 867c5aa1b07f9acefdf8b53761ec317ae8cebc552d963e7a786685f2f28ec31b
MD5 ab66736a91dddb139ce8c2338b468ba7
BLAKE2b-256 a7650b3a6697dc35d5248e5075f157c63d7104a07ef3730999491f67d793020f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7f1e28b31b21e2ee4060c3876828565eb2a139b48b4252165f4395b29733f74
MD5 b87a3c4be823992e6fef348dc7466f75
BLAKE2b-256 ebc2cc719442005679e6dce538f66b97cecfaa941836575cd6b940f8cfc323cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abd75d02f2af85d25cb21a12c58d10ed884b56adb62909dc87d7745fd21ad099
MD5 95049587e9f26f1a5ef366693ad2fce1
BLAKE2b-256 12e4cec655cfec3c5b575b78073562b2bcdb18c697532c11a2f9ac0e6943d275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7db13cb9f878dc5067d18948bb88f040308c315932d0b713fcdf74587ac81a26
MD5 6789badf3276dfb7e1392d9b2b27c934
BLAKE2b-256 6a170eb068440694a6cf0ad1bf73267dc3ea62a863083d8578be8ff392cf8d47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8fe9c63ff3af6169abb9bf60713170e0f18e5321f18f6d371d101e7deab4aab4
MD5 7c821c7d5a0ddd65444bbe97035ee895
BLAKE2b-256 e32fa22e5369bfe02c342f7e95656095f2538fadf4a9aa6fb4fabf815eed732b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6042af83c34b32d91d99e507e2d0b6cf467b92d9b91762f2b0b268931ad71fd5
MD5 67152d671599fd739c7b45146503002e
BLAKE2b-256 6caf8843e369f7eb1b88665a7a816399bab8c5a8c6aa14cd0c8ee699edd49b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a5b6e051b3a71adbc339e0061d8f74dcbf7ffa6a678e6781c9bc69d77f9169d
MD5 07ccab7b099f315d9fb2669124780071
BLAKE2b-256 6ded6c30ed8bd93cac0d24a7776a1b4eff08ecbedb4b79d5f00aed50d1cbb380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f4bb117a64dc1ea1caf7cbbf784bf866b526fb6ee56740e5a772b1df203edc4
MD5 37dcfff538969aa6aa6178e5773ea177
BLAKE2b-256 e525094b0cbf9e79b8f8bbf96f1a3019f43f97c0cab5e36918933e7f1839f4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 844b6d134715e6a3cdc5d33d9ae3b2d5697e73ff824557f5ca518b99caabcb78
MD5 1755ebbbee8577cc143beeab287018b1
BLAKE2b-256 573ae2a899e06e1aa4e662655f1b9df4af4a0d4c1b70e7c2c97cce349628c757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e56cbb6e30822f31f8f4ee8667c543bd897f0daf9145ace361c4fbfe3816cb0f
MD5 af0ef9abc1b8d8c686b2b18fdee60cdf
BLAKE2b-256 b713865a2075925dbebfd45cb1995e7869376bf9ed3b3a9a3bb52f256ad43ab7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 773db5a6ff256212aa745a8d5f8b5a4a03d49b1875f0c5106a73212f267ec2fe
MD5 bcfcbb8cd3e0cea0ddd6879aca4688c7
BLAKE2b-256 27123104b07508916d86f5a82d4675bdf2729dcdc21c2d74b1e0bcf0823efcb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 127a6dae1297ce3500aee8ca5f7d3dbbf4fb7ca2fbb55e7ea243059289a9af12
MD5 1b87b938de82aecda0023687f33c912f
BLAKE2b-256 b9f4c2e4875d1a9f7d30accc08bb0ce018611b8bcce20c8230c3c6582ee6ee85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8a3d933a9929d326461cc43c527f1271d38b90396f136b0652f0cf6ab28afd8
MD5 4c39cb2024ca5a81b1e719ef88337751
BLAKE2b-256 dd9801bda79e75b2eee43f86c97813ea82452f85597ee7f97f723cc64e673062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bdb6349849c5e0eb7fc0f2f55d0f907b0cc6ce22dcf04fcee5c7a152c29578e
MD5 612202ecf42aa3cdbe4e17a519b02469
BLAKE2b-256 515a11482c14fe0b8c4ee4f795eb7a09297b7968f8d08b4d9e87d0182e834742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49429a1f302b2dc2f73f19546bd97b773282936272591107b63975dff5d69049
MD5 e9183868631b3fc150b5f290f2fb80bc
BLAKE2b-256 ed017268a01a9361c89aadeae51917b6d2e6f2e9d27790a1654413204952b748

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5c18af5802ec3ef6acc10ac2ab96d3e82b530b974c43e002d514b9e358a70db7
MD5 6b0be544a2915dec86d1a0abc8b3c7e3
BLAKE2b-256 224d9a6e107133bd9b49f6f9e58aacc833e05e3c96cbe66e5b956cdd24e7a09a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07600534a83dbb98d46be162ad20e804f69241421233a709a93c93f39d738037
MD5 27bf402a5dbb8667be7b151b78dc0a83
BLAKE2b-256 7c21519e5b2f0bbbb7c891d80ad8f7597d2e80b99dfff4b4246a209aa30230e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49d54d1c422e9b66be09d8427a037f7895dc2f00115f22550a7ae64998ad7fff
MD5 fac9d8e6081056e9964295982de57640
BLAKE2b-256 2bbeda4f2560690b834e441a37cd1d0d1752a65f947af42e77b62f8e635c38b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e66673df987b1985d460895b528b5d7e1346dd842c4493923f9be805e32b5815
MD5 82fad91c516c9e0ca5d2a53cf979a2c8
BLAKE2b-256 8d591e3471a2706498dda56c3b1682f7a44c4362194bb189d6477621b859ef28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66bfc0032b5ea2e6c7b1666b64f3ef7e2cae4ec9bcaad059f2cfd0773bb6d1b5
MD5 f14bbe1011023551d59dc53c11c2d1c5
BLAKE2b-256 33445168ac72158a5a0b224325dbe8ceeaff02aeff34f5ed81ed1523baa036a0

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