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.41.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.41-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.41-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp313-cp313-macosx_14_0_arm64.whl (175.6 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.41-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.41-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp312-cp312-macosx_14_0_arm64.whl (176.4 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp311-cp311-macosx_14_0_arm64.whl (176.3 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp310-cp310-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.41-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.41-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.41-cp39-cp39-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.41-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.41.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.41.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.41.tar.gz
Algorithm Hash digest
SHA256 7b0e1d88f963a7b128228ce8fa2bcbb3a4528f133778de2b3c4e7c13a1520e3c
MD5 2fcf6600a1f13969fb6d069690d7eebe
BLAKE2b-256 070ffa5c6ff98c41664d702c0b164000664363205d9c98fe135647342100493a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9abd91322e5b6d79f5d87293f7ccf9c6f091971872b2a249050e1be287837537
MD5 e5762bada54f9108108cf4bd1e795dd2
BLAKE2b-256 31931b6c135df88b1d0632a0caed0bff2acd6df08dd7f3e48d59436c613fa178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad5fb3c00a26b59be8f72da4ad486a24da2c5ca2c25d53a750baf65d94390180
MD5 ef296d041e69d46566d843f5f342ce61
BLAKE2b-256 3403a1b3be4ef7cb1ebb9abc589accf6d7dbf5675eba560f760c7f3ba2bee552

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.41-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.41-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc8641e8238538e5d014a0e728cf6d6e2f284b0069d52d9caaeebdfdcdd79cad
MD5 118a5b9390ec5609cb75c48939918baf
BLAKE2b-256 3deacb621b335a8e7a3b7f7a6be12945d9f81e34c6c19b1732b1d79632a54445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3410fb6da17cd88a1cf838a0f0d0028df153311358a3b7c3877f15bdcab11c0e
MD5 9bdcbdb4e99c4ccb8872378163187ae1
BLAKE2b-256 10d82515d4fb90e2745fe115150b2206d0d3a47297d6dc746b9c69b3e073caf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0c8ed5d5c69259f1e331df8c254981ab57174d7b7b13fe08235b4c98a76bf139
MD5 75b8636d4d1261259d546cae9ff3c4d5
BLAKE2b-256 b7b5f1e1b2c280e9ad8439eba6df5417d5db77bda0fcaf58424a06bea927ea3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0cb2d5123e74ac31bdae94f6b0ed91fb09aa32f3da26afed9a92cbd6e333197
MD5 7a76b37b80780f31bf6d0c082e5de2b8
BLAKE2b-256 3ddd645db2fd3753c85e0fffd2b19eae4b7f9ae92118acb777b2dfbfdc7a1209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c0a35437bc06f42b2c30495eb9003da12ac423031e9df13759346646452a099
MD5 8622106619c28515e90a08e40f16c176
BLAKE2b-256 e3b0d04a80b5ce36b191c5470d163aed66cce534131cd029652524d69f2157f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd839ca4334ba2001fcdeb425c184327a88b21a98c619626f544c051f178636f
MD5 01667c961873c8e0626d9f2d6b111fd1
BLAKE2b-256 ed1a5db7c77ab2b63f369965b139f463c2c22ffe8680cd5e6f09687c8f09b303

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.41-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.41-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bfd277675119f33e612cf0e0bdade99ca6f972ade109b915cd75d0d2a252ba8
MD5 9b78d0406194e5a72c8bef7a5e2a17c5
BLAKE2b-256 47f43899268962c1d5df38d1bd93575387a93d80930b6fc29a4acf6208264ef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92321ee14dfa5b34899aa01b16acb902c1b2537b0e10be8fe022b632b776a059
MD5 e6bacf044d6920df5d69eb9e468f1fa7
BLAKE2b-256 334bf5cd8785d385b0404f68861617405208a6399ec0c2b22bf25e4c55bb5aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0a53957fc073e5bf62a935ca05b4fcd3deedd4ec9bca8f016ef4d682cea0e67c
MD5 75ce87732c0465349d983d3a6275bab5
BLAKE2b-256 d51761bfd574457ec17b7821b019f0b7e3f023b484b95d57d0a189ea5e0c7c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d9766ab87c6c734644973a95a6640486e2c604ea0235d2f40d213ce6bf80fbd
MD5 bff3930a8edcade21486165d42a13a7a
BLAKE2b-256 568645aab3c4bb409fb7c7ab92c7aaf85292ae9a8d08a5c178ef739716ce70f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fcd171604bde648542c19c36207973e4c908f2479fe93dc7ec775e5822d0ba3f
MD5 6deae5b8843f038a489da4033962f202
BLAKE2b-256 c3e3f38759a67f0d9aed8b00a441957e1efb0586ef7fecd36c570e3e6aa324dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f0300fdae6dc6f5cc6bc8b8ccd6dab72842a81ff8cfcd1886c138e9b8c4619a
MD5 ad2d0ff4bc2b3c5dcd86a3aea6f28182
BLAKE2b-256 7a077daa7645d1a436cb1ea72a8daa4e1d15fa1ecd7d7aa33cc1191a7fc399e7

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.41-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.41-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 394e6b9c2b745ccabf6f8e502c58571c170de75ba56daafeb6108a5ecd6ff147
MD5 7d53b77a49aa8f00cb0cae5429c880b5
BLAKE2b-256 a25b2f9f4d2294fe177b6820b00838d2775708ce0919b2e4d359606a53ca1785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02100d5e45d1a87378d69cadc6416ec4f722c2f75df1371647bab044deeb8be3
MD5 1e79e6f5fa512333f065ca551fa798eb
BLAKE2b-256 9aa2556c087bbe2807e63bc82f0fd48ce9c6eb6bb5a79c87d3759ed510c31445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7fb59317d0dfe9a71bfb174f8bc773dab339acd2d2a940d458c980e01c07a87e
MD5 9d420620f27b629965b27c607a80e5f4
BLAKE2b-256 97a893a58519c56128393eb620809b87dbf12ab12b4f287614c7fd222b6b3c4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3ccb5aa58f6556fa3c802ecdf8489bda96034c4cef043b0746bd426e598c2acd
MD5 5efd4a2b2cc3b9ae665432e13c9358cd
BLAKE2b-256 39592d7786439d17170b5819dbb4bf530926386d121e4e6a11254a0e6f10ff85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd9f00c898c381e72abcb94a95fbdf6fe43ee6caff7385e44655b0a4dbbfe84a
MD5 9bf02f2a66806ab0c8f8a3ec55a5b2d6
BLAKE2b-256 2e1f821e10f0b34280447e9f6b222c68716d44f8276d125e82aae781d350cb1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40bc8cd766a18fd4efb47dac1d90ff146ffd8efcd84a12f690cefff512f3c17c
MD5 4f175ee622ebf88e219b4eaa64efcafa
BLAKE2b-256 feb6e7308313c52c0f212c8d6617a38982354c03e1c5b102a7aec4827df3b8e4

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.41-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.41-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d002a04952b6aed4f61909be9841060e3ee68d93683abd892643dfd5a871229
MD5 5f7335b26e454468c2a21a5a6f330958
BLAKE2b-256 e074ef2f78b5e6f23974939181cdfe38a250d649ffdf1319e718d2c420afc05b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa998c8f95f1e14a6c387ef5ffc50b782ebf5d8e4a87ac8ca10d1b64393a66ca
MD5 226fb0ed3de1e457633029e6292e41d3
BLAKE2b-256 730cd9cfcffcc66c14e6fd41c9a230e4399ddb69162f7fb226d54fb7ec8a1acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 14c1e74fd3a22fda429d5705b73220436a4a6a0733b35d3ecd95f71a04d07d2d
MD5 f5c26c74f031ae72d471e73066811714
BLAKE2b-256 ae73d297c0d069a1919e45e91d3dceecf0cef7a6057ab4e38b30b78120917c42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f303077d8ac32cdf5eb0e889181c222b57feddcb238b098c53090180176f1d9
MD5 9aa9e7e7f93b19f96aae1658231ebfba
BLAKE2b-256 b2dab548f65794bd9b58be65ee04c10d8372300779a880e425442d778ae2c4a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9778ee21d5aae0c937483430f35737714e079510cbf174aac02132eb17189b68
MD5 4cc7ac7c6a95260b0bfc443b51a55b73
BLAKE2b-256 e01dea891f9ccf9ab71a942e5e28ccf444411c51ed0d8cdfe64f24245531270d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92e0655f98fd4b87ef6ee875b9f99da5fa15f5bb41577b35ac0c0793e8253ae4
MD5 d1f4c17bab846239534ba906fbd3f837
BLAKE2b-256 440ea447b6a9b2f711f7c52548e1ac607ffa3eda4000490a123ece20e8b18b41

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.41-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.41-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6182dbe1a66284ad796d04013f32fff42a7cf295c62aaaba66e3a44df9b1d0a
MD5 e683b9bccd88b29d6acd888f6e798472
BLAKE2b-256 66cff9916fcd5329e93de9917cba7606d3b8fb01a6ea27770403be384468ea47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc663e9252f16133937a6c9e413edab3004dcc12bdbe4a6c0fc7fcf79e3725f9
MD5 88c1f29d7b0ea14ae081d61854de4908
BLAKE2b-256 b5e2c7a0d6809d722e2e585c26c5e48ababa6bf1d872f66a7e26c92e208e1e80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1286ff5fe13d08d12a2d3943b04bd10c577450de31eff335abaf1f48d352799e
MD5 9224364b1d30300bf884e995f9e5db9d
BLAKE2b-256 c22df9f727d48718595e2ae24550734d785325dffa734a6473c2272d67dea22b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.41-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78ec2fa563c46d93891b19e12a054999107205bc4f4972d238b75e1bad625f17
MD5 ceae1c5c62b40aeb607232e465b3ace6
BLAKE2b-256 f8afc95f6b591a04723bb198768af0695bc9852dbdf88c056579aabbfafbfa61

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