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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp313-cp313-macosx_14_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp312-cp312-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp311-cp311-macosx_14_0_arm64.whl (176.4 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp310-cp310-musllinux_1_2_aarch64.whl (30.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.33-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.33-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.33-cp39-cp39-musllinux_1_2_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.33-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.33.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.33.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.33.tar.gz
Algorithm Hash digest
SHA256 05d76f24f7e4b44f11ee92cf997048154222a71adce73db5190d0087813a55aa
MD5 c90eed9a6a0037139357ef5e5b740b83
BLAKE2b-256 dd19edc2a49b9fa21cf3fcb0d921a637aa89d687675dfb220cec7070ca6ab1d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6ccf23d632eaefe26cfb993e607ef3de25152122510ec82ce100b066d4b501d
MD5 030daa962f4b21a41c96a46daca7e8fb
BLAKE2b-256 b1f4c996f09c67df64b4e161881056f328a5d06f92988f02fbfa5e98ab18e89d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4460424353263c5ebbd7ffac2fded3e1c544b8989c0b3d4937bb79bf6a346c49
MD5 93b174311421df57567773dd8e434c27
BLAKE2b-256 f698fd18f77e92cc0d4aaada5742c1240f44880298aeb5399de53f32d301ef8f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.33-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.33-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef4bc51b60d074e3bb10dd2faa6b5c95a3a02d2d0d1a90b31a678d08a940692f
MD5 3c58086bcb5e48c1e415204f0ca5f46a
BLAKE2b-256 d77df3d9da85b1e578d3b641d069f1b3af1e5d6c62a1d985743555f6985c6f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d3dc15a1984c15e002a280d43ef9ab46f1b9025440fe0f7d691b499dda3f3f3
MD5 298ce11520b1fcbc582676ac74f55ecf
BLAKE2b-256 9ca1669b93df2fbd734076b83372250071079bbe265aaccdd7213bf4b1761e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 edf7fda01d1a9abb58b6d5fd04de2d73ec5376bcddb8599f5930dfdc8d6c846a
MD5 6a079439539aefa289d7aa5196df3e11
BLAKE2b-256 d0a01bbaf3d9d79cc6f4d4ef2c2efa44eb660704636724708b3e4fbdef6e8761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4389b915c37e29ce4973266dd9e70ea4a3e55ffaf7583dc6b4fca76be265af31
MD5 604be3b8356370e26d82f36e24c85770
BLAKE2b-256 7af655aa42d1347a0c1e038ee0fd19c155ae50a78ecbc1c7799f41cd870fedfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91419a468f5591a06a0f49b01f6ac0d13ec5effb87ad882108fb629f7c56cb07
MD5 dad66725fbbba73d56e6abb10e6b0f80
BLAKE2b-256 3fb684a3f640727f2b93598d482b3c19c44689e7faaea6b26f3692f674fbc821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 290952886c59cf2b6c36358ce0e53bb4d6d0f27906edbd904d4318bd4cfd682e
MD5 e6d3811dec0386d8c92fed5f1c830029
BLAKE2b-256 446906a393572ecd6a12edcd10c51c2fa296fb3742475540a9b44dfd278aaae3

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.33-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.33-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00dd1e4a211012b05bbbb48164164546bea72629097ee96bdf680d08ef0059d9
MD5 6b93374a05b740f74f2784e7b07dfa17
BLAKE2b-256 6adce2bd77f5cf322e2daa2bb1f3336ff6d74893b819b7666dfc847df21b8177

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6fcaa61d141b95a957d14dc801dec3afbf3a18f511687f817472a00cd89594aa
MD5 2dfceb0de03b41451a6fd5b61116b150
BLAKE2b-256 80661c599e69985f2b3eb624226e935b33afd1f626c8923fadd9a7a48845f113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4fbe299b91ce95ce7852ff4d3be7a4532f47ed1b85016249d904f4196aa2cfb0
MD5 a9cbfa34c5c7ea99844d704559e7a225
BLAKE2b-256 6136ff2e72247aebaa6f3b7a13d90c9a6850aecb69eed462508ff5368a07555e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 92944ec28f28a8129e7ad8e9a343dae6658d527e557d06188f0c1f6f65e2047b
MD5 5ffa71c7674b07afad6688a02f9abda9
BLAKE2b-256 75dccba919ebcd933254d75b00a49e191547d577634ff26998097cdd3be96b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c09ae4ba4deefc0e1d0ac2e5a42980c9747419992dffad57794ba6ac58113ac6
MD5 b8f9bac2170d01403006dc6cc3f2e805
BLAKE2b-256 9a61cb6a0574fa36a2ba2266c9c21be73ac144aa4870d55c3747c1c0186b49ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33a9b196641cfb49a0d2e170978e671bcb8ec5de843f818d53288518373394ca
MD5 def041fd15a4ea9c3c43caa2fdcdf199
BLAKE2b-256 407da341e00cb36e302c0ecec451e0fd5b3354845a2f46ce7e795ec51e3179b7

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.33-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.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0351b803bd979738a6fe1a011b2b67964e07c5c45f94cd0ff07bec6e504ba37
MD5 a6b687638e90a3aafaf29df488ee5f94
BLAKE2b-256 01d05a2dce0cd3089ed2cf098988cfe4b64455602a205a572cc96391aa61b5c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02e93cfa96b3b572944da0584b5ca17659305e9192a36f0710b0f3ecd0529a05
MD5 3fbb40c9d258e090af8a4061208542cc
BLAKE2b-256 6cde36dca7b031bca58de62c9c876945df0e729b78d9c71a3c7097a5bf21c658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3d10a21546b3521f75a9d172df52a76144caa67534f2da80abd5ca8ae271fe63
MD5 cf4c96698210032f5f49acea594a6839
BLAKE2b-256 aab45d0b627fe01c1f77fcd064c715c19b284203d64ce46baab53a7c16431bf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f32197956beab70112c1cf06b3ad335be90a78a09abf3a95e7989eb09d051b96
MD5 1989ef89e3ff1790dafea319cb080438
BLAKE2b-256 b20fe1e348205cd9fcc148a96b619f38bc9eb4757996120810f91271dd576264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb8ea2781229b8cee4045396e3c07ecc6a91e99d0babeb44b72bd8f8b90031a0
MD5 42cd6a63ec6b553e4732c1fd486ae1dd
BLAKE2b-256 0ae9d94b38b4d9563e90536ce7247a81248f4831b7a9556b60372dc4cdaddfba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11596126fb9640bd3c91c963ce576413741e59e897054fc46c903050f88c2699
MD5 a85dd7441313aec0bb64a82e5e8ce00e
BLAKE2b-256 d76d31e5e65d2dd241edd1456103e79c77bdff4a253415b6e933894b240e2cea

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.33-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.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5912096db4743f8eb8eb67b186bd2fefa329279f4340e95b5247f13d01e3c8f9
MD5 deb6f571b79dad96c12dbca8ca40b19f
BLAKE2b-256 c3f5b51dc8de9dd2f995f0db77bfe62b64e04665473bb3fdce1b0c6a807767bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea5f11c765a1ce9c6da78e72535337589616eeb440ab390ddebb35438266ffa3
MD5 29a2ae232c337866253765dff97578cb
BLAKE2b-256 6a2b9ce0ee24f51ffce1fef9ce964491b0506ca227a6c2ca5501d0a2cf827424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4a1b447ebdcaa7dc3be65c8dfa8e4809ebc4eb52b2153d7754b0dca834f62ec2
MD5 2a66996e4b974d3b26ee683cbfc0f351
BLAKE2b-256 5110854c3abbe244b40a53ad2ddee6ed3edb1ae3f6d31776aff919f88f5b3c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 700d78edca961a2128b9ea4962f352f9bc9eede7869a01d53c5cba02edc8fefb
MD5 408d6788237d521d98ade3cb8cf5a595
BLAKE2b-256 18e6e7d32f0a9d5b5ae36442693437e628688ae91c5912da4a8ab297c18ae657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b53ba4e885530a6d4f95a3b0373a62c97dabc4d215c2f06bfb032ae815cf051d
MD5 6e58119ae1b4a4eac1d3953aa1995abe
BLAKE2b-256 f7d9de86fcb10be2cd3c379cb74b74363d6577603a81f017e5cda863a8bc6bbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7ca4b44679874c0a76b8cd651ef273a9fde24d602c106cd2ea9f6cfaaf7435b
MD5 6ff398bc78d70911d08164157f284a46
BLAKE2b-256 936c1fcba7f0594aee3f3c5b455d67f6f33ec7e4fd06431d188b83b8d6ef7cd6

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.33-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.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05ca0f93280695f4cfa76d2d78fd0920261e074b0908b2a663c9aa937813a8ea
MD5 1b7a9ef2faefe014d6acaa1d3162b62f
BLAKE2b-256 47df5b717d5b4d445034aeebbedb3834508b45cd8472d69f55aa7442f4b8fe32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88f5a8dd9982c84149f5bf6775ce577765d19b020af2751413b36587aea23399
MD5 3f9751b7bc41688e8f3e0ae55480d3b3
BLAKE2b-256 e7364d09c1bf6a70a6e0655f3386867ea8d87540ac62c133cd841d3dae46ab2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1b4aed98381d821bf3f030ba52be53d2e9df3f022a76fd2f11cd352e2f66cab3
MD5 330ed538f8d93bc2991b25b94f1f2305
BLAKE2b-256 0e5ce40c999ba0e64ae2c58d7ef6f5b5b79e9a06eced88572ca792ad17c44ad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.33-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cf311a38780fb87248f6a1825fe8ea35d9a8dbd16810554dfa2feaf52ea2278b
MD5 40c67db741a7adcad750ca27e44eede7
BLAKE2b-256 4d41c43d26c3ad80a105f4023cd025d6a309eb1f8e1100a7b3b45728f48cec72

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