Skip to main content

Finding correspondence via maximum cliques in large graphs

Project description

cliquematch

Finding correspondence via maximum cliques in large graphs

pyvers license travis build appveyor build

The cliquematch package aims to do two specific things:

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

  2. Construct large sparse undirected graphs in-memory for the various applications of the maximum clique problem.

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

Installation Instructions

Installing from a wheel

PyPI wheels are available for Linux and Windows. MacOS builds are tested but wheels are not provided.

pip install cliquematch

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cliquematch-1.4.0-cp39-cp39-manylinux2010_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp39-cp39-manylinux1_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.9

cliquematch-1.4.0-cp39-cp39-manylinux1_i686.whl (4.8 MB view details)

Uploaded CPython 3.9

cliquematch-1.4.0-cp38-cp38-win_amd64.whl (190.6 kB view details)

Uploaded CPython 3.8Windows x86-64

cliquematch-1.4.0-cp38-cp38-win32.whl (157.2 kB view details)

Uploaded CPython 3.8Windows x86

cliquematch-1.4.0-cp38-cp38-manylinux2010_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp38-cp38-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8

cliquematch-1.4.0-cp38-cp38-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 3.8

cliquematch-1.4.0-cp37-cp37m-win_amd64.whl (192.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

cliquematch-1.4.0-cp37-cp37m-win32.whl (159.1 kB view details)

Uploaded CPython 3.7mWindows x86

cliquematch-1.4.0-cp37-cp37m-manylinux2010_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp37-cp37m-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7m

cliquematch-1.4.0-cp37-cp37m-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 3.7m

cliquematch-1.4.0-cp36-cp36m-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

cliquematch-1.4.0-cp36-cp36m-win32.whl (159.1 kB view details)

Uploaded CPython 3.6mWindows x86

cliquematch-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp36-cp36m-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.6m

cliquematch-1.4.0-cp36-cp36m-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 3.6m

cliquematch-1.4.0-cp35-cp35m-win_amd64.whl (191.9 kB view details)

Uploaded CPython 3.5mWindows x86-64

cliquematch-1.4.0-cp35-cp35m-win32.whl (159.1 kB view details)

Uploaded CPython 3.5mWindows x86

cliquematch-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp35-cp35m-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.5m

cliquematch-1.4.0-cp35-cp35m-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 3.5m

cliquematch-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl (7.2 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7mu

cliquematch-1.4.0-cp27-cp27mu-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 2.7mu

cliquematch-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl (7.2 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

cliquematch-1.4.0-cp27-cp27m-manylinux1_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7m

cliquematch-1.4.0-cp27-cp27m-manylinux1_i686.whl (4.9 MB view details)

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: cliquematch-1.4.0.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0.tar.gz
Algorithm Hash digest
SHA256 1fb93dfeaa07583797f82e2a19b314e26147535018ad59838af56fefba2dff0c
MD5 6f29601fb85cf35070d887e0ebbde711
BLAKE2b-256 8c5da8aaf87737cd6bb2a07b3fb6009ed2a1314c337eac1c90796e173e4ab983

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 38c12e2a0884b6824fc9b8b45c00211242af90f42771ba80b993f6172265b1fd
MD5 d38b836804ad905fd5e35544e3edf315
BLAKE2b-256 eb1808298968d1e13dcedde9a6295d6c74bb8de4396da1a71c2471b650e45654

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d858b527e517bb0f5908f6e0425011f9510a591b0e99b22a6a4c17b3fa019d0f
MD5 31a956b74d32cb0e3d6356f1737e7b6d
BLAKE2b-256 3bad038da78cff420e6716608d501bbfce0a8c8329a81aa68dc9a28a83b2caa1

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5ccc12e684b559a5657d77da11481e6e462026495be60958b04593630a12d90e
MD5 f0ccf542bdc47a7db2033f4010a7fb92
BLAKE2b-256 54a5308f28f36b27a520f8e10f0b2c4e4749f30506e44adbae1e8bd7ff9265a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cliquematch-1.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 190.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c24f2585f004c0c1f66b23b11260d8eaa4746fbf8dff63fcefdaa3930e51f8ff
MD5 6789948719ec9954b9eb985a8188280b
BLAKE2b-256 d6f9f79b83a398322bb299f5cd137241ccdb0e8a756f94916ac61607dc8a7147

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 157.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4aedb01095fdc2ecb21958f6c09f2b3902f82d252c013b96dc58432bcce7ed6d
MD5 a4fc6c115cb2341661642cb84dd62736
BLAKE2b-256 3c25320ac6551908d7d96af8508795d64b16427927317bd03ef0bb457a71c22e

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3b2848f07378e359427c3a5e3741a1cc0644b2930feba4021e955ebed8955510
MD5 7dd2ab5a5e286c9a7f42e7b57e8016f9
BLAKE2b-256 e827e5629486b99f9e3e1cf6ae2ed99738c6e694e743d9a6967eac9f6dbc6796

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bbab1a276ba4a5c225a9dc4bcc7950dbb82618beb60e0411acc25fd937c6d909
MD5 fcbee7b63c56c0e1988c3eaadb1dc0b1
BLAKE2b-256 2b9314548b78228372fe1c48450c09907a4ea169804b046de0f16fffacf2978b

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 44f49b9427aabd114370ef572e9a630bc53a9310a057825692c9ae974403a47b
MD5 967e1f3d369bf4e3f597f974327ba1a3
BLAKE2b-256 65b4cab94095dad22c449979dcbf7b678e385c7d2ede1cd36a77c401d47357a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cliquematch-1.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 192.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e022221534a1d13963be1dd0d594cb80885d74ac703e245306bc94a69de4fde2
MD5 43232be68196c5d6121b3afcb1afb0f4
BLAKE2b-256 320703ce83c28a0e963d1c2b3516aa812f70644360ce66f7084731c84d02dbfb

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 159.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 15293ab450a4d0d5fbd0ac3e90afa2b3b7d124cea36cf5f3469723eec299ef67
MD5 719ecfd3ede827cc37df8c2daf3ca1a7
BLAKE2b-256 30373f7b0de48a36abf56815243428faa68a37fb2d26c5eb961973a5b5ea77ff

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cae372dc81ebe22ec01c426444be08787aeb7b4c632f371175925aa7cbadb876
MD5 27e76ef3fc257373265710be380fa42d
BLAKE2b-256 f4d45bd088bb82cf7a7ddb484d8bafb774dc0cead4401b9f93ad1fbaea03746b

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 08aded9c88cdfa5d225d6784fd6e40c59998c6aed2ac65c00c0fd8a5b56ea5ee
MD5 ba877a1c6e053ffe00e856b4a8b25d1a
BLAKE2b-256 39e7d8483c2a7619de69930eb6a8ea4aad4154e8b3a00945824ccd6fa6254240

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac1046b050bf661520f145630c9ffaa15673e492219058c4ae2f9e2341d9ecf0
MD5 55e7036b532f5e14998505e92044636f
BLAKE2b-256 74b64d1d1a034c8a2280221faa6b424f3ae09b17ad254ccef7c3be235e401ebe

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 191.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0bdbe97cdf049592acc2a1b0e2a0b5039e14a72908f177d6fa1e552700e0d8e9
MD5 532d1c1444b977f8557ab7c4d3383b5c
BLAKE2b-256 07a9671b957b906489a6089c5ba97e7c7f2caaf2325cf331d2af6607b5c59063

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 159.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0bc6725b6d1a19739b17bee7be6061f31c867a356a5dc00833508ddc1154d84c
MD5 a8b1831b9995f99513b9673900b48a87
BLAKE2b-256 bb96e5e59e0b8bd25ba0d442080b371ad56b961cee6d16a3652596b884e6aac9

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a316e9ddd888f3134184b4f2416042282aafbaf74f161e0d925a8d8bd624de68
MD5 80bdc4da46e1710758c20b50d5c685b6
BLAKE2b-256 88695cec03cf3d22a8fadace83edcab8a7a060d6de029b8135c194411ff538c9

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3c9707aac5dd87df98ef24e985b5bf0663b4c02ac1d88093600d9a43844a967e
MD5 321ab621410800d1463761269b7dfc2e
BLAKE2b-256 721bb0170cb39c35e7a5cbd0421486f01821154086b27a50855be23aebd59bc8

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb3f865800dbcfb3b6fc64ea15b1a021d535fd76fce863afada73e22c784cc80
MD5 46423f62243217e33993baa175056f22
BLAKE2b-256 36f156ce00f590e3b235f0532677ecf7620f1656346c4a90be0165aaab57ffd5

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 191.9 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0a9de235a1999d71b7e27a34dfbef890d86cd61afa32ab1564fbbda89e2deeb6
MD5 5b0296f753c8158bcf10981123323b6b
BLAKE2b-256 495d26beb8b763a55d4ed23f80d361a0e63fac5e5b1e2b62aadb2cae169546f9

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 159.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5

File hashes

Hashes for cliquematch-1.4.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8fd2725e48617c4e24c0bb0620515182b3b71065a2f9193109557e953a30ec86
MD5 9ef327f3f267da22c94ade4f5443773d
BLAKE2b-256 c8824234f981e30fc703f4eaefc96d6e988774bdcb0dcb04aa8644e93e2c4729

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.3 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b7bcfd579e8eeb0263ac7817f64e7cd3b2f2b4c11f11e332303137d6fb5c2baf
MD5 4b5c4add3ee2ae7228a8fbc17d986bd2
BLAKE2b-256 e79e06b491beaba88144adcdb9dbf76dddb9b1fff3980a64b7386e7da931cc36

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 13398044e07ae832c2a337ee1fa8a7e5923216ad32c75c48c18761014c966ea3
MD5 c9a6b86526c2aeb402bfa20ee8f94c45
BLAKE2b-256 3515c0ae1a5c6108f2b1a4487cb3c5ceb8159b657d5740f9b1673cd236738a59

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 97d36817d3ee8d654a8309f0e494a54d5ab552819e2874f421041d1302b341db
MD5 a8ae7f8bd156b3e325063f744927f624
BLAKE2b-256 8a38fb9718d4c089bed5e442dec025b573b68d1b33685b67d1809d90f120d906

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1a7521bfef37194a7025474608684ca567771cd6f5c6e8557367d17407fe41fd
MD5 39097a6ddb9714f2ae1be6827e908cb3
BLAKE2b-256 ca411a1b08c49b83d8fc29df610b55e32d473cbdfe9ea1e64cbf26c4b063076b

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a3eb46b299945e2e0e38884b4e92026d227ca671f1535d18b7d75bf78819f083
MD5 1b56789a256dd6ded270278357f92a83
BLAKE2b-256 6315b32a7e580f8fc369cac405efb8a2f8b4eddbda5ea517d4ab5665d119ee74

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 53484b5122d8822f6f758f50df6622b770d814be57149e8d588deb9a871a1fdb
MD5 45f691cc2a6667cc1aab41360ec259af
BLAKE2b-256 504619915587610f7fdb6b44582668fd34042600a083545e788836b2dd286da3

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 7.2 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9cc21288a58fa1c679029c0e408213f47ba89060e63b8375f103bbf8192f7ba5
MD5 bf4c7c9337feb95a6eb929d1f82a3599
BLAKE2b-256 30813e9bbcbd4801f16e4334883a4916992d48896a3cc20edcdd3cdbce1cbe6d

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 653d06385d632a9bc625efb380cb2cd7144f0ee6f2023a3ca0cc8a743af64250
MD5 77efe0a5e1012bfb2c797dcfb2ce47a1
BLAKE2b-256 245459014d05a7f3b5912ddf0b647c6e15abb03511faf5f5854866188d4a052b

See more details on using hashes here.

File details

Details for the file cliquematch-1.4.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: cliquematch-1.4.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7

File hashes

Hashes for cliquematch-1.4.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 16b1163a17f9bcb92c960ad0a142c64f50427ae4463643143726162229c42a2d
MD5 f6570d4853c7c27fb14c317a0671fe4c
BLAKE2b-256 0f692c0feaa977135a8477198c4b76fe41da668b1beab67c25e05f3677ee9380

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page