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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.3-cp314-cp314t-macosx_11_0_arm64.whl (938.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.3-cp314-cp314t-macosx_10_15_x86_64.whl (938.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.3-cp314-cp314-win_amd64.whl (912.1 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.3-cp314-cp314-macosx_11_0_arm64.whl (919.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.3-cp314-cp314-macosx_10_15_x86_64.whl (923.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.3-cp313-cp313-win_amd64.whl (893.0 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (917.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.3-cp313-cp313-macosx_10_13_x86_64.whl (922.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.3-cp312-cp312-win_amd64.whl (893.7 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (918.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.3-cp312-cp312-macosx_10_13_x86_64.whl (924.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.3-cp311-cp311-win_amd64.whl (893.5 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (918.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.3-cp311-cp311-macosx_10_9_x86_64.whl (924.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.3-cp310-cp310-win_amd64.whl (894.1 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (920.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.3-cp310-cp310-macosx_10_9_x86_64.whl (925.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.3-cp39-cp39-win_amd64.whl (895.0 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.3-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.3-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.3-cp39-cp39-macosx_11_0_arm64.whl (921.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.3-cp39-cp39-macosx_10_9_x86_64.whl (926.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.3.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.3.tar.gz
Algorithm Hash digest
SHA256 f5bbe69bf56833e9be87445f9d19c2eab8428541ec0f67e97c285e782e837945
MD5 213bd6c66b8a8fc46fc143f1a43bca5c
BLAKE2b-256 cfbae1f2e003533992a4ac074dbc91019ca80c2a879c2477f0e927cf66b7aed2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 956.0 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.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b308322b546732b04756030ce0c2d689c87baa672bbb31165385f4dbaa89041b
MD5 16fac28c40082ad9a90075c2ad7e7aa8
BLAKE2b-256 d8b874a5bf0241399de86b4c48c9f5c56569de727c552f2289bf230165c206a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4149623ea5c991044b45a836e0ab69b40219d372f485339ce7cd79f75c2c1fd0
MD5 4226ef1c1146b0a70eb05adba8fa6ac5
BLAKE2b-256 0264b7dd534dceade6fcd2855ed0d4a635360f5f30bdda1488da78077a3ea96b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 083da99e3e5d6a9429cb3b7471c2ea556ae92cd3e09845e435d4e42deea1f61d
MD5 365ae17bef2c31769c77b2a4f811c078
BLAKE2b-256 af1ac6e1eb8c6ed1c4dc2a36ea920f003bb4bb3b8f967f1f7e4cdab9cde84f5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 912.1 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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b674c902740eb6de7f01bc129383e5ce24832812c06e8454b971c36b7a24b4e9
MD5 a07931e53f066e131ebae677f4456a69
BLAKE2b-256 6d9fea7a56170758c236b185ef41e17398512543aa6e13b948ffe155a24a1ddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b851605d35c422e5dcec13d5d2ada00ae08ec0a662745cb520547cc6ba6f44a
MD5 e90399ee9778b34994371389fc6a9753
BLAKE2b-256 d659345cc853726cd14c26f29b851ee6c006b336d0fc8805feb84c25a2cfcca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1c1616dcdf9d63dd0d80dea002a54a481f0724caf5f5f8075caf9ecced14ad16
MD5 ab7324674345820d34fdf72e3ebb5a8c
BLAKE2b-256 0aabc230b8d3002f96ed501be400faa122d17cec0ed02fb937e02989659d1c68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 893.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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5fcc13bfe7af10df841efad96fbd6a4e27dd6ffa1e3ac53965c928bc0bfb4b2
MD5 1f398560c16f69323f6e17f65a8ed5c9
BLAKE2b-256 4f7e62a28d3ab4cd74d8ee6b1f3d2523db26782b41abb8d1de5411abe20b02c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08d8041947b95c045e77ba99940addbe7f64a2dc547865590f0570f223bf115f
MD5 368e026e1ed6a3dd15682b05c9b76a13
BLAKE2b-256 81c1018e7973bce637bbe1df5e15d87b3b3aab557511a681a87f88ebef388944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a93d30c5ff01c4fd37f845786f7406f5a851e570e2130ada0f6b039bfe4a721d
MD5 bffe12c391aa0f2a00e2067e19ae5270
BLAKE2b-256 2d8b43bfb0710c3031ae1307fa0a1c9da2d199e8588802b7671da944bf882cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a54bfebf63e694d7f8a4eb3c6d4bad530f8423d261e0ba636ed3ba1db7ace6b6
MD5 7b4dc83d8dbf3dd0f6cd082fdb14a6e9
BLAKE2b-256 4ceb9ac7788b5cfe1c343e8094ee54ae0c0e1f712ea0e296bc6ec897d21b4d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5c675e62564f64530144ce24511470abcde6a1c97d649900403483f82ef4d193
MD5 4fad2cbe098325d29614f55b8364ce99
BLAKE2b-256 3e0b9c31417eb9bd23dcba56661147f744fc0f27eb12d90046dc07b9bdb973e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 893.7 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5c63e1c306a4cc00e765c44786d44f92d286ecc5e61a9e0deed7ff03fbf1eb9f
MD5 8117cf78119766f5279a03e3027a1d33
BLAKE2b-256 4923466a4a0a2088b17cf24c64cdfd0ee431ebf7e061f7ae8e00e99b9b0cfec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb15e7e766ac8aa3fcb05a33ab1efbf3c6707cf4d18e108de6638d2dc82b172f
MD5 28afb5bb0ef2b9eba75e97ef6816ff28
BLAKE2b-256 782928113aee16e39064549f341fba35ccee07d6fe2596d2146b86eb50ab0ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a76e85cc98c86f3175e14600f58eac2a65e73f98d5c3b58cd71763c653472a4
MD5 844406320f7049d95108b5bb98f876f7
BLAKE2b-256 4a7ece617f584f11f502e3b279b54b383411332ee5fbdc86ea0c0e84ed7ee686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 541d2d37507c33e8df45861b2532b1d5cfe8174e46e679fb8d7775ef9d04b3d0
MD5 ea002554182f6af308e7e872cba2ab1d
BLAKE2b-256 2a62e576a31a218812246171b4a2ef972febab1a85fa81a1c5b4a8187b020569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6331e525881aeeeadd88b629edcf27de2b8eaf4887770598bf1a4cf5fc52c96b
MD5 b6d3203339ee860d6c44753e871658d5
BLAKE2b-256 32a0006280a8cfbcf5f64803be41977feb85d3ed33857f5540897c0ec31f9dfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 893.5 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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2e80aeea62bbc511ab8643e8332cfe098e39757556ccfac6779f78569eab9ddc
MD5 6326a1a587c502656bef7d3958696065
BLAKE2b-256 ed6fb17e66bef7c47bdef5fb1bec0cbc58f74386821c2aee720a20270fdefdc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5a45e2d0da65a8b496ebb2c1b9d1c52eb996d42474a61944529c2b6a116ca0f
MD5 2b74f729bd1b6ad182a6ac0815173d7d
BLAKE2b-256 519a671fd57038fd78eb3e246f7401ad59afb069bb3a92d9834554b99d341bba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d588c2d0eae935538c9212ed17768f6c945b75797f8c300937fbe5294ee0f6b
MD5 b3432689abab2c514387fdc64925e0b1
BLAKE2b-256 ae2ab7e99bdcc4d61595c67c8863f48e352362e252a4c0973495a17a7d899a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8684baa5d72c1bac70ac5f4ad344d546230392abb9b5ac15dfa2f22903ae0d1
MD5 100fece4c00b720e4e7a38350db64f3b
BLAKE2b-256 a599875e76da9dd4df11bc2f48420bb690de333e1b16fe8575730994a531921d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 471364c9eea4407a328cf3cffb0501c3d70d5f22e38d3fae1c6f525448dc65bc
MD5 cd53e73b3c338efa1c6c04826d842b63
BLAKE2b-256 340581d7c88c1ebac490d62f191d88aa9ff4e7b927c8751f5ada40110e84a88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 894.1 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65f09ec59a3d797296cd498ebc79f947efb0316c0f19dd0f756233739ae113cf
MD5 26d6dedd739779d4c802f9fa83236c18
BLAKE2b-256 cb21320c0b19af00d23e99a0ba2def33cacc8aaed22bd7ee5086a2503c38ff42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2121f62a228a0dc3c6211b074ebacf051c094a34948ee7b8f34254f979d284c6
MD5 1c86d7f8adb9b33ed5fcefa461a4873a
BLAKE2b-256 0efdaef6276a83cdadb891c88c1efe77bdc4ffb80e2c163159b314bc7f8a0094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb481f21227124af4633a3cf7239aa44872f4a5f58466fbfa58ffb492e124abe
MD5 cd47acb8f510f7b401151f7c77dc2a0e
BLAKE2b-256 4b2b62f0ae2eadeb13908ca2345143fcb6faf593a16007e14e44bdc494a7c12e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9dfa53a13451067da1d660c2987b2598b221d6a5d172bc271b08fa765e36beae
MD5 46a61f73d97a395a0bbdd9bb76ac7bb7
BLAKE2b-256 0b6b81b84b64bc9b5fa5e4eab16f7cc96d49b45d3f893fd1f376eeb2f9a1d378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 566f108136b696bd46ab8a1cef8d9e4ed2d94784f8ef6f987e9d1069e558ffe2
MD5 d44892fb70be3e8d8dec2c2b2d48918a
BLAKE2b-256 c33c926688ac4f1756489fb3a41e0a0f362c34ef22e9b2b74a8ead36e4030a38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 895.0 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f0d86c1c1fcfb0f00b4b6941b3e892c0782447e70b668b2d2525d55491b4b4ea
MD5 c16454c6fba680f3c5a40e5e64581559
BLAKE2b-256 07a5bdbadf664a03ba4fad4abf1b605a3750a1fe77ad69d50b44540ee01afad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34f1c20745d04334e71ae856074cdd881c9115d55b8b7af23b231b7b01bd154c
MD5 df8b287a101fc0230471a105b7959229
BLAKE2b-256 13baa29d8d2a5984edb0d8d2226f19fa4284caf87ddab5d4dc4d4d513d428424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a21c2033b4f1cc89c1458a914c11bfee34905848746f45bc26dd8920bcdd5303
MD5 524de8bdc13cec373d565929bebb6382
BLAKE2b-256 d9f7bb9fa73b8c6bc0f8d92c6606bb00240764185efd94dc700f9e49537d819a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ace36b94dbb9e36e8f220f5d51adcd6bf4b93ffbdb9651ce90ce4e3bbf97d43
MD5 af0b62e4c0c1159bfe8e8abacc3573f7
BLAKE2b-256 c582ea32dd17bf732a915e54da16481879d9f6aa8253cede345c0ea27a294a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e482a801baecc3128a1ea19e19b007020a74243f3f7b6bced081057d7d1c45ca
MD5 9f08ed14414204ed1312be9d1655e11b
BLAKE2b-256 5391ed74e93f92c58f44ccb5ad5f478e1e14e3fd9f3a7569d03693e984ec5e7e

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