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.72.0.tar.gz (5.0 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.72.0-cp315-cp315t-win_amd64.whl (947.6 kB view details)

Uploaded CPython 3.15tWindows x86-64

dclab-0.72.0-cp315-cp315t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

dclab-0.72.0-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp315-cp315t-macosx_11_0_arm64.whl (968.7 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

dclab-0.72.0-cp315-cp315t-macosx_10_15_x86_64.whl (963.8 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

dclab-0.72.0-cp315-cp315-win_amd64.whl (931.2 kB view details)

Uploaded CPython 3.15Windows x86-64

dclab-0.72.0-cp315-cp315-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp315-cp315-macosx_11_0_arm64.whl (953.4 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

dclab-0.72.0-cp315-cp315-macosx_10_15_x86_64.whl (952.5 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

dclab-0.72.0-cp314-cp314t-win_amd64.whl (949.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

dclab-0.72.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dclab-0.72.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp314-cp314t-macosx_11_0_arm64.whl (971.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dclab-0.72.0-cp314-cp314t-macosx_10_15_x86_64.whl (965.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dclab-0.72.0-cp314-cp314-win_amd64.whl (931.7 kB view details)

Uploaded CPython 3.14Windows x86-64

dclab-0.72.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp314-cp314-macosx_11_0_arm64.whl (953.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dclab-0.72.0-cp314-cp314-macosx_10_15_x86_64.whl (952.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

dclab-0.72.0-cp313-cp313-win_amd64.whl (913.6 kB view details)

Uploaded CPython 3.13Windows x86-64

dclab-0.72.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp313-cp313-macosx_11_0_arm64.whl (952.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dclab-0.72.0-cp313-cp313-macosx_10_13_x86_64.whl (951.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dclab-0.72.0-cp312-cp312-win_amd64.whl (914.5 kB view details)

Uploaded CPython 3.12Windows x86-64

dclab-0.72.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp312-cp312-macosx_11_0_arm64.whl (953.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dclab-0.72.0-cp312-cp312-macosx_10_13_x86_64.whl (952.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dclab-0.72.0-cp311-cp311-win_amd64.whl (914.7 kB view details)

Uploaded CPython 3.11Windows x86-64

dclab-0.72.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp311-cp311-macosx_11_0_arm64.whl (952.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dclab-0.72.0-cp311-cp311-macosx_10_9_x86_64.whl (951.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dclab-0.72.0-cp310-cp310-win_amd64.whl (915.8 kB view details)

Uploaded CPython 3.10Windows x86-64

dclab-0.72.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dclab-0.72.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

dclab-0.72.0-cp310-cp310-macosx_11_0_arm64.whl (954.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dclab-0.72.0-cp310-cp310-macosx_10_9_x86_64.whl (953.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: dclab-0.72.0.tar.gz
  • Upload date:
  • Size: 5.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for dclab-0.72.0.tar.gz
Algorithm Hash digest
SHA256 27d29288fcd26f81bdb24421488dd9ee895272e4d66d7d8ecb1ce10759ffb098
MD5 e96effe7081205e39578b68ea6d1c6cd
BLAKE2b-256 5de1f9ae8eb272a10704d214d5820bc2a164285bf7214875180222fa80c4e77c

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: dclab-0.72.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 947.6 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 61e25e1cac49b5dd2d637fa4a09f9888c068efaf9747f2be6e770bea5e09f563
MD5 486a62a9086e950fa9b9094cf684f752
BLAKE2b-256 e44024c7f1274c5a0db7ffcc334cb9f0a4b3c97685ba71590d2842a5826cce0d

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5834fe2bb76f0a1be9ce890927f96293561e600a53f6815bbb784ab779835dec
MD5 cbac39f52a49d9dc499ae5820ef52e1e
BLAKE2b-256 6b7f52e111f2073b2e405b92e655b9f86abeb87ffa2570e55896ec74a63c9bbe

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6147eec7fabf7371d14ae6cdd63bfca34ff0243fcc408572e807dc9d6ee8b29
MD5 63c2d7ede30ad9ac144248512efa76a3
BLAKE2b-256 0c64aa26f9bdac70db88bf74818f900bcd6460762ba41cb07ac93cf0035094cc

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4151277a0eb07d74246959c1eec02a08185567fe505795dbb91b5aa072079ec1
MD5 281c2defca6b0214720d23bffb2f7fd8
BLAKE2b-256 3fa3cb3979eb587d42455a813ab0e1f6f5db4952301ffca94f7345f3aaf2ef48

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4bd2aa78be7570a8271583d541695fb8a3b03fa215171109007d528f9d629fae
MD5 60a6174b61dba0c25602729ffe40f909
BLAKE2b-256 ec1199c25af101b02ed50efeacdc37a0c7d0ccb4ce12b966478dff880dc007bc

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: dclab-0.72.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 931.2 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 2fb20370935246b7305ca125f5417e910ed6a3de17d71986fcd70f22a29bddbc
MD5 58d1ea165637e241f7537cb9b5a9fe35
BLAKE2b-256 b33d577a103b78fbeb1fe85f330c8c2aab9f22fcd83488312e112d15057f56ea

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4763543857c40171ede51c19dd513949efe8e14aa03fed5e90a13e92fc26bde
MD5 b6a7587b6356bd504a29154a8423b03f
BLAKE2b-256 18dd2234e9dcf4bd72cf3a704116e219bdbfc59b10ccd306cf250a5f8d349fdf

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9338e4ce9e49b72460ffd7518b03402b948f9bf9d0bf091677eddc68ef5035d4
MD5 2838a58443568b218485b58ddcd1de3c
BLAKE2b-256 2f0042d5862dc594dbb4497e8a53deead65c1439d70965ed925777cc6efb53b8

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 770af9f9e7b8789bbef1923ea5d2314e5e1126f3b8d7df56fc77eaeb89eb0284
MD5 5090b335707008dbabfecc15381fab61
BLAKE2b-256 ac1bcf3efbf2746dde7749173beeac812ebdfbfc370f895dac610bf062df509a

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2745e29acd87bbabf4af263621220b19ca28c82327be936c74e804986b19befe
MD5 573f6b2e0cc6909dcdd83d27f7fd1740
BLAKE2b-256 e994d2bac74ae3ecbcbcc59299f8e35d94c136d7eedf5de1724deafce7073b68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 949.6 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b47f637946848ad3bff1da879fb8e68dbde8cc7617506b6bb38897806931a6a4
MD5 a50cbf8962b79c15d344aa8061ac87c0
BLAKE2b-256 51f9976b899446acc05451d3d1bd623696cc75bb53f2a48f1d0b6521c7d65fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b82b640157c067143bbb811e8d089d5e2cbf1208a5f4f776519f78e633ea3138
MD5 337ee32d237f829f86eeed35b7a36c5d
BLAKE2b-256 2029131c647ba3f4c9b0184e267b3ade72faca44651236a17ae33992cf9f666a

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2e95cf2cbfca8181be10b99d0fb16130a8c965b7d886e566457dbad08e50fdd
MD5 6cc259e827f1dc3124c49fecb67b6fdf
BLAKE2b-256 3313210d085ca11e663d23f79a1feec343d7593efc9561fa32f8d1d3dc444313

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20cfbcfd030ba33a19aa73061cd083219c07f9cea593c70ad46300827b199d2f
MD5 3300d385ccec5798e884b6414b182e8f
BLAKE2b-256 72fef43e765fa322e27b1a8adb2e7b27b4a6553c270d02e4bac339ace422c9c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4c155b9996da5405383af43f3f54dc2962a0c807ed505f3adc62fd97a00ff624
MD5 e66ee896afba10356815a9cdc942d801
BLAKE2b-256 2c038fc3d8c2b5d511176672fd6420f120197ec860e25c73402c4bf017586296

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 931.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1fd12863cb839c6d55b0d7ba1fb6f35c2c85b9e5e073958ef0fc3702dde1fb3b
MD5 99e81cdfb82bfb010d1a73e62eceac12
BLAKE2b-256 e48ca2c452a8f18162da1784e2cf426b65f244793472adf686b8225df14b5f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47f085061547dbb88f1796eae93255c43d4d6030ac55061d3381fb64011d4c91
MD5 e3131b5c555c8c84d85c899781de8b2d
BLAKE2b-256 259f06ea5de2fbd0a6521e0ab2b5ca7e4164e9f69360c57646f74428dc99ee55

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b06a763e14edd0a5f41671a797d114167515543ccb1aba0ef588ec25a9b5654b
MD5 07ad8b417781fb00b4a22a7e24ac270b
BLAKE2b-256 ed6d02ed760d454ba7df68f7c57718f205020cacf76ea7fc18e7ed3ea160267e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0c8545dd6ab390fa9eaa9574a8275d4023f4cb4c0d6fc91986911a20963716c
MD5 28b97c6cd505348936cddde97005b6e9
BLAKE2b-256 af273f93fba57cb8b29e4339f91eec0ed4b8adeab39add133a05c36c814da957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5319a3db2a915148032cb4d1ffba9fec272103bf5ad2f9c2e08d96fdab19cc67
MD5 d43b5ef9ec599b6f432d13193abb50a7
BLAKE2b-256 a7bba787af17eacd9f934e6c218554e342243b6826ed427948811d7746375fa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 913.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc7376cbc67d99e4f0d071dab4c5db6054d2b8c208781107df0a9e5bc2ca32ed
MD5 193b9372caedce5148c9531b782d197a
BLAKE2b-256 59c8011713ffc8d8e5ff62662e4d72a446335b331b1729979ee384f58ec523b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78d80ed575745bac97ea612f507a201bd3c52dd084ab0aa47e095add90f1796c
MD5 78c929d984e5a41263b588351d3397be
BLAKE2b-256 94cc706bb7085c761ec57d7dc03c51617ab7caf2e53140d7baad9abf3810511b

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba9b498ce998187998bf8f50cd835032350d2484cca99e5c236a8eed34bb90a7
MD5 5422ce363a048328f3dc86f31ce29d18
BLAKE2b-256 3a10ae5a57759e5b157e6672655c340559066148586b6f265cf3f65dc8df25e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f63eff577f825060c34c9ef53f0caa39cad0de2eead41bb2d6ace1363a604ab
MD5 883bfc12775a2e9466baf326c6fe3f79
BLAKE2b-256 3cd5854469e5bb82e0c3338faf3c2311d1c65b73f5b0fb2dce03baed6fd2c6da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41fd983fe05dadaa0b049fe9f1afb9ba63132c7f24fe26a7f6aa83ee565b9821
MD5 1b85cddd71ff4689c4dd81831ccd4c3d
BLAKE2b-256 e5ffc5b1bfbb00de622ada885ae8f9b0d88af0bbc8a930f04c04de9515f1aa9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 914.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 62c63b8c7eb691454bd6158568fbfb884a4053198845044cf436e4e75cb48b7a
MD5 7d70c6bc413a0f123068dd3e07d8259b
BLAKE2b-256 95a318bb5afae74983c209c095ac796c6c882dc8b6f94430800a95b71b68e978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee45c6fa5e6359908ab92d2971b39cc8db843a338142d7dae8ccf525e9331d61
MD5 c3e02e09769d99f4a61acf5ae3ea08df
BLAKE2b-256 4a990ef6e27bd78b0c094a5f6f6134d4d3021da50ba021b5927f9fdd69d161c1

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f02bae1ad085c190de0115ea68e5ed212643e3c990058298d56f711e32885ec7
MD5 cfed3223de11da5e9c8a3e97f5b6fbc8
BLAKE2b-256 3a37be8337e5b5ffc3a8a2e964305da311d7491b075181cc8fda5de36d693153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41831b763bdb0f29c701f1a3c56afb5faeb59fa39030affed9cbd05d83a0c749
MD5 dbfce357fe086c4cacb21bd7ebb9555e
BLAKE2b-256 532c4cb7c30dba0aae8c717c5efc3fa09828f80760dee1222bc1757e04abdbc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a3d8dbe2f286d56afc0e3a3d1c0e123f3ac53dd414da422892c3e2821d60c0c8
MD5 d2b40dcafec9885193a9259b12ae1461
BLAKE2b-256 4fef90e11bb1b82346509da644eabdde457c8c20206848b48f4feca2ec99a4c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 914.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9de211911270c11d5f471a6399152a58417b06f6040b1c70d5cc8b72f6d24dd3
MD5 e970b99c1ced53b3acce8ca7977558b4
BLAKE2b-256 93ec87d781b78cc9b55bf74d483c287fe8dfb50642ca8c96952e675e5ee6c5df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39552e38caf73a6048b7e650d0f00c5743489ab15af5d55dc4a12687c6a2d7af
MD5 1e6a63c3fa31af3de69fbed22de2c6c0
BLAKE2b-256 38ce92b3c67e348e4be68a3eda1eadf23567f1bad91f3f8ba4dffdac3c7119cb

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28cdc7eb462ea999a750cd265437ed371c70ab8f9f12f8e300248600abb6d1c0
MD5 2ca16b11b66c97cd529313a6e3b962e4
BLAKE2b-256 a6d55fd23fafd6523ccb2960b39a95ebfdb41c3603e965aec5fd920735ea3d77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e38981b93c7a4a84592edaa918e08413759fa84539234f10f4e7a16413e40af
MD5 8a42bb66c19365601d8dd02a9a916793
BLAKE2b-256 f4cc0a4c8e1e44828502aa91795298375ac1374219e772aa5db140b2b6376de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a9ad82cbec314f9bb6d0ab8f4d25bda8eeac411b475828560c7c9a00fa9b720a
MD5 22f8a991ab698ec740c8f27fc384850d
BLAKE2b-256 41732bdc2207723a9c4f49d979ede4114585ae972d074f2a797b28c632070acc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dclab-0.72.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 915.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for dclab-0.72.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b2a8c92bb17d9f1506f7d44f079fbd727e5bf38a9d44a6bd6617a3f355276011
MD5 776709067481f18403abdbc9b781bed3
BLAKE2b-256 445f26a03e39828551fb83cb93d19454fda8f6985ff4df3a40772ac15ac450ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 410fe993b152c9f4f35c599d676e8d1aae1042257732fd5bb46bc51250bb7b95
MD5 8acf3339e564c51364344f5b4d557343
BLAKE2b-256 76d47705551c8858682357fda176aebb57eed7a3a78e36b8f7ea46a943bf2837

See more details on using hashes here.

File details

Details for the file dclab-0.72.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dclab-0.72.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03f28d98eede4c02b2813c29bb64448baeb2877ea1cf80e59c1df4b0f8ee91b9
MD5 5754036350064b81ece49f385175bb5f
BLAKE2b-256 915cb17ff620002ab6d6495e5f0282098d25b7e76b8d6bdb1c3fc652872a6a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bafa496237883a716da257e80d370c09f84c7e1eaada948600c0ba3be7f72b8e
MD5 17bed5dd93e29d02b23296ce2aeeb3ef
BLAKE2b-256 766a23c9113cb234a89dc2ef722f7eb72e1a0b4c5879004b8f3aea8ad20bbccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dclab-0.72.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af2f90741850dbc7ca007a50f48ba9d889898dc8c70d18c67a7e236cb0712f2e
MD5 7c4e0c1ce93e3b8753edde5998eb3e5f
BLAKE2b-256 afe2e6562fe2faac710ffa580ca45f38a229cf48fafc73af0b299aa095ff2c3f

See more details on using hashes here.

Release history Release notifications | RSS feed

2.18.0

17 files

This release

0.72.0 This release

41 files

0.71.10

36 files

0.71.9

36 files

0.71.8

32 files

0.71.7

32 files

0.71.6

32 files

0.71.5

32 files

0.71.4

32 files

0.71.3

32 files

0.71.2

32 files

0.71.1

32 files

0.71.0

32 files

0.70.0

32 files

0.69.2

32 files

0.69.1

32 files

0.69.0

32 files

0.68.0

32 files

0.67.5

32 files

0.67.4

32 files

0.67.3

32 files

0.67.2

30 files

0.67.1

23 files

0.67.0

30 files

0.66.0

26 files

0.65.0

26 files

0.64.3

26 files

0.64.2

21 files

0.64.1

26 files

0.64.0

26 files

0.63.1

31 files

0.63.0

19 files

0.62.17

31 files

0.62.16

31 files

0.62.15

31 files

0.62.14

31 files

0.62.13

31 files

0.62.12

31 files

0.62.11

31 files

0.62.10

29 files

0.62.9

29 files

0.62.8

29 files

0.62.7

29 files

0.62.6

29 files

0.62.5

29 files

0.62.4

29 files

0.62.3

29 files

0.62.2

29 files

0.62.1

29 files

0.62.0

29 files

0.61.5

29 files

0.61.4

29 files

0.61.3

29 files

0.61.2

29 files

0.61.1

29 files

0.61.0

29 files

0.60.9

25 files

0.60.8

15 files

0.60.7

1 file

0.60.6

4 files

0.60.5

15 files

0.60.4

15 files

0.60.3

15 files

0.60.2

15 files

0.60.1

20 files

0.60.0

20 files

0.59.1

20 files

0.59.0

20 files

0.58.7

20 files

0.58.6

20 files

0.58.5

20 files

0.58.4

20 files

0.58.3

20 files

0.58.2

20 files

0.58.1

20 files

0.58.0

20 files

0.57.7

20 files

0.57.6

20 files

0.57.5

20 files

0.57.4

20 files

0.57.3

20 files

0.57.2

21 files

0.57.1

16 files

0.57.0

16 files

0.56.3

16 files

0.56.2

16 files

0.56.1

16 files

0.56.0

16 files

0.55.7

16 files

0.55.6

16 files

0.55.5

16 files

0.55.4

16 files

0.55.3

16 files

0.55.2

16 files

0.55.1

16 files

0.55.0

16 files

0.54.2

16 files

0.54.1

16 files

0.54.0

16 files

0.53.3

16 files

0.53.2

16 files

0.53.1

16 files

0.53.0

16 files

0.52.6

16 files

0.52.5

1 file

0.52.3

1 file

0.52.1

1 file

0.52.0

37 files

0.51.4

37 files

0.51.3

1 file

0.51.2

37 files

0.51.1

37 files

0.51.0

37 files

0.50.4

37 files

0.50.3

37 files

0.50.2

37 files

0.50.1

37 files

0.50.0

37 files

0.49.1

37 files

0.49.0

37 files

0.48.8

37 files

0.48.7

37 files

0.48.6

1 file

0.48.5

11 files

0.48.4

9 files

0.48.3

9 files

0.48.2

9 files

0.48.1

9 files

0.48.0

9 files

0.47.8

9 files

0.47.7

9 files

0.47.6

9 files

0.47.5

9 files

0.47.4

7 files

0.47.3

7 files

0.47.2

7 files

0.47.1

7 files

0.47.0

7 files

0.46.6

7 files

0.46.5

7 files

0.46.4

7 files

0.46.3

7 files

0.46.2

7 files

0.46.1

7 files

0.46.0

7 files

0.45.0

7 files

0.44.0

7 files

0.43.1

7 files

0.43.0

7 files

0.42.3

7 files

0.42.2

7 files

0.42.1

7 files

0.42.0

7 files

0.41.0

7 files

0.40.0

7 files

0.39.18

7 files

0.39.17

7 files

0.39.16

7 files

0.39.15

7 files

0.39.14

7 files

0.39.13

7 files

0.39.12

7 files

0.39.11

7 files

0.39.10

7 files

0.39.9

7 files

0.39.8

7 files

0.39.7

7 files

0.39.6

7 files

0.39.5

7 files

0.39.4

7 files

0.39.3

7 files

0.39.2

7 files

0.39.1

7 files

0.39.0

7 files

0.38.2

7 files

0.38.1

7 files

0.38.0

7 files

0.37.3

7 files

0.37.2

7 files

0.37.1

7 files

0.37.0

7 files

0.36.1

7 files

0.36.0

7 files

0.35.8

7 files

0.35.7

7 files

0.35.6

7 files

0.35.5

7 files

0.35.4

7 files

0.35.3

7 files

0.35.2

7 files

0.35.1

7 files

0.35.0

7 files

0.34.6

7 files

0.34.5

7 files

0.34.4

7 files

0.34.3

7 files

0.34.2

7 files

0.34.1

7 files

0.34.0

7 files

0.33.3

7 files

0.33.2

7 files

0.33.1

7 files

0.33.0

7 files

0.32.5

7 files

0.32.4

7 files

0.32.3

7 files

0.32.2

7 files

0.32.1

7 files

0.32.0

7 files

0.31.4

7 files

0.31.3

6 files

0.31.2

6 files

0.31.1

7 files

0.31.0

7 files

0.30.1

7 files

0.30.0

7 files

0.29.1

12 files

0.29.0

12 files

0.28.0

12 files

0.27.11

12 files

0.27.10

12 files

0.27.9

10 files

0.27.8

12 files

0.27.7

12 files

0.27.6

12 files

0.27.5

12 files

0.27.4

1 file

0.27.3

6 files

0.27.2

12 files

0.27.1

1 file

0.27.0

11 files

0.26.2

12 files

0.26.1

12 files

0.26.0

12 files

0.25.0

12 files

0.24.8

12 files

0.24.7

9 files

0.24.6

9 files

0.24.5

9 files

0.24.4

9 files

0.24.2

9 files

0.24.1

9 files

0.24.0

9 files

0.23.0

9 files

0.22.7

9 files

0.22.6

9 files

0.22.5

9 files

0.22.4

9 files

0.22.3

9 files

0.22.2

9 files

0.22.1

9 files

0.22.0

9 files

0.21.2

9 files

0.21.1

9 files

0.21.0

9 files

0.20.8

9 files

0.20.7

9 files

0.20.6

3 files

0.20.5

3 files

0.20.4

7 files

0.20.3

9 files

0.20.2

9 files

0.20.1

9 files

0.20.0

9 files

0.19.1

9 files

0.19.0

9 files

0.18.2

1 file

0.18.0

9 files

0.17.1

9 files

0.17.0

3 files

0.16.1

9 files

0.16.0

9 files

0.15.0

9 files

0.14.8

9 files

0.14.7

9 files

0.14.6

9 files

0.14.5

9 files

0.14.4

9 files

0.14.3

9 files

0.14.2

9 files

0.14.1

9 files

0.14.0

9 files

0.13.0

9 files

0.12.0

9 files

0.11.1

8 files

0.11.0

8 files

0.10.5

8 files

0.10.4

8 files

0.10.3

8 files

0.10.2

8 files

0.10.1

8 files

0.10.0

8 files

0.9.1

8 files

0.9.0

8 files

0.8.0

8 files

0.7.0

8 files

0.6.3

5 files

0.6.2

5 files

0.6.1

1 file

0.6.0

5 files

0.5.2

5 files

0.5.1

5 files

0.5.0

3 files

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.9

2 files

0.2.8

2 files

0.2.7

1 file

0.2.6

1 file

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.8

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page