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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.39-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.39-cp312-cp312-musllinux_1_2_x86_64.whl (31.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.39-cp312-cp312-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.39-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.39.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.39.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.39.tar.gz
Algorithm Hash digest
SHA256 343913823ca9f4f5fc9d02c063935f15b6a05cddf63f60065950c27b48233d10
MD5 3a78f6f8807032801e8f65c5fa1d94f2
BLAKE2b-256 95705b62fce90eb14a7285f27f31ad3b1b32d2f0869aa2014f4693ca91dbb937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c5ddc54758dadaf8d6d935781ed778c13c3adcfd8ad649f07a78344b61ad050
MD5 d933af7fad90cda52152de7fb32439f1
BLAKE2b-256 b8bcc3ec1a6e242430060dc426fe6887d4c317543745b657b2eafbd687b715e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9843d7c474e7c8282721e60057a0f07976b0798b3b1edefa60ade23a98bf5aba
MD5 bacd772c6297e22ec5b0617f9c5fe0e5
BLAKE2b-256 8cf01482f5e2532608380688e594e621ca06889af518e9df2c58abd33708dc61

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.39-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.39-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff5e04c93fc167b4feb9d9f1f8909f91b5ae4c2574bac9d460a4077d1116dce3
MD5 f60ff56a892d9b3a9b164da9865b7920
BLAKE2b-256 c289cdd4024013e2763951f321965938816ebed2444e6684bb59307fa8df94c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec7fd2b770d2bf239e02f3d4879992b049a13d9030f18314846828e0de764360
MD5 048f5ee4558c39db6b2613805d260966
BLAKE2b-256 3d8e7698c931525823c4699aa8b36c96e5f85b070d9c304e3a6c92851d169f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bc58c47e9bb6630aff0ea13afdcf8b37992efd9f13507bab8f8ffd93b983c1d0
MD5 786bfb03293e7c5fe420379e82d63538
BLAKE2b-256 764d17c585654a0dc21bbb2c3119c4094dc874fdab5cbe9a73423b9afaf53e3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 677defe58786d1bc5697236625207520bb78686e8c872e885fdbf1317f9580ae
MD5 9d94c4ce56695fc7652220e2f84d390a
BLAKE2b-256 26194774c60187a417d26b4fef834fbe848a1f85c7a8a3b02236dded39ed2314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d0bf4ab7418b9c20275b78eb703b476205b9114a2895a8cd1b5e7bb56abd185
MD5 778b578431d8dc89f5825cf156033bd7
BLAKE2b-256 c1c516fff848895a27b6063eb6118bfa25a6408307332b4d24bb4b5440f7409c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb0579339baf64b58e82e60c3be0d03736f819dd3940e2fdc0453ab72d0b4533
MD5 5ee2f65561483fecb7de2c8f3d873b55
BLAKE2b-256 8008dee93c5d776622135abf4d7dcd68b1c206ae7b9903e25a0170f0f975a3d6

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.39-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.39-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4b8be1dbe0670e9541fde07abc49671b9c19bec7975f4cb38a3038b319d4307
MD5 881dc4e6a32131b091b86dd7f27c4f39
BLAKE2b-256 c0b06c41b54a7870f3d897cdbd80f63b587e3daad3668f2b32558489cc6c2057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb8dda12aefec9bf7bf25926d112a5f679e4c3ad16045771bbe8b32fd6f32dfe
MD5 abba2c737e653c7fd7f410e20e3264f9
BLAKE2b-256 d1478895402d100bf7a02d0f3f913cecf7b05342b672aaef03b18049413f9000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5970c8a9e331775ee8a47a4ee2754aab5184395608fd41888f64092733e70ced
MD5 8bcc2d2f8e65891c0d331e5f2769818c
BLAKE2b-256 9d08df2695336462625908478b8b4f2bcc2676e526d8828eac989f93d86ee443

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f7f152d2c9a616f71abbcc8074f5ee0d6cf136a602b9a8f015fc5b9a0494f16
MD5 64d91273b765b9ee8e17f96bb510f4bd
BLAKE2b-256 d1200b7af7871d9d99c91b98933453393db6abab82e10c220811c7e21d30caf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c9e1c0d206bf2435481e5cc93635d7d00dc6be605a5b6f8578467d6e58959ae
MD5 ef2dae4df57b72c4fd7855526b3886fb
BLAKE2b-256 984569a70079230d6383d307b5ce5a8585b7089e8c2fe3905b102012a8d677a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c00e949729a91bfe6691ac4467e6d34177cc8008b5d67d55ab13ec9378eba1f
MD5 a2e8845fee79a3a476afd9e1c6ee676d
BLAKE2b-256 553a105e4c5167660daed079864860c22ef157385a7772d782e1cc930b171ca2

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.39-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.39-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6fb070db2922f9e657b9663f401a3848ddb95bec1847c8e5109fe3fc87d7557
MD5 80e43e8ba93505d0c79d46f37d2127f4
BLAKE2b-256 2b0985f0ad2515e26c63400b3a701fa82494c90338a8c989044258e32cb1ca32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c3a1496488c2238efa118f7082128ec68899019c93b30db83774f2992138f05
MD5 ebbaa582aeb8a8217482706f94e37e39
BLAKE2b-256 746aba44cacc4d6d54c53e8fb863c2fa394930329627db7bc49c20aff0f06ad7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83607a8e02abe99a2f9b4db2c810d0a10ad090d7706f75ba1c10a1a684816f33
MD5 7e0e785a28662a74707aaac1918161c5
BLAKE2b-256 41d395ee395c8e11e83daf11ec9056f1aff36937f38f505050a61e622d813c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad6aabb2413ee5d82b67989584b651781c5101d204e995ca13c8b04cb67ce2a4
MD5 edd8963f9d94465310b7db222501b00f
BLAKE2b-256 f40cb1348e143054dc1906adc4fbd3f66ad5172fead23a249c4eb3d519fd167e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5ab00692e9afad1c27237d54d9d59a97e252c27de07d956227cf01c78faacf6
MD5 4448e1601cb7a5ee4e266c69b035a7e8
BLAKE2b-256 b2c5e33ff66d1f079e410dcb0c90e946434237ccd369930a013383bf623b84be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cfa9519a6b2a9a44c27071a956168d8daa8f38b0cf88d061380d0361e2efabb
MD5 47bf32eb81c2e50e3e1f55444906478f
BLAKE2b-256 b3e76b15c5ec3904200f174a58d12da2a8870b66da13566bd6748969b1a66caa

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.39-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.39-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ab3cdd69c6cd6934c42aadfee4e405de11dc2c9d178cef9b99d4657958f8949
MD5 5fbf09e9745e2a2adb0ad13ceadc2c97
BLAKE2b-256 6ebac9b798d54bac4b80f4665f89d6a57d97297741d6164bd066861a4627c27c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 153cc2e93d0150a41924a9266897d6edc683f91bf9ae9f50c8eaa05576ff1536
MD5 57eb0df7e142358caf1ddd040f3a6f66
BLAKE2b-256 cb6ba8b6434ed28ff730d0cc50d3aa246caf0837ca9cf6ad729f8aed0df5d1fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e5f102d774be81927fadd8effee3e58bb4cb4cc21eee3f7f03cb36b44eb57ee7
MD5 17a8c52d0db5d0a3efca2549b31dd8a5
BLAKE2b-256 2ca19394f60f2a1ec7e7f70d967c18514a7e054dbbfc3248058fdcfacb06ce8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9fd24da1959f2dbf8f4a7c4e17d941f870f8c80117dd5eb5db58a1bb3cfe1ed3
MD5 f26278c8b13a475b596fa21d09326716
BLAKE2b-256 546c212b680bb072dc3107c9bfe7c3f0e01e49810adf07aae287dd1f8c54e72d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77488c191efb1051469fc84aee363279e72369beacf3d811f6ea2d3e57805b3b
MD5 cbdf20998ba48eb523e0ffdfea1e24e0
BLAKE2b-256 6b78b97ffab56f1c8db74f9f4714e6e6d9ce4e90b48896170ebe6f2ffe97f1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d2eca0327455a0cc5b75ebf5afef0027a76450fc772481e75e99f9a7d0a033a
MD5 e64586acc9f80c6823486dad8e94d6ae
BLAKE2b-256 0a25655a5891815d153881b0e08dc02799a33836536324b9e7f17404eed2c2ee

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.39-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.39-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26771905aa6775d1372e001ec59ce16a802915aab89ec1640c1b1e10c2b4ceeb
MD5 f9a5ab76d3264126b24b11d879ac431c
BLAKE2b-256 80a5dc5d95cd779ccbd502bca9d273d49e60a3e9a336cd9acf1aff6bd64d2349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59ade2dc65e32f071e65966236c9429cecea8b053b8b0236c981381ffe4d9691
MD5 fe815415373306da5ec827fca2f706ac
BLAKE2b-256 06666ba2c6051c09d757655dce114a3dab96b02aa091575dfe193794480a606c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 89afc20335a7982938216ec49200a2a1958ac6a224b9c576f4ae659bd6c03d43
MD5 1cb6dd0c02038b4d7133ced6789c4cf8
BLAKE2b-256 32a5ecb32ee00a7a15819fdb762919114f5256633b82b2a85fc6e8f64462e243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.39-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e084c8e509cc6f2f9d46a33f529f7b939096e282dd090e5304b65e621717af2a
MD5 56548fd05cdc2ffd65f36a7e963255df
BLAKE2b-256 61901a66dcf8337c8dcfceaaaadbfdd099391d942b4259bbeba18a9661702833

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