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 Ruff

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

Uploaded Source

Built Distributions

matid-2.1.0-pp310-pypy310_pp73-win_amd64.whl (261.0 kB view details)

Uploaded PyPy Windows x86-64

matid-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (321.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (268.1 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (277.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.1.0-pp39-pypy39_pp73-win_amd64.whl (261.0 kB view details)

Uploaded PyPy Windows x86-64

matid-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (321.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (268.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (277.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.1.0-pp38-pypy38_pp73-win_amd64.whl (261.0 kB view details)

Uploaded PyPy Windows x86-64

matid-2.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (321.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (268.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (277.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.1.0-cp312-cp312-win_amd64.whl (262.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

matid-2.1.0-cp312-cp312-win32.whl (251.7 kB view details)

Uploaded CPython 3.12 Windows x86

matid-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

matid-2.1.0-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

matid-2.1.0-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.1.0-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.1.0-cp312-cp312-macosx_11_0_arm64.whl (275.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

matid-2.1.0-cp312-cp312-macosx_10_9_x86_64.whl (284.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

matid-2.1.0-cp311-cp311-win_amd64.whl (262.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

matid-2.1.0-cp311-cp311-win32.whl (252.8 kB view details)

Uploaded CPython 3.11 Windows x86

matid-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

matid-2.1.0-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

matid-2.1.0-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.1.0-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.1.0-cp311-cp311-macosx_11_0_arm64.whl (277.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

matid-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl (284.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

matid-2.1.0-cp310-cp310-win_amd64.whl (261.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

matid-2.1.0-cp310-cp310-win32.whl (251.6 kB view details)

Uploaded CPython 3.10 Windows x86

matid-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

matid-2.1.0-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

matid-2.1.0-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.1.0-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.1.0-cp310-cp310-macosx_11_0_arm64.whl (275.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

matid-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl (283.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

matid-2.1.0-cp39-cp39-win_amd64.whl (261.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

matid-2.1.0-cp39-cp39-win32.whl (251.8 kB view details)

Uploaded CPython 3.9 Windows x86

matid-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

matid-2.1.0-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

matid-2.1.0-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.1.0-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.1.0-cp39-cp39-macosx_11_0_arm64.whl (276.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

matid-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl (283.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

matid-2.1.0-cp38-cp38-win_amd64.whl (261.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

matid-2.1.0-cp38-cp38-win32.whl (251.7 kB view details)

Uploaded CPython 3.8 Windows x86

matid-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

matid-2.1.0-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

matid-2.1.0-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.1.0-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.1.0-cp38-cp38-macosx_11_0_arm64.whl (275.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

matid-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl (283.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file matid-2.1.0.tar.gz.

File metadata

  • Download URL: matid-2.1.0.tar.gz
  • Upload date:
  • Size: 150.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0.tar.gz
Algorithm Hash digest
SHA256 438f44f4999c1a21c0a211406844a1787a32d414e0446deb63085bd037c03b5f
MD5 41cfbc3f4d2d9acc35848c5802991da3
BLAKE2b-256 ba9d112907bd02a984c738a9e4df1ff29aecb27b2a9ac39770d94d6ef004ce3a

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 39e99eca2d71ad90ef5d66f2b453f7f871821dee84d53355834274fd808a2da6
MD5 eea63061b47c8380a1619dbf20707adb
BLAKE2b-256 c808774602140042ba9ffe4cc85b33c2a6a28d5598a1027bc6c670263a31326d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e287b485853f9c2bcc483682a78cbf8c2ee62254ef87b002fb71d99b3f6c0a5
MD5 12088411a6718370c84346065aa16c76
BLAKE2b-256 a5b8445766eee56d2b055efb8537cca37623f3291ee6771bfa7c37be1278adb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e7d4a4a0f4d228ec00670d9e432a193fca65dd2a7f48d8083b82a5d5bacf074
MD5 d1cfeb8ce9a143a808697c0bb5402c58
BLAKE2b-256 3fe5130de8b00c37064cf5125a8c2c115f7d66411aa73db8e27cbee96895c911

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83ef137cfdbb02692bba103c0677d954c7b0aa857337e4879d3710bc3e982234
MD5 6f7cc0d03d99965858c4b6f050a555f7
BLAKE2b-256 ab874b47826f20378e0a6e2d001b607cca3c7ed267801c4f349573ef0f59a4e9

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfe41c031646657f7d0c46b9b44dce734159246b418eb711d2c7cb689e558cb9
MD5 c6d5e29e38e427a01127e794a9fad2e7
BLAKE2b-256 b539fe3914c025e3e7134119a932bcf417d01e5a015aed9985325686cb98b6f9

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c3fc61c5edf199a837ee94f2774e61b4c47703a1ccd9cd6b707a109bfec3c25b
MD5 cb3c97385a1f089be675231749758d68
BLAKE2b-256 a05513428884f397d7db94312dad632073d8d0aa7c4bb1046b9c66bc6e32f8b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcaf84327a394efc020b1333fbdf682a59add954df34a67018a37f3e9faaef15
MD5 185d6130dbb55a905fbe9e31ac8fa452
BLAKE2b-256 70f51fd6669cd88af11d5a50ebf5be22460867833a8fe5a7a5291cd713339992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 faf83ce00d55f2383665aabc8009019719f1497de8885cac1c4eb038b3aa548b
MD5 2a2b464a302ce3a357dd80def585ff46
BLAKE2b-256 0aaf1a7d795a10e98940809cb897baff76ce9c303f23bc414a90bc78b523a760

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbca489cff43448abbff74b0eff1d0ec41ff46ff005f8c7d6c5a01bb8350171f
MD5 a0152c63e5d343f66f3db210ae1f13a0
BLAKE2b-256 712b03764a0845670c95d61f459a47460442cd0717c6020790d9fa4e8c41c086

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 190d0002d47d80b11ea0bfe543f89b7faffe5f3d06c03abbe7f4591a69ca5457
MD5 eed17fa6d4a0c74bdf93ccc7044be303
BLAKE2b-256 b53693d734939736a5d117ce92f498beba44c1206386d4a0480f9402b1934366

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 715cbf6fbda73c4b1c1c68d5e5ed8dd0946c41d9ecee91df0e7364898e5ea979
MD5 e3d436a63cedcde29c12ba2ecd4c8843
BLAKE2b-256 de451768eb955b1864c8ff53b28bf41fbc4a7a3e91e770194d22d22c62c6bb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 286a6f0258a124c96373496921ed03ff86e2ac46e17a484e50475de007c16a2c
MD5 b473fc6b0daa3d5c2d85b48ad3a922da
BLAKE2b-256 e697b349c697ef78ffb6f952d16b15c3a7467f85c39332f8338e2cb76876e53a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.1.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 58458a6f6535220cc73448e8f81f73da9cc31a932a16923bdf880e5e85c0eb7c
MD5 4d2cf9599232ded77d84f11d6e7b1ef4
BLAKE2b-256 ce0c73857cb274673381a18201f9e508f4df3b310c4d51a40c392a5ba8efd167

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e3161acdeb68b3af1a9f18e832c5d16579de30713dabe78b31bc18d1a8fc11c
MD5 656824b96118adc46f75b05c342cfff0
BLAKE2b-256 a0423c29a1bc5723853a64840fa4863d2de31b38630c67029824cfbf58924686

See more details on using hashes here.

File details

Details for the file matid-2.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47f7135600754067b0f5b8449e67fccb84b71434db5db98c752de3f368311ced
MD5 c47d02cb1528f704817e0abdc848c158
BLAKE2b-256 e0aa54101ef181701db65103264dbc4bd035f87f5d6b497e308f6e000dc86963

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: matid-2.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 262.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 286d2848a14fab81e4276c9ce041896e2197e63c558fbff7267b783b608ecfa1
MD5 f20848f7e79ec0392f8a2e52163996ff
BLAKE2b-256 e2caaf771b06a399646d633e371a980fb24449be8a1dec153aa7509c1409769e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: matid-2.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 251.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 83b197200692f62a8ddb9424edc5d6e7ebea50bfa95406a9fa4569c72406483b
MD5 9fa34e8524181d0d9a70146bd944a732
BLAKE2b-256 f10558bbd8f4ce4ad98eccc4be0858ffe8249b02936df46b1cd20e9d27c584c2

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcd5e32a2729b6c42bed387179452d2490a3ca92c97ed1b3063c891506391663
MD5 0d7051f45d7a9deb37e439ec1c975e3a
BLAKE2b-256 74a06739b80d5d5c1157f5bc75988e698a7580aeb2b3475b57b49570fd95be62

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2da93b3e357ad5ca2e4aa593133b4477a1e2b1a345f578ed2671e2467106baa0
MD5 4400b215912000aca22e0fe7b32c3e57
BLAKE2b-256 10482e549b8eeaf6ec2d25048f4efb9f0bee61c32cae0fbaff21ad075a4805c9

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 538a693541472785302843e9cfef4ee2695c825c5e9018f40cafd78d0da42173
MD5 f2a0e5ce285acefa52785cb1e28a4dee
BLAKE2b-256 5ce8f18bba2b1f329198adf62e411ef63057bada47218db6d269d92dc6320604

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe2851853613bccce1708c4dc9c37636845672db5aa10b4f21e8cdc845bee5e9
MD5 6bc03129828eb65a01655427f9744ed6
BLAKE2b-256 cd564213fbd63d61a72166082f9c59cd51aefc9aa9ae729113e10bc22729def3

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de6b3494cfddabbc3f9746898ae745167bff19614057c75d3a48f2a33bd3dd12
MD5 3c62586c1ccce84bd73aa188d000f3b5
BLAKE2b-256 1aaa659352eba0edb22ad9309b035ffc9b91374f0dfffb2ad7c136e3b1bc9948

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12aa067971c8eed06121d2dc73f0fcd018608b3b55d8f6dfc234063de012fcaf
MD5 094d42a57a2bfc768bf4dc59d78cdccb
BLAKE2b-256 32f16456e0fa16f075736e50f9bce849cacf15e4c1be3e04b6b1616f5dba71b6

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: matid-2.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 262.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ccf3f2b42c6ffe3a658eea645c39fe046013404b0390cf0f946a8b4b8caa4c4d
MD5 aef772b45f698fe11d77f638bcd0be68
BLAKE2b-256 8594cd23f414741145b80a9eb65ae16c6b0b2fdfbd9d973b60395e94bb96974e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: matid-2.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 252.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e5c2f831db90f9e0499b674a4e88bd8ea7fc92821e86adaa3102b40a68e8a3f1
MD5 078502273090bbe4ef629bbaddb0f6e2
BLAKE2b-256 3c0a1d0ea13433b5aa4cf586cd55bcd622bcf1967267d9a051c70bc21431920d

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b18a9f03dfa75a5fd1f26af09cc25f6ac7c3b4986972d8b95aa57c050e88cea1
MD5 b9fa3e4ea19befbca8101725bca9d7c9
BLAKE2b-256 4c2d8740a9aea1970dbdacad31d4d39332710b83ecd571b9e82b10d49f675636

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ca5a8081108506748d7e7b679d3aab802fe176fa288100de0d9e54840286c01
MD5 9571119146b65831b6a9e90eee1662aa
BLAKE2b-256 b330ef85ebeeeedb644bf38e81fc392717d4c5a46e1ceb2421aa15a71f7cdf0e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cd90462f657c441e78180452b76e37f7c7fbb550c6b463bf8e2a0dcd13160ee
MD5 12d985622c4e643e82331d07c813dba6
BLAKE2b-256 cfa5eca563c8737739fb0d39fb2783fac78ec963c19a191dcba9766c523ea4bc

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7537cc8de67949339a89d7c01b233c943b43a634d25d1b0d06ebc81315b06fd
MD5 421d45c50c627c25a6cd60fe4b151faf
BLAKE2b-256 9ae6c15e81b856f120d2b1772cfbfe0d3f69cda7685b889ec149228b1663997b

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71f6c00ae0225e5305a0dddedd48de20a90b4a12523c499eb5c0a69346d4d458
MD5 61a4f4b8923d04b4288885866e8c49f5
BLAKE2b-256 4943a2caefafe1de963a90f927ae34837d617d8a0d7dd3a1a3529aed67d944bf

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58e79d8f8f937325b4fba51799250363cb83a3aa80626fde440ce55440a41f72
MD5 61d5d108c2ae0af0ae7f0a1510f0f70f
BLAKE2b-256 748235c3f6378a5f7cbfe20349d8c95fe00c93e643c0d3b20c8985f468e9b741

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: matid-2.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 261.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8830e9f534a2e85a62ef4458642ba5fe83de817a8ecfdc1d0f04abafee36877e
MD5 35fccd6cbf8962bb7593ef746b02df67
BLAKE2b-256 8cf5d323782be66c6f98de52ba5bead7c932b31c2b547a3d1f8c27118b7d8682

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: matid-2.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 251.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2108a6de450011900f9573d30217dc2e1dec62f849164cbaf3cf383b244e3a79
MD5 86e5e059a3140c41ca33a77e6bdd6e04
BLAKE2b-256 feb83bb74e8963358127f205d7f7ae1d7341b9adcd3e0ae7aa21fbf9b18cd6ba

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fe7431a02676010a67d00e1002ee8a0498ab8aced660b288ccd2d2b2cffde31
MD5 1a8461e09ca9740f3ae9097d188200c5
BLAKE2b-256 92d6bfb85dfbb07bddad6fcfd7c59baa944a1d376f2e712748e07f59271b6e77

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d04bfe44c31a6aa955edfed8244236e7e9bf4fd8a2361b5c57113f837cf058a0
MD5 936895246479797990fb5a0a4b3abccd
BLAKE2b-256 cf6b8b8d559b8368be88248d6841c6f42565d5b3db79bfd066b7ba96e8046162

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09dff49ec8ccf36c2aafc95226c71335b108dc4cdc8fd579823ff4d42e5b7167
MD5 e2404493cd3d23f9110034505a497dc7
BLAKE2b-256 b4a6f921bd70afe84542f1ee2bcf35357ec8516377f83b9ad4dba0f18c4bb8b0

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbfc8e58d34a6983ee9b0b4c57e0785c2a0a332088603ea21e7f4f70d01d9946
MD5 9ccbf637ca120c1a5d7ef135085799b0
BLAKE2b-256 290860826544a4a5f55e8ef2b8acb428435f607bc79210c7071670a109e6edff

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 273c2d679c35f428ae4ee64d44fbf70ecf8455fedc471d55e9e2af96fcce1c99
MD5 9fa2bbab9617083a28f4ebd5d118bd4a
BLAKE2b-256 09d79de674afba77c18463a6413202a9fa52ab3a16b09e9a332f505e940c0afa

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f4ed47109be91b0aa0342a4ffabfdded6655f92d5e49258be10d7cdd5f5c0d3d
MD5 6766c3235d279406f3f123ee15f65b85
BLAKE2b-256 4e9a1a2193fd3a181e0686ac987c06b04cda8bcb21474790b0a92590e02de205

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: matid-2.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 261.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2f604a6886837fa8d9c59eb0a19f7763b65cdb8b5b6a38a29934af7e61ad8cf
MD5 38943194092138b2227adf1d2342b318
BLAKE2b-256 18cfd2f9fd46a5bbe8ec559191b8c4f1b9e001bb6caa978974485ebf97692c80

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: matid-2.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 251.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 abb7468a66ddd17f15ec0405f6200ba9989857d2f86d24dcabf5f7e6bfc90d21
MD5 4fd8a2ea121bbdc1bd454095a02f28da
BLAKE2b-256 1784e5dfedc27f5aab3c4111b9b2d1e4fec99ee0a7fd8d30ff08dee924c2e6c7

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e88bd5a540c5056da2a25ad103b0e5f3c67d621c66f781cadb6b23cc8dbcb1b
MD5 5b6ce01542eac38817aa5ca0622f0825
BLAKE2b-256 2614df6f7b9ca73a38858dedb13f57a2fa7872cd8465eedd17d30611338a9d32

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa694a0efcef0460a0f6c55979204b99727634f77a1e68c34873aa8958879c2c
MD5 55aa0ce40f845f6cbc035ab905faee58
BLAKE2b-256 4527ab5c4406be3ba19eee9eff015332fca4776e0556430cf4d2e36d8ef7765e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 859f3cef0485ee61d16e1e9695a66b218d71625360cf3b6ec4f1f3aa460527d5
MD5 2b0054165a5ab9fabd830f386f1a458b
BLAKE2b-256 7987e69a389fb7ccaa152002ace7505c45e58938e4902246f09fa457e59d8e2e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fca4459f8110e6ddae6e0fd459ebf2939701a3c451a2f65a3201de239350134
MD5 764507829c3b534c3428535850492ed7
BLAKE2b-256 15d267b097d70b00beeec4dbfa4f95ea6a0f554fa0f51336598ce1689e17d061

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c2d6f095b37f6d37ffeb57b29370c63e3891ce3272a57535cf1209ce58eaaec
MD5 cd772d837c92cca0c5e5887d205988eb
BLAKE2b-256 229e5144a1febf3c2e3b739bc0a92bedcdb0227ce293547bb6028584f448caa7

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a644f4aebec3f13ca7dddaf0065e2ddbbd84a57e6f74396432be86d174a3cc31
MD5 a5d41f06f2a7423d3349dd7472272daa
BLAKE2b-256 554f88d7baf9d7861334e52dbedf1002184a57d5be4366c89482e70a2fb44a29

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: matid-2.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 261.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a2a1ec0c01a565b48fa90f6a56f46489751a556faa691b2febe13f30b2098229
MD5 5c16f3f26235cce79ee413b554b06527
BLAKE2b-256 74d929befc713f5b469d7e714138e2060b98c404dab11eb5b7a621ebaae6dac4

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: matid-2.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 251.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for matid-2.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5d0cdc28c355dc450c1765e17852c20d803c2df32a3daa3bea9a83442831be71
MD5 4bc510255fa87218a252cecff7f50ba0
BLAKE2b-256 37d28ecb5ad504a7139ac3f66642cad17b3b00fe5f093620a50e77c8a0c05392

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2102b390b53623f7b6d7ca64ebbf078ff090d504988044733cdec581128715ed
MD5 712f1717c4a8455eab27d9a77bc1597f
BLAKE2b-256 64dd05851e04e2528246e11e92391c708e8badb7289087b7e2ce60dda3dd6533

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5bc8c7aee3f245c05761e7265ca7830e859da73cd76b7df6d9282807a8f46db3
MD5 3ec1e455dd822b508a03476c1be22665
BLAKE2b-256 d287b9d387f37e23b9c236a47b8768ef254fa814ab2b09bc8495e63eab8a8f05

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9b78251ce179f092a6e111ffad07c00ed0a7e4b70bc14e7196153d3976fd529
MD5 f49d732cff1a10d158d92a9df11f2936
BLAKE2b-256 b4379eb29657a565f4aa276156781a62ddddac7a83edc26eae13dee019bb2f1e

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d769b6733debc404af4cf7b3d1009e0790961dd6ef7fb79d2f7f5ef0e41733c1
MD5 db2ec52368335570854f417c8ee66c3c
BLAKE2b-256 90f40effa3d27433fd86e8f779344682aab3cd8dab9241f764a744e24cec9841

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a84c44dc0a272db1208f65aff77523934140950c999e99329e0d8a632dc8eed2
MD5 9f151802f6c91a9d7846079e7f8d8bf2
BLAKE2b-256 880a164c607050a54f73add7f32d1726051df5eb6b60bc0a7780e905e4fb60ef

See more details on using hashes here.

File details

Details for the file matid-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for matid-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a5881495a7a6b125963b3e02782c2a63ceb53152cad038443b2252892bc27c6
MD5 c81ea2f42e6f26efee74d90a471d4b87
BLAKE2b-256 9b773ddf0a94b206859d991016c113c7818df191e907e5980a84a085e748115b

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