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.dev2.tar.gz (153.8 kB view details)

Uploaded Source

Built Distributions

matid-2.0.0.dev2-pp310-pypy310_pp73-win_amd64.whl (262.2 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (323.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (279.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev2-pp39-pypy39_pp73-win_amd64.whl (262.2 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (323.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (279.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev2-pp38-pypy38_pp73-win_amd64.whl (262.3 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (323.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (279.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev2-pp37-pypy37_pp73-win_amd64.whl (262.1 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.0.dev2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (323.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (279.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.0.dev2-cp312-cp312-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

matid-2.0.0.dev2-cp312-cp312-win32.whl (251.3 kB view details)

Uploaded CPython 3.12 Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp312-cp312-macosx_10_9_x86_64.whl (295.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

matid-2.0.0.dev2-cp311-cp311-win_amd64.whl (263.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

matid-2.0.0.dev2-cp311-cp311-win32.whl (252.3 kB view details)

Uploaded CPython 3.11 Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp311-cp311-macosx_10_9_x86_64.whl (296.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

matid-2.0.0.dev2-cp310-cp310-win_amd64.whl (262.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

matid-2.0.0.dev2-cp310-cp310-win32.whl (251.5 kB view details)

Uploaded CPython 3.10 Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp310-cp310-macosx_10_9_x86_64.whl (295.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

matid-2.0.0.dev2-cp39-cp39-win_amd64.whl (261.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

matid-2.0.0.dev2-cp39-cp39-win32.whl (251.6 kB view details)

Uploaded CPython 3.9 Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp39-cp39-macosx_10_9_x86_64.whl (295.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

matid-2.0.0.dev2-cp38-cp38-win_amd64.whl (262.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

matid-2.0.0.dev2-cp38-cp38-win32.whl (251.5 kB view details)

Uploaded CPython 3.8 Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp38-cp38-macosx_10_9_x86_64.whl (295.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

matid-2.0.0.dev2-cp37-cp37m-win_amd64.whl (263.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

matid-2.0.0.dev2-cp37-cp37m-win32.whl (252.9 kB view details)

Uploaded CPython 3.7m Windows x86

matid-2.0.0.dev2-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.dev2-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.dev2-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.dev2-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.dev2-cp37-cp37m-macosx_10_9_x86_64.whl (294.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2.tar.gz
  • Upload date:
  • Size: 153.8 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.dev2.tar.gz
Algorithm Hash digest
SHA256 e5c4ac4666fcbd4df2b825d272b3180aeda6f2317abf877ad2b0b48bfeff9527
MD5 57c8176dc6ed6837017316d8620f2bae
BLAKE2b-256 ee9a311dea58e46a3edeebdfa2c5d6c1416bb4a612a26016b9c12a525dcbc421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 23bc1639dbe04fb1fe840940217774ec4383877e9071cda462d988d891ef8701
MD5 86fa3585c2d1e65a4959b50129db143b
BLAKE2b-256 ea726fa7ddf66d8406f8c1367338650446408c4c56f74e1d3f78068afad80b07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3abe7e59b37d9d800ebe10dba347053adcd3ccd3de57517b47a277cc394913d3
MD5 903755de45d3f9350a135c6516e45ad3
BLAKE2b-256 231f9f2823e378182e7635fa7d1eeb943d76f6a9836473cd2d4d553ab53fc7ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 08d24879e16724a4c4f3532a1024c6775fbb65e95057b614ea7457c7198be72d
MD5 6fcbcff8a46438c27e7810f7b5dac969
BLAKE2b-256 bc537a5f4513df1d7040e0c67540410bc22b23a32d3a4113b4920886affd8b33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb4c2717207c1ab77caba6ffa10860beb07eb81aa122732899cc471d7a38cd07
MD5 cd277950c39106a7589ff2b5b3cfb1df
BLAKE2b-256 886bebe080fa18832b683997f738077f25365f57d35b848ec1f12d52759a3dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dfb47958b6772059e0e942737d0b8a78c44e57f89207cc7ff3b119912c4e1f9f
MD5 4fa77140b6d3897a2468943a63e18800
BLAKE2b-256 0ddacc86db163facb5ffa663127f844e990e5e3281751738fac5c046298e4440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99a620f3866e419a3c8d1dd7386222414ecf28f01b4bd51fc57abeeeb508e3d0
MD5 94eb29ac057f88f0dbc3204c22493a72
BLAKE2b-256 91d73a21706f70d60329ce0c96cb3e6ace2a7dead2b3aa1a757052461b6dc027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 084f3a3aef20fe773dd3f9da0462c5c1d780abe0a3dcbd5b288a4768c6d645e7
MD5 d324dc0c83a2e6c5a65852602f10bf3c
BLAKE2b-256 ebef379a809741d407a69773f91793335166503b98df0ecd6166540f3e181be4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 85532135b1c8d081417cc7ec3e57773493560daf25bde8e52dd655ba14ba733f
MD5 f1f031c85cba9237b72690302858a757
BLAKE2b-256 1953ecdc7df7379d62e1c79f58a81478876c66a435872f6ff11f518dfc373ea7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3a5d0a5178a7b2dfa3744a05bc18ee4299aa4649a9534469fe8a7dd4bdd01ec7
MD5 c8486046b849b64773fd02b621831fa7
BLAKE2b-256 1921d6e87627a4a21e6c1a55d5fec0a9bcabb7058c52cd12c67fc206063386bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4a60d325a1cc382fbcde019f130f477b1311a8c37d657c2614c45544f4dfb3a
MD5 a6b610a9d4086674bd6486dce68741b1
BLAKE2b-256 0269ac6874a6ed7700dd30ea8da57dace17331c19c5bb8bfb686f2494b923921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8f104430e348b119094f5a1d172dc223b405d7767f6a9b91ebbabb966a05f37
MD5 990969ca8ca1d65dac1c9ed644cd0500
BLAKE2b-256 aa8afc22bc3ebc2819c288efa7a86879b0bb6ac6d24a8beb054896a4009d3f48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35ddab3865ac92edd4fcfd70a67bab9f4bb552788dc79caa67b74436ca0b2010
MD5 d01504d221b333fa7495714950167b35
BLAKE2b-256 19d2c974532fa843d704ea56b5e86f12996e3655291b998557b619cdce5c19bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d4414b9313000425775e04ad67f84dd9f9eebe01fa56bf34808b7219192a795d
MD5 fe9923cc4d0206387261dbd84a751968
BLAKE2b-256 0d1976323e53049056bfd50c3233b9f9185a98b2828472a2f26dc5f077f1d8b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cfa056490943611dab87b6c2e06d6fa08faddc6645312c0f7d6af38f0561cef
MD5 5684c8ebf0fa846beeb8f00452949968
BLAKE2b-256 36be3ac0d0e2490fee863f887be4c38d6a047e79df86d2aad30f4e93f3a92c91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2343058b6e2d23c6a7456880e2e54ff5e121b672cceb8bd3277c4b79a53d5511
MD5 e1b5e1c57a34c4aa2428070dbfec4b0b
BLAKE2b-256 4e0db71047bf39d3b44ff0a99e6a17c6cd569e7cb971e9967b93e4f326d19cf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 110ae602e454614b6b161c3a6c0c980105a02e1bccfb1fe2bb37ddb5eeb5750c
MD5 2736235bf1679a0a93ed02d17d2edab4
BLAKE2b-256 b4ca5af17b39d66f5b762e5b8fa6f391cdfb3f2ce6d1fc294de7df5183c6d8cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a163a88f29537c69b73ce41fc0523393da685a9a669651b45c96101291706630
MD5 4dc2109b918541f5c752019f95dfc131
BLAKE2b-256 bfcc8996f29b87312b857f04fe6ec3384a32acd962c19d36e78f5ae4284cf87f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 251.3 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.dev2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1a4f8c144f3d4d070bc2bac00cfb77592183b0268470530680fea6b1c2ccc925
MD5 a29588af2a75ce4f7c4c3b1ea228164d
BLAKE2b-256 b26e2d6e121516d1eb818fe6f953096033eccdf462501e85262323a4f05664d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 68e83b298901740ff45f226a38e7dcfe8182c25dbbe060df2fec0c9dad98e459
MD5 26b6e75b9d2d3cf41a8e1f4ba1d06164
BLAKE2b-256 af74afae5e3da9ee9ddc42bd3b206bd2552fdfb5793a4cc66cc488690a4e6725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1e0542c21349fb8d5a4458f077f1c9eb50fb3113b356b7d46d5f0b4b6d7d4f81
MD5 f0c2b11d1c3ab4c98a16de57a040103b
BLAKE2b-256 e90be8595d06e19d8ace787503209e166b8901f0b1c77683d6ab9d27635db475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd240d8feb135b4eaca2f9c49640db352d446bba8f495db4df10712e7db70af7
MD5 c9bd97224518b4fc5a24e556787fd158
BLAKE2b-256 f66f49fb2e60f95affcf9bbef1314004e69a1c23b424b6aeee87eb742d599095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48690ab276dbebbad1dc82a7097eba461a4b22b6e95e93e28cfde70774332921
MD5 8fb1a57eae3ab859dab8c5af11320438
BLAKE2b-256 838f4ebc283cee8723853c9982ffe3f6e071ea35c901fbc7eb92eee374cceed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 55bbf9365826083d91db167c97ad023ccaab6f95ce1b4874b7c965e86ae3ccec
MD5 a658f1bb54bec917a8bf51d2b26502f8
BLAKE2b-256 ab22e36b1fac417ddc11bd4ef7d3338dcba94f816178756fb6d4ff5b6e2c3cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 586015aa3be32743fcd6b723400b9069b36940d6d4b210905ddc6c423ab00bb9
MD5 95839b48958e711b1edbf9821fa36e04
BLAKE2b-256 38645b79013711976ac34f24dd12881359e9cd92e84a6b3a4875ca0c4e3ca0c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 252.3 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.dev2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6404efe6e8c30aa5aa55f1e742b5985ad567cc4e631c0417d15c0c158a9596be
MD5 93d4aa58bfb99adfd20c0d285c2b468d
BLAKE2b-256 f13452f5308df661f1a07f62df461defeffc545a6ab722c5f9e77c7b01c0cf5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 391f05114ba2ed7b767beaffa5d22e73a838da433846d40e3368a87b811cd6b2
MD5 d3e3ae35fec62462dc9c7e9d6dbb17b6
BLAKE2b-256 5b1960b017694d682408a3cb1bafbf1a75196fdfefcadf926c53b662671afbb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5a5e4c4ac5d90ed414b230e6ab0c6c1820a2809354b983f1247d18bc3029e144
MD5 3fbfae900cf8306ad9f4f13b989f1eab
BLAKE2b-256 d400efa90cd4ab65157ac2b47a9c26a77a59e261c98578aa13b6842fdaca4450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 494746565b4ebb46161da9d1404c351885fcee474a3bce6745d9fe48f3e82dcc
MD5 3f7c8ebe0055d441ae9a3bc45bee1b01
BLAKE2b-256 d46480bb6cd6efd9ed7b2191beac6b60f6799c3ebeb7eec0f46fac047e6116af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6514dfbd457e294c15e681f4aebbec910af8d3d363e9c5bdabb051d301b1ac84
MD5 fb59799975f92e87d23f2c5bd501e165
BLAKE2b-256 6e27e2415c598e478248a3a8d8b2026603f8b1b720d542ad9c4415c7fdde55ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef8363933254cafaf2cee50b3153c13b957eedb0d90cc1a80fbb862679df8be6
MD5 ba5d8b6600644b8110caf9e7210c87b3
BLAKE2b-256 4fa7112cb7a91cbdefce1e62f66cef82b25f259c6a50e7de31d3fbf48bf56cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 690bbec0d86bf080bafb46203778c0d17d8686690dccd9bae103d11ed55c9f1f
MD5 1f0266904fcd5acc5a9f4d27bc9ba34b
BLAKE2b-256 2a2b9b3632751a1a587ce1df297907c7c2f1b94edbea7988c1e4c4bfc8ecc946

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 251.5 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.dev2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 8c5d65b1dd519d8e186f8bd4cf5509a870e2dbf53e8eb63874841210544e92a3
MD5 57608b4ecacecfde9014114632266c6b
BLAKE2b-256 1e8d4fce2e8edd95b2319992e890a019f12aebfed062cb177329b43f9b98d692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b647b20edeb69cb03338fe942acc807ca3612465e0d568331d33d0545c6d611b
MD5 ededefcc819987a20e02583ab14afec1
BLAKE2b-256 2be71e05434b6c89f37bfeb3cc3466eab771433ba0cf80f314dee8de09d5a1b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dfc64fa61e758cbe5ff2854f4026f1b4cc627703a3b9b681da20914cc2e3a73c
MD5 fc9fd0041440be5dd49c56da9120cd92
BLAKE2b-256 610a1b1ae9df73bd001061507db13228ba8733273c00e58d830feb43cef4957b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e23c0dd63418638f52e702ca526f01fc67016a3b8eab84099ad31dea4536a41e
MD5 797d5791e76c58926a566967ed6b029b
BLAKE2b-256 04c60599cc1961d189a2970a71a086500d74b1c2bf72fd728bd828158ad21f10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0877b187ed86256ef9cef20305ece75c5793121e3f5312ffec348459c20935ac
MD5 33757ab7ae5ae19e4ddf6f57df36620b
BLAKE2b-256 f3a06988182c9f8267fc6242f86763581357435e455283ef7b6af6f89e4069c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b36c5fac2afe721ba1b7e80b2e1050bfa0f74fd48a23e40fc609b33322420ebe
MD5 71f97b2d8aead646d6e4692d4feb8788
BLAKE2b-256 c1f16d41e91a0b3f9ea01214bb123cff2f4c05782ce349fa26bffaa9e08867be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 261.9 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.dev2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b80eb53d5a89035ce57984dedc41ccbde5027a64c4bfafed87991574b4429252
MD5 d07b1da856f064f83850b936d12a790e
BLAKE2b-256 edefed17a97543dfee56984c573387d93c9a9193ba29af58247ac95ef5823ca8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 251.6 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.dev2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0fc5280d6d01af9ee8d54556175a66a962aed706f9bc4c87e60aacbd6bb7cd2b
MD5 5b6acea967e5ecfd459903a8e39e78f7
BLAKE2b-256 253b9dc111a402e2f26e6ae9d90d7bd57f711a4ab783c90a97b5aa20d3a213c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc10deb67ef0f3308e57048acc4dc8ffe700ddf1f678dfe141fcaedfb68fb2db
MD5 d2c0b7ebeda649e4525faa26b0eff670
BLAKE2b-256 3d0bc4c38d3a3914a6183ce405a6d1a8971cbe71a4833a99a2dc571fe6843559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 54119296dc5184b216f8f2fc4513cab2e075d4f5cf71418da655e68f8a955090
MD5 14a0521532135b223c1481260d10aa4a
BLAKE2b-256 2f089bdc8b3f21325a382361ae2c9e486e7554da40cbc66c40fee21ef4812356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2a7585ff0a1d649ff80b6f2832ccf1ed0fe48c408b830921457f3c596d589b4
MD5 6a0688160cd0931d51ea721db0e8276b
BLAKE2b-256 dba6cee635dfa776df5285fc545d0f00f82cedafac42c3707d57f19b599cdfa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 781fcd990b8696eea4c96b1337045361275e98b48727dba2f8ecd0226f1b1a72
MD5 4b6b18daf2fba4277f515648d72469f2
BLAKE2b-256 c60f6bf735aa1f70f5d9b4045a8987686f230c527186eb9c8ceca10706411114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f8cce9fcdf0823966955d123c49b0708fa1a956ca580fd7dd848cec9aa76bca
MD5 b6e3cb06a01c61f3c191b2c1f72f4053
BLAKE2b-256 177e5ce0ecffba413311304ecf6bd88efb0cef8dda3368ff18097262223e0079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 262.7 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.dev2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 da158edfbecbe0d7569a1015f642fc8156ad9fefa366386a0d0a43b8a823a110
MD5 6b9b72abbc0a957c56b86846d8f83e2d
BLAKE2b-256 dac901c117036f39c6f00f153ed5944cc27ea894cb63e271a73005af0f63ccd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 251.5 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.dev2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 24be21ce5d66887c9f1a775185132a97745dd9f4c88d3caae05a9346718b4d9f
MD5 ad786d9cce3ddc03354fc29eb9893f40
BLAKE2b-256 6b71debfd1ac271b71b9a81ad0a2ba980bdb1d4023fa34b4f242dcad3ad55cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e7414360f16b2561f41b3f67120259a432b18c9cb191e0f64020ca8968d7e72
MD5 cdc7aa839eb2f3f22fc7a3ab223cefbf
BLAKE2b-256 2b491e8c3aae6d02d599442d7d16588c6d0ceeeea7ea91462702fc249d385acf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4de373e8808157fc2e5248e013594abaf384b1f55747c50a11ba458b68b6bbb8
MD5 3ad1ae54d0327f87ccee5a2f2af4a0f5
BLAKE2b-256 9be12b4cfe3142cbdc3e17f22d62977038d59d81f96f5a5a8c5ef6325243a795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4dddec069170b226c262994357a888401467e7b33a3f86fbf0e044fdbab8dbe
MD5 497909f502b0c85148d6a0f766b809f1
BLAKE2b-256 1075c19599cba1e06e4a432c6805b4387166c27a9697eb576fa70e7c7bb7c3e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcb929dfe7ffce2d2aad611067e8cbe56cde50b799d08c9ca9877d372ede79b0
MD5 7191b8e6e7bc1ebdccdcd77b4fcce528
BLAKE2b-256 4ea629f9a3d5ae6bbbc435341c7cabfe54430e76d8898a47bbf1b81e7409ddb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fc57f1c89fe1d46f7b6a3f5c6e480c327739cf992b8bd6dc7fd8beee7822d8e
MD5 837263626c1795f9953eca27592752c7
BLAKE2b-256 087ef0af24d4c46c96763d0360920cffcb75ed8b64c92a8c11375a3153943f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c031e8c7e07e951731c582a5899f0fbd05914ac32faa1cd5552f29547f94d51e
MD5 6237380400e6d2afda37f5ed7eff1191
BLAKE2b-256 50b9e34500b0b871e8518b830abb7cebd4ecf25c825a3d24a190f239d9effc35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 252.9 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.dev2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 eb8d87c17b6f51b17560c1716b7d22221ee232a04af12e5143ad42f19ec19733
MD5 159c7d32346b40208dc74328c1ff428a
BLAKE2b-256 a98a4067ac8ca1d98dca82a65c6d10e44de986f9a33a62424a398cf14a0715ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 616d94e4f21ca8c2941ee801708d6a1ba2ad684141ab2e8f7befe731ad1d6577
MD5 126357e99cd8d5453b31668ea2467830
BLAKE2b-256 de3103ed60d54ac54e9b22ca607f410eb675b748374cccdde71558ac651295e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2138b3d5aa213fb4f330de76d4e1e5c6a2991989131956a65d1572392c9c68a
MD5 516d28c3cb17f586bc85309e609e1665
BLAKE2b-256 7906e106f662bd48d5931740ff2a1f80373d8e141dd6f280d913f4500e0fa61c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91f037c0adb52fe468ce34341ca89125f9420df40e6ca7f1f5e917b5106c81fd
MD5 2d4a78e001e71a5f5ccf62f706f23afb
BLAKE2b-256 f7d55fd41295b9de0e799dfbeb4efdaa214a2ba60802ea040b2b17afcd95979e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e212a5ae081f32c0156e0e2438f346567704f8fe9a07120c005c96ab61a418d2
MD5 63009ae0d2baccaa5266b89823a40d2c
BLAKE2b-256 87f36c76c67138bce73307ad4dc7a5e147cc4055de11e1c1384bc27c6d7cc2c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ce80f3d3c540cfa92031242ac8d5583db2b73e133ec864b0ed7ffdfce2c56c1b
MD5 b6fc83992d118a008b58080cfcdcfc44
BLAKE2b-256 c282de7b8057cea869a3e28ab97be44ac500120c0d531afc9951432cde46b4b7

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