Skip to main content

Finding correspondence via maximum cliques in large graphs

Project description

cliquematch

Finding correspondence via maximum cliques in large graphs

pyvers ci license DOI

The cliquematch package aims to do two specific things:

  1. Find maximum cliques in large sparse undirected graphs, as quickly and efficiently as possible. (cliquematch uses C++ internally to implement a really fast maximum clique algorithm).

    • Now cliquematch can also find (node-)weighted maximum cliques using the NWGraph class.
  2. Construct large sparse undirected graphs in-memory for the various applications of the maximum clique/clique enumeration problem.

Licensed under MIT License. View the documentation at https://cliquematch.readthedocs.io/

Note: this is cliquematch v3. If you're looking for v1, you can go to the v1 branch or documentation.

Installation Instructions

Installing from a wheel

cliquematch uses cibuildwheel to build wheels via Github Actions.

PyPI wheels are available for Linux, Windows, and MacOS.

pip install cliquematch>=3.0.1

Installing from source

  1. cliquematch requires pybind11 (v2.2 or newer) for its setup:
pip3 install pybind11
  1. cliquematch requires Eigen (v3.3.7 or newer) as part of its setup.

    • You can clone the repo via git clone --recursive to get Eigen.
    • If you already have an existing version of Eigen, or have downloaded it separately, set the EIGEN_DIR environment variable to the folder containing Eigen before compilation.
  2. A C++11 compatible compiler must be available for the installation:

    • On Linux, gcc is called with --std=c++11 (builds with gcc 4.8.2 for manylinux1 wheels).
    • On Windows, Visual Studio 2015 Update 3 (MSVC 14.0 runtime) or later is needed.
    • Note: Installing under Windows+MinGW has not been tested.

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

cliquematch-3.0.1.tar.gz (341.5 kB view details)

Uploaded Source

Built Distributions

