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.34.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.34-cp313-cp313-musllinux_1_2_x86_64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.34-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.34-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_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.34-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (28.3 kB view details)

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

passagemath_glucose-10.5.34-cp313-cp313-macosx_14_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.34-cp313-cp313-macosx_13_0_x86_64.whl (186.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_glucose-10.5.34-cp312-cp312-musllinux_1_2_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.34-cp312-cp312-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.34-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.34-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (32.7 kB view details)

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

passagemath_glucose-10.5.34-cp312-cp312-macosx_14_0_arm64.whl (176.4 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.34-cp312-cp312-macosx_13_0_x86_64.whl (187.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_glucose-10.5.34-cp311-cp311-musllinux_1_2_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.34-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (32.1 kB view details)

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

passagemath_glucose-10.5.34-cp311-cp311-macosx_14_0_arm64.whl (176.3 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.34-cp311-cp311-macosx_13_0_x86_64.whl (187.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_glucose-10.5.34-cp310-cp310-musllinux_1_2_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.34-cp310-cp310-musllinux_1_2_aarch64.whl (30.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (31.1 kB view details)

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

passagemath_glucose-10.5.34-cp310-cp310-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.34-cp310-cp310-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_glucose-10.5.34-cp39-cp39-musllinux_1_2_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.34-cp39-cp39-musllinux_1_2_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (30.9 kB view details)

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

passagemath_glucose-10.5.34-cp39-cp39-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.34-cp39-cp39-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_glucose-10.5.34.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.34.tar.gz
Algorithm Hash digest
SHA256 61732203bbd671760d7e18175b508ce76fb6513a9705800368f2ff9dd3831765
MD5 f912511012a134268b591478eee1b4f3
BLAKE2b-256 f2304a5a8e83970d6b3e4e77904161bce26556f7909e512e2499d15708ce60dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08ae591633559b73f547c505a211767a6541ebd07d903799b71ddac57df7679c
MD5 b3238dac9cdce2850d0e0df1df2cd220
BLAKE2b-256 ec99e5dd31bb8a41a705fa9c785fbf33eb84514fd5f7c4dd77f1ad3a8c9c58a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f65df8fb305c05029f6b2f2a1096ea149a4ca31f5585680d956b5603e90fa20e
MD5 6a989d6d63e0187c6140ae400fcbe00a
BLAKE2b-256 e00329ac5ed294b17c995d96c4f918d3c80a0fdc89ba3bb7d89cb53feeb19531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8f78e1b538f829a65f3634611bb82503858dd15aae6673e8e78022f35c5db4d
MD5 327c8c22735f79933d76f51f7a9d1372
BLAKE2b-256 f74a930b55f13068cde2374308bc4d0f8636a5708e96cf1b9543afaf4bcc27b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24151d0e9e05dcfd9efa2b4f0603b54f28fa76ff5ef466bcaa6085425adacf23
MD5 418685ceacdce5f904b6880d52dc408f
BLAKE2b-256 93e54c3a1e8b0654006b433a84e41b7ad6dee0f837e43c7575d626307ca85597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8d0c52fa05def699de9ea4eae839d985ca4ecd06a21671b0d727d395cd93a35e
MD5 faf39a9091ab508ba5eb848a968c97a9
BLAKE2b-256 cb9c0206a9071c818c193e26b2003be17675897000a50d378a174410a48ee5ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e14619feac749482e8232899374296f3418afc43d0e373eddc76db77e6e57461
MD5 3cbb31c417c161202207f06d4e7dcb54
BLAKE2b-256 325a12ddf149795f546cbdaf362598bc9636a56351c6e5ebe02262d78661967d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cee8e9e41059c022be654bc183c9303db45b12566ae11c9d14c595adcc0dc253
MD5 17dfaefb9dcae829fe9f647cebb67621
BLAKE2b-256 3a56e77a43c4917e83feba21e3a0437555e9ef369f8b19a2dcbfbbac44f6e786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdfa4351628cc51216959c3cfb357ef5ffe39e0132465daab56da46eba6f2834
MD5 e743e67d7ec6197fcefa04cff1cada8f
BLAKE2b-256 43524e3f8831930b6b32c274bcbf7e40ca0020db83ba567c0f387dcf46041f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c077dc5c1d01fe720fbd5343def4216af125be6a5e86eb4b031dcb55106c9b04
MD5 984d03ecbf69719c7cb149af705f7196
BLAKE2b-256 9fe68675effba8419626906b49702481b4e5174f288884053140834057a8fbaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a07dc63e6664e06ad0d76e2e5abe043547ac76c9a31a5d4e38891108422fa3e
MD5 f564fa74a0dabe0abcc87f54166df1e5
BLAKE2b-256 9227c5660701215a108ef60dd137e59999a3ff26a9ecc804d14514576b165915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6b22d4846752416e4486dc36a2661766939e55a3265deed4eaad151ebc8e7735
MD5 1248baae76789d0fd48c452369943d5c
BLAKE2b-256 6406f5fa3c5e82d287873574a521125156a4907a84b7a5cceff8a6d034b79b76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f0c832a53a7bb31697789d88c49361a25f11f4e917896f97569e23bd7ce7bfa
MD5 8400d2d67c25fd5efd3b200e90614bfe
BLAKE2b-256 f040bcc43e171ff585ab3b0a60f07e3a43c9697aecb4235d0a409a3c1ed1bf7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c7b961bcf06e95050e9c8ff5359319b308e605879346f60a1b3b8cf62fd9f0d
MD5 87a8e7fb98f4e47021933b7a1dc79529
BLAKE2b-256 4dfc1d81a380f258d461562e673ceecde74a00cc36631b46482e236757d74860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88b90d49b6317d66200c0ad0772fce1043cd8f1c34de29596ce43b9653f876a9
MD5 9b9b91a5d0d2755aac7a28000ddf47f5
BLAKE2b-256 087ecab865e6581a1ae10357e85d9398103144decf68812c4fafaa201ada59d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9c0d1e242a1e5b3129003251d4e6c8a054e272295a540b800ef848d0154e495
MD5 21be431cf56ef407d9f076a68d18e2a5
BLAKE2b-256 e2780602027f95ca0c196bd718860b8194c4faf13ed4c3ebbcf2c938756b7dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2d80acad5ae96c92b9d40a4482f3a7e383ac4f6aae89cdff143d77ac0acbe80
MD5 d0a8e1488c5c040a95cab1d942b78158
BLAKE2b-256 46f78fa6adbaafd5da64f2a9b777c19bbdfcf7c75ee27270eb81e73da9294cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b4bad1efb5bd126c0831c4b8838409dd10896c616b191b38b03733d416583ca3
MD5 322a04e0eb0a1a2f61701fb9ca59ed09
BLAKE2b-256 40e797f8a64ce1edbc26b1d78778e03e49729f26a2fcebc5b433462c6f46655c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 916fda45f8b33f99ad660bbc15cad2706c2fded46d2be69245ed68b9df21dfc2
MD5 475f77f60dcee9e68663f2bbdb8e87ea
BLAKE2b-256 f90728d628a5fe107d5ee591824521cb310902fbefedad90e485774fda950f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35e97422e90b0c8c335ca36f65f135c9717574da36a90e86d6010c1f43d5670a
MD5 a761ac8eef23d4a0f76b20f3cb96a7ae
BLAKE2b-256 6e3a0c74cfef21ad545dc049e811e7333466e27345ab5e1c2a120632ade742d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3c77e06b95ef0b835261ccd8e299cb1df2bd968e0b8eb894f405b79d183eec4
MD5 0fbf76d125b3f570db425b3554cb0aea
BLAKE2b-256 e01a61432ae17e33c8868a573d90694f312d95b9248011fa9cb58dac4d39ef6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b390301351383ba967a0db48a3cfbcab83ca96331f8d206cc99663d176600799
MD5 8a0c68f85c618bbf8ddaf7bc809ed3ac
BLAKE2b-256 a3def688d60e0bba0ecf23c9828730c8e3a7e6936165f9c7ee1a26977de08f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a2cac8d14ed0555ab041ec07905aca9484d6a6a4d5d11c7a72494a535b45114
MD5 36318558a7920d52769eb145ae2fbcc4
BLAKE2b-256 e0aa934a4ab85a7bf7f79867049df03b8152f74daf853fcb51248a9dcb5f794e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e9c437be141a03580e0de94d9bed662dc0cbe840eeafcf79548a0522fe8b5cd5
MD5 3ce9601e43a10ea2686c8183f3e6d246
BLAKE2b-256 947ad3bcdaf742eb16845c8687c12f74b79c43bbb36b7ba42d7100427ec00534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 954f80dafc65ecee9413efb3fa5088199dbbbe9e963a37b20ef7d2584b1f7c0a
MD5 1b8d403e75b87c0205c49940de0af347
BLAKE2b-256 9dac1d9b7d30d59d7ca268e0f7740f21c27536d837e41ff3a70098762427c24f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 410c67cd653104ba924c98f201ad973cb83f87e551bd12e66bb309a20c7af12a
MD5 d305e347820c9ae125fa8b58bc2fe8e2
BLAKE2b-256 143bc72781e17cc7e9903732855ea23ed0277586d56a977c3c8e3d44f3992a36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4959cd62a5a074b9c64eadc5f5b5fcf4c9154cdd677d3eaff61b336d5378efe
MD5 f668dd336387c6d5139d3e45cbc127b1
BLAKE2b-256 ebfa126c390c51e483012e6199e1b79b1c3dcfefcbb8483b1024257bd8432218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90154577c4456a2043221c0e91fc185f190b7cbfad0c22218adc532fe86fde88
MD5 125193438a65371c51ab1cf7db8f2753
BLAKE2b-256 62cedebf910ed71210acf62b471c0d12481b2917fc12c32e07cf01eba647c2cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 224cc054d6f2ebaf95c64be52579ecaafa0edfb3bfac11e2ab290b8f72e45f10
MD5 6430fb783a6cf24f38ed7f5ba033835e
BLAKE2b-256 d89aae6aa09d291beaec64a74f3ecf8cca4c243361ef575d21427504fa1e4477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e966d02cb98397b00f5b535135acf9bb3349869461ad4e3c595db1d2ce4d6ed8
MD5 3f8a112bab817c0c8be89e8c0a2e6773
BLAKE2b-256 cb6426bed9aeaa06d7936716cc3e569dc31cd9411e4226a50e237b82a21f74dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.34-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eaf7973dec010068159b594b305df8644917334b69668e8bd8d47ac0a5c4ed1e
MD5 9fb4c743c8672b12677f713c21da7387
BLAKE2b-256 ac3ee4bf1b702ebb20dfa724a874309fadf0951c95ee02648e05e72be6383439

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