Skip to main content

passagemath: Interface to the SAT solver glucose

Project description

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-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable distribution passagemath-glucose provides an interface to the SAT solver glucose.

What is included

  • Binary wheels on PyPI contain prebuilt copies of glucose executables.

Examples

Using glucose programs on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-glucose" sage -sh -c glucose

Finding the installation location of a glucose program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-glucose[test]" ipython

In [1]: from sage.features.sat import Glucose

In [2]: Glucose().absolute_filename()
Out[2]: '.../bin/glucose'

Use with sage.sat:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-glucose[test]" ipython

In [1]: from sage.all__sagemath_glucose import *

In [2]: from sage.sat.solvers.dimacs import Glucose

In [3]: solver = Glucose(); solver.add_clause((1,2)); solver.add_clause((-1,2)); solver.add_clause((1,-2))

In [4]: solver()
Out[4]: (None, True, True)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_glucose-10.5.48.tar.gz (4.3 kB view details)

Uploaded Source

Built Distributions

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

passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.48-cp313-cp313-macosx_14_0_arm64.whl (175.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl (186.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.48-cp312-cp312-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.48-cp311-cp311-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.48-cp310-cp310-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl (187.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.48-cp39-cp39-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl (187.6 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_glucose-10.5.48.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.48.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for passagemath_glucose-10.5.48.tar.gz
Algorithm Hash digest
SHA256 0bbaf26d9a30d235bcb2c691a94b425221774281d231fb7a3a6f5664d958b859
MD5 745146046130b5b8259ffa1444d7ed07
BLAKE2b-256 21d6039627cc9091646b92aa5ee95b49c2c70b0afe9d829f242a3ea31fce36b8

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da4bf80c6832e6c392c46560d12de9e5e1cee1e266fe1a7e268c8af1d1621522
MD5 6ff4564dfc00c5bfe4ed2d564a7ef903
BLAKE2b-256 3878b05c6e9e8129775b9f6ddf218e135d5e693872a48fa6eac8ce188ddcb5ff

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3920e0e97afb4b32b5ebbab6f15978a30ba5cee40daee3dfcb7f89535e27dba3
MD5 2965ab76f5d8c614116387b1a1b0fba1
BLAKE2b-256 2cb591da981bbaca7910062dac5a111dbf91dddcf6b173557963d81d03074a49

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 819cc45c17e480172cf56b854f7ae6aa7333cdcf3f1843f283587f9ba4841fcd
MD5 eb9c12d942fea1941f639a80fd32eead
BLAKE2b-256 a82e6281057d4583d3d2efee1aee88c741f301dd98c2a0f481aef2f3f3396373

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87f260962c9a62099c44e37b5b432fd1a65c05aaf3b5255b4d76a73ca572528d
MD5 19b1ad412ced4ff48ddae8a14d6cb21d
BLAKE2b-256 cf27f3ad1091e57806a4a9513255fa8f12bda7de25da47b4b38ee5c65bada54f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3b9518a17a7480a145904ec2223fc031ea6338a029ffd30cba6bf3b71bd5dce7
MD5 a050ecc536a99e21921ec59884912820
BLAKE2b-256 0c693168f3a4bdae64c1e1f6ab8200032f7015091d966ee884a281060989f46f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d8a46da378b5b84c7d2f88403bc52688e0d9693c490a019d9448b9a5b406ee77
MD5 4d95ec12eea2c47ae9aa2cc24ca6d2a3
BLAKE2b-256 138c63d91c345a0f323ddbda82ce0215762e518ce5e1d0fddee88c6ec334d5d8

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e142f7fa4885ade2ee7e10506920332116d0914670311ebd9db8c7f20e161eb0
MD5 5e09ef0f0a7cf1709ce7cf420bee243b
BLAKE2b-256 b89ff5d6544664f60d286a29478332d28b597c25a43b3d3f298e0c26e7f83b6e

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 954ad091671cedb030f272e57fbf24055ac0ce66d14c713e02d5866490a14b0c
MD5 57c12622027415854ebd8ae6846ac68e
BLAKE2b-256 806e2331460a0d92e1dcdf110f55daf5851f90eb631d058cff8054dd2f61dd2a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38d4165ff8430ff69f7205b2f6e18d1fe31e3c7078106a18bbeccf7a5235e049
MD5 b18d5acabdde8f4b97b7a84ef2711ff6
BLAKE2b-256 9e533bf609f8394add78d11ca5e5c0a91f5edccb506cf0d917e0f29b0b7e4c12

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67b18e2517776cce0cd90ece556f381673f7a7829717156094ce54bf049dcddb
MD5 ffd24fbfd685c809297a4de5068c90f3
BLAKE2b-256 73f16ca58d87ad4e2cb9ddd7d68fbf595fdbdf0f9db199858b0d6dbb7cc9df2a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f775499704f8cf2dbb6a574cb69fc09b43264ccc134c8c89e201afe73f94a28b
MD5 dee19a178a10dd38890791e5d44d9b54
BLAKE2b-256 35adaec2820fc62c2d752ae058fd4d6a94b1afcc56a8ceba2ef0fe224bf88b4b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e663687ac2fe631b39b3e62eb1aa9e9aed57e5f39628fbd655c8061d9ebb3d11
MD5 5bcbd38c778ba5a8218358c04fc87511
BLAKE2b-256 9e0fcc99d3b1740f8c46cd37f4916748718827436b1789d6e65c20145cfeaf1e

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20842c128800a51a5c2113d921343cef14c8a1013c92955cc5360d99f6d88bee
MD5 b70f89d472286cbe78601182c6350576
BLAKE2b-256 6c8e99371b7746f798edd2fcb6ec7f76f40d4d9baff89de393b8f583478d415b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f608c9998d6d75997debac79284957971861c1b687474dc04ba407b28e2963a
MD5 2f1ba2701823975975066ca0d7946cbc
BLAKE2b-256 3e702c2caba47fed14a6b394d1f8405333f2376c6bc4ffeb55197d9b106a8492

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad383ba63e23479972478b3348fed3eef28c802ad58799b19bda01108a868f2e
MD5 6c20df4057b945103b80f34666237fce
BLAKE2b-256 bd6f9c8e2cd8420dac838065505d246066666955110010055e349783ab71df9b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5b133c244c7e36e580dc9ad88ba3c4ee10da2b306d5b64b5e23440bef422344
MD5 a88eb10e4ccf3ba0428ea0f5e62a6235
BLAKE2b-256 c8b2706230e976615c3e3ac2b8416905dddc310d5b0fc19c34135d126d485d83

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1c1da9e10f61710187851f06b6859e888df7dadf36737047a7960af6f3b5df46
MD5 d283ced34cbd071c14524fc6d0dfee00
BLAKE2b-256 5843af4367916af465e6229de00785d4eefd50f59465b3753e905b53053e0d18

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bbf45f1c6e1ce1296f50a09b235f761d6aba172a3a7433f33ba7cef946798b0b
MD5 cc70e9300ea937993cb9cbfb770c7749
BLAKE2b-256 8799ab14b93913550491fb5b1533f2853e8e94f7b8f8840ed69f9fbff5fe562d

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1d54b7be865830541c7db0d4e01bc70e50f36b7c95318bdd2661bb198b44c38
MD5 704aad7345f09e09928dfeb768e6e982
BLAKE2b-256 d8b4240f47117b025d5cf306e8c34aaf9522609c0c8fcbef08508ee549b60684

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5adb5905458621366f23e20dc30926d2f69a01dca6fe9cb9d9c958003430a0a
MD5 52fbc08dae3c33ab26942020189763e1
BLAKE2b-256 bbf7400b8f091036a9309806e102cce1a745f92dc3bfed02552e454b1fd20856

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aeef5d47c1387d9490f6e44c136178992bd1b2d657117ed3e61c3a0c3e1aa82
MD5 10cd6685fb4a363efbb16fe622d296ed
BLAKE2b-256 393d8c64f9f38c762e05205b7ce5068de5a4c525e639ca35a182771f00142ac5

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f88f39020953dbf124baf785117cf2eb382de8c3625c2ba6ffc7b0e5db59d60
MD5 cb104f8c32dae0e3fe09008fbef91ebc
BLAKE2b-256 41a6eda96012f32effc6be2495df7549aec9a5b9e6e2cec23622b077ef845517

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 663285b8d08c180f2b8599208b537a6e380c67a08660a7d4c654e0aa116a5694
MD5 5afcce844ee76e7357229eb800d73ade
BLAKE2b-256 c3876bf8de6d7d74dcb28085a5c75946e90273c39917febed8f9782ceb43f8d9

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7bcea9bda97d48f19b8281c7dbb68e964e08ea158ff5fac8808955a9cba6d811
MD5 036446584d0d3d63d9371a819e30ee73
BLAKE2b-256 7f64fa5be7aab8f735a3d7a060248a99751606e66f6910b147da2c71167f5fef

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6c36b5cbc34f6c9499fdf3f97e5018bcb377037dd0daf5f5958d9ddcb2536f2
MD5 da0d53086120e2b5a30a42115ff9fd5b
BLAKE2b-256 2425a33f453e9ccee6afe877f2dea199240c34c15adfa435d588ea6a37762cf8

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09777e25ebfb12dd95d76b848f00ebd705ae04a5d45f78b0fddc33bf2316b22a
MD5 96d974306a2cf67f49997c1680465fac
BLAKE2b-256 98b467c5f9240709de95de18426c09acd481e1e5dc0860c3b45dc2caa9b8dd35

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54631341b082f21a0c53e610564b02c1ac9aa85930adb249e7704939422068df
MD5 62b66ca49e4685735126c65b433fcbb1
BLAKE2b-256 281513d6556ee914ee92e227dbb96e67d8144085e8ab176a42d184696012194b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79e4376137762afc74a2eec62f5de097f150049f1cc99ae6e55178705248dc61
MD5 d3180c6b00fb581f6eb8ed0cb8026008
BLAKE2b-256 b5dc876445a89600d2a1a0060ece986be369783b307a5b6ea063a99f400ada96

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 666f8d7c13d97d81ec542980df8272b53cbef43efe72cf5ab8dda940d1cda6c6
MD5 dadb3738eb039eadcc07e1428a8c7b14
BLAKE2b-256 b9f3efe453690e1460b54be694264b79c35faa857fa4e35523d7fda202b8b3cd

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c5aec23d8eda6ccfa00f2e2a676e27138a4f3d65aef6dfd45719c78b757ae57d
MD5 7d6db227d688da72ef20e58a3f756aec
BLAKE2b-256 40cea0b2d13263da11b03f003380ce44d8eef0ded54a2a19eb9624f610e4f8dc

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