Skip to main content

passagemath: Finding cliques in graphs with cliquer

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-cliquer provides an interface to cliquer, an exact branch-and-bound algorithm for finding cliques in an arbitrary weighted graph by Patric Östergård.

What is included

Examples

$ pipx run --spec "passagemath-cliquer[test]" ipython

In [1]: from passagemath_cliquer import *

In [2]: from sage.graphs.cliquer import max_clique

In [3]: C = graphs.PetersenGraph(); max_clique(C)
Out[3]: [7, 9]

Release files for passagemath-cliquer 10.8.12

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-cliquer 10.8.12
File Size Uploaded
passagemath_cliquer-10.8.12.tar.gz 8.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-cliquer 10.8.12
File
passagemath_cliquer-10.8.12-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_cliquer-10.8.12-cp312-abi3-win_arm64.whl CPython 3.12 abi3 Windows ARM64 Details
passagemath_cliquer-10.8.12-cp312-abi3-win_amd64.whl CPython 3.12 abi3 Windows x86-64 Details
passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_x86_64.whl CPython 3.12 abi3 Linux musl 1.2+ x86-64 Details
passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_aarch64.whl CPython 3.12 abi3 Linux musl 1.2+ ARM64 Details
passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 abi3 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 abi3 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_x86_64.whl CPython 3.12 abi3 macOS 13.0+ x86-64 Details
passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_arm64.whl CPython 3.12 abi3 macOS 13.0+ ARM64 Details
passagemath_cliquer-10.8.12-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
passagemath_cliquer-10.8.12-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 5.1 MB

Release files / passagemath_cliquer-10.8.12.tar.gz

