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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.9-cp314-cp314t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dclab-0.71.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.9-cp314-cp314t-macosx_10_15_x86_64.whl (940.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.9-cp314-cp314-win_amd64.whl (913.2 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.9-cp314-cp314-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

dclab-0.71.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.9-cp314-cp314-macosx_10_15_x86_64.whl (924.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.9-cp313-cp313-win_amd64.whl (893.5 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.9-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.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.71.9-cp313-cp313-macosx_11_0_arm64.whl (918.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.9-cp313-cp313-macosx_10_13_x86_64.whl (923.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.9-cp312-cp312-win_amd64.whl (894.2 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.9-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.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.71.9-cp312-cp312-macosx_11_0_arm64.whl (919.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.9-cp312-cp312-macosx_10_13_x86_64.whl (925.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

dclab-0.71.9-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.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.71.9-cp311-cp311-macosx_11_0_arm64.whl (919.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.9-cp311-cp311-macosx_10_9_x86_64.whl (925.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.9-cp310-cp310-win_amd64.whl (894.8 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.9-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.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.71.9-cp310-cp310-macosx_11_0_arm64.whl (921.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.9-cp39-cp39-win_amd64.whl (895.7 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.9-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.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.71.9-cp39-cp39-macosx_11_0_arm64.whl (922.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.9-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.9.tar.gz.

File metadata

  • Download URL: dclab-0.71.9.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.9.tar.gz
Algorithm Hash digest
SHA256 000ee5f54d48dfe1e965835d286e347ad8005c390792874e4c41e9c3aded17f9
MD5 d5a3f8d57e9f10a0d5e042320f92fe4a
BLAKE2b-256 cc074acd337e1717435f29eb227bca91c496bd377fdd2371b7a21a5b61670f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-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.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a5a84f1f9c44f05059779e2b27e2168c1b17f1cd524b14bb4e67e6a9f5a73fe9
MD5 c045993f855a4b9df7d73427a01fe3cd
BLAKE2b-256 cb4993b18ad0dde3995200b637d2a12e750bed51eacc6a42222c3bd72ce6f1d9

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ffccbc608e24b71f0b9826f1cab7b0e26b0aab0959ffb5fd1d05657e19688ea
MD5 7b8950e37c8584123324b2ac4397c007
BLAKE2b-256 f7bb05abd0752b318d64356a19bbb57c3510e5d167e0f83021baa805de10a156

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf526026cde3bb31a2c1c60a1e704c6dc277d4c2473f318717a956bef99c4f59
MD5 ac0b943a38a6cd4d79f854eb52b747cb
BLAKE2b-256 67dd948868f2db74a63e7de6d67ee35b7c3d70b10f96f5bb3a2a8a4234f16552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9aa3f6f296bb9defda232b11273b6d150a70430ed0f5fd1885476caccef933b
MD5 33be5330d3114be9876adb14538f40da
BLAKE2b-256 501dc1ecf0527ec4ad24fdc6115ac1ff910c6a570a6e6a47d79bb7524e745957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 97ee65725dcd6c2cd83dc7d0ef5623c7cface1b1fef569c3a4e39668d46e21dd
MD5 68dd1ce49114484d1a9fb9fd015bb681
BLAKE2b-256 2947192d7ea9bd381b3037a210d5a960031a378c1fdac893913691da9a0f9a95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 913.2 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.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4e242339e657639f6a33b134e5a9d32754815b14c48a3b93afabf4a8b747323d
MD5 8cc81c42fbbc71484dcc354bb567957c
BLAKE2b-256 d414820253704a6296e59a9788baf7640ebf23d58620613227507409d74c2979

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8196d69b68be71ef224148bb5efef58bfc41a59a2fcd7139919ea270e421b86b
MD5 4c4e9395084f66cdc67dcc8f6c2e7d05
BLAKE2b-256 984c258476d48b2acbbf8401c7afe332e00f81284ef1d50833becb823e55198a

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f8c3a72a342d754bbad87e6f640653e83e86fd50686ee34c1ac4220d199ddf0
MD5 0f93b64500b4b10a4d67ed2468dde771
BLAKE2b-256 9e92b6015c670d24259c11dde0cfd3e8fc89194a43edc65af943d37876eb0410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2680d04ad698dd58e196fdd734b6db689404831ba55e27324fe79bb72886c19
MD5 27093b6cc2c793513c96b24db69050bf
BLAKE2b-256 602dcf6b2f42ac511749dcaf189c74511ca3a9ebda0806a3db557ad7fd32dfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 82b24f28e1c5e3e234566e27d9b879afc7a20dd0feb6384c4610b0e98e8b7cd1
MD5 3dbbce0a41efa416a15b6d5820a7de59
BLAKE2b-256 47f588da7af56c6d36289d2db1b9012dbecda121263bbf54d4399a98101e2447

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 893.5 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.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3c3eef5960f8062a55a4853f7af2acb3624eab40cdeec160211e6058db339b73
MD5 966de89520a394d9c78c608f729a22ce
BLAKE2b-256 e605abeac1c04ae3b7f8288dbd536b7fdfd6a18e80123a33423cd6b549ea8fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7ffb3aedbb7d61e000b56afee6317ca79225294f88c7ae791ce9c00491fc1af
MD5 b363ee5bee0717121676b8e9bba204cb
BLAKE2b-256 3a0ca8189b41e7048caa63f225a36175edf8f5549831eeefd248457559e5c7ca

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a63b842bd1bc3f7f016c993673f9f5a35d386bfcdacf5d680318304861bfe1c
MD5 02b2062c55aaf8d13b343fe952cb83a6
BLAKE2b-256 a1006d878b05301c680f62992801058eb6fd6a93f4a8a50fc65477c6148730bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6972d7cd027370459b272dfc2d7913c859f2769bee5899702cd26a12c3749409
MD5 4e1e0c345119907926a1ea5fcf8deb66
BLAKE2b-256 a2025f4847eb91edac5f2be71cba4734f138d2422817a80ef6d51644e02a925a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8d1a73f0aafef254180e337e820695b6f844e3758635c6d7c7dbaf8f50829157
MD5 2e50dec5bb9fb394cdabfe31fc85e338
BLAKE2b-256 5b674a6abb441aaf8e5ded110c696a2f6c0fb5173ae96be9f02387810efd5b05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 894.2 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.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e845815696181cb8e67b2a4f8eacf1d0153928d0ecc46d3180fef01374a1c81f
MD5 be7753857b88f37feabd35b3be603930
BLAKE2b-256 13abb5bf124ca0fde433811b6c726ae745b4d20db7c9166f25696f3180ee8c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1bb473baffa55c5be280e3744be93c03684ed1831a7e3b2aeb668998cdd7944
MD5 5217faefb4a01ad96f39e8145f97d662
BLAKE2b-256 7846ba49b243d0ebb38bb1f0fa2521f37c873dfa7a7851adb1d6d7c505c70b2c

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce5c3eb635bc779e9cb9648c5b3214c09df42c5994ca5f999e0c778343bc2f13
MD5 270beb442332c3dd0a0d03faa7b6b46f
BLAKE2b-256 ea92e09e13e3d92ccd8e9f6f77885cca80570b227e4b02a621aa06360b5f9846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41aa3f3ddcaee27d76f52296fc9aa5fde8be2223384a210d81676bb75372e18e
MD5 6c44a2a76f4990ed17f1790716a67d18
BLAKE2b-256 48ddb11370a371f367cb6ba0d3abfc0290029d669ff7e43ec266d3f0ac59ab14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ecb6a5008291996ea95465fb629633c6554f4d2e553ae8a4de32049d80471038
MD5 14f2fc0bdb0882424cb17e0dde4e7147
BLAKE2b-256 cce9d1bcd782f81760d49524373ca3c0ee7f37ffcc8e3d1cad84b564f97dfdb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-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.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4cb179a1039f1f5bbd4a3236bc80d5b37189e9053bc6eecfc146fdd8690407b8
MD5 0761cb33450b81468bbd5ad13b6e981e
BLAKE2b-256 95f75c07915a598a32e3b7715901d07df783d30b03ba253a2da2b5d011a74580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43838efe47e46fb2dc9185bf23bf7f82fe72568b5f42fba4a231376c8415f026
MD5 c49d927f7709d8a10db2823ebcecbf5b
BLAKE2b-256 d5ca9ed5dc702b479788021e91dec3f060973a2dc0eda510cc0ca8928aa6f041

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f9bd3f11095fed7f5a7704cc5b44faa9cecb96943cbfaa47e15a24b5a43ad1f
MD5 0031bd31e0365c0f30999281ca70222b
BLAKE2b-256 5f9ba9e873f9cfcf883de68a8ffb9a2df237a79a5c9d322c72675ab78fb49b04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 109919bbe5cff39510d3bed71408eab542e9f02eeb552f47ac7492ae38a2511d
MD5 7ac11e884b665e1637c7622740e2f18e
BLAKE2b-256 648230730ab04e4d1dee8bbd0ef1c3aa7a018dbcdc8685947f72034f3a504577

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f4e81d9a3e945dc10cf1e4a740c0faf511a1cdb4b53c7becff671af1e6d5460
MD5 ee60326e581d1e45b39dbfe84b297909
BLAKE2b-256 d121b2ca8d322ee5b5ad6ebc9820440cdab5554333d276a39f54491b2c1dac95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 894.8 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.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 525458eee51aa0c287a1d839be38f54763632bc3bf9e3169274d25b0a1243b2a
MD5 6d592865c976d347d87889429adb624a
BLAKE2b-256 ab8b1dcab37cb815105af1cda1c56de803594ecdab797367ab70bbe667b83d6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a13d381877b97efe1bf8bdfc94f07112bf095a1afb8a4846cd4d928cf381a20c
MD5 45344aae267b9602624ab5fa59f7546f
BLAKE2b-256 7752d85a3b5c7184c146d615ab51ff391d8e525d59ef6f6ea8f4a8cf7e2cefad

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b46cddf50facbabf8cb6ece571ca9c61e9fde4bf538f18d2fd9b459ae4ca039
MD5 0e6f1889c73dfc1a952817c30925173f
BLAKE2b-256 085e98b4232833cf97089d091335d8aa004d38b5956a8841d4b040315f509959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 740be9b4ad564d02289bfc1aa81a2e49ec5aabd677c300ee704bb8551f21806c
MD5 87a1c37591afa111933f4991928972f8
BLAKE2b-256 c320ad963b81b7b73eaa2241174119b46a9c8eabb2204d5d855a7ebc1458226f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9136bf195c21ae98354af8f38191e5842b8c693680559afbca0382152824bee
MD5 489ae88a6e9252bc11cb1c538b6b0268
BLAKE2b-256 006dd2e130dfab739ec09345ca219789b5520e44c51bb012d4c58f2b9f5e7c2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 895.7 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.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0f09dc7b26797abf8ee0f4949d824bd23afa0b1f2f2a4f7a41367c4ba646e179
MD5 4e07fbf4f87aa411ff996b7b166d0f75
BLAKE2b-256 b84c4ebb0ded28d9e6cbe41395233b0fadc4cb0ff326f7e29e8773ddeda0e47d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09c5ecf62fcc4845c909f7ea59aa0aa386ca26cc28edb35f5da8becac92823f1
MD5 7dbe79cd79cd8c6c06297b09bc0d9ce0
BLAKE2b-256 03edbc8f26550f7f4f2f4df15e984d0b05550c6e06ab83e60bc1309abf812b9f

See more details on using hashes here.

File details

Details for the file dclab-0.71.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.71.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5bc7a21e8377b47a07aceceb805b061640c3e1c2b93571952809885a512b20c
MD5 39ef54be32289fb3326d27c0163648bd
BLAKE2b-256 1b3737967dad55ae259994c20afe61e980136702fb5f5ffcf2cec1c7ae936ac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40081b930b73e119dd870ecbe1603a84e06a8120ba97ac6e908a6a45b7504e55
MD5 1f56bd9800e0151248a270de2f67bd25
BLAKE2b-256 f3fb92086409215bc868d5abef6b96d066b96b6208328396b44bd2af40bd1c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 909c11dfea4df6cd27685ac3d8920a858b779b7823f9d5645e8a23312917ad47
MD5 35c3bdfac4a4af12afb107514cba09da
BLAKE2b-256 f3858d961d322a665579a6075c3ac2a0bb979fd0d9d2d26ed1f51b7b260ec216

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