Skip to main content

MatID is a Python package for identifying and analyzing atomistic systems based on their structure.

Project description

Build status Coverage Status Code style: black

MatID is a Python package for identifying and analyzing atomistic systems based on their structure.

Documentation

For more details and tutorials, visit the documentation at: https://nomad-coe.github.io/matid/

You can find even more details in the following articles:

Example: Surface detection and analysis

import ase.io
from ase.visualize import view

from matid.clustering import SBC
from matid.symmetry import SymmetryAnalyzer

# Load structure from a file
system = ase.io.read('data/system.xyz')

# Find interesting substructures using Symmetry-based Clustering (SBC)
sbc = SBC()
clusters = sbc.get_clusters(system)

# Analyze each found cluster printing out the indices of the atoms belonging to
# this cluster and visualizing the conventional cell from which the cluster was
# built from.
for cluster in clusters:

    # Get the indices of the atoms belonging to this cluster
    indices = cluster.indices
    print(indices)

    # Get the dimensionality of the cluster
    dimensionality = cluster.get_dimensionality()
    print(dimensionality)

    # Get the cell from which the cluster is constructed from. The periodicity
    # of this cell indicates in which directions the unit cell has been found to
    # be repeated in (at least once, possibly infinitely).
    cell = cluster.get_cell()
    n_repeated_directions = sum(cell.get_pbc())
    print(n_repeated_directions)

    # Analyze some symmetry properties of the underlying cell to better identify
    # the material from which the cluster has been constructed from.
    analyzer = SymmetryAnalyzer(cell, symmetry_tol=0.5)
    conv_sys = analyzer.get_conventional_system()
    view(conv_sys)

Installation

pip

pip install matid

From source

git clone https://github.com/nomad-coe/matid.git
cd matid
pip install .

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

matid-2.0.0.dev0.tar.gz (153.4 kB view details)

Uploaded Source

Built Distributions