Download URL passagemath_cliquer-10.8.12.tar.gz
Size 8.3 kB
Tags Source
SHA-256 checksum
How to use checksums
9d3b30fca0c0150f15610aa33c737ae8dfa171928bafe4dad37f634feabadf6b
BLAKE2b-256 checksum
How to use checksums
6152b8807c90f9871b394ce6ec06befc28b33ec7879278227c8a1cfb5ac55b98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-win_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-win_arm64.whl
Size 119.2 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
3a7ec78c7bfbb3caff03ae2a4074a93d11b272d36edc061ec8e9ea57bc13f5f1
BLAKE2b-256 checksum
How to use checksums
c1c1772c5d04599f2755e06aeffe87de386390414c2d5ad26628796fcf6f1b3e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-win_amd64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-win_amd64.whl
Size 151.8 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
746bafe3a0d48e06cb2ed52bcb39e0973daa857e0b1143b32d50eba2060fe99c
BLAKE2b-256 checksum
How to use checksums
2677ba18b5d163bd7d8624e3abefe40addcd048f0e3229133a7be8a745e91e58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 348.3 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
016227f889ac2e08b9186b0161a20d86f97e7a480703527602de8590152c9c58
BLAKE2b-256 checksum
How to use checksums
7d723bdf3930cab1c323ee5bec71b57a1d73d493c22177018c7d5f9719812d9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 350.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3a6f6012aa243c715c29a70ee2094bbf3f11ecd3491f5ab503abf0c1836d6d2d
BLAKE2b-256 checksum
How to use checksums
7b4af53c448c3297f396b66af3472297b3e1f0c19765a276336021d9d0a20c4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 354.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8d8f0a14c9f96594058317971376478b5802f51b030f4ed454935f3481ddd970
BLAKE2b-256 checksum
How to use checksums
b05b7127cc504f3d2a1354afb5686be2f94c1582f03224ccdccddc972c94cae6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 365.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5bf1b46a7ebbea66f4c3e5d5235576c5bedb056bb69efc51233dff4c0c929608
BLAKE2b-256 checksum
How to use checksums
1a441e02eaf251c329253fa3760c6ad1b5642e5615ddceb78fe6ff51d6907411
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl
Size 80.9 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
738b6b8bce97d32210be8fd83bf2038311bdc8bc5648c8bbfdcf7668e587a0ee
BLAKE2b-256 checksum
How to use checksums
4a1fbb3af2d74a0b30ec5b1199249bab0b37339bd44b5277441e1cda736465f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl
Size 82.8 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
bf49222a2483b55fc92662fc52fae8cbee389b3cb949c9da6641648bcad74947
BLAKE2b-256 checksum
How to use checksums
3a21b9ca7fcc9c53e8d7b39a966b872c6495d8c837a8ca413963b046df439ecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-win_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-win_arm64.whl
Size 111.6 kB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
0992fa9f70362f5dc4cee6f885da991f82d2e2b5250b85061117d285161e0b39
BLAKE2b-256 checksum
How to use checksums
ef562dedab12cca843cffe8e01161829b117d0bfb74d36b1b8541580a541abe9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-win_amd64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-win_amd64.whl
Size 138.0 kB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
13f4f2cd9f04b3fae093339bef8dc612401a80cdbab1ba68ec9d7d51072ef9ec
BLAKE2b-256 checksum
How to use checksums
4a7e44aa9867be3c495d6717eb59c2ad644e789f3a17b5c2b705fbde7e6b595f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_x86_64.whl
Size 279.7 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
940040628e490af78dab9fc21331d7659308746547f134331d057e3fb0ddfd38
BLAKE2b-256 checksum
How to use checksums
2e2fb52da676e5adc48bd8ae8d63841bddaf624aa90385ae91467717be662296
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-musllinux_1_2_aarch64.whl
Size 275.2 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
f627b92619a3c4da58a7eeab7cc975edd29903b37f3a6b2d8e9e1d2908ec9c71
BLAKE2b-256 checksum
How to use checksums
f0d915956c94936f6e56c83a95c7f21a7b6526cf700df32df8d3a4b4e5d9d2ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 284.6 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
087482f87de62d85d3405aa419645190a7afc0d63609922192710e9473ed90c1
BLAKE2b-256 checksum
How to use checksums
f39ec8cd5cb0ac2e60f076768831a171e9ee59807be9fa5876476fa3711f2de6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 284.5 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
fc4ae207fa5f8999fef8c4e03f0779aec3d85eaa2275266c4dc97550a032b75a
BLAKE2b-256 checksum
How to use checksums
384d994b4763bea53492aaaeb0d453569aa9b638b713ab1e07e34e3c58895f43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_x86_64.whl
Size 72.9 kB
Tags CPython 3.12 abi3 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c5535c14a7f9f9f344397e10351f9c222c73dc257dda47ce6ddfc6a796d478f8
BLAKE2b-256 checksum
How to use checksums
0ff6b83aa87786c4fd1e9538e626b55dddd64397b827d121ea61f08a35097043
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp312-abi3-macosx_13_0_arm64.whl
Size 73.7 kB
Tags CPython 3.12 abi3 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
149414af1ee83b505392a48e9efd591405222aff27ec70771ef7328a1df33fb1
BLAKE2b-256 checksum
How to use checksums
d84f562b6f86833039a3e17d4d30c6d8bd6d3fe9a24ec6642c35231e818c5e74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-win_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-win_arm64.whl
Size 113.3 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
c7e6947bcb331b248b467957daf66e6ccf83b63a1e6e7754539832c56f01f0a6
BLAKE2b-256 checksum
How to use checksums
b86c67949d9525e29c5d208813b0a35cda66b06457c0601389055656c318dd43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-win_amd64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-win_amd64.whl
Size 139.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
527db8f5af34fcc96f41ce72e338b28a5b404b421af1067b26e444a7ac042399
BLAKE2b-256 checksum
How to use checksums
9aced489a1c9ba971cc90e1e94e66323d5e0cd7877b651adc8c317da0a902a36
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl
Size 339.4 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9c6c38f76f1aaba587e164ce115d4e913bf97988b222104744348f34a357b6e6
BLAKE2b-256 checksum
How to use checksums
a37d1c96a5f645777909474caf03f30ecf11a40587c7a4b5f94e896a393fb28f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl
Size 337.9 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9be0b82ba6eb1b0ea1f92e38c5dac9cc81df2210000e2f3b56eb200f85826df5
BLAKE2b-256 checksum
How to use checksums
4a2f54d5ed9369394964ed62d3cf3dcc6aaac1a904924e1b085d175f04baf89c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 340.3 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ac2266777d8e844f76003ec344cbefebcfea617f52725937d77290e99046ff78
BLAKE2b-256 checksum
How to use checksums
5406353f15b31dc1e45fe5e6a2be1548f53c05e0ce2766d627f4b160c5cb4e22
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 342.9 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
78ab716ca177672bd2274c1ac1b2050fb83d5e795079bdeec4d8d2f08253bf04
BLAKE2b-256 checksum
How to use checksums
916f852981c4b068a44299398862300aae0a274e93f5ba0b46964d54917c5078
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl
Size 76.4 kB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
694f9abeabbba80553a5fd32013c39e73eae8ae9a63339d0fabfa07b6e0ca61f
BLAKE2b-256 checksum
How to use checksums
60222677084aacc333e7149f3c3d77bfdc59b126a8085c2cb251de688ad8b90f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_cliquer-10.8.12-cp311-cp311-macosx_13_0_arm64.whl
Size 77.9 kB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d8743dd19481468197fc1d148f36ca12a4b41f6a7ee516025b955297b1d29560
BLAKE2b-256 checksum
How to use checksums
cf7083a7935c24e26d859d5a5221d8632835e0d321fdf8c55cfefbeae838b733
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

10.8.12 This release

25 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page