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

Uploaded Source

Built Distributions

matid-2.0.0.dev1-pp310-pypy310_pp73-win_amd64.whl (262.3 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev1-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.dev1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (323.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.0.dev1-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.dev1-pp39-pypy39_pp73-win_amd64.whl (262.2 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-pp38-pypy38_pp73-win_amd64.whl (262.3 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.0.dev1-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.dev1-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.dev1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (279.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-cp312-cp312-win_amd64.whl (262.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1-cp311-cp311-win_amd64.whl (263.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1-cp310-cp310-win_amd64.whl (262.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1-cp39-cp39-win_amd64.whl (262.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

matid-2.0.0.dev1-cp39-cp39-win32.whl (251.7 kB view details)

Uploaded CPython 3.9 Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1-cp38-cp38-win_amd64.whl (262.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1-cp37-cp37m-win_amd64.whl (263.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

matid-2.0.0.dev1-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.dev1-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.dev1-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.dev1-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.dev1-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.dev1.tar.gz.

File metadata

  • Download URL: matid-2.0.0.dev1.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.dev1.tar.gz
Algorithm Hash digest
SHA256 a37a2472a312a30890c8e5712b6ab90916db50121c2ccfd257c123fd8bcec283
MD5 d7786df18a7a77f5f8d3c297a444ae01
BLAKE2b-256 10f89010a08743cc7366dbcefbc4d6d8e2a190e75b8d8e04422d87036c968e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eb52ab73873bb336894c809f9d7e78ba842963b16ec18cbcd025a71a06092500
MD5 79bb7b99d009f7cef78866ce8e876c9e
BLAKE2b-256 7f8d004af35d1122f422d4c51da3d1eb7606ded76f9dc17976ad1ba4663c112b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69d1698149381f428b7805cc20bfb8d320bfbb9f175be29ad588a4c0e878966c
MD5 a81edaf57c67eff8e7b675478291fa4d
BLAKE2b-256 1d15eb8f7549aee99565afba03667056a301c2fa29f1837d418767f29a69303c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f1f4d1e6bbc8aa9361fc946b614954f275952ff72c4371a123f3c8d9895e714
MD5 a3da472c809fc5a123c45c71747f896e
BLAKE2b-256 53dddac71398f6a67c32263a481d7924591db647a82236837eb60e2db427d560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b93a853c3658521eb5ecd68c8628b7a390fc10dc30f5f1ccdf66c623666feb58
MD5 0b10df4af40be6ca8b6bff7c1894eddd
BLAKE2b-256 05cd8c15552fed1cd6d76734c1d1814255302bf3497a6ef64089b879d035a46e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bfc60e80d4f2bab857d2e5100457211ee670528fddf1222c8b741a1ba17967c8
MD5 37a7771ebb3655fb5294c2c394433476
BLAKE2b-256 730a18c0ffab922a73442524625b9528ffd370f8be64c468677e65d946c078b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b42bf7011af292f52a7750280ca8c1402315fdccfbed48df0849fe2d1315949f
MD5 5af495351775919fa8b5d59815b04b0b
BLAKE2b-256 7766339d8f88d975796f7671bb518faa776971c09c4743e6b57e03d34b01bba1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a74122041016e72fc29fb0b1571d3d2d6222254655b4e1306ed0dd1f27059fda
MD5 90398b5f2adbff75f3d0ddbc84d819a4
BLAKE2b-256 746cb02bdd1ef083e23acec8635cfce792ded9ba5f35c3df2c941d2deab8bd68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e27c4ff32ed15ac8fa11e8e71d73cdcf7ccea84cbecc3c29dad0eeaec858689
MD5 fe67aa6691bce83ae0a96e7029c0cfe7
BLAKE2b-256 65320360d84472c06d7fb22b611a39964b716ca07efac581bf36c792274756bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0c37084ee425e2939107a7c3b5163b03b85a9f7abac2b6d4f982e4df51aa176f
MD5 01fd47c7bdbefd7a771d957b5d76e505
BLAKE2b-256 bece2e80a2d31f55069c45c94df2704b633e64a5854e5b03bc44e94c72d89cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d20b946156d1be201365a2cb87eaa9bfc8864d47755fc0ee37d6d1da88805f0
MD5 88b87f975c830c23c7d02f589bdacf97
BLAKE2b-256 7496cc53b48f3f3112146c3ae37e6a224ac4e32e9fd59b6268f44825de56744a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8176a0ac8ce9361ae46719fe28124f044ee5adf3ccde47c67183fd756a7adbe9
MD5 b34797fd014c2c45ca6f77de4d87d342
BLAKE2b-256 ecd2b6fbfb0968dcc23130b321901045e66eb696114ae63c465f52a53ce92613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f294b63f8bed9169ae1254ca62d585bc77ffeaae26b865a8917a58927afd6c28
MD5 c94c06224353f0fa01940a9295c86fac
BLAKE2b-256 c8adeb41f4642ab1321d5d79aaec2a191c89845cdb05560a2e800f8975cb2740

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3bf813d4264d0775ad57ba4109bf924725194e5b484202bbf7b3dc70b39d318a
MD5 0b7d85dd28824eaf33aae8702e11c9f3
BLAKE2b-256 e7866e14ed77ea7bb388c0e2e2c00a83c7e194f9c5969f5d8bbcf5c31f088465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da1a7d25131cbd631c30e44fa00ad6ef5257f61c68810bdb72a0f4652b71a5bc
MD5 0fe059bd90d80d775245e3e3d69d5ba5
BLAKE2b-256 2468029d706b1f648d5265b48a72fd6300c5f2c44f921317fea27a93f66e3eab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68a141128c905c775d35ef82eeed7fe8ca55d76a247b78bce03773802a2ff539
MD5 c540c64f71fc0742d2e7dbfc3ed4c5f3
BLAKE2b-256 594df403882a162c0579c8ca45b35b26dd0e2f25f5230635ec76ddd4dafbbbe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96574a23fe441648caaef91d49c9cabe9a40b1a0a2e1f5830340f6ad35048c61
MD5 35a07b380a444ddcc93ba1f01c1d7774
BLAKE2b-256 87075bd655d6f480904e6572678ea161183e01a4ff31b78e87d35819125eea2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 534348195be4ffa85811df4b6eec2099b37dd0ca3f8b82602d8f203f62e46809
MD5 1385324a5c36ce4ebbe760583f863926
BLAKE2b-256 c8a41aaa611df7584ac265d37c2e47a49e12e855fb701ae88ee237ec5fe19feb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bf7d2141433745ba8be85db4aea700219c1acfe0a73b69af152650e620e6b918
MD5 ef8d8a6a69a6831ea676f5132abc205f
BLAKE2b-256 0586e7f61a9e0b935e920a544353ff596f9764b47b1a6ba9824198ab1ea576f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ac6dd1d1b63702784278cdbf2a5790cb3157cebdcd0819f963991a82b331163a
MD5 d710975d75c065b34da2acdabb55b8cb
BLAKE2b-256 9c88af4e0495f09c16b4681bc2236b024ea7cb1d05f91d98637e5eb68e8df743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b6f56c7ff42d54fe5667802dfc69e37b38976587f7a73be95ef27409a057ced
MD5 6d7a94ebfe9d4ec83c3e7683574b4d20
BLAKE2b-256 50eb2ccbb87b5705503a9725ff699aa63598bb6d5269f7f5c4554081688b852f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 843bb03c12269214846447daab32e1415e5533ae07a11f7f5b66ef0a6db4c046
MD5 cf55042ff1054d4104b9905ebd2a6c5b
BLAKE2b-256 eabbf4a23c6b685e91499c9a30627b4015913f54c5feb9cf35fdd1219cf6cf39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33ea15b86e0ed2c901c471b114fe1fc4669120425a675fc5b979b26302a01081
MD5 3b400826ba5485e5260b1870c1c0823c
BLAKE2b-256 091b197e73d2c0ab2072bba790e48e2a44b4d93a8bc6bd78d826e5d73587cd0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8b3a29f4200e182be8adc6bcf08b0938ed6da25123520db652af3aef69ecaf58
MD5 c67e620c4a728bd186f92151fcac4ee8
BLAKE2b-256 67b6f2b81ec28cf803100be5ab84085fc4044c8db716b4d535ec0582d173d619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c1e2bf10219500b055362eadf9b0bbaa362993c11c7f9fae6a0e0da66e62613c
MD5 3ae4da12e52ce737f68a95bf77f08f92
BLAKE2b-256 8f5986465b2596c17546cfb4f7dcd9368f32a8bfcf4cf15679e936c2848a8a99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8d8284ab0e005f50a29cc3c693772fc8a4f235ee732246dd316d9b20cf2ac57f
MD5 5c3be5bc30577e75dfd4f4d5b5aaa1dc
BLAKE2b-256 5488899a282138527dbfd6910295a28f8706fa899a014edcb25e5df37a40338f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc08501bdc1323bbf96034e0de11be3c1b707bea23ec736de9ba0364abdd9abc
MD5 5a9a2292a42496a48dec7806aaaf4392
BLAKE2b-256 ec1dee13911fe6669915d8c6a9589b5357764119861692ab4ff96dd19f82cd9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9b6f271983849add28dad2071b694ba0e843a32ebe260930b440bce54e79636c
MD5 d610bc22b081cc0c3f5973639ee848e3
BLAKE2b-256 8d0884e81ccdfbdb557acd172fc20764f4e5f842a7313fd4eff073e11af192eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69ed9a375525e95122631c84d7aa97f6450c419113129b5204a37ba97e2aaebf
MD5 26dc76421a8e7dbce37c337b17448d4a
BLAKE2b-256 30bedd2549ebd5a849c8f6ca6166baf8bc446f98533d10619cf6c6fe6598c93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23f1f81145f647e4d47dbf4b9c8498b39b62be555933a9c7964d1fedb2de5abe
MD5 1395b05e9d8a0b6dba1052e49df7d06b
BLAKE2b-256 98146bfb3fdf6bdec516efa1e6fad13a42956e04a4a1237ed8593d1717ef902b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d32e288e1f0adb18a2dc6f9de3d9583c027fad89721da0219492d119e6c40558
MD5 8f79fee1dc0927fb63b6a39548288e31
BLAKE2b-256 c8b2dde3c53f0c15d56e09d979f8f8583f935b1d5af0e5925a8332b4fa9901be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7bd337434e7872d9d5c16339e4947fe64a38e53e9d196987e946c1a4d1ce2daa
MD5 c84fba4b5da1b5db61ae73f83ca73d3a
BLAKE2b-256 d45105653f5e32db6dd56c440bf732e80f7a32e7dbb05cde56d851265908f68d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3a3805d12ec6f61d4cf33a7dd0fe3ac9d9709fa307e36c930df8b6a5cfd5df1b
MD5 914c3108c61b99e000eeac6cb8939274
BLAKE2b-256 e92adb6e49a49dcd3642243adeaba64c09660e2b39bd67b96011662ccca21b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8ae3d03f6ad0781a9c7796348ea25d274a6069db55841f7f12c7f7b0795fca8b
MD5 8835dd597f3e9b1a85a5a898157c2449
BLAKE2b-256 7d21843c6c589cb8489115ceb824750ff5ab51ed2a81b53091523ddbf2614f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff8c43df079630ba273b21eb52d19929e63da9bd3c2fd5a76cfb5270b48e9d8a
MD5 9b4f2e07c7b6f4a6f8cf76172327c33a
BLAKE2b-256 dc551b4c3acf2ffa98701d3ab3ef6ece30129745847bab529e8ff6e4ba7f7916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9f5859cdf37d5a1223bdb4caa1d95a8890daae4163eb9040b25c2a8e7a01149
MD5 8ec4cb816636281a2401df078261b0c1
BLAKE2b-256 4884c18484536ff3c3b2a9b95f5d4a9515be14eca0f8d5197aaa9a007d9bed53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f7d9445704bdf473da87fd81836f766448a0fe0d6a93e4662a3b6a275f185d3
MD5 a9a5bb429e8a3b6b4868ec196cfde24e
BLAKE2b-256 062fb5d5c332c3a284cb29b05f46061a0ac0b461d20c71792770136ab8c4a368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 29e80332d9fb0ed72b5dd5c925bc9ce35ba065c34a9651ee95eef2e0456d4af6
MD5 828f6c6a594c76f961121b2a09c9e87c
BLAKE2b-256 312a4e73cbf50df0caf79acd5715d32a9d2c7cbed5b32757aeb0c3a6303329f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 262.0 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.dev1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d3a891e7bdbdff5286dbbca578ebbd6abd7f8929e90aed88ce46e4218176a9eb
MD5 e17161efdc76de6ca5504d7c7e147a4f
BLAKE2b-256 1dccb4f7294d86f3b9ca7ab6d6b27961fe53ff84fe20fda887aad1f8a4db0366

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 251.7 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.dev1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9ee4ae91c0d5bd63e88b79d7ebe91f8bf10878b398c9a215240cba354c22b472
MD5 222ffbcad010e6d3a16d86a61705a411
BLAKE2b-256 0da13e94d1d6fe68b4f70d3fbacc679e3979357173f0e43aa10adde7952d48b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 189fafcc133bcb1c21311a75bbd3d6bae91a108fe842ffd9ca38e2e3a98eaba8
MD5 b25a34e1e422479d2ab2678e4a9cc6eb
BLAKE2b-256 c5804c5b1be113c1d15c24df6da3c1fefb26516f5125a6eea4bd6a381114f4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c880cc728567684e1e5fc0669272b5e0485e14c2bd19db718133835076bc9a03
MD5 5ada4ffee1815ba8c04bf121294daa43
BLAKE2b-256 f793245e5d6e903d876a4579b7e22f75277d84ef0025d9f8b2c5513e47721851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bedeafe0218b7062b7870f337345d0d736dda82de0b73a743bacb9f5582e70b7
MD5 165d6d483fb3156fe4271c045d741e41
BLAKE2b-256 e6e722f12b570ae4b98a4a9844256c6cdd95873774166070b15bee3ae615846d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a0cd1e08a82ed42ea9739637ea93a1106929f6f6bfb550db982c4b4cfe67099
MD5 a439c285902b777003a8923d4f20eecb
BLAKE2b-256 1c36c4c643da4277ad524cb4d96f04ae439df792531a78182158ad4ebdce1fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1a645a5475807ed1279e909a6f772de764c6b10b7aa2c68366efc7268f09470
MD5 3268753128184aef95228232aff2157a
BLAKE2b-256 167f46ef0c2d742bf88cc1ac92279302009e69462df051ebab8a263f163f7ede

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2925c462e5623e87041951cf77a148d01ed4829b326f19874cf2a8ea2b84dc91
MD5 1989c3a0278297dc2562feca86159f22
BLAKE2b-256 19c8048b9dec004f1b73bc36e785e8cb67fdbed016dab9da47754ea36799d2ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f9f32e9e444e0e1c4fd47a2aed9ecf2af24f70760000e71a388b1247ed3e6a71
MD5 4173998a75ae64483215045532c1aeff
BLAKE2b-256 89c3fd9ff1f790e3d4d39248513af1b80b2cb903ff45c42f2331654456f91c20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f522c7b8e4888ee0c3c05b38456dbf52b74c8479597098354a612ef307993dbb
MD5 db3f1512c71bd08ef7bd17f1a72b186e
BLAKE2b-256 024393e2f925043e632066052a2706da56c08a25cadc80b12227b7be2312da3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ce56044c9bc12101c9695f5fec8fc813b1c113f7109598b28cb70b43653b458f
MD5 f97984852d8213806e4b5567f4a3e5dc
BLAKE2b-256 95e2a1ef21c41577cbec9c3760cbd159d52c1d8f0ed7f1d015753e415e9e3f86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56782d3b27dda2fccf65565090b6ef94581dfad60e23c0ba697fda5f5945f9bf
MD5 f803e587a1e2da7a9e1661e0102ba1d8
BLAKE2b-256 7ff515aa27ab00d126866de66dd1d774f7eaa99317cccebdb4c38fb75da7e1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6314da90f160801a80528240a76fd0f8651a352e07b8d44ab5444571f5167e50
MD5 655497ab2d1df39a4e7d7238acbad523
BLAKE2b-256 d0fac2b68d5906bce1c7563006ce732421bc4d373802e4b0e8d3b03b3ad8f82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6914045e1220775a83f2fe4e46fcf435202ba6d23e2855af82dc03018f16c699
MD5 7c1cfc7ae477a9aef6f243a25215eca4
BLAKE2b-256 3e67df287fb9901dcc4165d8dc636775019ddf69795fbf4a2ae1a1bb3904ad09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d699750dfe57642ec3249d983c5447a03e0230225a39c6af284c4d467e01a62d
MD5 9c3b15b429130bdfc5bab2414a5b6adb
BLAKE2b-256 d443a9d2f50bd943a1520aca1dd2626025563a72a3bf669301533e466bf3283d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: matid-2.0.0.dev1-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.dev1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8301fb089bfa515baafb69967bde0b2afc18f94c6fbacab734c9fda879f26414
MD5 5421887b29a8831b363ad51d6f43c77b
BLAKE2b-256 57fc90b5af2d8997466834a0747436ebaf30e0bc9684307cbb42f8bc86bec445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 19f2a5cb46cf2f518ddfb2435ad2c0cfccd99ea79b2bd8cada4eab5829429658
MD5 13a23e0a73893113f66a809113b070fa
BLAKE2b-256 19b4d6dd067660b548ce6f24e2dc8b42dbc5df33bcbd241b8ec3e733e2d13f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1538146fea5e44ffdb877fcfb484ff5fe503d8ef668837f420e3368c22965e39
MD5 d0add935872748094b2de96d6fbcc1ba
BLAKE2b-256 ec5022828b7cf3e5d2a04bb36fa32c3905be259fe8c7ecfdea576b76182ae73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7f9bf561a6b29b0c342abca2dca2bf5a586d152b3b13a915190fffa3a2cccc6
MD5 730921b1fae8b25c5995472dca6785b6
BLAKE2b-256 6a66fed753b5547c7a2a243040a938a038b968f8b6253bf4a143f8ffc764c3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0d610111f06e1d6585e43b0e37839c2bb20b5c0b6935a194aff27562f15dd51
MD5 0ea6e98cdb166afb5c71edbd60fa5e4e
BLAKE2b-256 f9d0a73b984730e67d62066c05d60acf96cde958392e48c67a3c9948a6f57ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.0.dev1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ed2f2f6b268d84906a7c2f5f1c63a752749c46714308c4b9160df2eb85af51dc
MD5 6313af1a59866c2e64155270acf3d838
BLAKE2b-256 b428333cbf2e77cb2ae93e25aa75e4f3f040c4d195be64a4e84daac95dab5fd4

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