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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.38-cp313-cp313-musllinux_1_2_aarch64.whl (27.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.38-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.38-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.38-cp311-cp311-musllinux_1_2_aarch64.whl (31.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.38-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.38-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (30.8 kB view details)

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

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.38-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.38.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.38.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.38.tar.gz
Algorithm Hash digest
SHA256 e53b296d00294f28f7e08db5d67024d8ce922354ddd524d909de858cb1540b0c
MD5 96642c0979ded9495a7eb9751f17fe79
BLAKE2b-256 4899648c99ccb5df4bae08fb25ad481f64c1e9e3f3704244dc33e7ad71b8e75e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6557611443ae9d6653e2f2aae4f8ba2de727541c3c47fb8a27b6febd96c3207
MD5 21da7e8884bd759aa367d52de7b41c67
BLAKE2b-256 c032e1d4e44305cf99a82dacf33a8bd71e7696b77bf7d35406ff6e6e5a4d086a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b0734a4f9680f44b7b6f88b92a3358d2346af2b3850cc87ad7a96cb49d2fc3d
MD5 277718c1e1fdd7de3030d7712398ab6c
BLAKE2b-256 52eb02d27001167a1212fd3ac2cc9effae22d9127221f3a18778b7e24cc9dc6c

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.38-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.38-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2a65c8a741828af918aed6ad558e71f3941655a65e6049fe430bb6e38d2b51c
MD5 69fa957e49642c4411d0d4a5a2c2a111
BLAKE2b-256 90b55e66414f5031c717bae526dafafa6ad5d9a11cfa8b1d8efa2bf55f69d821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46ac2afccc202d12334ec102ea104bc1108690719584e50bb88904f9f545a91e
MD5 d0a8840a5f8b53081ff3003bb3af81a7
BLAKE2b-256 e09f1376ede5881333345a56853d1ce6957dd6a870c566888da8a6cf6a3f4432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5204d7803ae3602fa702036ff3b90490c7582e5bd28b334f049ca6fddfbf8024
MD5 f592226d8a77dd62ea6478bd8bb72ec1
BLAKE2b-256 0f1c6873a32fa38ad55dddff9f0362f2849e4e437db33f9421c9add958977451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 25a62f4eaf74ae1dc0a177aec40eacddfb9786f1026f0e0f4031fa4eb37b30ec
MD5 64839a53811f0c3228e6ec65868f6f81
BLAKE2b-256 410484e010cd2f1caad0c9f59db7715525ad845c9f3d19f04f0bede8d8e33a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c479a67059a90b59f2589eae97926bc4608ff92960193ded541e996e61264986
MD5 296ce6adb2295017babd90224e4d51d5
BLAKE2b-256 a9319e1a71064d1ecc344199ce8ed5c6390d06ca832ffe21da6e1d0f6d28b408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbea5cbd735cde8de0fcb79755a6ab2728221b82a4e657b91ee7548b16faed5c
MD5 68d8798c893589ea509991380cb3924e
BLAKE2b-256 c782684ea0faf23f4109a2e7c206b4c9b43fd36185843bf8cbba2408695f2de4

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.38-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.38-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e13bb4a54e009bee8a485f7888b81b10ae54ab0f4a23d5ec9c611ff207d8a7b
MD5 c5d0e36f15dfec1af0b1658b6512e5da
BLAKE2b-256 f8da3ed97dc231fdc2b61f546afc6582387fb42319bc5e08d2372657f2457cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d2ea6884d377b07c525deb3c28cfb016ad4ae9355537b72118154987dcceb80
MD5 99fa3fe12c4dd0562db34f6adeae7a7f
BLAKE2b-256 5bc410c52f83ab9f2592c925d7ae5e7e7d95cce427131efaac2c387d69c031c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 947dd8c75b1942ffe6f2d6d4ca46505ff394d028b0bd1595b91ef884adc558e3
MD5 62ba4c3ed591a633d0837f9df7eb8bfe
BLAKE2b-256 e47e8426f8d5519115299e73986732071cae53293f0b0f45b96672b4bcc4f008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 96099ba0f1e399b5eb3410d994fb946477d02769d42a0a59c25f5c3bc5acd986
MD5 b8b5b34cab187df0d158d5ef9ca01aec
BLAKE2b-256 50abac91dba19e48eeedfc68738f2751d36dbd653c3622b0cbb01bd5483f96d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7928ac4acb90e6b4123678a9c6aa8bfce3b42b7ee7b24952587ab7c681bd1b6
MD5 ca8e5e89722b0d85dfca62ee311e39a5
BLAKE2b-256 1db913f9b69f6864d504fddb0a67d45a461805c2359f3696bc8b3d5e4aa3f41f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18e95f52dd150b54f9a18d0db8f0747cd2a781214ac37cbf51d338c8abb57aa8
MD5 3a372762c5475b36263c18cfbc4970fa
BLAKE2b-256 9318adc47581f1caf4a4e77eb2879c971c9b4a8ef7ede51e168243b5aa17e442

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.38-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.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e77926ec1132605102f7c82d048e09b5a2aa595238173b8244a425e885b60213
MD5 06538f436d9e88cd4066fecc1c0619b3
BLAKE2b-256 5ee869861aca3891f7e227c93ffd90f1d92add47d7f7eb8e656bc3798d38c6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 694833a51ddcb5d632e61762784dc4c7dee7a09caa5a5caae2635a3390fe9924
MD5 3685e94e067228c1da3fbc7daf116747
BLAKE2b-256 0338ffc2fb73de4f6809af9101b4bf44f284907e49367434c97be6ac4fb34d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bddef2b1c28702d99f78dfd8a5afd3a724a6aa2985dd92c5481b2f756e10ea88
MD5 7aa6e0905474f9430bb46901737de749
BLAKE2b-256 aad227602b3c9cc04bfa9e8cb60e2efb253931b3bf6731e21d6f7080639e05cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba56f08c986bf267df404627f780a47ab3188735abc283b4b9741315a9f421e9
MD5 020b4b35fb9418b2e1dd1a98af30cf78
BLAKE2b-256 467aa72b32724a5a833c45836bc1db76efec82998f4d6d2b3db03f635a7ec185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea74d692cb9e3cefa5aa3da9587d4d3ee5f64fca6f73ac3c2338acd33be9c1b4
MD5 d9098e03878943c59ee570df8cfb4968
BLAKE2b-256 7daa0854d0525130b6e2dff99ae9f516eba60fbf422d3ff2dddb70968bbff45d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 384c2d2f3bd0c20ba7a6d385c41fa9080de617acb99e3aa62b5a104875fb4832
MD5 10b53f16f13259d8946c6cbbb5fa05e5
BLAKE2b-256 90489d81e9d82a9102542b26d7cd993e2fe49b932582af16a98e558ab671b4eb

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.38-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.38-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ebbeedb58f980fa9b9865b6366acaa103c4bf7a17f68fe23c138f0c2fb298b1e
MD5 34dcc384a913b067152aac2102906fb5
BLAKE2b-256 b7330185fa811203e011349b6213e83a6a8d7462b16199e25931b1bc213da8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79342f12f4926b2376627eb721f3f60d2d329e86b40c3412ae7b216df98308d3
MD5 51e741077a9b0ecc01e68e89d4b4c134
BLAKE2b-256 fb0de0adb4db05b9e7a963481efc32328a28547450bb74dab9dc9b31d9fd6ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ed4882abbd563ea79ba1797071d3b9cb3b2fb80fdb7dc6ce96d14489a105b071
MD5 c63ecd833dbc2a30c7c3ac6a1f10d472
BLAKE2b-256 f9211adab2ec96591a3ce6f6be71a871d0be643c97f4d88075043f68391f21a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ad63d04723be345fd2ba8a50584bdf9e5e557053eca3827a7718c84958532cd
MD5 ae28b1f99d2e9ace1086782730ca3784
BLAKE2b-256 c618b0e5179096a1475b38536bf2365b00cd6bc12a1f911642f3eddbaaa626d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 116b00c78da89794ba7effce128e5e62323981c0d17914e56a3fecf5233ce583
MD5 9a9a8c1da6bfbb1d6362f711c18cbfe3
BLAKE2b-256 e1b8d9525d0e4d5022d30b8c12f1dccbbf60b41a381933c08c2435797e1058a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b09a7514583c80703d16e5694e126b76f4ff49f925cde836e30b01ee47aa3aeb
MD5 ee67e0461b406ac1c13eb723fd3202b5
BLAKE2b-256 c0624ebbc5f274568ea59398f74677082f0edc7f87008031a551b657478ec60a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.38-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.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6a982390605a03a4bdc387614cefdbe103918f2f8f9c3c6b863f1d1c7e07d71
MD5 28e43940925e1e217910230a1aec943b
BLAKE2b-256 d7b9e58b5d845a7b32925f6d86586d9be1a16d5246abbaf9a0154000dab71537

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3a608ac07d8dada01f373761c1b02f8ee57c001cc3b5685f71d3ada7f131a55
MD5 46affa1d05a0d1806b2ee2b98f199b20
BLAKE2b-256 db034d4133d9c01e7b7d695aa554f0929a723be9db687dd67a6a3aa5b406e659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e637da5174ba62c8e45163cc041cca03fd6f5f87ed622427500c2e7a728a2609
MD5 46ba47d240d1f42b73b6d64755eb6a93
BLAKE2b-256 b3e7c89216a6806b92776f4497cb2cdc0da643c74fdea7ce152ac85eb924070b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.38-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ccb49a999bd3fe9efddd4f7612ee4afa550266b1ab5778279753e2a601c05517
MD5 4402402c8b1d2eb9519406932aab2fa8
BLAKE2b-256 16001b869902768bd3fd49dac35e6c5dfed7839eac2bf5ca06b6dfca934f706e

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