Skip to main content

Methods for detecting signals related to adverse event and medical product (e.g., drugs, vaccines) pairs. This includes a data generation function for simulating pharmacovigilance datasets, along with various utility functions. For more details, please see - Liu A, Mukhopadhyay R, Markatou M (2024). “MDDC: An R and Python Package for Adverse Event Identification in Pharmacovigilance Data.” arXiv preprint. https://doi.org/10.48550/arXiv.2410.01168.

Project description

Category Badge
Usage License: GPL v3 Downloads
Release PyPI - Version Build and upload to PyPI Documentation Status
Development codecov Ruff Codacy Badge CodeFactor

Introduction

  • In this package, we present the Modified Detecting Deviating Cells (MDDC) algorithm for adverse event identification.
  • For a certain time period, the spontaneous reports can be extracted from the safety database and depicted as an $I \times J$ contingency table, where:
    • $I$ denotes the total number of AEs
    • $J$ denotes the total number of drugs or vaccines
    • With cell counts $n_{ij}$ the total number of reported cases corresponding to the $j$-th drug/vaccine and $i$-th AE
  • We are interested in which (AE, drug or vaccine) pairs are signals. The signals refer to potential adverse events that may be caused by a drug/vaccine.
  • In the contingency table setting, the signals refer to the cells with $n_{ij}$ abnormally higher than the expected values.
  • Rousseeuw and Bossche (2018) proposed the Detecting Deviating Cells (DDC) algorithm for outlier identification in a multivariate dataset.
  • The original DDC algorithm assumes multivariate normality of the data and selects cutoff values based on this assumption. We modify the DDC algorithm to better suit the discrete nature of adverse event data in pharmacovigilance that clearly do not follow a multivariate normal distribution.
  • Our Modified Detecting Deviating Cells (MDDC) algorithm has the following characteristics:
    1. It is easy to compute.
    2. It considers AE relationships.
    3. It depends on data-driven cutoffs.
    4. It is independent of the use of ontologies.
  • The MDDC algorithm has five steps, with the first two steps identifying univariate outliers via cutoffs, and the next three steps evaluating the signals via the use of AE correlations. The algorithm can be found at MDDC algorithm.

Authors

Maintainer

Raktim Mukhopadhyay
Email: raktimmu@buffalo.edu

Documentation

The documentation is hosted on Read the Docs at - https://mddc.readthedocs.io/en/latest/

Installation using pip

pip install MDDC

Community

For installing the development version, please download the code files from the master branch of the Github repository. Please note that installation from Github might be buggy, for the latest stable release please download using pip. For downloading from Github, use the following instructions:

git clone https://github.com/rmj3197/MDDC.git
cd MDDC
pip install -e .

Contributing Guide

Please refer to the Contributing Guide.

Code of Conduct

The code of conduct can be found at Code of Conduct.

License

This project uses the GPL-3.0 license, with a full version of the license included in the repository.

Citation

If you use this package in your research or work, please cite it as follows:

@misc{liu2024mddcrpythonpackage,
      title={MDDC: An R and Python Package for Adverse Event Identification in Pharmacovigilance Data}, 
      author={Anran Liu and Raktim Mukhopadhyay and Marianthi Markatou},
      year={2024},
      eprint={2410.01168},
      archivePrefix={arXiv},
      primaryClass={stat.CO},
      url={https://arxiv.org/abs/2410.01168}, 
}

Funding Information

The work has been supported by Food and Drug Administration, and Kaleida Health Foundation.

References

Liu, A., Mukhopadhyay, R., and Markatou, M. (2024). MDDC: An R and Python package for adverse event identification in pharmacovigilance data. arXiv preprint. arXiv:2410.01168

Liu, A., Markatou, M., Dang, O., and Ball, R. (2024). Pattern discovery in pharmacovigilance through the Modified Detecting Deviating Cells (MDDC) algorithm. Technical Report, Department of Biostatistics, University at Buffalo.

Rousseeuw, P. J., and Bossche, W. V. D. (2018). Detecting deviating data cells. Technometrics, 60(2), 135-145.

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

mddc-1.1.0.tar.gz (78.6 kB view details)

Uploaded Source

Built Distributions

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

mddc-1.1.0-cp313-cp313-win_amd64.whl (163.9 kB view details)

Uploaded CPython 3.13Windows x86-64

mddc-1.1.0-cp313-cp313-win32.whl (157.1 kB view details)

Uploaded CPython 3.13Windows x86

mddc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mddc-1.1.0-cp313-cp313-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

mddc-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mddc-1.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (205.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

mddc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (160.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mddc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (164.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mddc-1.1.0-cp312-cp312-win_amd64.whl (163.9 kB view details)

Uploaded CPython 3.12Windows x86-64

mddc-1.1.0-cp312-cp312-win32.whl (157.1 kB view details)

Uploaded CPython 3.12Windows x86

mddc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mddc-1.1.0-cp312-cp312-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

mddc-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mddc-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (205.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

mddc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (160.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mddc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (164.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mddc-1.1.0-cp311-cp311-win_amd64.whl (163.3 kB view details)

Uploaded CPython 3.11Windows x86-64

mddc-1.1.0-cp311-cp311-win32.whl (156.9 kB view details)

Uploaded CPython 3.11Windows x86

mddc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mddc-1.1.0-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

mddc-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mddc-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (205.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

mddc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (162.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mddc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (165.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mddc-1.1.0-cp310-cp310-win_amd64.whl (161.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mddc-1.1.0-cp310-cp310-win32.whl (155.8 kB view details)

Uploaded CPython 3.10Windows x86

mddc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mddc-1.1.0-cp310-cp310-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

mddc-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mddc-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (204.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

mddc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (160.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mddc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (164.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file mddc-1.1.0.tar.gz.

File metadata

  • Download URL: mddc-1.1.0.tar.gz
  • Upload date:
  • Size: 78.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0.tar.gz
Algorithm Hash digest
SHA256 49dedaa007c3b1bee86f691db1bb5fd8e13030d5b9674c52a25f914d96cf97af
MD5 80ab2584bd5e044aa12723ed3a204d26
BLAKE2b-256 00804b41f046e4c68c7f77037226299b69393bb01243eecec93711caa30ef433

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0.tar.gz:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mddc-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 163.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de1652f0766b5ff48a949721e8ca34665d013d16c84fe9654038dc4cb4e1a0fe
MD5 67023863c4e99a457e328d54a0f882d5
BLAKE2b-256 885900a9d1090dad3c4d140c33aa3537842ac3fbe4d608be1d1a88f0a79951e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: mddc-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 157.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ee038ab68fd84bd31d0f874bdaa751dbe4aac1f0206813e57954b6b80cec07a9
MD5 f7e8e08fde3ae53e7a88e263869172fc
BLAKE2b-256 576091862df718b2f1797e211b90ebf02368cc4e72bcdad5c3ca0295436e9b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-win32.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 723edf14526984af3015da4318b64f4e525c13a756b8c37db76b764514d38a50
MD5 17fef8bf5d104024238c889d5bca680b
BLAKE2b-256 f2a6b8f06f51c12da8bb3e2be3dd7d80655f55636d04a76789fb4af548691630

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: mddc-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fec7b3667800f571f3097ca6131e82cd9259025ffe93db64cfd9cc6e7f8b935d
MD5 c01542c1e591d52eaf4811ba7c839cbd
BLAKE2b-256 17c921316148f65038e30cc7995e0d0c419e71e9fc38de10902f443d0a9d55fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ed1e18d55d304e1098b278971ce037f59cf9c28cd48d86e482a7c11fc5dc826
MD5 a74f7735652ec420ba1aab97f5ceb5ad
BLAKE2b-256 08c962127a3de548d72247c89625268b5cc65c70e2177e5abe3acb418c752319

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd918489af334178cbd257c0efb159ee20e1a13b0d8c6fb7b29f9024d6712086
MD5 744f21c018548dda40a6d2929123139e
BLAKE2b-256 64f0771c3e67021be9dc43d1260d3acb95cd4a7f30cd7af485ff99ddec8acb0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8b91bb1fbe30c3203330802a36dedabb3e60e40cc11dc339c3fb64886f42ec6
MD5 4397e14d2dd8454c5c7ae65eef02a6cf
BLAKE2b-256 22504195da53b7bd94a0c51f183d286c17127693dc68b7112b11a9d057b5db29

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0557a41db82980724db2e958ceaa04815f640a53ebc60bddee92410fbfb56582
MD5 47f017ec04c432892c822260ac4c8373
BLAKE2b-256 4a05fa08fda58d2412f34617e16709011123522eafc956b681547e24841a5582

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mddc-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 163.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bdfcb6f363eb0149b372c9738621b0f10f6ca6630a4c0ba00bba58264c31b0fe
MD5 53f05d22dd501652cb8a73ba82f45893
BLAKE2b-256 40b21bf17f8c0d63c4e05f777ae541dc6fbf762d61accbf3c09eb5fd54372d32

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: mddc-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 157.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d620595c284b87dfbfb46e68ae5ff90501de26c0912c61a62b3a5568ddd215de
MD5 e6eb59dc75f66217ea05bbf076916edb
BLAKE2b-256 f5c505b5c675935785d8a0aa38a2ff13d49ae5e188b9fb7885b5a477bcd8b8dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-win32.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 389ca9e616b4a3f74e94d20e649fe70c2e76dea2d83421cde993ad5e41bc731a
MD5 4abf5d78701abb6878ac450af85ed0fc
BLAKE2b-256 2eaeec615c1b84a0d8733e7f38f052adfc0ac23aecce9c48fa8ef7f3813633d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: mddc-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d5df891f5c2ba83871a2fc3505bf2837d3acec368217859803b3e8ce04e3ec8a
MD5 dc2f348d2cfcd98fc565f9c5bd59c207
BLAKE2b-256 d45e26fdf8b7061fc6fc755ff245c1517252c820ed6ffaf80c94fd5f826e0626

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6959ca93cd3a0585b07ded5d3069d802ff8f0fe013884965b91ac39a89024477
MD5 44351fce19607cf071ed805ea84a5161
BLAKE2b-256 df1e0b80842a855eec9b1c4c7cf99dd78136d1539f155f5932aad1482582b398

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1368306a46d7089c11566858eb1425dd3c0804b8ce245f4d64ccb1edc471b572
MD5 4cb55af9be774b22b73ffc3af7d8a35a
BLAKE2b-256 fe973cad80c290fad012d22bb8d56e2632da28e88f77a4cee84c8ebe40c25706

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbffa7f8b4eda3b671445fd5d035d3baf1ba90691a94e1053a328193e210d97b
MD5 5c9e5e3132418338bfe1254b5c73dab3
BLAKE2b-256 4e42a28abd4f0fd5645711cf7337ee7a948c50926edbc259fbae14141c51317d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a3d4e5eecc2a927e85afe9fe5f1538d897cbff0d0c98c836979bfc6108335163
MD5 9d91733794377087534c47392ac37f6c
BLAKE2b-256 44e96b5fc2d7b99a940b4d766a9824a45a6dbad8b13de58e469f6274f036326c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mddc-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 163.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a7e8051869616a36e0f4ec6533fc9666b3a4dc90fb4762a2b3247afed2d67e44
MD5 95f6f413f4000ec55ae5299bde73977f
BLAKE2b-256 e884d6e89cc52cc77a6a492cb9cfb928f3dbb3ffcf1ee81022d2d76c1439b207

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: mddc-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 156.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e7e71d762a4f1fa0946bb32ba9893532570a2c10bf709bffa442c6a914c5aa1f
MD5 a891154ff3c4ffb2a010b3ec3ffabb37
BLAKE2b-256 aace79edba655dc5c1872a7cbadf68fc30a77d6afd795bce96dd345be0fdc623

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-win32.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6092abcb0f56070f84cf164989d0199dd9c675d282c5a08a38c92a2a4b09b89c
MD5 fb6ec3aaaa41d93efba17a42da4ed67e
BLAKE2b-256 81385e4b4b783f67111a0b798ff54694aded3cf7829a761680a2c03d1311fc64

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: mddc-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7661f6437439df1523d777f28d9ec2c767192063ef5533c8f975a0d0665a26c0
MD5 34f947a881376eee28c96bd519f4197f
BLAKE2b-256 00bb42316e20a0d1762c3b5238ebaef1aa619499b65fe2272dd5e1d82b6aaee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e42f902bb57d7a2e5c606b11461336c036a944155f2994d2a9beac07ec989b9
MD5 2cf8ad948addc665adef1940f8a441fe
BLAKE2b-256 dc2d0c4d0038250b9d7710579c94ac13f0d57e2737e7436d9f0805f2e3963e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 461bbe2ddedbc41399b8223157dc24e379fbf66ae552c825875eb56daa76a863
MD5 ef692afb716e44f1702a7be43bfe58c3
BLAKE2b-256 feadebe6d2fda5972a3b78ec6576502935be62c74c940868e23873665cc7fb67

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 96c8df037bf60055ef53f6de52fc2e877188a6695b416f724ec163233e92f4c2
MD5 82020152fc29d7f7011a1f1d3a22f484
BLAKE2b-256 701f3b0030b736797b9c87f6aaa6e2208698cd4fde6c5ce563f9c504cc8130de

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcbf81279803a51030b4f4de9737fb4794358833da8c5b088c5b38efd85326bc
MD5 eea3bac7652634d6027884c32c673794
BLAKE2b-256 767d92adc0f270e64d577fa575c386d83db25f6c70c4e58b237ec6f1676aca2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mddc-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 161.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 709468d0745cca197d27c0796d4ff581a02a317464b8d24018c65f277939e7f2
MD5 8ca3c01dc6aa934e71ab2b90db80d022
BLAKE2b-256 c54b6134201ffe7fe69112b99eefa35eefd54f426f4bbd4d70f7ee4ecfd63756

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: mddc-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 155.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c86426b159ab5a5aa673e8fe8e7504fea3c4cfd1d40433fb0918ddbef9f97f3a
MD5 56f3dcb265a61fed3fa6d1714cc3629b
BLAKE2b-256 053973a77f3e9a2565ae07887635583f2893d69387587bc59280df8bc6685931

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-win32.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b114ddfa608871d02e4309fe1e641f6f3b11063d421fb1bfa1a285bf6a39623
MD5 5e6586048bfd711baa3ac8fc19b20a59
BLAKE2b-256 632d99217e2d9cc006915dca267ec50eeb481c0e1f4502d51ae1f17a292b711d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: mddc-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for mddc-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6eecf628a7698547069e5a4c243ecea0b200410f9080f46a730cafb6a81a4a41
MD5 0f228804683176f031660aebe4bc58c1
BLAKE2b-256 1ccaf034fbe008c609cd00004ce70d480a145e4df58676eb0959b36745fd22ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a967c2c0c4a1b9c8bdd4a792b82641e03437e616777cfd40dcbcdeae4eafa383
MD5 8b4e5d6b9df1699ffe5ff7db4425b138
BLAKE2b-256 84ac85e3d09c014983da38e4a5230ba4b88367c8dce9429dced030780fad0ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e59bb95cec215bf084140e1784fa3c7f63751c796647da0426b535b414309a1
MD5 41a83b1be33cdd7671d67463d4b87c96
BLAKE2b-256 7dcda6c1815167fccaad2040c40b9461e394ac31e5ec79db5bee11a0a9403a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 921f760219879613f0b9f3168e4bc57e6c83915293fd8abc2a93811494db71e6
MD5 73ec1e1006ef563811637e7c52bf9e03
BLAKE2b-256 ddd419cc278b435304abcca4a36fda2d194c23092defd3bb3831233c20a0613d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on rmj3197/MDDC

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

File details

Details for the file mddc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mddc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c7b257fee36e7a7fa1298d5149fd7121e729c208eebd191b47d892a5baf50c5
MD5 04b8236129009b8a9f7291a37af3d116
BLAKE2b-256 788122933a49a4903d20a45e6fe13df430c9f5e15fe99fa02019c044de382ded

See more details on using hashes here.

Provenance

The following attestation bundles were made for mddc-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on rmj3197/MDDC

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