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

Uploaded CPython 3.14tWindows x86-64

dclab-0.70.0-cp314-cp314t-macosx_11_0_arm64.whl (936.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.70.0-cp314-cp314t-macosx_10_15_x86_64.whl (937.7 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.70.0-cp314-cp314-win_amd64.whl (910.9 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.70.0-cp314-cp314-macosx_11_0_arm64.whl (918.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.70.0-cp314-cp314-macosx_10_15_x86_64.whl (922.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.70.0-cp313-cp313-win_amd64.whl (891.8 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.70.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dclab-0.70.0-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.70.0-cp313-cp313-macosx_11_0_arm64.whl (915.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.70.0-cp313-cp313-macosx_10_13_x86_64.whl (921.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.70.0-cp312-cp312-win_amd64.whl (892.5 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.70.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dclab-0.70.0-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.70.0-cp312-cp312-macosx_11_0_arm64.whl (917.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.70.0-cp312-cp312-macosx_10_13_x86_64.whl (923.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.70.0-cp311-cp311-win_amd64.whl (892.3 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.70.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dclab-0.70.0-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.70.0-cp311-cp311-macosx_11_0_arm64.whl (917.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.70.0-cp311-cp311-macosx_10_9_x86_64.whl (922.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.70.0-cp310-cp310-win_amd64.whl (892.9 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.70.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dclab-0.70.0-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.70.0-cp310-cp310-macosx_11_0_arm64.whl (918.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.70.0-cp310-cp310-macosx_10_9_x86_64.whl (924.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.70.0-cp39-cp39-win_amd64.whl (893.7 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.70.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

dclab-0.70.0-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.70.0-cp39-cp39-macosx_11_0_arm64.whl (920.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.70.0-cp39-cp39-macosx_10_9_x86_64.whl (925.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.70.0.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.70.0.tar.gz
Algorithm Hash digest
SHA256 ce2aaa296e310d6e15f9a43d09da78a5861288a3c9ec3f4d5a366798bc8812ff
MD5 aaa9521bb06d931350aed4e2a71434b6
BLAKE2b-256 a8fd8e16b08708e71c2833fea49320d71f37109b7967251ea653da2a2a0728cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 954.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.70.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a43dd03b7671a80d9740156e29e6eff90f3d638940a1ef7fa20ed349a5d2dd03
MD5 dcd5efe4a375e797a76dd467c276e403
BLAKE2b-256 2883c78b48bb3d6d5aa97b541d88b874661cfc8854ccc600c8808c471ce190fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0168330b1af1b26dfef99ce0c4dc13c8f9cccb0c2e4378b68730fc29a24e2a9c
MD5 c6941dfae77a7929b6a1fb3726f57e59
BLAKE2b-256 2d9907dcfb41e18af173b58a7a9b405b52666f09bcd58ec115010d6e3c9c4a85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bfa428c618f5a27b1dac85546d367a55ab5700bc8d4e07275fc66045333a7ebc
MD5 ed77a5eeb3c1bf32446e02286be723b1
BLAKE2b-256 61a0a191f99c846aa611253c27210cf63e9b15e1a8657de9f32c9028724fd8df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 910.9 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.70.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 901ad57c4e9be64d0428a688e992f833299f276d8ae3b45c7c8e7840213bf48f
MD5 07c00bea7ba1dc31fde9673633c1c4c6
BLAKE2b-256 bf733d95e350e4af70b84e9cc98540336c551fb6fb84774e5acb67c0ccfa0396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 949e485372a80116df41060a3d9380b34c0310292eed1449975cea947cc125d3
MD5 bb259bcd34bc351bc9170dcdb4e53e36
BLAKE2b-256 d3d654e7c144eae666c8fafd876efe39434053f2fee04ed3e4e203bfb5d5fa76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 397222d3b4a1150e8f70315ac5a67de884faf9929267c5e7837bcf289cefe8de
MD5 b35193735289ae28bff7384ce8a73798
BLAKE2b-256 04a6b03a3776ba07cc0ed5847eb9a6318b6b2a781d391e1819aaa44e2a0932c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 891.8 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.70.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3d1260a13e837f08eb3ca5815f828c9e610e83b5f3532b19b68d7887cd3c51c7
MD5 dc3467a8ffff6e6e69055791c1eb828b
BLAKE2b-256 36a9274038e01913febea51a2bfebdb9d46a124100f4cf9077cbdee841b7cd88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 548cef495dc8ab34f1eef97a28e8adad5fc8f2e920f38c87e608da887a4fa0a4
MD5 aeff87d2b81ccdde5a2d741bfc47ecee
BLAKE2b-256 66f8c71e5e529058ce9ea1592d51395d073873a52e1a7b5739c18c70931fc9a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb18f014599bb84eae3afca11e96cc4f95743695434e5593d216710a003740d3
MD5 4ac148f6282045e32d65a26be87ddb27
BLAKE2b-256 1f57ca25d580f9520dbcb6e525d650ed811175ea68cb0e42b2ea71db3f76316c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6404f0b1d21bd2d0129a427e5a1064191d0fe42e1ec72bbe63887c36535e955a
MD5 fb8c78df70197f4905002e19ec26289c
BLAKE2b-256 7772285f910c886c883632ed2edfb9dcffc6da4f39b5648c6ad6512a9c2ab28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 26beeceb3fdc5a58ca81548b7ad26cb9850cbbd715f55fe300b3e5f659d10076
MD5 ea9ddbbb152aee0b7d1d9b7bbf0610c8
BLAKE2b-256 4e78c2ea0a744058ffb417f47bf246d18b3d0c83c95af74b34e2ef1a37031087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 892.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.70.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b4d0833e7daecd94b97a3a2644470d5008134d875807b94cc9fde0b1c38109a
MD5 9a92ef349900a2e5e3d98da86c95df9e
BLAKE2b-256 51edb27aeaaa153322495375b1227ec6418d255b4ef6356609ce1172779426ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f61a8a42178c9785389c07a36f782c7ca3767747712d322000ef9300d48f5af
MD5 9e4ff1f472afad5ac95c6ecf5ec8c7e6
BLAKE2b-256 7a38125e7ea1249b8a0025db8259de4a2bfa364edb7ab3f21bb4647a4fbf97b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f35630adac3ee08c6baf872020bfc4dc1432e306c7c5d067122fabb34930193d
MD5 ea5561cb1b943dc181f07be2abdd6c3c
BLAKE2b-256 7bf702e6d752e473489a2eaec8a083a4a09ce2e8b11aa82da340b0c12809fb3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f82be5f527624c7209d1a3c23e291dcb211602bafa516b3269011bf45df6f48b
MD5 bdcbec9acedb2ffbc71590cb7a53f923
BLAKE2b-256 cbdce057e8d96e8feababdd55eaa4279f0960d660154b4f02aa5cd8b1ea753fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dab04e49110c28a40e15b039212789b9757d1c987b434148e48f4da36c97af56
MD5 139c82b1e17b38335bdbcc11a787eed6
BLAKE2b-256 83f8e0a8763780f9ec3898d705ac0f862c85e0211c266f558d45b14aee97d497

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 892.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.70.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b805318601379a6a7bd4b3fec44ae3c94414d639bf34132bce711fab94ff536e
MD5 da28636433a7bf07a7c606b7a62d1609
BLAKE2b-256 239313ab6e59240da9ef553697927e8347fbe454265f84d94f13c0ddb846b908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8df6b93e1a66abbe31c86fe7aaf1da7a50d5a177e68ce0ac623f0abf313226d7
MD5 59e5237b69feaaf4ca9feabb571abb29
BLAKE2b-256 22166a800f7e623f098cedff4b2e2ab33382526fea6eb9360842ed1af1e8c4bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c723a60624cb50ba258be62b8fa21b6e28d6b660ab02df6bdf2a2db3d9f730b4
MD5 813c4729a6ed0b745f9c632cf6df2fbd
BLAKE2b-256 6bc4bf840734da44031928291630475e7612bbb5dc1441763a1d317be22a172f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53e7c86c1b634c1a98ab43feb7f7d39784e4d4542933a1295b56bf07b2179561
MD5 653822f75ecf5180a6449119727493e2
BLAKE2b-256 a219395f2d3663ad36e3fac961874d1a1807cbfca97669b4f3d6f42c43d6d24f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 527dbc17c23b9ca258093274c311c471178f78175262675977d692902aacb0ff
MD5 29692a7b1864a08d077f48c7fd5c237d
BLAKE2b-256 6c2642135fc887e3f44c3d16db359ddca7a5318d22e4a628849e1b67d6c8f70b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 892.9 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.70.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6c0c9abaa55d42cd6c59f101d6adf15b761f6d5f19a07b42211dc48e37ac031c
MD5 0e0e854dc645b7483c723e326246ead0
BLAKE2b-256 ca55f77a034ac8e1de2ef4cf5c538ba05e7122dc7ef0fdb4dfa0ba4ad4914c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15f77999b3af4f3f64c428de7457b621924146817c0bc6a4f3beaaac1ee71cf1
MD5 56fdaec0aeb84c3cf2f7ac401dea10d4
BLAKE2b-256 6f755a453a4566d1b04163b04894d315768ca2d8c0279abc9a8bd4d337d7460c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 221f6963f89effbd68c2134691a1b666c1c497061254570f85ff1514192db154
MD5 5b0b4bc16dea26d23c7fd3cce3935919
BLAKE2b-256 11039ed7bf67deb7704c022ae2b0f6d2e191c4ab3a6b6cb7bbd61ac009f4513e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29c7c7bc2e5c0de45957c8aaad82a4b82cced2f2959fff99339ef3bbe32798c6
MD5 5cb3f82136396cc569bc929955aa70e9
BLAKE2b-256 2d993a59a2fa8568a6eecbcf52428d7ab249fc210ce67281b5c14ffcbd8a3e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ec1fd7510e4297d568718d7bb275931f5fcedf462ff3240f2f54bf02e7526f7
MD5 5484f7354975a8917542da34f824e5e7
BLAKE2b-256 f01002b2e5098077c4420c6789f71e1eef4b60b1c371c1f9e187d256e5751ec2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.70.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 893.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.70.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f1de1ab563457e5a3160993208d86dccbb51ed33a72f4f348cc8950081249c62
MD5 64d7802a57ecc5db2412eb315b1150d0
BLAKE2b-256 dd33cacc629c19f40b59a07e0daf4a25ef8b72d0c8700bd5a7467a108745c9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5743f1382217e1cf841813b41cc184891ae9c08dd027e9e7839d48db60e466c
MD5 c83de4c77912269c11f396a05c0a43ab
BLAKE2b-256 c6c34785b8968c259ca3547244f0d6fdf5b5e54499d214c1a618c8a4dd24ca37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 916d6f562b39c311e1a448ac635d80e9f0522df426a490d0725a2cd20dd0265c
MD5 6df867a6a3c817559f57314353e938c9
BLAKE2b-256 a78a16bc26fb073c40eb9d4700353ae3a1f16a69f008683415ae752480daf8d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 664c9f637808894ee557f3983502557ea84214c22ab29f48775a47373216aab6
MD5 17a81d67c5601287e8eb31d788cabf21
BLAKE2b-256 0840718930a1b48fd3971d0304dffb24ff58e3441dc556688e6e39d8a0d5e380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.70.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b83d1bde743342aa6233a2336c0bf5fd7398e76733ef4fdf5de90ab91a652734
MD5 e7b4fa56f2104913eeb0aab9a6202d30
BLAKE2b-256 471542199fb18cfd38e64fa99a0359e031881f82f39ed3a2a4a305b64c858ff0

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