Skip to main content

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.

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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.10-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.10-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.10-cp314-cp314t-macosx_11_0_arm64.whl (941.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.10-cp314-cp314t-macosx_10_15_x86_64.whl (942.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.10-cp314-cp314-win_amd64.whl (909.7 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.10-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.10-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.10-cp314-cp314-macosx_11_0_arm64.whl (925.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.10-cp314-cp314-macosx_10_15_x86_64.whl (927.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.10-cp313-cp313-win_amd64.whl (891.0 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.10-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.10-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.10-cp313-cp313-macosx_11_0_arm64.whl (923.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.10-cp313-cp313-macosx_10_13_x86_64.whl (926.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.10-cp312-cp312-win_amd64.whl (891.6 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.10-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.10-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.10-cp312-cp312-macosx_11_0_arm64.whl (925.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.10-cp312-cp312-macosx_10_13_x86_64.whl (928.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.10-cp311-cp311-win_amd64.whl (892.1 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.10-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.10-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.10-cp311-cp311-macosx_11_0_arm64.whl (924.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.10-cp311-cp311-macosx_10_9_x86_64.whl (927.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.10-cp310-cp310-win_amd64.whl (891.8 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.10-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.10-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.10-cp310-cp310-macosx_11_0_arm64.whl (926.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.10-cp310-cp310-macosx_10_9_x86_64.whl (929.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.10-cp39-cp39-win_amd64.whl (892.7 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.10-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.10-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.10-cp39-cp39-macosx_11_0_arm64.whl (927.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.10-cp39-cp39-macosx_10_9_x86_64.whl (930.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.10.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.10.tar.gz
Algorithm Hash digest
SHA256 7c6dbe2591c0fa8d7c47a1ca5104490f7beac1b67b34c88ce11be020ce00d49f
MD5 031f77a18b65deee2fba638d23bdb1a2
BLAKE2b-256 7b196424d2df6065a962ea36466bed13979b1071739a0c414ad94c9494711eb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 928.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.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 740413b2bf9a35c412a78efde4fd401c67e54288de58647686c13cfaa78cc157
MD5 321e2d511b4052f7c0975e7990368501
BLAKE2b-256 1c63a8f2751b3be663de6bfbe6c248a86dc142344ca7a7117212562bac1ad1ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 912b4dc121f749806eb159252e6cda61489756c2eada47eb067c98ab6eb2643e
MD5 eeffacf298c8229ef652390bf67a341c
BLAKE2b-256 3b39a7e01d7697ba379a7e979e3af8389781bcee082e1fa9b3504bbaf5c18f7a

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c19681f91d1e1f65e7b59c969cf2a4374df58d57c1f43c31e2142eda8d05d0a
MD5 449ec4907e44a747ef209f2d62d44422
BLAKE2b-256 ab5eb5c2d2ea1bcee04ef5dbfec6109199707c3e4cd835091f68813201c55953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ae9719363b8e105fbc60e2dd3a73e197966ceb67e8d6e6ac08306e37090c24
MD5 f606073d0c58e72ae63ed1cd15fdff44
BLAKE2b-256 5bcf876b205d83d19f3e7c6682b631375c250b836d30e359aea96629bd8839ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8ee625dbff975d53a5d895cfe6ca6b1399d092870e784a1ea2633dcb61e34980
MD5 b34d1801563878d489e79817d8825b1d
BLAKE2b-256 6aa0bc14172a6a958190adbfb60279aa0d6a2f801f13ec9bca40ea6719bf232c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 909.7 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.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7bd3c9b1ccfb9a98c647230ffd8ec408d1f1cdce43becb6e41b78bb69376bebe
MD5 3046e31882eab64e21efba04e19039ab
BLAKE2b-256 4ed181724ac842bdcab8313116a4c420d922f20d33f098380973453f9ac29339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 319bb9f65bb7b7ec91999d4f1be458c963ec166bcddd0714841f3990bf16153b
MD5 3b270e0055dbbd0063e6f0524383b536
BLAKE2b-256 80a9efbc26d0aa42ab2648987349ff310e75548f2c0b27b8e765252b2adb3b8e

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66ddf4d8a11d6f0552119b8346eb8ec3eb6dd27b6c12d94da7703743a7b52c73
MD5 3e50093cd3c9550d745f4543ede7f59e
BLAKE2b-256 7499faa0a112270fa26030a2e2338b57dc138e7cc2d0743a8d91e16db849aa82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf02b7bde290cfe1678141fe6aee6fc2fc30794f5e394ceb0ea492fdf8810410
MD5 d5c125bf9d50a8a57001caa55df1540c
BLAKE2b-256 da327d67633c126c9d74f2da5e1557c26c51576a50cf90e11d3d4cf5603b5f19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0c8f83fcccea303e12bf34761a73c2318656b01d9f69258d58aa69c24350e0b6
MD5 2821852ff1673dcc80c97f8cd999dddf
BLAKE2b-256 ce53819f3edfddb074550e24f6f59e46591b65a0e45c6940e31d337497f69116

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 891.0 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.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 393950f02e6d86d996344644c144431499bd3ed1fe4b85d277cbad4c292faefd
MD5 1300d2a2b521fdbe85904c8301e4e28c
BLAKE2b-256 6a38d76c3acb55191edf7507302a6cab29a2ca19e75096e30e711dcc302d0e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e46f4d050ae621300c9524b32d960b5bfd3acd424342c00b7bea77ffe7f6cc95
MD5 fa6301c347ae6b97b34dcfaf84ac3399
BLAKE2b-256 e364b04a9d44408d1526101d6b2ddd6ed88215923370e8bc227e8c0e88e37212

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd6d4b25c032b9ab05621c6e54aabdb02e76764ef2b18b37d016457c7c09c9a1
MD5 ca2a697630259e0da9bd893f7a1c4ad5
BLAKE2b-256 dda3b732eed2161cebfae001f4642ab5fd3e52a77610a0930488ccf63d6794da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 963d99e13ee564d5101c98f8416b8a7f552732bfbd5ccb8a76a298f0dc51bcac
MD5 c865aacc7cb8eea5f19c54a698d8572c
BLAKE2b-256 79c000571c7b083a32959a5c42d820114cc6b322aa08a9ffe8423d11af33dbb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 900adc255c05361b792361179a4989f8eb77ed00be429f729b84f8064f9a2989
MD5 60048d399b5730e7ac14e3963c270ce9
BLAKE2b-256 5b53603d3c850e362026c704d6dbc411be81645799f00dae7c3d0adbf45223ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 891.6 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.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0546afffc484571058ca0dcfdb4aad949e05a7eab1709bc9a91d26145cdafc47
MD5 e4d8c660bd9270420f56b54b07d4857b
BLAKE2b-256 c780f14299e98d9a2ebfae35b22ba6a3f812fc89c932416d1d3ad162183fab58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2e82ae0aee80702ebe5b7aedf07e97fa7b09cfb10b056d4e3be9ac2b1a6cbc3
MD5 189501766ce381fd1fbc78fc5bc7b9c8
BLAKE2b-256 88f84638a2a2db947f858b82a117732d2e2ee7633156b7c03692801f5471b753

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27e9b295ceeea5b5713122246c8f1407f96cfb5b25e061fb3440c5a944124482
MD5 2829c8d12d3f382e7fd0fd1bfed990bf
BLAKE2b-256 07fa2af1f3b645105722fd8a5f4f2909bed9ae400974c2eb0b57972fe9992d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f40954f98943eff77c4ac146171055ed0fd71d20453496424f53462e88a423e
MD5 9d153a9da226b751f52962dde748b229
BLAKE2b-256 6c07d329369b5add8d04a9caa60fbe58ac865f3f409604c63a3b6b79b2b9ede3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a30f923e2e2b29b528db52bd2a5a69b36191cc39f1b6c857e6d46336cc54328e
MD5 6f6252c8da60aa01353eb70b238a5969
BLAKE2b-256 4230a6340c9f5641e9484c745234b0752e4d4640c6aece0bef4bc014c738a047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 892.1 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.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 19c3ea9bf4339f746d398c7af9e645dda9ad7fcf3b49b4a3673a421d2cb39921
MD5 1714d0a7164e0a2d4d4ee501e916b895
BLAKE2b-256 33e60b48efa55fc06d322a96aaccaa42b4d2bf69e928a8444472e1e256fdd8bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26127c512661223aff58379a027fb475ae6e347f1a52febe35530f63fb19bbb1
MD5 36b4da7bca4bd0f5d8bf7d51c54a403c
BLAKE2b-256 6a4043bf61af8f64ea57f5192a45f51e6ffc910290947ec7cdccc764490017dc

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 abab36e3fc96143eacab3026bbb7c2e420218bce4fa77f6c8c7d7e9be889e37d
MD5 aa64df2bcf04816ed12931b8c5c44176
BLAKE2b-256 401b91bef400158aebd4b1614c13a3bd8e8c9e7445f07cf11ba0b9ebea5d7586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcb76304a1bc58ed6ed1ada189da963069a28eef6b310798f7ce11a035c743c0
MD5 6777675d4dff425e69df767f000988e0
BLAKE2b-256 7aaf22f976e9a23cfddff0f34fde2bffa07f36f1e07322d97fc2dab1d2f7659a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c33e5e1111daa2537b191ce8e3a600855d3d364f6832f5790fdf2dc800321c52
MD5 73f254d76f21b9e72a18e2caa3df0e86
BLAKE2b-256 d2f0a9d021f1a816f5667cb7fecc0d271d06b61d1bb4d560f00ea0babdc13513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 891.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.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c03dd1733b707939c00e7f28b29df44816c56db7fc80c03c48e2551206a8b2a3
MD5 cd21780cb08ad1aabc387085594240c0
BLAKE2b-256 6c60f87e7bcc7e3997c37a65c37ee1f5521ebc775730c93f59f9b2ae9621dc0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a77d16690c62bb53e735623ce965bcf8ec420b6dae24a923de150d57778b7b77
MD5 980fb80a783583c4d86c0fb7f4cbc707
BLAKE2b-256 3e36a89a5ecccf1d6d50c9510aea8a610ea8842deff6ba201764017e2980cf60

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 133927d26daae7441c2c9b2325b3b416b1c8b9dea567178092e5f0364e7cdd99
MD5 4a6d3e2d62c71d6a47aa671276bebaaa
BLAKE2b-256 1a8cbdc12be92e540a9460ab5851a9489ddf9221b77fdfef5c2249c4838cd564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 484ac0ce30f11d05668787e13e04076f1fdd68064dbfa2da10cfb0e04a0dc87c
MD5 f92c2542c3577109ba037a4428fc8910
BLAKE2b-256 ac89ec82c58d9c7ece4798bc61bb922200ec9c0d5fba5d7f1a9fa4a4200145ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b65633eb4dbbc0754ac817e9202a5b23d55a46e2d7cc5e8a469049ece234558
MD5 5756eaccfd5d2952f27d1b88a410213c
BLAKE2b-256 ad9b259dbfcb681578899f7f24f00cf10f287ce142fd320bb64f5d12cdc99f2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.10-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 892.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.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a8eec07a85af29c08468b3a8bb3e483b49085aaaa829ff412566ef0c8c2536cc
MD5 ac4bef29cb6c51b314a3575c56288033
BLAKE2b-256 a5be24548414e3f47d7a82252cdcaecb026bdf9c288b6696584d874761574e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa1b4ee10adc68ca33e514faf87c84d7e8bf9ef1aea76feeb9b73f8e75ffcb95
MD5 4dc1ebb3484154619deea3e9792a6c54
BLAKE2b-256 eb8126702178f399a548fd40587e87a748bb9cd099e541eb44ff90bbaef58b2e

See more details on using hashes here.

File details

Details for the file dclab-0.71.10-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.10-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa0b5539ef7488bc184e958834156dccd1e487c0d87f0161361e71e0b18701bc
MD5 d9973c53507245f87dc252e7659ccac0
BLAKE2b-256 43527c15cad3e851f95a9f1d491de35a6a3713ba05aeed287dfbfbdaf85f966e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b66c4eaf64885fda3b99052031c3fade227c89bbc2eb35cf9320e9bbd3f2c3ff
MD5 84476349a4b2c839f08787e4bee33f24
BLAKE2b-256 8754c9cd617e1f27801802708a8966192e320ea9bb600846ce108bb861c457a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.10-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5804b5e7be9e360f2621bc1618955bc6dbaa69efe1a0d86520561b4f3a35c603
MD5 c30829aa2ab03fd29c5acbd5d6f457b2
BLAKE2b-256 c64f18d09d4121d063cf5394f5b4c913c0ff1d82322137dbcd17dfaaea73688f

See more details on using hashes here.

Release history Release notifications | RSS feed

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