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 Shape-Out.

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

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.62.6.tar.gz (4.8 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp313-cp313-macosx_11_0_arm64.whl (892.3 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

dclab-0.62.6-cp313-cp313-macosx_10_13_x86_64.whl (909.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp312-cp312-macosx_11_0_arm64.whl (896.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

dclab-0.62.6-cp312-cp312-macosx_10_13_x86_64.whl (913.3 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

dclab-0.62.6-cp311-cp311-win_amd64.whl (884.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp311-cp311-macosx_11_0_arm64.whl (893.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dclab-0.62.6-cp311-cp311-macosx_10_9_x86_64.whl (910.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dclab-0.62.6-cp310-cp310-win_amd64.whl (884.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp310-cp310-macosx_11_0_arm64.whl (894.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dclab-0.62.6-cp310-cp310-macosx_10_9_x86_64.whl (910.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dclab-0.62.6-cp39-cp39-win_amd64.whl (886.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp39-cp39-macosx_11_0_arm64.whl (896.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dclab-0.62.6-cp39-cp39-macosx_10_9_x86_64.whl (912.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dclab-0.62.6-cp38-cp38-win_amd64.whl (886.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

dclab-0.62.6-cp38-cp38-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

dclab-0.62.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

dclab-0.62.6-cp38-cp38-macosx_11_0_arm64.whl (895.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

dclab-0.62.6-cp38-cp38-macosx_10_9_x86_64.whl (912.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.62.6.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for dclab-0.62.6.tar.gz
Algorithm Hash digest
SHA256 4556e07f954dfea10c6124b6a2ad26ad7e35e9f3217dd996400d49731442c19c
MD5 b2ef1042e46ce8bb292035a169bf597d
BLAKE2b-256 7c416d08f646143ca9b6142053361c448ec07a42d51d39f786a2eeea66707615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 231304792f2f57979ee17831f4f98b2ec9cda25c511d50976c1fd1deed255443
MD5 9fe98345d097cadf24c6caef835c7ffd
BLAKE2b-256 c52636c1dc19ef9b5822703c29795bf43ca30565243a5fbdde51bb0dcaad190a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbd1a9f93337bc7456fc5d551b1354d4b0a4c5847ec6fa28a626c206c37e464f
MD5 269a623596ccf274bdb0583d348740a3
BLAKE2b-256 8a3f57a0d10c184e61ae4d183d15a37de666073702bb874b5f1bd0e3fca53f77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87940d36ef45be9d0dc3b5995e8663c305d9415e01cc84f21ae8ed0dcc42b011
MD5 12c64feb5a49300a9a64a04447468d3f
BLAKE2b-256 d8ad8a350295b41230460c66c06c54899663b20e81f87f4033a3d8aeb38ac7be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3b85832e4f85bc5cbda60960d5f8be1f58993d3f56a4b16efe4d6a54bce08016
MD5 a358c67181812032fa7b3c39debffdbd
BLAKE2b-256 beb0ba8a2c21e8a2a6265515766a523c87894e2dbaddb14dbbdb6c066d8a3026

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09bce263f40142136c2fc8aee7c609614ad34fd27b5b6b1ae9368a422f2038bc
MD5 ebdb861648203d6ba263ed0c4d183652
BLAKE2b-256 01fed7465e78d234345f67650f49e02cb011d9bc49d44db17392304621d6ef82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db99133749c4a8607d5046e504bcba2cd63102a57e596c0e3569118f97dcb5b7
MD5 6ccd80c0e03dc60e2daea258bd7f0a84
BLAKE2b-256 d7af4eb9022730583ab0dfea4c500d9aef5eb15f9d5e97853b7807b92b70533f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff91c140204ba5c5cbd73f574d0689be32cfd76de277d69cf49dab84c2ca829
MD5 3fc16ac1bd53849802dfc6da3974471a
BLAKE2b-256 5a0f2a1ac0d59f16dddf9c4f008ad85497a02a2f8a4edb3242fb242fe6895633

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 18ace5ea9d2814a2310a3e138d7e027e62871d527c139c1f932af5faa6c9113e
MD5 0026cfeef4b555d626f5371570212dec
BLAKE2b-256 ba62095aff0150f6de3a912498ec91e0eaddca8c681c2f1aa1522f6536cf2e56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.62.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 884.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for dclab-0.62.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1589b05d181739b24e7e95991f0b333994e3366ea59995e62a405c947ca619d8
MD5 b31547888efc3a90187f40beaed2070e
BLAKE2b-256 8b419387b228d2281435862f451aaed182f84c8cddfc908a9d091d02e70ef7df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ed4f8337b568da2c4d71e0f7f2b6566427dc098bb4c46860f2648760116a3ca5
MD5 47114c39b46c70e23ce500879ead1661
BLAKE2b-256 0ccd6847c97b7417f7c26f6f430217625a66e413336854c2053c9e21189fd2b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6dcfd090fc7e2bf9cc49228bb48c1df804f742f440fa1f2619ecf2e469b36ff7
MD5 e9e929ca2804c245a9b245c7ac3d7d8e
BLAKE2b-256 ea678d24d030ca9fad7cda2654c0675b3f9e177338106138185d89b23bf704b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3114eee4b384f9259b1f92b3a199b7fd90279b28172f863ec59883f9849842bd
MD5 8c80626b6f5e0850d3c9d8d6d6f04fbe
BLAKE2b-256 fd45ca379acf1d32ff1c875bc115dee48de04a3ff9c5da54c980337212b17536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 071dab6ba403c657e4b29be4cdf5782f9d16ca68063f939a36dc08dda725b408
MD5 12ca9c33203264a765a875e294949252
BLAKE2b-256 31e4b07b28c914179f6611580143b2c5219e2f505a52ad7367fee409b65d2a49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.62.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 884.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for dclab-0.62.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 533f990a81d54713cd56962eb04cea9cf801c0dc0ba45b0b8a6791a9d492daef
MD5 9abb4f70cf11bd96c1e2f2e6d30e2df4
BLAKE2b-256 b140ae1cb3098cd23efe43dad24e002c5754a8f18e57b01c41936c1992275117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cf18a26ae479ee8f29e2ef725883251423841fc483ff7db66e370674a392562
MD5 3b20f783b21c63cfb863714db2dd3c10
BLAKE2b-256 75a5c4d9b6da0591390eddea83d79dbc8fd70e5d0648b60fb49a195fec2d0747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ecffdd1eb444285bfa629695ddf2264921a87e4002273ad2a3c5d2e7ebef4ea
MD5 c46a2e6581f6d4c0d07622eed20258cc
BLAKE2b-256 b5e1f89c2cf3b2ecc396a47cd6a393af10d90c0b8f30c9ddb63021f66649dd50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6e49624087890efa07d356eeaa902f803f4bc7577457dc52d31305713e3353c
MD5 153335a23a1ba9910d0a7deac7f7e686
BLAKE2b-256 c8b80b1c65043e65cfa2f7c0beeb27e0b37f0807b7a58dce219f7f845fa85884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a17d6c8a7e3f31b4e411b0706c9ea945633fedb1b36f5ebf10c85e5c53a6e9c
MD5 ff45aa50de82857c52ea4736ef4996e4
BLAKE2b-256 9bcce10b0d3ba8410b75e09bd10413183a424a79ca0efb618937e3688038454d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.62.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 886.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for dclab-0.62.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e2a9e4ce1dbaa9c1a182565ad48a2685c9d4cf1d5b045bc94cbfcfd28f718e1d
MD5 bb929be8c1e387d03da3e715feaaa2e6
BLAKE2b-256 c6b52d6c4a2bddf295eb7e055b0245cefb6ddcf6458fc5458dff16c5eb3383fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94ca267385c6584cefb6947de6635bf089abf7e9d8c18221c035c39853a1f916
MD5 77494e61b3fa9e68804a7d00696edcb7
BLAKE2b-256 fd333858b1e37b33e4b96839aee6cfbf7e6e57731ade5d0cb352d8a478b444d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f00599da4a7ff15a7011bf5c0128462ac31a5534dc3fba268e1f0ad5ef7fb8b8
MD5 f5d611bd53076c04e2ea397adc12068c
BLAKE2b-256 3806014609bff9fdf9eaf6829ff233dceb5a64ecf8717f4e9b2d5ea0ceeedbdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be44a9f249ff9463b975fcb65c3584c767d0fc97b5066aecf02a65062e4173a8
MD5 6cead4f9126f75cf33ebc48b6bc557f8
BLAKE2b-256 046482087476600066aef780b7d16b90e0ca3782b268a7fca553735cc0a9ee10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.62.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af7a8d075e25c0abb5b708ebc55bdc59f88d95125bb7619c6a782a6cea8e3fd3
MD5 baf78d22603591755d47b5923fafdfc3
BLAKE2b-256 b85a515c7bc64557699fc4a6d1c76afc1f5eacd355eac2e4dead91fd767d385f

See more details on using hashes here.

File details

Details for the file dclab-0.62.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dclab-0.62.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 886.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for dclab-0.62.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 80c790e4d998418e5a6650a77581cf6d5315bf769488d7dd65d8bc0635fd0b45
MD5 5131749542dacc813b4621b607309084
BLAKE2b-256 75dfa818525feacf6e2e4a3dfb58a3eed4e41c7ebfb630614087d3e5ce232b7b

See more details on using hashes here.

File details

Details for the file dclab-0.62.6-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.62.6-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa790fff1bb38f7e506024f0057c0507f435e845e723b3d4c66313de3dd859f2
MD5 f91b0ec419e57fa9cca043ab44aea86d
BLAKE2b-256 616dfd3e9088cdac87e0a82aca8287348064907f139e359d8a0c686a9ae04391

See more details on using hashes here.

File details

Details for the file dclab-0.62.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.62.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 490d1ef9b867883ab1f9f49c20e1043d152a9d7f28bebf24ab44484dfcb85dfc
MD5 00f3fe1b442fdfbfa2b48e6f4c0907b2
BLAKE2b-256 108061b9146b17868c6394b6f416134734c641a145846a0945785d9cc7be3aad

See more details on using hashes here.

File details

Details for the file dclab-0.62.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.62.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e45efe82b585cd47b8630e4c3813213b80d918cd42abf65652aa75ef55ca8c6b
MD5 b94b2ce2a1990b4b1f3ec9b968135342
BLAKE2b-256 207b6612e500d5ef14cc6cb38481246cc95bb46a95ede8b282634fb08f39bfbf

See more details on using hashes here.

File details

Details for the file dclab-0.62.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.62.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3cc8828b58d690063896d7f40bd8185747112900d6f01e8b89f1df9a4dd42c1
MD5 38e47151427d74094103be80d7fcd8a7
BLAKE2b-256 fa019d37184fb7a4480f1446f63dfb62ca222458c67e16e929a38e8400bdd63d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page