Skip to main content

A Python/C++ library for the analysis of Differential Dynamic Microscopy experiments

Project description

FastDDM

Python GitHub Actions PyPI Version Read the Docs License: GPL v3

FastDDM is a Python package for the analysis of microscopy image sequences using Differential Dynamic Microscopy on CPU and GPU. The features implemented are targeted at the experimental soft matter research community dealing with inert and active/biological samples.

Resources

Example scripts

These examples demonstrate some of the Python API.

Calculation of the image structure function and its azimuthal average:

import fastddm as fddm

file_names = [...]  # define here your list of image file names
images = fddm.read_images(file_names)

pixel_size = 0.3  # um
frame_rate = 50  # frames per second

# compute image structure function and set experimental parameters
dqt = fddm.ddm(img_seq, range(1, len(img_seq)))
dqt.pixel_size = pixel_size
dqt.set_frame_rate(frame_rate)

# compute the azimuthal average
aa = fddm.azimuthal_average(dqt, bins=dqt.shape[-1] - 1, range=(0.0, dqt.ky[-1]))

Contributing to FastDDM

Contributions are welcome via pull requests after agreeing to the Contributors' Agreement. Please, refer to the Developers' section in the documentation.

Please, report bugs and suggest features via the issue tracker.

Citing FastDDM

Please, cite this publication in every work that uses FastDDM:

Enrico Lattuada, Fabian Krautgasser, Maxime Lavaud, Fabio Giavazzi, Roberto Cerbino
The Hitchhiker’s guide to differential dynamic microscopy
J. Chem. Phys. 28 October 2025; 163 (16): 161501
https://doi.org/10.1063/5.0289471

License

FastDDM is available under the GNU GPL-3.0 license.

