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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.8-cp314-cp314t-macosx_11_0_arm64.whl (939.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.8-cp314-cp314t-macosx_10_15_x86_64.whl (940.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.8-cp314-cp314-win_amd64.whl (913.3 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.8-cp314-cp314-macosx_11_0_arm64.whl (920.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.8-cp314-cp314-macosx_10_15_x86_64.whl (924.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.8-cp313-cp313-win_amd64.whl (894.2 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.8-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.8-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.8-cp313-cp313-macosx_11_0_arm64.whl (918.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.8-cp313-cp313-macosx_10_13_x86_64.whl (923.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.8-cp312-cp312-win_amd64.whl (894.9 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.8-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.8-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.8-cp312-cp312-macosx_11_0_arm64.whl (919.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.8-cp312-cp312-macosx_10_13_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.8-cp311-cp311-win_amd64.whl (894.7 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.8-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.8-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.8-cp311-cp311-macosx_11_0_arm64.whl (919.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.8-cp311-cp311-macosx_10_9_x86_64.whl (925.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.8-cp310-cp310-win_amd64.whl (895.3 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.8-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.8-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.8-cp310-cp310-macosx_11_0_arm64.whl (921.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.8-cp310-cp310-macosx_10_9_x86_64.whl (926.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.8-cp39-cp39-win_amd64.whl (896.2 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.8-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.8-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.8-cp39-cp39-macosx_11_0_arm64.whl (922.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.8-cp39-cp39-macosx_10_9_x86_64.whl (928.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.8.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.8.tar.gz
Algorithm Hash digest
SHA256 b73eec91aeb0b048cef66a2c596785668c2eb0ca98770aa4348fe67bdc159437
MD5 16c37337ca6d6e9b818bce9cc42eaf8c
BLAKE2b-256 02972b902349fef1374d56c1eaf057ee25b5b45d1b49c0759409a692ca900bd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 957.2 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.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e087aadcc824ae155072265f57008da977762d03d6962888359117800c7f214c
MD5 c73a46da666f22f881893e4576bc99c5
BLAKE2b-256 e9b7e9bdd472af4498d0a7e3dc9bd641e78e406c44af2ff2e0ae2a50dc665cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7256f07fae1d4ff9753290ed9b4a0e589ece8b32a3e297f168ecfe5d544d9859
MD5 9e306edb17ba57c44aec5be19f80a09a
BLAKE2b-256 5126af2f35072dcf6e4f0c98ee42b0a9b07741ca3a02d80c15d849b65edb4a54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f7fabfe110029638cfe234157a4e1dd1a7b827cd4fccc823ceec1848358fa67
MD5 bec3a112a2a146a3d9b37dee12981d98
BLAKE2b-256 4ccaf1b257308c7270fefe160653e9a3431b6afaf71ed9d3b26b442015cb27aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 913.3 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.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fd3ef198ebe7872774223c1bca498f878baae4f74a3ffa09e4860df3496e3530
MD5 574eee44077920914373a99d4bbf5d4f
BLAKE2b-256 60dc7efd3622bedcf79fe9e75d8c2bf04e2d660d8781122ece2b83e578aa984b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 463954ee1f7a4d6ae6769b6e27b350890364fe5c3c6caa1275aecb084b0426de
MD5 325eadb1ee1db36b5619c176d812c9db
BLAKE2b-256 179ec039901ee91c4fb227c19746101ef4471e5af86badcad53e7a4e1ccd1f9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3138be0cec904bca2cca1eead24fd54a85bd99627063641f54c0009ae2599433
MD5 48f1d7cf6c67d754270d3fc717b1f391
BLAKE2b-256 7410010ea5338ac32f98c8432f2fd5b5034bf63f46ed811da52a9e21ed457171

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 894.2 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.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dceaceff3234b598b240e6c2b1ef471148049bb686233f701202bea428ff54f5
MD5 d7698880e506b3f7f236057880910281
BLAKE2b-256 7fdcca4279ef75ce6f464f1d2f314b6f274b9686d8d0f0419288497c12c9194b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa1a609caa8f890bb55ac57f03aeeb19b238f71e5accc371835ff964df466422
MD5 05caabd91466aaebe5ee767d4dac44d1
BLAKE2b-256 a12562d3362f396a2a4b22d8d61cb9033e29964a242277c3a51fc9f032da989c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 536c4d362a136cb86a4f388a30fad18ec1efcc828076896fc9505deed3cefc19
MD5 0513023dcadd2997840a0aaf4b881014
BLAKE2b-256 0c73595baec64eecd954d127fcc0b954619bf6a021f2c259314f92953fe2e9f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08d0ec6710b810344f250a82e506c345db5dbd45a8fc46808a5407e41e846852
MD5 ea720553b270ebf4c933b6b20f51502a
BLAKE2b-256 ceddea5fe6d6db38b9c1f6e318fc7bd001b43d0267e4f1449705f113b06eb50a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12e9f2f9538f680366d852cc371e3bbeee33fcaf6332ed0343475f1920d3747f
MD5 219715eb26f6276d1c7bae942e87a6bc
BLAKE2b-256 9e97ee85d10d6e6792f8528ba776df89c3114305412fb707e937a1fa7a8eb7ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.9 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 dd1dc2ec3a3d785f9b0e38b1f0c32d6e2704fc8a16fd6e0fc7942ddfc5f0756d
MD5 b6579ff242966b5eae740762f6ad2105
BLAKE2b-256 57059758eb5dfd726a81bc96b0b1ea563f3f2d1e6151ff701eba5ffcdec66ebe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b7c528050dbdc5cfa5df7299ee2364714275a525b99451cb109bfb4866bed2a
MD5 13ff21b79e84c8a22d4bc8555d27cba2
BLAKE2b-256 c36792d1c432608a9e94fb3c103148607d3b8615897110f93c1b5b7c749b8d2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 313fff3c8ee58eeca314c7057a86e04a2c83681e7170a02bca070a0a5ab81064
MD5 4ef14ec5b65525b5af07c4bcda72eb15
BLAKE2b-256 959fa10a352922ecff429650026e9b863d03a7f91c7dbfac0baf36fcd9a79753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02514320201bc0dd0bde4832fa2e2a34d006bc2390419a08b05e172d9029818e
MD5 53a9c2d89fbab853998acd0373f0bdb2
BLAKE2b-256 3562d40d5cddc8c420fbe2dd7645b58f4c9f927c8a73733b8b76a4a148107032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9be2f371d17889e9bef37be8b58b0072e66a379e647c03ab786662a07345cf61
MD5 dd66c2a0dbe3ef39b169b1e2f9f24637
BLAKE2b-256 d0d5f0beb332fd148a6c5aec460faf6c3857bcebeb40109f5410835436371336

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 894.7 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2dc1cf7d7e99d88964ddda03b1d0e6028f39e5725b67fb668af2480b81485ba2
MD5 354dce8396cb405cff9b1f8b2be7fc0f
BLAKE2b-256 683647c4a31ea2843e4c8521cc1bd567d7f9dff6db868a3dfd72dc434e7aaf41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9dd02bd7d344025e907ab93b9ac26581d889420edc88d9d82adbd9bf9a4a2cbf
MD5 9aff6402526a5e003c9d9f050a60465b
BLAKE2b-256 d5289e57909ed7765d3c8a4a067311f1612a13c40c2a08f0a733914bb4c98085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fa8d52948a22e56121646ac7a55e911236217464bc223b375c088a0492a9020
MD5 bad9add979cd03ecaef58ae732459a3d
BLAKE2b-256 900a55bc2ecf84961e7be8df5fa5070caaf6d87a4814993bdcab3b18eba84255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35b85603edd1645e35270de950323e3cbd53ff110cc477fdafe3c2b06a256df9
MD5 a949bd9b3df7c91b1fd9114193977631
BLAKE2b-256 d1728516e678e786d6f52a802f9c869432a34f5a102535f2f66cbfadad0e4de6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc624dc8fa8456df4969755cf7ff7b0417110d9c2bae05cad2483e4f000171ab
MD5 bce02e1a3d9a427483b94a6ba232d220
BLAKE2b-256 b9e22a18ddc7b03d4186ff4f123c61b1a5c7b55b888708f2c82d0ca838f5816b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 895.3 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44c1bfae443ce3a6a6087a24e6a66f67f214a379398e31665edc983bb93eda2d
MD5 ee1d838d645e71c29e659c06e99677d7
BLAKE2b-256 ed32bdbc51dc4cfa0e9c131e02a031cc9c1a432459a2cfdfa251140975f7934b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e151fdb4ec7094a20b881df0dae3220dba00eb55af1ce05503aa39ea474e61b3
MD5 98f729cd8b1352398c51c46e676339d6
BLAKE2b-256 1c659e29c3a57271d3264525b6847287c8db71d94ccf3c39be5e043532f80e85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68100821511cefa93a00be7ffed2e776aede7bf790065761dae95f9413e8ec69
MD5 8c3e783ab6482fa5d3852bba1059d6aa
BLAKE2b-256 a07924e2b6a7f3cfe5f1ea5e92696483aa89c6eefc547bd9b280674147ed053d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8b43adb1628936751a8bef319f81a91d0fb62c26ae7d60c9aa22cc85d7ea465
MD5 c4f7b99140134fbdfe4bb13bd604e56e
BLAKE2b-256 55a2d464f77b565485ab0970a0ee0a1728affd4f2c6d2b9d70e57de7cd1a1e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21b2bf2854aada6275814ebb4fed0c1cbfe1a99026c81e80b0e187d427cf8e15
MD5 0fe4a34583d872988a71d0141c22bf34
BLAKE2b-256 a292b5d3e56ba244cb9f671e93dfeef120ff2af3981ce6b5e2f82b9e1c4c6691

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 896.2 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c4dd12277644f684691f6818c6f436215969a498c052d991532f5d578b6f6c1a
MD5 dae657cf9652321ff06aa8e1d6375f0a
BLAKE2b-256 30aafea205eb008292aadc07cfd42c9b49d110953bca3f012bb8d5a35d4b28fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 670aba5f5d095dc37a97d708b94eefe7983fd222c692344b2233930fad43c9b3
MD5 1836966ea00d888c6198dc90ee65ff81
BLAKE2b-256 014289eebf78e8a17bda78793cbcdda0a589a07857d216880f313f5e1c286bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc91b249e22d1c4a9e6e196d6225e705e867bf44f1b758310f598cdc6a56e752
MD5 14ef39c036504e723a286045d9064221
BLAKE2b-256 a235f0c4fbcde5f746118dbad487be57e1997b33ff8725a47292cd918f1aedf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10b2643eb3f7a4b6cb33bb7fc3bd93d4f82a47cac3654b7cfa0b1cc195e9b89d
MD5 2d11189b08716d51a4efa67dc48e019d
BLAKE2b-256 49720bfc278fdd25286375df10884dfd9eb419a866da9abd81f4650cb84f3fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e28f6d1a9adef240040faef606cf63149dbde6e3800e7c6e58901117a2e82c3
MD5 f409bfe85ea4a0c0a29d6d36e07ce990
BLAKE2b-256 d93fc1c0488c03d4a07271f7bb60925acbc88ff513bc03a812b5b0199216826f

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