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

Uploaded Source

Built Distributions

matid-2.0.1-pp310-pypy310_pp73-win_amd64.whl (264.7 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (317.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (325.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (272.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (282.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.1-pp39-pypy39_pp73-win_amd64.whl (264.5 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (317.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (325.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (272.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (282.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.1-pp38-pypy38_pp73-win_amd64.whl (264.4 kB view details)

Uploaded PyPy Windows x86-64

matid-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (318.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

matid-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (326.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

matid-2.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (272.6 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

matid-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (282.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

matid-2.0.1-cp312-cp312-win_amd64.whl (265.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

matid-2.0.1-cp312-cp312-win32.whl (253.6 kB view details)

Uploaded CPython 3.12 Windows x86

matid-2.0.1-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.0.1-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

matid-2.0.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (280.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

matid-2.0.1-cp312-cp312-macosx_10_9_x86_64.whl (288.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

matid-2.0.1-cp311-cp311-win_amd64.whl (266.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

matid-2.0.1-cp311-cp311-win32.whl (254.8 kB view details)

Uploaded CPython 3.11 Windows x86

matid-2.0.1-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.0.1-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

matid-2.0.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (281.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

matid-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl (289.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

matid-2.0.1-cp310-cp310-win_amd64.whl (265.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

matid-2.0.1-cp310-cp310-win32.whl (253.8 kB view details)

Uploaded CPython 3.10 Windows x86

matid-2.0.1-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.0.1-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

matid-2.0.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (280.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

matid-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl (288.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

matid-2.0.1-cp39-cp39-win_amd64.whl (265.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

matid-2.0.1-cp39-cp39-win32.whl (253.9 kB view details)

Uploaded CPython 3.9 Windows x86

matid-2.0.1-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.0.1-cp39-cp39-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

matid-2.0.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (280.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

matid-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl (288.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

matid-2.0.1-cp38-cp38-win_amd64.whl (264.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

matid-2.0.1-cp38-cp38-win32.whl (253.7 kB view details)

Uploaded CPython 3.8 Windows x86

matid-2.0.1-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.0.1-cp38-cp38-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

matid-2.0.1-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.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (280.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

matid-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl (288.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1.tar.gz
Algorithm Hash digest
SHA256 d946c0525b3193a2f58a1fd0d1b02321a55dac32e9817c403a523248059e68f8
MD5 954cf0a0f2ba49cc43346ae36017fa06
BLAKE2b-256 edea02a4e9483042998cd14ce53b9f9fdb08254965b51d7fe8ae8e5dc17c3f1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 640be9642cc71b9f9a10d8b29ff3ebf48535ce80781dc8b0afbcf1f96b6fc258
MD5 d5dea7204b32e98b792a0c022fa9487f
BLAKE2b-256 58463046008c96d6f929595ac4bac7854d5bb6eb361f1fd6d1566e166af9c3da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf1524dec2ac65518c2002adda868ce94df58d14fe26c326a63bf9db2b11833f
MD5 2e1ee51ea820fecab4b1a67afc10327a
BLAKE2b-256 cc8d8af761d1eccd41223ad6f93d153cd92768797b3dbf7837ca4dea1eaffd8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1592865ccc6971e2c0fb20973f6aa912006f7cde36214d9d59a008f2caae3ca0
MD5 610b9dd3391ca1f20a63feaad26a7632
BLAKE2b-256 eed2a50f9250164a2243a8df1bf4c2dbcce16f6eec9db47bdcd59942fe800f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e534e52cc6789c67e6d2cf181efc2ec5ee984d5831c24906fe6ebfe21bf2a3bc
MD5 3db3c8cae4f79e4e6e80a1e25da68355
BLAKE2b-256 284143434bfc462ef3ff96db3e4aa9ae338d56c794872d0e58a77f623e4aca4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 369706f636d21783bafbe2a01602ff77b88463bd0e108a62f5ccfe2b8e79cc24
MD5 d2dd9ef5d3ce8c03ea6959b240b639a0
BLAKE2b-256 959f61eb2ddd991830263eaf2d0710d856984379f751bd28079a0a11d98b837c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 89e7f76d34bf17692c95971f4a5044db413382f9b6b897a6ec01242dff05c0a0
MD5 1381ca863461b9abceed8bd0839c1b2a
BLAKE2b-256 e8d00d13228cb8b749005e83ef72f1ec328e01f894afee856c3edbda6e4f1fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98ae7c35ffbb872cf47e5e88f1cbf44d44193e4ab41931e625f5994abbe2a885
MD5 ff0f2233a8019a323536a76645ee4863
BLAKE2b-256 069225ac8c61ce2aa0f02970ee3d63683bc4d336aabb425fb5b041ce86d51a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45a5039c06cf2c847152bd85b83fd10e8b226d72b4f785952da0c584cc5e6a84
MD5 2ec7bbde487a17ade024f8238b99afb4
BLAKE2b-256 234cf89edc5100e44dace0d8fda74b0c9efd950f7a5dd3f25ac63f1edaf74c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 778b3e11cdb80e0fd438ad537623238a3b3e312bc045ef2a7c9bf1f85d52ab56
MD5 04709f9e5a5e01947092a25f5d10f41c
BLAKE2b-256 c2286b9ae479d1b8c5027e2faeb504f31bebe15f4cb91e3f32f44152e76f5a91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44cfe062d35807af1f938d6520c6d7bb74b2dc8ae138e7db494ace8d793909f4
MD5 9e20c21cac3d033bcdc7828a2d9a69c0
BLAKE2b-256 e3c747bff260758de58f239a50a1f682aac9c3c7442f5516a66d839b37515f5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ac50f9df3d1d479463e7fce312cae7ac5349c0fed6b87b5cc44b733910262b93
MD5 540390777697a58eae583ef6d02e76b8
BLAKE2b-256 d73ec66922278a0c3936929546505e480ca8e79ee64516d9a031010ea73e9727

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5a40941062906bcba4e38eca169c9438669d5b4ad255fc051cfe4455790e694
MD5 a2d40b10ca908ceca2d8141fd14b0ccf
BLAKE2b-256 8862918dd847df8ada452b91a18f5e4dbc4c2affef4d191d1be233cb82c01290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d17c6b5bd233a80388cd1f8809bf0a3bffae4b12755ac9d850ed12f2abe307ca
MD5 ba2846fb78625f2f2430ae0fe053e2db
BLAKE2b-256 fae2256091f2b277fd0cd34784e86ed5b5bc341863d0e0660a499024774e3197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56f74cff0e6bb4257ee200b33284a0c7efee80c50c6e99af684d6bb2f7cbdd9d
MD5 e943779bfe05c8aac2b3298d6d86b488
BLAKE2b-256 37bcd51e88efaf45d38e6bb76ff601e257715322ce7d231c9ef59f736f34f58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 24f5d5a8910d11ef49c1248d7016632392fee6d2baaf1e42dac10eef889acb63
MD5 2c9117b704014fb957f20cf93ec1dd9c
BLAKE2b-256 c58d519800e8ef53dbbcdce7213bb8c42812040463a163b8031f69717c395247

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 464f0a141d09810c091bc44c653ad29dbc70962a1219b20a4a2e9b27e586619b
MD5 3c333b12023e7682a59b1909258babfc
BLAKE2b-256 b4387c4be262006f7f75f42a515a54b17510e55c4e25a69d2fb8d22ad2bca7ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 601717f804e0e8b2d1640d743cff23e780dde0d7e10c21c8d884668408875f9d
MD5 aca60ce04be264bb56e44872258da134
BLAKE2b-256 731bd337835ee97e0f58302374319fcb8a3653298b9cd10fc428014ac0e37f79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d4c0ee241648997c43789fb2d26bf35329052535bbbd8f78fef4f9d2bd7a323
MD5 3e69e0937336818d07f1b1ec6cc0ae8b
BLAKE2b-256 3727f7168cd6b0187faea9efadc26bced10c728989de00398c29e3c997916ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff018c4917f7342c63f7e331c5a277d01f92c430358c8030409e94765d8117a5
MD5 958f5597e763482542bff55e2e66bf45
BLAKE2b-256 68d47ed438607253f7e093bb80ff7cda55e1c47481ad8f568f598f3a2796f5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87b051412b49392f34bdee60c90042229fb2dc3ade2d43fa2796dabd252599e8
MD5 3871aaf75907d3700bdc599169203d07
BLAKE2b-256 c54fd810200c81e399ba21823a2fd7d67c3ee7917a129961c243d2592ad1aae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ef71a5e95c279627d49dcb5e5040dbbb7f581ead8e24633fddb55ca86b33e84
MD5 3052d0ab514dc2aa6ce0f6fc29b9a30e
BLAKE2b-256 790500dced7ac0c827bac3e86d092f83baeeb8354de0a1f4da9e29dbdf21fd3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08c380bc7b255f0db29d8859f08c8e09eb01a8433a2c071b4f1a401a5c2c8258
MD5 88ed63608e86c21d167d721a45469008
BLAKE2b-256 5b8891f05fe52e3cc737c18c9426130c829a7f70ecd94023d0bc7bf3ab4b8279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae25429e6c3419f979cef7a0029989b863f99f932b385458fd573c7fb7001989
MD5 6adc657b0831352e942ed2722906e5ab
BLAKE2b-256 e65afce9a03b5af2fa3695a6a76fecc6a900da7a20b3e2907b21089e6973cc29

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 41010ce813eb74885b02453255c36ab9328ce363190cadc1cb8fdd047b804951
MD5 09627e850e7482b0c339eb52cd4e194e
BLAKE2b-256 310ac1ecc8a765b8ba842a5771c3d3c4ec6f1df776a1a3f9f4954d6a205b8015

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1e3c32f6f8c8f3ab0d9c5e6f9b4b446c68449e5f414f8ac8459682e9e3263ff5
MD5 17c8d2f37d9eb9ee8247b1c2e1816831
BLAKE2b-256 500b23187769c50009edb81e92545fac2dd6f6cb8075372a2363e22008fda9f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c446ee6883138252b98fe35795bbaecffce0e12e60d443c1bc76211cdd7eb30d
MD5 1f1954b39816e5cf00f1f94b4d6c15ab
BLAKE2b-256 0f2a3bdd2bdb732eebddcf25b7f7dc9bf56376b5dd6e325e8a8d0a40102ba9c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1bfeaa15911bab94dd569b85e0082394ae8fcb7f9ca7da3b4bd476edf5dbf89
MD5 034a87dbd2718831017ce3c58a1b8e8c
BLAKE2b-256 5b932c118df5df39b3125414a336388602044f12f948d9d90bc1be2dea83f507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b8e7f843361fbafa55490c9cf0087d1830a11b8e4fc0429af744764ec097565
MD5 c9b921b2160e19ccb54962a98d0f6b38
BLAKE2b-256 884f633d36a45d68ed873d1eb4da8597dccd20a5faedf6ac1a9134f0f616e717

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8d4f50696b4dcd50a729fc364e2c5ff71306c526364e2e47c166fb26f76a82c8
MD5 305bfbc38a9cc32372bb87e5ae97b9b7
BLAKE2b-256 3747a566175301fba7de2cdb49fe65fb891424ad7c13b83b19c3360b3a7153cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 465c2b6b7cf6f1ff023ec58b50fc1276d367131177f2d12bbdb709b1ec38a075
MD5 3261b55e8d8eef1d6ab3a9537fff7e41
BLAKE2b-256 16ba0ff3eacfa6fcd5aa2af5f298dfae03df692d285cacf78042eb49a2892990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e7b3e85d22624c0354abdfad35020a19fb4453bce7bbbcfd6166a806f1b0a73
MD5 79dbe22a5e8c990eab818e8198dee963
BLAKE2b-256 26a17fca85a09e0e6ef52ee013dbd67e10c841047c85607f1ee6ab57d2c0e291

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 404f0d1b14a76838e4ac114e939f827babd57568c649fb0c26e266b798c1d942
MD5 7abc17a6e59589fe746e4a6d4dbcf7a2
BLAKE2b-256 e8f2300171a614e14ebfc4e88b7006be7ca347b6604db72a36bcef81accc6910

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dd5fe3a92ae41889defbbf4a1ad73f95fb69b9ea7d2c9dfc42a80655822c557e
MD5 6725083f5983b432a14169ab4f7df571
BLAKE2b-256 4d95709be0430ce878a6a66e2c011ad07a299daa8c8f5e42fa6339abb64c2a8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64da6217f736c4739bdfc7d3755214e06c6f6194d1db989f07061f3ba191b5b5
MD5 6af1a23bb9ca354699d857e42c5608ef
BLAKE2b-256 8117b0a0ad842b3004c7d48449ae6265b3fa2ebcd29955bcb039538b9ddd41e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 540d346fca75759a8e734f3b911dccd239635a9facd0190444b2223afe112ff9
MD5 6f0611b0e5c472b7c45c87d1a4a0465f
BLAKE2b-256 a555dd2f390a63b3259b9a54376bb088f7b474df8994b4970fc98890c4a5af69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad5878005a5640cb28c362da9179b3a1f628c3d4239c6f5c20433bb774aa9534
MD5 30ddff651bf12ab7e6e5a52b3fd3a842
BLAKE2b-256 af0dda5519d49290ebd1d44df6de7d94ede62c84e03ca2b25aebd9745fe96064

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18462d3094ac78a77ff390c41e4c9450412a7dd04076abca086de1a93a9501b0
MD5 6507bd7db66f0fa1847762342e72c686
BLAKE2b-256 751a0766d8ab2b4a2176b9077a5d03d93eced0e97cce1710b0b9671617653cee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6527b1a66ee84b8c87a456bd4b632f407910a6723c13b055c43dcf11e96e4b7a
MD5 9add74a533b13fa196c16cd4381cc4c7
BLAKE2b-256 d4a5b01e9507f7ed38fd2baf7fb785057ffcd306e0337ab80ba4a7488f602efb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea11d99b2a31af8f5c42f38f6b8664c1251d4d79fe3d6d779e1343016f0802e9
MD5 ad3cf2c2213d75c52ac6525a865b1dfa
BLAKE2b-256 0275ae820cb785ef9795035b6973f69514b8d672709cff54c84307b4e4b75431

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 60403f838b8981013f94337e71d607eaa156e18070a6bb787849d2c859740b71
MD5 594c25c4f5d353f8f3cbb753df7bf015
BLAKE2b-256 057f7e75408610aa50154312364d8e29838d843a67db7c81850a2aed121c326b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a3b503803f973184b2f07bc262000b837d36906149f420a40c38db4c9a761a80
MD5 f77f5d3fbc2cda4a53b21cb1e6006fd4
BLAKE2b-256 742d2ce6b94aaa0143092f0224220a07d60dee7dc5ab309a8762a9b9c27190af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98a40c8dddbe6840c349feb70cd428219350ab7dbcd51fd6b9e69518763619a5
MD5 d964e1decf79d8004c1890267421ab72
BLAKE2b-256 84b0260a31ad400cb85c11eb598192fe80e9f53e4def213595a778885eda4aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8c507d2719eda21a102b3109cba191d04853c4e554096da685ae23917acbe2be
MD5 07bffa895ef9e6f3fda5f926b05f7713
BLAKE2b-256 465ddca9d4b7104726de735f60c90d34d2bda2b206dc157adb616c82dbb5a960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 21e5ff898c18c15c67ce14e7274af1535d61187b09a9538cc5c58ec83d30d468
MD5 6cd7143bac897433c931899e806a4485
BLAKE2b-256 fbd552165950c20f86f80e557f3d64f0c23c237831ab3cc84ad4d0471e0887fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb3bd71a6e2e6a424d7a37380b1c341044d31e6c4d92bf9bc161de9541b3db11
MD5 5b228f7c64fa37dcea3f95b5852b4297
BLAKE2b-256 432eb0cc1d9de4b838ab516a63003bf97e5847922cb537d490c2b5b0505b66ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57e844bd477522c7612e6f9c9fd3f5f48af8d8c5f0db34a139e8066ac58a6435
MD5 211df629325212f10ab4a541b3b147eb
BLAKE2b-256 bca08bad82471c1a00c6cd05eb00d07e6b37a253852732766d0b275bb2fba800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b537e18dba17b268fc593b674e1ea31c3d40bf6e26cc904cf8552a1215a1103
MD5 6f13d558daba9270fe5481f96d853ec0
BLAKE2b-256 0d74802652a66e91b7a22eeaee762f53b057d7051fef73265d03b825e00b9e5e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bcdff280d5f121b2be4edf9fa24c11cb982ab5f6aac2e257da278ce1a47a2416
MD5 8fb1c96a5c13887b92763f06e261653e
BLAKE2b-256 c447d1b0066fed35e014b97dad4b81989158ce194fb70bc223aee971907bb511

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for matid-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fe9be5d33aab45503beffc1e4067ba8bbb062cbb3eb6399c6a1f2148797fbf37
MD5 32753cc4dfa1ea597c4abeddc424a0eb
BLAKE2b-256 d6e6186f137bc1329ade1df5557711a7d739ff7f23b207234b0f8234affdebe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e69d1a5f63a1adfb0cb996e858270a79641cb02386defeb1a1d046171df2122b
MD5 df0d60bda3ce78c56a1bc1864195cdee
BLAKE2b-256 dadd648dc82593f8ec08bb8d8b5067ec4206e2d47e79ddee4dd9e9d31e3137ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c3f36c8e6039105dd9d6122be18460c10158a947dd2170477f599973d353441
MD5 14dc1ab4dc95a1352c1077c705d870d2
BLAKE2b-256 c7601dad30e66aa04316a90eb04013fb529199f3c7cb2115507f044bd0c011d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e49a70f00efd0884cfebdfedd3c65dfe945fe1fe5a2016b15467c2f0208f1e36
MD5 547bc4fdd2fd6283728f752364ab88f4
BLAKE2b-256 fcd29223fd0cdff5b407598e6b02c32f2ca1d1913e2d649ba31cc2b0d7ef0ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 282df760c7738c17deb199a7a7b1eb19124c695334aedf604ef31e07d50fb6e7
MD5 fa4b64d59a38b2c0213a7470c34467d7
BLAKE2b-256 031524768a5ff771a722016fd02e66037b5645fa7479820b18722b28df684824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f050a529dcf0c6838f9f160f9c88510c863549d0237eb92743ae2ce332b0902
MD5 49e002c8cfb5ff77b2dba312a28a336c
BLAKE2b-256 3a353d777130a3dc5c47d4c5f09ed0000acafcbfd0386373fe70e2c56640e232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for matid-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bf14ed5a3a8888bfbc78cbd7df25b33969b2fdd5006fbd2bbfa0c87ad36508c
MD5 afcd48a1ddeb3f3fb309a7a72356217a
BLAKE2b-256 14996e42438c26cd645945dc0be90f2d3682847eb5ec57e4c4f1eaf982b50f04

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