Acknowledgements

  • The fftw-3.3.10 library is included in the source tree.
  • This project was funded by the Austrian Science Fund (FWF), Grant Number M 3250-N.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastddm-0.3.15.tar.gz (42.1 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fastddm-0.3.15-cp314-cp314t-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

fastddm-0.3.15-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp314-cp314t-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

fastddm-0.3.15-cp314-cp314t-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

fastddm-0.3.15-cp314-cp314-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.14Windows x86-64

fastddm-0.3.15-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp314-cp314-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

fastddm-0.3.15-cp314-cp314-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

fastddm-0.3.15-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

fastddm-0.3.15-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp313-cp313-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fastddm-0.3.15-cp313-cp313-macosx_10_13_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

fastddm-0.3.15-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

fastddm-0.3.15-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp312-cp312-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fastddm-0.3.15-cp312-cp312-macosx_10_13_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

fastddm-0.3.15-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

fastddm-0.3.15-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fastddm-0.3.15-cp311-cp311-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

fastddm-0.3.15-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows x86-64

fastddm-0.3.15-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

fastddm-0.3.15-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fastddm-0.3.15-cp310-cp310-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

fastddm-0.3.15-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows x86-64

fastddm-0.3.15-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fastddm-0.3.15-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

fastddm-0.3.15-cp39-cp39-macosx_10_9_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file fastddm-0.3.15.tar.gz.

File metadata

  • Download URL: fastddm-0.3.15.tar.gz
  • Upload date:
  • Size: 42.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15.tar.gz
Algorithm Hash digest
SHA256 498f3ed67c519b56b4ed84d12ca9e783c840499529fcd488813b05087e2b30b2
MD5 6c801b7178400c8770955461852a0cba
BLAKE2b-256 99df1b59254368a256265c5d38044dec183883884becfed9cc302812ecef6eae

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15.tar.gz:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 95d8d7fa7e638c3cbc61fc9b96769b72faae56e2d8bd5a863fb9ab97e47c0388
MD5 2aece1e8ddfa1843ff81add9b94d4024
BLAKE2b-256 02e5743253ba3f7b508550258d3f508c8e3b8d7d5233bc0998ff933abd7b6ff0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314t-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb944756ca52c2e0540e55ac493ad6e1f2a12028e4741ce4e2a507dbb1ec3ef1
MD5 d570cf04abf3a36ed847a4bce54fd902
BLAKE2b-256 898893f7dffc4f910a29bbc532f128fefb08656aefc465965b52d465383cd4e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 673abe473f761571987e04dec3c44956df289d03a740128cc4cb4aadbec33603
MD5 483e8f83ca6c3d37a5a4532125cdb782
BLAKE2b-256 35b3e7d42c377bb42026bbe814b55d63b35903ce5037a0f8ea820ee660b1a38c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d849acb473a8a4400196dcdfd167793d2d9948c02b5935403f750638f8c389a0
MD5 f01453aa22e9adac719810b2e695b763
BLAKE2b-256 8283bfebb56b89ce2a63e7c44b24533c3405e0f12685a72693a5baddcbdf258d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 497e9c0525bf48eb01abfa988d0c5bcb3b252efe7eb6b92ab9dc425f60571c73
MD5 27da6993b1d886e9681cfd51e4d070f6
BLAKE2b-256 6357a0431471f3edfca7f3e5aacd38f8ccb967f84af614878613f230dc7937bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4534d071eade001235e0cac90a46e58d36c5849cf1daad8f5b8a7f662c7c65d9
MD5 2b348251dc4f69f497b8cc9a7e314f18
BLAKE2b-256 a8c2e5114f5da9c4add816cf6d7fa72589eeb74f091018616ff6811ce9d44f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9727c512fb3783f03178149e728a3788c1a69c85fafc6617c4a017810b8bcb51
MD5 8486f2e1918073fef05097ef75d5336e
BLAKE2b-256 557bfa0085faeb62504ec04d3bf19868ad7d6a4964959b0c3adad80ab1eee236

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 39749b520f6693173d2fad5f49a08afa8b50303d0c4c5fb7352442982ec8fee6
MD5 65ed195002891116ea9358866d626a6a
BLAKE2b-256 3a7dace74925bee7a8697a342b26ad3daf22e46d50a80f80fa76bbbec568907d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 686a4254b1e358b6ee71c2b0a167c04e6744027b8a30ea9718272b5d5be7f274
MD5 cbb186dd7a9077c553f437dfdbbb1cc9
BLAKE2b-256 d53563a7c58f48552d9957f2c745d6b3fa881f6125c842f1347a416bef2fd4b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 281105600de682a05341ca9e0d0e81969eb01b13a5a16f27e003db5e322b5ac7
MD5 e284c61576461cab2ca210a7c41e1343
BLAKE2b-256 f3cb9d881abbc1637d1b7abb4a303134f58d7047e7f2a368171a0a0598319ad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8816961ca397f43adfa498895a2619de57ff8fe8d05bc0140c545d886ea4fdb0
MD5 41b896389fe0c96976f7d6da69e732d8
BLAKE2b-256 57ff632b4ea472b6af914f0d7f5bef3545b87b5e05571eac34c629347f25ac30

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 166c345d1b9035d61868311bafd266bfc0378fcd45aedb2186ce78d7aca0367b
MD5 b616003f4b8e8b89a5a5833654bc2ac3
BLAKE2b-256 5da86026f0e861c3dd8ae894ae987cb88c8f0c0b9de49fdb9f4fdcf6d6307bf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0ba74565fee52f57b625f19d3ba8e09fe0a1c06182dfdbd57f6222b8cb2fa978
MD5 de08b8e8ad8e93dbccc9e8b2559d02e4
BLAKE2b-256 70b7e98b87ac2295fcaacda5e2734a45de0515c9a1e03f378bc04e8d93eef735

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77f7faced4b8e59a187c80676f49691fd2ce0eccb9407dd4914ca8235cf7dc70
MD5 cd4e38c96431cccd7ab21735dc602181
BLAKE2b-256 bf492313e4bde4f385b168f8b423a263b5e8dc59792d3922a81a4409c79f8f73

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aca31ef4e3e1fcb00aa1d4f263bbecf9ab40cf13e54113e6d5bfb9de8d5c19f
MD5 74b6086572f20837221731ce5df65d28
BLAKE2b-256 bb08e2e1b4b25255c03e643abc41932544d7ece9d0db4a1d7200aaeda8eb97fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9dd353f8ac66566bfdba833db422be45b89bee615ce9fb3bffe6a1c4a789cf86
MD5 94a958a3a91459978783a707626b0070
BLAKE2b-256 f2f3af4a459407413c665fbb4a41bcf0ead6e2d56adf0723cba66908e84c0915

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6f546aeb0ce55db7441e66b6b46a1417d03d527de311bf6010986eb6e66dc352
MD5 3a1d0a2008796ba538a88837a293bc30
BLAKE2b-256 d8cb3d4ec893ff91590a0b6ad4e8e4d590a77bce4e4e9e774623b6bcfe8f8c34

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3290cb7730eedbe35a1a2b63eedfa998007fb438e46b9b11934351aa2468be39
MD5 096275663eeb88f56f322263bff3d0af
BLAKE2b-256 24bfe9345c9d54c4e0e7e73f160f50b21e8e7ecf41c3f2f441d5be3fc4fd728f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c349013604df720d392c6a5982061b3b4ddc8654618799d9ce1cc368e183cb7e
MD5 ffe32af0bbe9ee2600a51f42026c5c40
BLAKE2b-256 aa29b424e34dcd2d74e492ecc885e299d217841d4bcf3de9f54484e9eeb49ec0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59254f5256b4d69bffd3ba0032cf9a6c5c7fbdfa57b5ba6a89eaeb3d7c13b2a2
MD5 44291b8c555446dd6858bcbc89b71d4d
BLAKE2b-256 93eba6273b8b48e919cd2b1ec7911f41e7cfbed823927b274c1b13b6ff3ac637

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2897d585b0a726bbc8a1bc8bfaacc17ede951095ec98e4801011cbaa013334df
MD5 71c613f68c6e47259bb4b8017c8ca63b
BLAKE2b-256 97ccd5b944524e9114680f365546b2bab82bf18d42406886031544ca89432d5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc73a3bea915f19184b2486df12fa6c496d5c078ffd1b78b6e6ed51ff0735bd8
MD5 662566389f68d5d140e882772bcea541
BLAKE2b-256 a46b5d8d233fe47b323c47f73ebe342b6e5876c39ea15a674bb9638314ece9b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac88408d97d049f3e1688c1f599c7a53a9053dd18824e00d31d680db2718c59f
MD5 5b582b41e27a665a9a52056f32e6e682
BLAKE2b-256 069f1832dc1751a5fee8fe0b6636392bcfb01b1aeb75c86fe745cc943ab98b03

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc12e668d043a1d41fb2bd8cc49e9a1cae5f4a4c6dea7de5dfb3044c816cfd5b
MD5 1ea7c7b976877fb267149372a9c21676
BLAKE2b-256 86bec52b4b44e9b00b5f86fe77897c9a0ef1841fd9c1bff49e09a5b3d3cfaca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: fastddm-0.3.15-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for fastddm-0.3.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f00ccffac19c1011b107ea00c2002eb295d9fc327ab6123770594d17dbb0621e
MD5 b3b6590fb86523d2fff46ad9cff25dd6
BLAKE2b-256 209e142b3237e70e87e92d7631f8dca76f3bad6b23fa38669d947c2a80362ee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6e34b397cb65ae8cc6849f4a5794daceef1433d7c05ca4b0c386badba13e7ad
MD5 b69bd02ccf304eaa2e84d5ffad1beb58
BLAKE2b-256 4b7cd76b181d38ca0e1e7ec450e29c6682d97ab53d65e6fafe8b98fe1adf6d9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b758d2751b3be3934a734261c825d6cff624cde816fc4c3d334f7aeeddbeae61
MD5 e37255c7d484088bb9c60ccfdd4fdc52
BLAKE2b-256 ab6c0059959edc0f1dff4ea6fd4a705bd8a318f82b624b208bdb8c1e67575de0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fastddm-0.3.15-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fastddm-0.3.15-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b96478315a8e25dfd7cff99510271b7cfd4aaef73ca262a6a01c782df1889ad3
MD5 f136587bf785eaffd1a8d9c499d07bcb
BLAKE2b-256 20f3d85fa03ec27a4fb2a32df6a9cec0ce1d0c6c9b33135d4801206abf489f70

See more details on using hashes here.

Provenance

The following attestation bundles were made for fastddm-0.3.15-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on somexlab/fastddm

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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