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

Uploaded CPython 3.14tWindows x86-64

dclab-0.71.0-cp314-cp314t-macosx_11_0_arm64.whl (937.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.71.0-cp314-cp314t-macosx_10_15_x86_64.whl (937.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.71.0-cp314-cp314-win_amd64.whl (911.2 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.71.0-cp314-cp314-macosx_11_0_arm64.whl (918.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.71.0-cp314-cp314-macosx_10_15_x86_64.whl (922.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.71.0-cp313-cp313-win_amd64.whl (892.0 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.71.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.71.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.71.0-cp313-cp313-macosx_11_0_arm64.whl (916.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.71.0-cp313-cp313-macosx_10_13_x86_64.whl (921.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.71.0-cp312-cp312-win_amd64.whl (892.7 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.71.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.71.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.71.0-cp312-cp312-macosx_11_0_arm64.whl (917.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.71.0-cp312-cp312-macosx_10_13_x86_64.whl (923.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.71.0-cp311-cp311-win_amd64.whl (892.5 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.71.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.71.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.71.0-cp311-cp311-macosx_11_0_arm64.whl (917.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.71.0-cp311-cp311-macosx_10_9_x86_64.whl (923.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.71.0-cp310-cp310-win_amd64.whl (893.1 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.71.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.71.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.71.0-cp310-cp310-macosx_11_0_arm64.whl (919.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.71.0-cp310-cp310-macosx_10_9_x86_64.whl (924.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dclab-0.71.0-cp39-cp39-win_amd64.whl (893.9 kB view details)

Uploaded CPython 3.9Windows x86-64

dclab-0.71.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.71.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.71.0-cp39-cp39-macosx_11_0_arm64.whl (920.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dclab-0.71.0-cp39-cp39-macosx_10_9_x86_64.whl (925.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.71.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.71.0.tar.gz
Algorithm Hash digest
SHA256 42ebaa703bdf5cbe6661da5f4b846fc5d28f505a1979427083caeb7f2672af67
MD5 49363ce5d1eda918d3b2e58a52d63b54
BLAKE2b-256 49c140ae0c7263a7ff6179929fee6b4796ac8a4c95243933510ed23c33ff8e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 955.1 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cc7d01837ae6c87441c3ec6bb1d58686bb76c682cc3961593c9e78dfd4077dd1
MD5 76a7b8baa2ca5673558ed0fe9495f830
BLAKE2b-256 38a836c3b28ec6f89c6766346014f47b98821e78b549335f9cf71c23181e244f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 065b020baf014a5e710a3ce52426c701a05f23c8554693fc5d72d1267f9e1a6d
MD5 3322e05d31853e8bc3098cbc41c9d635
BLAKE2b-256 2e86514e3d4a35486b179b484d9bf002a112021756332a6ee39139accfb384d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c31b6e8f0d55d0e2a694bc0ecba5aa3f7a4f91493571c7c35285bac3e36c39c9
MD5 7fd5b62a358ac19d75ec3c29d26517d3
BLAKE2b-256 9bd6e6af6bf822ff5bb175e6d0c1aae530ad47fadc54456d476b58e931fa4f40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 911.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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 fadc0ca68c64816d5622ce2cabfcaeb5f589abf48a30f5d8c51a0f7ebb0c62f9
MD5 23a4f854b741171a3dedcba9604487ea
BLAKE2b-256 810c37897f7f6f51b5225bf8c49dca14b99258106539fc261d79f49af697589a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfaece2ffc3e1d7528db322c99734458fa1550cb57f5f569aba18c18443c3a64
MD5 3fb006bacdd255aa49eb5ef09f419e0a
BLAKE2b-256 0030047f3c8d9335b7b9c9c26f1f0435f092717900057a3f855021be03faad39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cf681aaefff101574fecd54c25905dc621155f90eb452927d8f9551cdd5f9556
MD5 5b32350f15df121cf63ee87577ef4d4a
BLAKE2b-256 972a05073010ac7eb979289a2fdf1db5d8d4e825e78352aa6dcca2c07384bd5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 892.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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dd44ad3ea0b8174a96282e6de061428a3e98f365b9ca8151b898d33a73d54656
MD5 4bf4edaa00f64c0b4586ba37255be3eb
BLAKE2b-256 c03fc71edd45782c46577490b502de5b12ba2ab11b3f0fb74f686909a384235a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ece9f2b2a94e89b82aa3c053176b45b498091684ee1dedfd0ae900ce497751f
MD5 6e16c3c5b3b6eb68c6cefc6c7cb72578
BLAKE2b-256 0a918911fd1085c65f2a36c2cf17477db6f6aadecb1d9a00bda73030b770c329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b9407d9cacc25cbac556ad49ad4795a1cf410ecc4d0e0f7cc89c31b75c05aab
MD5 f79fac30bd57841a9eaf4df57d8a74a6
BLAKE2b-256 17257c1e5cb18b4fdf9e77cdfcd22849c747ae6012f9cab9a9345618832d25f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e68797eb2dac27e8a1f87e098659a3f0443757682979293636060ae7befe5b0c
MD5 f32f119cb71346e1a95514b412563938
BLAKE2b-256 555ce89db383b47bb6bca8c532c75a1f83e14f55e22ce3c49dbb28195ada0d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0fe5ce294841ccf8baff950769383d09fa628b9fdbe2d7d50097fd322ca89614
MD5 9614b0c1cfd9eeb6e78db95265075061
BLAKE2b-256 de38b94b4adebd355f4c47ad0a51563c0aa950c7dfaa8e7e215f3ddc18d6a4d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 892.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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3b6fe746b8934f071269e84a8e18a3362c6c3cf520dd168154b196632cc134d
MD5 3473e978b9cc384d6a3b9a9c9c17f64f
BLAKE2b-256 17c12e4d9e20864d6e45f887c520ee8c9396094ca2720e5beeea627f8cf762bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b469bbab2125c57a3d7ad56cf49b12ad4f8d5c1b61b26757ab6705013ef2548
MD5 2ff1c4000fefdf8cf8d00ac08d9b2a21
BLAKE2b-256 0725a134fe2bd786947f9a708152e677a3ab856b856601f97306add7e27301bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51b8f9ccd630045227683c983764adc98d24081b4c9926721bc2110006120027
MD5 b674588fcf5264e85c7abd9fac54edf8
BLAKE2b-256 4899e8662c09c268a1ceda59aac9123d8398859a7829dd0948981c6207f0d3c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ecdea7c51d53c070f602fbf63cdeaac35694da323feac940678b34ed74727f6
MD5 46a0613d9ba89a0124ac7ca41b136362
BLAKE2b-256 87737a562ef3182998672c7b11b9908ae56e6cd180c93d42dbbb0ce5484a9036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4426fa63090f96364a8278ecb4fbd0ed1d4fff6aa4bc887ebdf1ebd76701a958
MD5 b28997ff76c7a61f66073a5b1eb32293
BLAKE2b-256 4550c34236bead013ab027e8a04ab2b62995250d708044f0e05ed12fdeda1619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 892.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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f45567753049b22ccb7c5d7f968b2f2aa8b02feb4e20c762efc27cf77c9177e5
MD5 1d775dd4efce20d7ca27d312d1d21498
BLAKE2b-256 715cd5f37d24e5ad7a5fee15045b78b110bdcfe76a1f4406f563b0fae015e41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30fdf6b09139c403ac35af4f5fd7c9f558a8ed95d5fcf4c543bba01ba876cfc1
MD5 70005e7671fa4f611281cae5cac7855d
BLAKE2b-256 7b2b489b5388f18c63ffffb5d231703cd1fe37fe957093efd9f66e0a8b82e9e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1730f49b34abac3d9cc504cc94625e7bd8325f5218370bbfa1806a9afb942ee6
MD5 93692207cf2a406b983737474b25ad20
BLAKE2b-256 e81ca1ca97cd27571b32662ba9bc6188af132a0d0526a2839c718a26a40e8eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c717772996899897784e2d911d00e3c0115c6939720ac991fbe1d5a095da7d2
MD5 9a2d375af65953a6f447681726a99ce3
BLAKE2b-256 845f12815f5b2ba82a7984bbaef642210bc499a1c94a48227894b0fef17814b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ec4a48771f8f837e30e8a123a4632d42e664e2ecdae558df50f4fe1325c44a5
MD5 8cd47304b5c14925cc912783294196c8
BLAKE2b-256 35b9ec7bf649cee5405546f1b2c2142d19734b0b862b463a7375526b8fe6e31b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 893.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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 91814e898339e978e13dc13818d4dd1f0eee9ae540e74e099a3d07ca09e3145e
MD5 896bb9826bad2a45549439cb5916c650
BLAKE2b-256 3124391242ff72903d4854ed14e63898e6d2ddfbe5819c6723fdd22986d8e138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3823772b68166a6a6fa2503bf842f5913096e9ba799fe469ad43f342de3ca27a
MD5 92898b8a0625a0e98b3290e3fe98fe04
BLAKE2b-256 a139c78b23f94bc8e870f26747dc3ce9cd948e9f4de6bfcf5480bbf84b48b45f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d4bc878fc2c2e5a1f8463474aaa8f2847e371394679c969a27ca20dc3409c9b
MD5 c1ff73b184d2f81b64b30b9cb1b0353f
BLAKE2b-256 c651ae7c4539779de0d2e5ad9d10d04b9b537e37533ad0f5ee4f8a9213a00c63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2851e72fc9635aa1f25d46579a3d994035e857276d680bfc4bf1d9b7e0feee1a
MD5 d2485cc04a60f8e3ff45b39ba84549bc
BLAKE2b-256 ef4fc11f619aaffb5af5db4243a791bb9a0972ab2e18975a9c22343f957913d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0b9f2c6df9e1332b1b93b6c1961015d42a78eed9f43f6c447456cd82380728c
MD5 0763142fcefbf709f075be0778d25f76
BLAKE2b-256 818796678804f2e2400d4e6745c07b1ef858827af59b2ab78d7ee6b4da595050

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.71.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 893.9 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba407fef8d308db76353048f48c836665f3ca8d0ece805be4a1f51572469cadc
MD5 ac1f9bb34a1ae2b0051a13438b6e2e17
BLAKE2b-256 6b40c7ca460c5407c077cb33c7dbc6c67cf1d1884d734dd6e53cd2a48bb0710b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24d9b60c44b833489339e36f1a80123a6171e2688acb6868f75bda15d45ccdd3
MD5 cb70b02be28c08a8e622af0430f61a95
BLAKE2b-256 d85bdc88be9c5eb8d5efbdff52e6b676e90a3fbe4b85a476dc5c8206cfbad5c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ece61d511f75ef67d6650a928b1e099a2a43d6587eeca6d981ca56e3f672be74
MD5 817c09e74c156ea5728ab0b6d49ccf77
BLAKE2b-256 1275d38c690bb05a8d6c4762b892656c0335865d6a19d30232342d9b6ede6609

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be90900ed823dbf17f1e167b62c569c4e5ebd7a886f8cabb97aa22ae2630842d
MD5 bf9c40f6fba56d9907cec7b2c9c4bbb7
BLAKE2b-256 fe87a253c113d25bde41d94a24076cead10d2c9c73b790fb665411442719aac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.71.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 142c66e90ac99abfbccba084259ff7c7f6806d164f7e4420292cd59338d233f5
MD5 3796b9b971a8bf849c414b53e6cad263
BLAKE2b-256 4de660709a2d201be8460507f38820aa494d682b2bb833572f5cc52f97576fd6

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