matid-2.0.0.dev0-pp310-pypy310_pp73-win_amd64.whl (261.5 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (322.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (278.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev0-pp39-pypy39_pp73-win_amd64.whl (261.5 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (321.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (278.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev0-pp38-pypy38_pp73-win_amd64.whl (261.5 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (322.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (278.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev0-pp37-pypy37_pp73-win_amd64.whl (261.3 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (322.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (278.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev0-cp312-cp312-win_amd64.whl (262.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

matid-2.0.0.dev0-cp312-cp312-win32.whl (250.8 kB view details)

Uploaded CPython 3.12 Windows x86

matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp312-cp312-macosx_10_9_x86_64.whl (294.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

matid-2.0.0.dev0-cp311-cp311-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

matid-2.0.0.dev0-cp311-cp311-win32.whl (251.9 kB view details)

Uploaded CPython 3.11 Windows x86

matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl (296.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

matid-2.0.0.dev0-cp310-cp310-win_amd64.whl (262.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

matid-2.0.0.dev0-cp310-cp310-win32.whl (251.1 kB view details)

Uploaded CPython 3.10 Windows x86

matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp310-cp310-macosx_10_9_x86_64.whl (294.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

matid-2.0.0.dev0-cp39-cp39-win_amd64.whl (261.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

matid-2.0.0.dev0-cp39-cp39-win32.whl (251.2 kB view details)

Uploaded CPython 3.9 Windows x86

matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp39-cp39-macosx_10_9_x86_64.whl (294.9 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

matid-2.0.0.dev0-cp38-cp38-win_amd64.whl (262.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

matid-2.0.0.dev0-cp38-cp38-win32.whl (251.0 kB view details)

Uploaded CPython 3.8 Windows x86

matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp38-cp38-macosx_10_9_x86_64.whl (294.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

matid-2.0.0.dev0-cp37-cp37m-win_amd64.whl (262.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

matid-2.0.0.dev0-cp37-cp37m-win32.whl (252.4 kB view details)

Uploaded CPython 3.7m Windows x86

matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_i686.whl (3.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

matid-2.0.0.dev0-cp37-cp37m-macosx_10_9_x86_64.whl (293.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file matid-2.0.0.dev0.tar.gz.

File metadata

  • Download URL: matid-2.0.0.dev0.tar.gz
  • Upload date:
  • Size: 153.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0.tar.gz
Algorithm Hash digest
SHA256 853f4524a283d8f0dad22be1660be256761794381ddd7df6651b92cd6967be5b
MD5 74ad2ee2e14594d356323f146f9628a9
BLAKE2b-256 ae78db56429e5c237953085e9b4940ce8da12571cff18998a7cc7a2612ae45e5

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 00fcb59ae7b555d7fd2434289abd758fcf0aa7acf0634bf847f557267dca3cc9
MD5 31daed96f3a928c4840493455f14bb88
BLAKE2b-256 cb5278d09b7b7a6bd0f7851f24e829a2b539fc2df02ff9918b46487dba34c791

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 690251f7ce1ca07be4bcafeb8e47c87db6f3a170700a86a3f433dc6376cefcf9
MD5 f5809f4d98eb851db9166c0598e7ffbb
BLAKE2b-256 0b706996c0f1885361ceef6b839a454d5c21e607e65d01085ba8827f442a20e4

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7c91e51ffe3b12057ff7dbbe3f76a7a94921674f906a945af2f594162e35354
MD5 8d3d746c29678c18b563c418944df2bf
BLAKE2b-256 904cfaf9978b7783bd6752a75550449f85613be3d18faf105123c287680c7965

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f4e8450fda328d42917dd5064b8c3dbef592d252b5877182da024db38237700
MD5 1542bda80b127c0cb8186a9c02659bec
BLAKE2b-256 c74e85a03149f2c2a236c6e88562214813c648895d4e4d57d265989e84ee1f0d

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7223632714c188004bc86fb361a085dec69a7c5daeba67fa1cfacec0e246d709
MD5 a0b8456b740a301214c3b056040f97de
BLAKE2b-256 49e8a4cc1642b52a6cb85aa84ee65d77c02e01e395552a5821e284cd6a1ea002

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca3ff5ca2beaa28f98d8d0af2134d43537cd414debf0b89f8657d52ad5d4fc4b
MD5 2a8330f23f64d38dfd1fa94c5abdda5f
BLAKE2b-256 b64ba2e1e4cbf789a1862a023097c8806c5a2d3bd9c3da8097452b29d115ab8f

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebdc49da79d1eca419158602d9694a22f24d76366732d8045544046c21af8cd3
MD5 bb12df2b51d0532d993bd0e8ce9bdc89
BLAKE2b-256 eaaec6ae4eb8df537e8a477116cc893568c11c843e7a86c086ac1a4dbc152a62

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4dd883c37478f18fd492bbc146ce51808d900e45fd216f64e920c5b3fdc45de3
MD5 08cc5de119843f454a19e1577461ff31
BLAKE2b-256 6396e129d968d6af9bd2efbceea4974800a32dbcf91b609fab76bc827da6472e

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ba2fc05ace8a50d10656fd9214cdded1fab8c702dbb297222e5cd935b73fe61d
MD5 301a9705c8006e4bccb57e511418d557
BLAKE2b-256 7174de1e868a1cf187e241dce0531f07cc56cfd7aa2343305dd0ac2172a4e1eb

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce6caffe6674c4f05eaa7aaced88d68826b21f1185d0a6b956ecadd5428f7361
MD5 83407fd63c647574a548e10d862e2b5b
BLAKE2b-256 27bb182f6e3d2326003157ba41d3c423ff3f05b7af315800758f11d209884751

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1828e407dfc1277ad4dfd55f77737f4353f4671d210be7c29a29719f9004fd78
MD5 f277686b0607b51a05134b7a32d297bb
BLAKE2b-256 e1a79a4d10595b6ded449d1ba36089f341ccb7890d3db6cc5e3d8a791231563b

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f30f222c1b702212bc13e6774df0c10ab75cbba6176d9c31a98ce8dafe0a987
MD5 0a79739c8bcb274e624c1f8b23eca481
BLAKE2b-256 456f82135d7b3e657ae6f9d5f8b5585d72aa89ed69835d87543b3284f7a9ea8f

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 159003b727fed3dbf0a19c84f048696d9199899f64589fd89f00bec8c854e59c
MD5 d2cdc156e61e91e919e742007c842aa1
BLAKE2b-256 f5f92ed8cfe38f160513172962ce4d3bc80554e12bc6521f2c43715808016684

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e520e458c8c6466787bafa87af38c672e35d3b72263d5828a748bd1228c2a457
MD5 365b5505b431b02ec8fb5cc40dceb232
BLAKE2b-256 b817a6c494cdee8d6d649c7574976b11a0bb574940199d9f6807a3b1c7a65aae

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1502df76b50cbc42c963fea08d104c63e47a3adc702ef87131753c93f9754848
MD5 c130972aaf30ae4b5368a22a53167f34
BLAKE2b-256 1d8d737b6501cf402c8270b67dcb3be1a267a1a5d916511cd3a677df887d0598

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cdfb8ad8fae0e113b9807676b22eb5e12157bd2530d9964b39c23d51c90938f
MD5 291f16b2339352a51e830330b7bb58eb
BLAKE2b-256 f19ff3e5e469b41936cb0b3d876939aa69049b5563a9095f1b4cfd2bf4e8897a

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aaad807367d8c911433462b878941a9bec1429b520497714f6642e870c9bba92
MD5 22806956e4e6742fb66825edba7ffe43
BLAKE2b-256 a84a4c598998cdf579fe28b9abf79285f8bf662c88fbc1529d60982e2fdc79a9

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 250.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7be67b79cf35a15ed65ad608ebd3ccac0a8144df86740283528c576a850f1e80
MD5 536679e80c1ccb823543228de071bc7d
BLAKE2b-256 68a5ae56b6d83d2ff4b5240984382fb8d3facb33c4181e29787b6a22c8cf2c94

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a72340ea5adf6d07e34aaba174ea0545ac6dab251ba083930f77d0e107c136a7
MD5 8ae6e2e9cb2b47562ade02f46313bf6f
BLAKE2b-256 f89e1b4754c8327f0b424dd9f496ca9d52a5052d80fd892be1119c2643611c8b

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e2e12de452b0a0352f1d05cde2363f2b8ae4fbe72b1157efcf63c883c946030c
MD5 91df9ee924136cbbf693faa2b8cd5c71
BLAKE2b-256 9919a020225fe348a86619a2f5722c95baf623d9d023f9c4118cd96b3b26a6f9

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f1b05b5612a2658703d7121f9d52db5dae4112dad9417e1d0f9aacf1a9ad176
MD5 c83096803749e66fed7b47826e99c54d
BLAKE2b-256 9d0f492d44e6271d1079b3c46d7dc98d2735f9c480a527892c7f4c57579d8b1a

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d594bf409c27cf3da29bb4781d61163e8b494c24eddd8bba7de68244b4bb7290
MD5 e1ebd9a003dd7e9a65324632d20317f3
BLAKE2b-256 e2f0e3d05bb8ad7f74ecf67b3ea2f478313a6f2d7ebaf69e92778e3b77a33797

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f94cfef3ae0cb30b0793271c99c862509d715008aaf296a6aaf68466e5ee0854
MD5 79353e34713e0ed992d5405787e0c883
BLAKE2b-256 2379ab6881408ac88a90b2de1e6240e31e13ab6f45f75936ca90b0c730ee1358

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 637d5ffb00a8a38f43b889fa1b6ce05843c49308953f9181a6fbffbb6b982957
MD5 b61b6b2916d6a77fdec6de37c734a96e
BLAKE2b-256 e2d1e10b696b2fd33a2f1f52792ef9ff71d8400478ac968555e9f0847f512e2e

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 251.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 88037cf5f1662db0795b260a43509be2d1d09b2158cabb824b66f00209754f97
MD5 737d5716b088a637eadcc4b8ba01c406
BLAKE2b-256 b5680255af73c9380fae7b114262f11204fef2ae34f9e894ae3ef37478a91f23

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 948b37e07f24731f2f9cffc132265ee944ecc5bfe906864e1a72992d542e80b9
MD5 c7902db9c98b956054cdd49afbd38515
BLAKE2b-256 23a7e21f523780005068e854417502e4a78be56d88aaf798379ec6eb6fa68643

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 586b490fb74d68cb3dbf2c38c260beabc0434f158373098873a6acb1da706303
MD5 32bb04e6bce5ad2b0afbad3650c59d2a
BLAKE2b-256 d6858b30d3edbd58a05e193751ffacceaa6cc4e5a62b9dc605c780a489597612

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f876bcb54325b077340194e357ceb250fa61ddd62440a08522c420576983d78
MD5 fef0620122af631522d9387943f2173f
BLAKE2b-256 6dc94789e494896ccfb20b843189f01d4f2d885ccd47c1b46cfe56602930c2f1

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 016ee6fbaef34faf3f1330d2c0c46e0a5062f533b32f12d57458aae694365802
MD5 0491ec4d0150ac47466ba61d6ae6f86e
BLAKE2b-256 3caa51d07f7b2b60f488a02b0082e12bbd3c64d3c34dcf95b788300bfb265650

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2722dfb44926ad88e57f1b17cba668bdbf9ae4005f43a3705140cf23f5080b32
MD5 e5f41a6b21d34ccaa366c5f3bf6cc3ed
BLAKE2b-256 13033bb84010cd2e33fbc1bc3249e5c2f114143e76be69de4340f754d3a92e7c

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 def472428c390bc896b440da12d16a3506b61bb67a248330877ba9be6cb30e8b
MD5 9fda5186b0cc339f2466733b5439a3fd
BLAKE2b-256 20e142cfd62991514f77a58c0662d5c3cac024871b9ada93419951e3ee68a9d0

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 251.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4e6006c4b90e4059e8032830bd39902d446dcaf87feaf903480054ff6c0553b9
MD5 98d9307a5f101eedff2262cb6df3db76
BLAKE2b-256 01669721de7a1cc42d49ce1b74428263e81b5886ed1d5c539fac09ee423b54c2

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 31a7d8da556e63be836967c20c49dca5c8b5ef55e0ef0130f82d728973054242
MD5 9c0bbcd1cfaeb9b44e8eb8a117b3120b
BLAKE2b-256 cad5e6336ffe0a364a861da6092e608661d4e2947ffff1a89dfb53f148ed6690

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 023134403a2b21ccf1cb8c0c92164d12ac2c0b3fac09c2303c87ab958240265c
MD5 68479628bad666204ab9a543e0343a7e
BLAKE2b-256 ae0e4abfdbbf65d60b12c4155bd47cd8b8d6919b71243d004bdb392764fcdac9

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e529d3d56b20a508bfa3d04a0528665fdc03e031d89d5e79f9428926d16fb92f
MD5 2266a40fde0f3998d458cabec2a6b3b4
BLAKE2b-256 18e99e518c0f3ded7e718244950c0abf6e2eb43917aa824627b74e71df3c2398

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f65e941a94e01e15945e28b3f13badd5a71b1a1e19866fde98bbeb6b503242d
MD5 39429cfad656d38b99486cd063d06f3c
BLAKE2b-256 5d0826ef77781f097a1443fb1eee463a655463a42bcf967c4c150f6cd7dab506

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d08989dd71e6eae0f06ce8cce40a824b448edd4fabf75aff03ff411ded45f2d
MD5 896336e612c8ef3b3b22f148d33943b5
BLAKE2b-256 69fc73fcef6b13bbc7b8de55c6413811e949cb84854d70f69dcf21f2acb04b48

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 261.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0fa5d087057aba116b4ed1ebaee5354ffb7e7e7f5bf8fb429bcb86cfa7ce8a4c
MD5 14732a51032abaa5eacbb464c47f694a
BLAKE2b-256 0d050a5e67f47ad94999d79d0baf129cacb947ef4a3496b6350331f8eedc19cc

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 251.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d7d0cbf2e47ce01d0669dd1c7485f56a93aa2bccff73eb65de622e30402e5388
MD5 5c644a404720295dad1553302c2cd7d5
BLAKE2b-256 871a79707969b8cf1d040c1b0680745845bf176cf53f6d693c95b294c32fd584

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0a688ca0694390c103979dbd0acaafa577822cf1c3c9699b9e956b07f6990311
MD5 0e15315072940f651bf4b3352a961599
BLAKE2b-256 f4b145957379ddc8b415e62769c642bba68013941756f0a21af814676b3b2ad1

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd72336fe7f163cdeab2f2c050b00e5186f141822cacb32c2d407b3f85d54790
MD5 65858f5c845e1972186a828c9a9cfc42
BLAKE2b-256 3bc12fa5f4f5bb3a9ad1311c1d34284f2c3e247c095678643751e654c3fa7f58

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f42d9f4e68cab765be3272bd5862adf1309f3574a0790952ee167c520a4bceb7
MD5 3fc8ac7c0bc6615eb7bf6e3aa047cd72
BLAKE2b-256 25e2e99dfcd369f6b64a64e82a62d043f87bbe86f4a902f379ea6ca51e567b13

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e634d0747e4a04dc3344a190d7e25f3f4de4167ac596618928d5e88efeb4a423
MD5 e5371e72219fb9d9982de559e072af8e
BLAKE2b-256 89978aa6977897ffcc810cb5b7d2d030536057678245e2f41d1aaebb084b3f29

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6f38b547bb7d51830d654e8d7268f7e09f3b59ce79b73625f6a1e6734c740dbf
MD5 02355ed0b6d2cb41fbaf2facbb721a7a
BLAKE2b-256 7c481a508554439c125e8668bdeabd560c9808306dd464cd2b5be587b0dedacb

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 262.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3b375140b274ce19ae82f34c3607376e3e0acc987dbde7d1e68a97fec4fbb63f
MD5 d79958d474192da4c60fac3498052864
BLAKE2b-256 9ac501a00f9fde9dda84f8db8bc997786959cad8cec9389d11a09d9930a2270d

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 251.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7c5f1a522f42eca16c3048bc4228ff4eaf46f6dcd9967001be436382f3c22c19
MD5 f2d9787feea238c33a67aa39cfd51f51
BLAKE2b-256 b943cb541218be186020949c1c83275220cf5385ee1572560855940af3c01817

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8f62e9448b644ad9d9b4dd20eddb83c42bc83770da6f89d59bd913327313b56f
MD5 aa05932506ebff22f102cc00e9f82ec9
BLAKE2b-256 a35cff57d12d09be8d14b5455774bedbbc38d561354a02bbbd5e6e1dce3901d0

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c3db594aa831354a58524ec110f66215cc989c0df6936473b60e69a523e45113
MD5 200f817148b913c6def3e7f02b83560c
BLAKE2b-256 63d486d094de70e39abd9b4aaf033fc575a507199a9abe7f5567d5ee1dc478d5

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 967f2c2768544dc5e76252c8ae0fba7caa025dc970cede55af49c2f2fa06c28d
MD5 b1c73b22410f1d63aac4e20f857681d1
BLAKE2b-256 89a823247e304e723984401c70e987be67fcd6ebad40168c115ed7d9068425a9

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 187e15d1d844c3f72cf5b925e0e0c2e384bbed9df8d8de3bec05e48987162902
MD5 3212171a18002da9e186bad1e51a5152
BLAKE2b-256 46cb64873176fb4dffc64a36c7590997c8903574ea91338380b9ee58b64f7668

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48a451dc04b2e43833cc5d8d5a9237c7a69421c87a05e83cd9ebb49de4ad17fd
MD5 b66b96c77398310a89def40886ad1694
BLAKE2b-256 fbc805e843e8c8456c4e18fc5eed3e56e41bf124a68c1b4eff154fd62bba0598

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8db377c00f3ac4c868acc48949b9fbf8f4e03932474b635e3de203626127562f
MD5 505f0b7d68e1f6471156775d6b94c888
BLAKE2b-256 767e7e1adf0791965bec66e53f0191b840f80ae38ac05ef5d47a55b3cfaf8615

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: matid-2.0.0.dev0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 252.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d81591804a8ef769b3da6c5b9390e665c3f8cb0c7656a80c803e1966b20a7848
MD5 1a6722a6bdf055195a26f59e8b7d12a8
BLAKE2b-256 dae4aadca0b0eacba782221b27f20149b5b5e83284a225a28504920bb92809c4

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0fd2dd95253583c35e1286c2d5a8fce90e7b18555f25c6613cae8a8705b443e
MD5 960941088b55fc8276b8627e8a95064f
BLAKE2b-256 e96936d014483998b0fea6f137efcd82ea3a8e65dde7f28980180ebbc3dec6e1

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 314553f33b8ab10d3de4e86fe7224ba41354fc00d48cb9167f6af1045b546ea5
MD5 fce94a274b5b653c9dea69b48cacbb78
BLAKE2b-256 3feda906aa997c0c67dc569b63527db6c31e24b508af21a52b78338f0a3c7030

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88b71503f14e3058b7ac338e4ebf1b68f64307e2b256e4f3c72fbf2cab4f24c9
MD5 c698f9ec8085ee718605219a170875d1
BLAKE2b-256 277dae86a904883d1e53f4ed5107fe86498cfb5f757e06675abb84c6dfbf5a4f

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a24be4428a29b3c2a7ae460f83476f80541c910ca478567f8bc2105710f7dd7a
MD5 18af635fa821770004e29e2f433705ab
BLAKE2b-256 c246f72f740702d4900a68f279e1cb23b487c2f91753d5c7bd3ee879995e6f10

See more details on using hashes here.

File details

Details for the file matid-2.0.0.dev0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.0.0.dev0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f2756987a18c3d4c072c14ca1984a82325897fda7bd190138035bac0dada351
MD5 b08f05321b275d985754e9f294ae52c2
BLAKE2b-256 7447d6d36eda7257953d10d6b293a6d248ace9ba506a7f879146ae0f8396778f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page