cliquematch-3.0.1-cp312-cp312-win_amd64.whl (279.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

cliquematch-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cliquematch-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp312-cp312-macosx_11_0_arm64.whl (383.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cliquematch-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl (396.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

cliquematch-3.0.1-cp311-cp311-win_amd64.whl (279.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

cliquematch-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cliquematch-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp311-cp311-macosx_11_0_arm64.whl (381.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cliquematch-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl (395.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cliquematch-3.0.1-cp310-cp310-win_amd64.whl (279.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

cliquematch-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cliquematch-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp310-cp310-macosx_11_0_arm64.whl (380.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cliquematch-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl (393.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cliquematch-3.0.1-cp39-cp39-win_amd64.whl (279.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

cliquematch-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cliquematch-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp39-cp39-macosx_11_0_arm64.whl (380.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cliquematch-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl (394.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cliquematch-3.0.1-cp38-cp38-win_amd64.whl (279.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

cliquematch-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cliquematch-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp38-cp38-macosx_11_0_arm64.whl (379.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cliquematch-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl (393.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cliquematch-3.0.1-cp37-cp37m-win_amd64.whl (278.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.0 kB view details)

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

cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (424.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

cliquematch-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (389.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file cliquematch-3.0.1.tar.gz.

File metadata

  • Download URL: cliquematch-3.0.1.tar.gz
  • Upload date:
  • Size: 341.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.10

File hashes

Hashes for cliquematch-3.0.1.tar.gz
Algorithm Hash digest
SHA256 2eb407405e487719e05bca69c70f9e6b5fb2bdbc5d367d3b65b15db4fadf5e9c
MD5 ff32f0cb1ecf6873812d677a8caca467
BLAKE2b-256 47759fbefa7f1e72c9a93a3e37f216dc4ab095f8f3669929d5e643e3105b035a

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9ef904e7a5e503bbba20badd53b9f37c7a0d53d3b7fee4afdd2b23e9e4e05273
MD5 63be2154c9e910cd3295eee3cd7cd920
BLAKE2b-256 24b28b77b352578f76e389f8f132d4b0d6abfd6539b29834699c3dfcdb9bce60

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebe8a2244f7a541cfb3d3fd1fd1f69b7dd3c1eea62f35f16466b1e34b2f115c7
MD5 f3f00aa38c12fc0ae25822c1d0b5e2b7
BLAKE2b-256 4cab7ddb9df30d45f0bc5128e5b7dbc1c96f4e4fe82fdb851a9b2e2c3215acb2

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cd20fde5c3a5ccb7e899bf1974b8403f130e1be60765d78f47919264d8016e8
MD5 268669eb42d0472b2cc7e1939aee4119
BLAKE2b-256 e9388a1da88ea4b4a76da63f02d8309874d28391cd4a9d14538ec39e69244ac8

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a4026a5c3a129f7ae9f169e7d217f5f67e5db9baecb627fb8c3827ad0af0eb2
MD5 20290da62ba7b8bda437fda40d012637
BLAKE2b-256 16b259637691a3631b8acb840b92ac6fdfa1b23233be82a0fac7769e82646370

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6747046655b5a1732db047ead7487ec71aa63e37918c8764ff8d9a8ce1c69fef
MD5 fe9813042fdcfe98ebba7514843c9d59
BLAKE2b-256 e71acc938235115aa371793e874a9c9779d60147828cb2d2a18972f8cceb382a

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 97e804c9d7dfc80efc9d581d49dccaa873c4c4f1c6831a3c995e63c2fdf265b1
MD5 1d16ffa30c7642ce16b28fe138f4a5dc
BLAKE2b-256 bb1d4a63da2daded3acef180d2b3de5e0dbf9833f308b004c6bee33abb283617

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd380dcc86ee09e276be98179d294c9cfa99b39ebc2fc1ffad4411da26cafbae
MD5 c8844768530bc3a66396879ba3f53fc8
BLAKE2b-256 59a7c16cedc866fe6307d924abcc2484222a10ad07f76cb8fb87a1caf6ae56c5

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93e352c205f2c64352f7e23cd96b797eaeeb667ee5ae56ed7771556586d8e33f
MD5 b7411d7c499eec0748fe9dfa41a77f3b
BLAKE2b-256 72ea63f329892d0e6472645adb7bb7bd12a135ffc9eeac26d105420c55921e92

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d9cf0493f7bed4c745e6e1c0ba64949b2a4b25f5b883c269fa0e30508857687
MD5 e70c82cf708f1c3f20edb88f378221a1
BLAKE2b-256 fb772b7b2a5d4a121a558755496b7965cfcd3d0baf4b6cac10016694d3415380

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 298d81a3e77250cb6eb53935207a600b9d15b1f0b93f91e04a554c38967d0947
MD5 c40e87ab0c993c269a18f0166ba6e18a
BLAKE2b-256 b852432d55cdd651e99dc9f22c4143d1709c1e966aef5886e12d3b197a914218

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 149e52bcecafe7738a8da59eae9d9102c7c035f324b3d4dea84bcc8e71ed3079
MD5 72fbf352f88aa26785a2b786c1711f07
BLAKE2b-256 9a9aa557ac26b1a7eff3c5bd577a1d2c3523a34b5b3b4311a29c6deeaba6b26c

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d58616fac598b41eb837207091084032a8c6d172d2b868365571966024b60cdd
MD5 4e4ff0c3048fd6b25e9f16566ed1b1b7
BLAKE2b-256 b0891a0c60c94036b3a1cb86cc954d63cf5164e59e0939ba9036f87eb1c48338

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd290fcb989ca870fa118c1bd4e6cdd78998aab42268ce9a3b61fcd6d4d40956
MD5 a71685024038620b54bc04384af9b270
BLAKE2b-256 a1f71a14e85e9d78462a5e958800a74aa7604b527cedcba11331804107b1f77e

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7c40ee95a1f7b5d125b7d05144fafbbb54bf88986a22424eb641a8dd4f74ca0
MD5 0eec0301221f206d396b1050539dcbbf
BLAKE2b-256 0f7c788273b9f99760841b9c621693522d156e6a3943e9bd88c153945fd7cb56

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e73f882d7530bf42dde99756837c1d5451e39bf46d4eed963e197fa8d3388cb7
MD5 70ad8a470a13a6908361ea6fa9e3e5a8
BLAKE2b-256 0c6db7f0b38a006a8bbe8fd02f30334fa4c0f5482d47c992907f582a47ba024b

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2aabc2ca8fe2016c0a348a683c355155487433fc939c233025452d2bcca3871
MD5 20f9cf115c0a9b6a4f0e0f15a9abab26
BLAKE2b-256 6d82a83402e01276a5e4823ba246d5673da55ba00d6a3a1ed20fa75e72041175

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb982335dd31581fa110c66c3ef6fa89c8bf625ea043ee19739fe15071e1849c
MD5 9a9961084bf01dda9fd545c5dcffe16c
BLAKE2b-256 b9130cf058e537b9a437202167c2e6c3a3aba1b4683386fad675467da21a4542

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 845e97b4bc999929247e33b226755e2eee0c4866646cc4132a5d32702f57e870
MD5 28d870707eacc2f2cbda42285f5bb282
BLAKE2b-256 e689dae533816018fcf2cc2c05e9be1499a82be72d40c8df4287f2340b19aaaf

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 191098926a568ca75b78d25e3fb8b1761e73725aff06a321da4f7a8963589284
MD5 76e20387c0eed3cbbcb1f61701633af8
BLAKE2b-256 b92da24a9b9e363e179c8e87f3484ff88c8f29f3d63574136688d5ddb81ada7f

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 def1ddb1208d1b37f5b34a6ebd5733ff19f46fb3caf139153b6792f13d5113ca
MD5 3d1d08d7e40fe7a2ca9cd8c766efcb0e
BLAKE2b-256 290462ad64853bb0fcc4fa3a60da1484e434df5a8a7a87f44d0e0571b926fe3d

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 407b09c82460fe8a89ec314c0d9f2573d3b8dd56c7001131667edc5521f2eca9
MD5 fdd9cae5c83e78b501beef48dfecc5d3
BLAKE2b-256 5bb7c5148642f93e424413addf4ba039bd083cbbe9e8202537e5667897a130f3

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6a21f8e1388ff024693a9033b3d2cba1fe8d7f8b0d0d30b742b75eae9ce8313
MD5 493181d08a1fe7bdb0e0f592e2fa8100
BLAKE2b-256 6a0c34959d1c74bfdf5dc5548296c730e6bd44b2843f292a9e7b9f8de99db0ea

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e8249df60f0f49c92b05cf92f021ed8de3cc8015a26789d829b1980be86233c
MD5 7e86a513491993faa84501245cbf5884
BLAKE2b-256 fbb2598e1bed060260614e75a22ad5f0eafaaf893120b247368003d02a646ebf

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b9823b0c71f09752844e47729f14d2f2d452941a4bf0c28cec3fdc0e4c2aa22
MD5 f66e493f3c4666bdf27b05de15cb2392
BLAKE2b-256 6ea43d208226dd99185340ec055438f1864407f7462484c1a3f438c627a9f89b

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 490210a806e7364c71e6cd2174784d5480b739b402c5552926de4ea4a60340ce
MD5 0243ef5a407e9dd65a8f04b1dc8e4d25
BLAKE2b-256 636010b03600d6496bb4d14b14185e7ff4365dfe3b3096dc404980f127a8c0c9

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d61cf81e8a1d9b0fcf908b79a191142b55e44b373f5a641259673d31d7a167d6
MD5 e2fb9958ab6900b66d557899b1d5587c
BLAKE2b-256 7271a8e3820aad64500521cc60a442dd3452273bb0c2fde721b62743d6387749

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ef6f15c170c307d4813cc1f4aece8a392c4507e22ec038eacb8d08e4ba278e0
MD5 14045736f9c27a0cf79777d05e6124a7
BLAKE2b-256 15a814bcbd9429e4793e0e16ad50a5bed1feb5b6c2e688e9a0284063ce6a1d11

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90655335ba3d61e2c01ea3890565bcc8a9e15c813cdb693b7b7de4b2a5695298
MD5 668aa3820b55747f2e3def579f9230f1
BLAKE2b-256 03d2aeee17d21097bcf0840938c19a1ef4fe12cc80e2b82ca36311c08f5cff6e

See more details on using hashes here.

File details

Details for the file cliquematch-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cliquematch-3.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22c49e301e1fe205b5ffa89561ac539ad2359ec73d20b2a82f97f3d76e7bc37f
MD5 7832e4dd0234b64fbbf94152f7f5e1ae
BLAKE2b-256 37bd819caa2376c08c0dad6d508b333ce66539dba3f88cf72d5d89035ae1ce6d

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