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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.44-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.44-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.44-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.44-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.44.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.44.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.44.tar.gz
Algorithm Hash digest
SHA256 433dd35ea9199c4484fcc45699a89d761266335ab8fd83d1c6340c522cca2a68
MD5 30ba5bddce4cbb52e1a6a22c84dd4a51
BLAKE2b-256 84d714f58602442a82ba6e7a1ef4a6e410aa8a4ad8530e19042693c21817cdf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b3783f5c7cc9fdeaf947f5a09dee53473c89c29f75d1f9e2366f48d665a3cb6
MD5 85ae0fdd52c5fc86f6c68b266dfdbf40
BLAKE2b-256 eb8aadcaa03f24273dfae237157d900bd4a74b2c673a6bfabc03386f867fcdfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ebe2d09db237bf8390dec09a805eee69c4bf2d7ac7b3423154835989944f3d5
MD5 6942aaa816b39439478a61d7f80d8501
BLAKE2b-256 2e43abc881e6e296c330b7385c48397b6ef77a7e1408b424646470cff970488a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.44-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.44-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 745342341ebf581f32ccb51f49e97f117a0a8c2f43bca927e0fe67b5f5b341ff
MD5 1d48a7923e6364d1a5201e5eb998e004
BLAKE2b-256 dcfeb7eebc21b6f2f00f25148c85bd3df243d2d4886f4863d3d676b1dd68032b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 512c433c29002c6df9494dc3a428a0f836069b71d5a5c1f2b0a3dd2434ca1621
MD5 50fce97a2e8425ec7434e4cf7f311569
BLAKE2b-256 ae788c56813e5932a3d441cc069051738d9c36f352fbaa5010591b1b3ac8e729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5e31ec9520f113b0f9d26d71b522eceb1de43b084bbba15234c440be109e2d3e
MD5 eb71236f87daa1e8f31e5c4d9538ff96
BLAKE2b-256 2770beaafb316df68830a83423ad9716f0373dae175beadd2f2cd4b8afbc8b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba3c5d8594bab0bbb35f721ff9d4f652b58ecab9da0967e4c8f3bf5bfa0fd922
MD5 21d792f9275a0f763c907551a5060583
BLAKE2b-256 13e069a33a1c9949789e8fa9d5f658fb266d18c388c157a5a7c6771f8722d457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0493e9e1bd3d87ec1cdec81682ef319576e5158bd91d4ad1e956b719eb270162
MD5 6621b08c857f4ba8cf537d267916f9a0
BLAKE2b-256 79d2e3048d74f9e8504464745167fb9d20e9934d4e9009cdc02b5a7e474a8b47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f7fff29b3f463e39f281509bcf12dbbf488c9f4d0ad3208536873ac880311b2
MD5 46a96cb2d9152e7490b9ddd2511d2204
BLAKE2b-256 834a4d571277e11b64dac53f5346b5de34691a914479d21c0518ee2dbb57c8de

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.44-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.44-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93a465c09b11857dca9cf288c68ccaba91fba1d1a3c30888309bbba208b48bed
MD5 3bdde76d2ecad9703293ab16e5ae13eb
BLAKE2b-256 325ed4c0dd6c64eea8e58454802b582de7cc4cabe521083bfa27920ece5cafec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 175cd4e9697e2d3fbcbc04b1458fe1c7dc49a2a79595eced535442bf88898784
MD5 cfc6479a43a59ed8ad9309ee7004d205
BLAKE2b-256 ca2cc71939f4d36cfbeb68bd9e2746388b41aec1ac39d11506ccb075a6633fa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c6122c4a041397f398ff8fd0ff6c440c7a22d0f0ac1075d71cec7e33568c34f2
MD5 f23eb7b3ca877e6cb4fb5d77a52dd634
BLAKE2b-256 a226f836b1cb62a27d8c45b13e8ec0499adb3aafc932d82ce8660caae36d8d88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 665168abec982208de5305a4ada9ce33d769b6946a360fb60c36ad6a5211de62
MD5 3e3541506c69465db862fcd21f63e580
BLAKE2b-256 f7c37e2fc0c48aea3e930710c89d5bd1736aeaee5105301c61e2cd2f554be87b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb7940d269ce86c01cd417fe1d6bf1b9a70b4b9fdd51d3e1ca8f2d47cd89cedd
MD5 c25b7800f474bb2d465e02bd8ceb5763
BLAKE2b-256 aeac90761d0a2ad054721849ab4eede235af9324664d301fd386b2cdfdaaa32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfa24bb96f72771b15cec1cf2e2b8280c1bfaaf53d8ddd745e84877b39ec3a1b
MD5 55ee948b94fe0bcd77d427c1485a72db
BLAKE2b-256 963a98d1eda23ff4173a34f64c602e76e951a942d0d7ef38f3f2e8b84626c4e0

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.44-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.44-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dfb308f7ac04aeeb9d06b53497ea747d2716a3711803fd3b921dff0b833609ac
MD5 b5763db50602946082b06fd85bf5fb20
BLAKE2b-256 511d939f17d8d97c0aedc5581c3e1ed8e2c705b78e326098f8f578f2ac58ea3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e278bb6cac892f21a3e93cd572ed08ec4b31f991ed7dd4b7f48a146690872cb
MD5 3afbbfff576a67bcf000272c665e3237
BLAKE2b-256 0cc14442c31d1086e00d5c53f4d4d9067586ac4cef29b0bcd9504d0c6b3cbf0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 919af23ead839a09231f6baddefdcdffc3d74fbe614e79d12853a7aa21c6995b
MD5 44f8e11114f66e753711a7d5bca6c703
BLAKE2b-256 dbaa645b7d30d2dd0a598355f234238e0d7d3f673a0d1f1ffd58442bb6f8e4b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 437d8c3da897bb6fa38ca808269db552a8c648a3d69efabd77fd8cff8fc136c1
MD5 22345765e37c21b93ba29f51817dd8f9
BLAKE2b-256 eb9e570fdd6881c3b986d2350c653e6509bac0082e69abdc6784ca084c4b670c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7884e13503bec772a37f1a870c6de944f409e4bb536ab0322bade6c98a16df7
MD5 3647041baed67ab11935c08faeff0b7e
BLAKE2b-256 5a2699dd21dab456ba36c14b5ac656d190e7b397ade5b7f7a941189ee9b93ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4a03f0fdf3947c1552e103f7e987af7572eae182adbd7af4a0b3f6b93cdc055
MD5 dcef985081bdbdf714550b5b97b67442
BLAKE2b-256 71970a5ef7dc4216b641b7b654f0c62a9259525dcfa4b8574e1428f46e737327

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.44-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.44-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a79e0eb8a54a61aa69b9910298746a254d1de3ac3c663504c56b9b2ce59570b
MD5 3a9b10b5cb18f957b0ebe544d5d445d8
BLAKE2b-256 7a0b5877ad3b47cbade40a2ed2e60ce5f4654e6563509e4f1e9f4f38c026aabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4e9aa4615a7dcb235008203fc9d3b5f1e359b64d58a3702ff5b1e8f3530561c
MD5 c274dd5c4dff0c7c21ca8011ec15d7a3
BLAKE2b-256 f8d44b0f42309dcceaf83bc3a191c2a2929f47b61d03fe5968579beaae35d3be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b2e1542baa115a306f10a3860d30d65a98e450827666251b68153522aecebc92
MD5 b83790670741fd71de357699d7253e4a
BLAKE2b-256 08da121bcd06b12b787ddf8846bcfe8c2b8d01e9375bfd2b9ef481bbce95feaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 744e164da0436094325a220a7d0e4b8f12923848e01d0951ea330bd34d7f7319
MD5 b1f2ab6910fa0969f6cf5338aa63988e
BLAKE2b-256 edf829caa118596c48d7f8dd64c07088fa7bc2b7b0b41deab5e3d4ac2189959e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fa7d9acbfdb2a869fa615ff0735ca3bf58067105d9b22fb4afba787bc8f267f
MD5 78e7733b3b1295a99c48531d78e77204
BLAKE2b-256 4c5431a2dc6994fbadde74c15480dfb76b782ce5f5fdbcd018996cb42fb7688a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5af8b4528ac0dc4f03877099313b36de7d437dfab276b5253a8dd72117c8ff6c
MD5 f528b5b77d8731dbf3610c612e3a9717
BLAKE2b-256 a94b2e8599a4b7afe3fa7c74ef6f4eb61079e248326d7795109bc33f280873b8

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.44-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.44-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd428d5513eed3d6cce24d5e3983f99e0faf0e19f447b5c368d533010da9e9ea
MD5 071fe92ce5b451381a4f947f89587693
BLAKE2b-256 2e0ec2e254a96dc5dbce227d9a2139ba1f4ab18674f1af1506cf551c2a4634cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fc773d34000e60857681cc6fed408c8477a38be6c0bd5835ee7a996c1ac3e4b
MD5 452bc28803e53567133844fd8f3b9ec0
BLAKE2b-256 98a53cd73f6de6a9f50f76654c45d859c0e0787593b333807887fce78ffdc329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 84c5f0dc5f9b853b560be0f07af4ac53bef924cbb257da42481d6c842d930b1b
MD5 9c60e107bd7c8e6aab8e3679bf2b62a3
BLAKE2b-256 19f1df02eabb95da3156544d9d6185a4dab639170d9f102b184c9f7941330777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4149d25da35201c78be463f0115a84b9b6dbfd569f7767ad53ed7b8669e7a583
MD5 48c09eab3331c420cf0b598ce7d78682
BLAKE2b-256 1fc3f7efd2bbcae7465506c413af7dd57598c0e57369fbebb77e159d92575cda

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