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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.32-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.32.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.32.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.32.tar.gz
Algorithm Hash digest
SHA256 119137912bdc570ffc7874844219275021fbe35d69e366b1d5ed836aa6e0c0f5
MD5 35e383ffe89546c6ae62223cc9d520ee
BLAKE2b-256 a98e666b80af758c57519864116b8467aa9d60b972b6feab3c8713dca4c607da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 993689cbced2dcb9cd129c0de9f5956e352a2be14d8383fa2ae637226015ebb2
MD5 05f22b909a2f1291ba6e641e3398297f
BLAKE2b-256 a6942282b1544251591be006bc5272a072c05233100433a5e397889f19590a08

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.32-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.32-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6e288dbef4c0379141871cff507a913b6a2cab22cbf1f2de292fc6ac02778cd
MD5 892b4864c7347e364eaa8d77f7ddd0ee
BLAKE2b-256 ca8a26d5cb38d6d5bcd5713b24f8f019acfbeb95036a2392ae841b7d84b4e39b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ff044da96d3be20ab305b2ecb6dc9da68892ab4630a737768de8992a009de52
MD5 69a72d4481a6d55c2a03082f38ef93c6
BLAKE2b-256 70b61539ace5c9010a7156cffdada9921db168094971d283d1c208bdea4d1298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d03149667a1d3b97e5ecfe74423cf7d6567c99d6a547a0014e48a6af8149d36d
MD5 e0de4c874baf8f31987739850fe8e6c9
BLAKE2b-256 1783d6baa2a1469a41fe830e3527217f072be510caff3cdeeea7923183ecf0e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d89dc26f1fa77f2cab48763df5179d69dc93f44b55070d443dac0c6ab4dd975
MD5 ba44c5ebb3bc4e7f00c6813025116c4b
BLAKE2b-256 0861680f0119ab1a1432b7818d8360de11e7201a4323b1a1803ed4b6b225eaec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fa0252517931ae7051162317fcbc67dda001779034bad7c4fb8e9d2d3163946
MD5 58e8e850c82ffc8cefd7cba6ee6fa728
BLAKE2b-256 48b149e442602cda5061f5d9291fb8a430ae4b31c13ac3128504967d7d17514e

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.32-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.32-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de1f6f0fb99e340af6bbae83fe32f3958bdbaabd63a43defbd4e962e9260f3e8
MD5 0fbdba9decd7fc45b87d113d68aa3540
BLAKE2b-256 a51da0f533640cd1575d89ccf55fbf7b8ca8c6ad9f0dd9d5f4e0b1a908118a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f68f1a0ae29f7f70d4eb1f55e055a15bf9ef3678935cf44749255f75a829b3e1
MD5 2aeec212aeade7a8b693e0b0d036518e
BLAKE2b-256 d537778ed6bf7f4372840e73970a87d300525e7edc7f8fb47efdf533b0affd11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 12a4fa7e8698adba36f1c1f7757df2bb5d5a158c8e6e3969dfeed38e28b0a90b
MD5 35b72cf6452fc455c99ef0257de94657
BLAKE2b-256 eda14945f74ff1ccbe8d25ebe3a436b13c97f72b721bbef4347222d92af9f04c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0cefd046cc4dad838a6424421eec2ce5a95011bc1955d504a95ba13bdbe4ca1a
MD5 600f51fdc23707b929a5cfd6bad6b7f3
BLAKE2b-256 9f2bb6103c17e0d83b7c25b04dabfedd1bbd8a2d36f3a1e519e6cc738d2cd3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a0d4e7f7239b28bcab579054a18743f451e68173c1acede27c94c1cf34fc373
MD5 07291005e78bed622f0cb0212574d843
BLAKE2b-256 a7fc1716855b30e255e1d1988fc8c042dc811590e333fe3e43eb9ddec1e87f6f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.32-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.32-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de433501c077a1dbdf159b9ba019dca42dea326f92abdaf83d41d48b01266bba
MD5 a3190b8f4eeb7dab24ce5bc8b4b4ba71
BLAKE2b-256 8f71de5c6687005a90ba6afef57e6ae98d2f1da40010743b0a6fc1e1e932f8e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7baecc587cef2d044e52f5afe409362eeedc4d4286f29d4d7adbf58d85c05329
MD5 e6e993043d4389a72aea4bab5a597ca7
BLAKE2b-256 4986bd953cf0f221035dc13e9d903cdfe9e0d954c68cfafbc67843d68e032baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 182c8a91dbb57a3081d7c99f469dba919f0013db5d30590735a841fb591de0af
MD5 87e5f0a8a7ac3674500c7ef0c8d8b9ed
BLAKE2b-256 90c60aac334f04d0c5df506cc0a3d9397921984e0d78b7bd91d585d3d735d39e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 afc41b5a21b2a5897a305f584d3d958ff1c7f475107449d0e43cded9f3dfd019
MD5 736acfb85474766657a56060ad41d350
BLAKE2b-256 c97d91b48f5db9c952029523dd49d370c74e94efe8be5f9cab37bee1474b85d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5917eb297d2b0e2a4c5dec67b5d8a4512c8f5a9821b75b9ca8cd5d5cb367ab8b
MD5 f540ccd92cb30ddca72a63f4495a261e
BLAKE2b-256 91b354fd545057e14b74ae250fe2c2d59c0d1a6695c0e220a00596bc638a5f3b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.32-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.32-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33bffc8226659657ab0cb6864af99e3d93fd11ef1625858dc867d2b94809e194
MD5 4386247ec345dedf3ab0bec95d2204d3
BLAKE2b-256 5ad35c4248e59c0737d95b2f419823e14c46fbcaa0af082fccd798b4696d273a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72c47864045193ac3b8e31347f2f5d32c37110f484e4fe92c27c45bae631c7f0
MD5 476cfdd0c3e9a75e7d8b014b613d92ce
BLAKE2b-256 1fb7352643d06dec3eccd67cd90ac8ad965481b534b2de3638c3951aa35b5d43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a40649ed77e3549f27a3a1696da165e87031817b0735268f7b3858d5bf9f9a7b
MD5 3a5fc4e2da47dbffc228d462667b2ccc
BLAKE2b-256 2f106f3f3a203794cc503c2cfdea9da18690a249941fdcece295c56e3118dbf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 971b9a5b0f2339d3a97fe6df206d3bed9960ba8c0fd0a96f06bbc2ad7baea6c0
MD5 7c0e490aa5c6793c46d8e978ae54beb1
BLAKE2b-256 8510edf5a82ae600ffb7ecc4b55167fa73c09279c3258bdf559b50f9e34c34b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dac4f9e3cb235d3bc8406c2432119ada6963d8f0c9ef99b2c1372f38361108d2
MD5 e4b367c5c3ddea2efb0e4bb66b2afe9a
BLAKE2b-256 aca0cb817337de58c1f64eac9de204535826fb7c293ed34c0bca5d85ade04778

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.32-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.32-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf81f53e638066954bc82bf0e4bd4ada8d05d3b77b0e7308c2b4b6081da2f2de
MD5 124d1b47632b4ffe205a8fb0375b873b
BLAKE2b-256 4e8e0b32e27313cc35a3c700c9b1ece55a3ec41d5eba523c50f6708bfe36e161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91f2603fefbdf94a6f5260eea068e1bb5f522afd32d425ebccbf1996d285d629
MD5 80709339e00a3e583586a048721020ed
BLAKE2b-256 5f21f1491fe5b7d3658a446cc9a77722bb8eef658776a9352136270a75ce631e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2a750b7c2047e647ae21b2e5d5d83c7a3b272aabaf5d2ccfc5082c5b2a4dd5ea
MD5 38ba1efa500d39c4c466cf497d5656ca
BLAKE2b-256 9415848c3a10897e40e35a06b033f50df12e9971fd9fc806dcce9c41110e5c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.32-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65e2648edaceafca1c0bd12f3dec0f82efe55019e11ae4caa649965813cd3ed1
MD5 72c4e4cc447b17ae271c805e84799a7b
BLAKE2b-256 79fd0f4920570e25c18e42cd7bb1d36c642907c99c2d9d25b62aec747c3dc436

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