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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.46-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.46-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.46-cp313-cp313-macosx_14_0_arm64.whl (175.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.46-cp313-cp313-macosx_13_0_x86_64.whl (186.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.46-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.46-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.46-cp312-cp312-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.46-cp312-cp312-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.46-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.46-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.46-cp311-cp311-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.46-cp311-cp311-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.46-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.46-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.46-cp310-cp310-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.46-cp310-cp310-macosx_13_0_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.46-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.46-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.46-cp39-cp39-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.46-cp39-cp39-macosx_13_0_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_glucose-10.5.46.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.46.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.46.tar.gz
Algorithm Hash digest
SHA256 0cc653f0de1fce3ad4715dcf29bb2867d404d69cb8f6e82368969e5e1f7fabb5
MD5 33c7fda2523026a637625583784f1c6b
BLAKE2b-256 8d60bdcf331470ef96a81712aaecb2d1b9a01ac86f1d2d32fda744f19b7f535a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae8550d5ba2efc26f1909b11fc4bd85a32618b2eab7c75dcc5044901abf54759
MD5 f68e9bbfb2ee7c6be90ddfcd5761d348
BLAKE2b-256 d7bb3a2dfbcee3bd90c4d9e266c431025e8988e726da89861cb61c9d6edbab36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab4ac223ecf1eeff172c8973c2c39614e74ef2bb14c5e6c553c3903bbeeb678b
MD5 ee206b1697b0c941d8c51896002a77eb
BLAKE2b-256 92391c3c46a6ae7347e26b5296ccd5bd8decfa8c2f6a6d3abc31ec6be6101122

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.46-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.46-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ef3acd51ee0f89623f044b4685b289e0621d2c12b85708a4569d7400e34e15b
MD5 ec6410886df1d690eb73dae247219041
BLAKE2b-256 7ba5ddd4393c64e7752510fac14647b5bb4432cb107618ebbb25daf21758b7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7db96fff4c9c8d57765d311253db974e77cd65d7f8cdc5291422a46641040446
MD5 41fc651b894c4c70c8d0f1023f9e8f27
BLAKE2b-256 12abd036e6cd0af936512de19d2a65a3d319088f259b6eaed3026e2a81b5ea23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4c172a9c9c286bbfcc306352ab9580209f0d826ca7efe69466035969bbcf730c
MD5 374abfa5e6823d972c03ffe2ec496340
BLAKE2b-256 1ec20133b2203a0272725bdc86fe203c3f6bc198f31bff3ea853df35c8da3259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e82211a16dc232c50a44e7b9effc32f87719c78e319e4629f28d7b1d58a4f60f
MD5 650d44bc91528052c13b9fa6c6b8489e
BLAKE2b-256 13b17f1c0d45f518a706821356dca7b89e64cbe96247f08cdfa13a79774277cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf9dfbfcc45abb02b7645d0b50aacdde61fc6c9a070d717b26353f62429d34ec
MD5 296dec0f39a30aa1efccb5f7674231c5
BLAKE2b-256 19485c3849fb0e06fde45d58721ef4b4d743778b0ae147a78149d91566483657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d30c99d9c4a3f505f4b7c2c0947b9ff36ab9009dca538247e9d333c6dffd1da
MD5 4720a4efbbf8de407b62205269a49df4
BLAKE2b-256 363062194c1d209fd7385f5898dca28571ad08636f75130c2d53a4c62de11da9

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.46-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.46-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a4d0a906ac0cc29e37d71c3c1db495be23c91c60a48211160b1dd493c48aa9a
MD5 5d3b7bdf36f69b663762ecc48d350928
BLAKE2b-256 742ac1fef7345522605e5174c3c9b2d2830c6d263b776255b6b77510d261aa0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1a13abc41918d3c84aea1f37c8899c36ce1a4853c2656d42e92223aae5b1d69
MD5 a75f0b75fcc85535753ddeceb88d6580
BLAKE2b-256 3be1cc9ef5414aac0edbac6e33506a42ee07bc8e10e0be64ccfb172425ceb9dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1a469014b0199eb5169713d33a174d335bf7bba67354d6f0c1be3178546c81ab
MD5 2b51c33494aa1f95cea3d4b49241d8ad
BLAKE2b-256 807615c0b3d641b771988a1be8147e39d6e861a947f2ef0a81bc725c8ea6e521

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d214ba28bfcf41dd1a98bbfa61eba82106ecfdb0c28c4bc45454972f5a368d26
MD5 840fdae52cd8ae5ccecd5968a2ca433c
BLAKE2b-256 6199a15e8eace870e350f13a62c4fd5cc5c0303ac34f4a1c8e7743598b6f3b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d72a6a5f0ea7e9864b8378e09ba86a4ee835343b27a0a8ec1b948c33077fedf
MD5 48a277a7e48766f08e0169a843930d41
BLAKE2b-256 6d82ed4e7f7bb9bb7c1efc9ad6e6250cddd9294e083abbb333cc54b90133dd55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3820033d0b3f252b13796f2e10cdecee2a977c59922404b93f6cefb3733dd3f7
MD5 c2f836363a3243b7e4db663d3161caf8
BLAKE2b-256 ebfd251eaa46289a09e0fcefbd537f72aef7a01572b5840df781f3c3329c508f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.46-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.46-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6febdf1da3eecf52bc26b627643e328ca77df42df3cc92381ee79c53187ca486
MD5 fcbfbe2a548c6b4cec474898e7e63975
BLAKE2b-256 a2806a03f9d00ad42ae81b3bf1ae71107fb249c7d33cbd7f869c049286241ec0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e2a5b83aa42afe7d36f02d4a0bb5ab14012ca25f00d5b22b6d78e52cc3a57ef
MD5 e34beb99c427dbae2f94192265bb539b
BLAKE2b-256 e99848f043301a31a780d8321dcf9fdbc1280d303cb8b93879b406180712907e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7b8879aec7c9fba5bbc2bab42534d252a4ffb3e04d326dacd750396a85bd18e0
MD5 d96eb6cbbb7386602689943690aabc39
BLAKE2b-256 24452366a1a396d1220b86a38a05bd0dd4f9b8dc93bb4c9036f7cc41806f742e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 705bf174c614f5ad22962921b56e3795deec462366bb1558a0ff99ca3fce9366
MD5 3357b3c08a9d846e9c4e0f130f1d3fe1
BLAKE2b-256 cae2db334317dd8d690f7077e254d745d411806d07a9bbf6b3b4977b228777cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f8dd5ed92a3794f0aea42323b72959ea1e5dcc29be4037e4baa95d2050c343e
MD5 df061fcc69e32f5038306b631995c070
BLAKE2b-256 3c17894576ad92ad8a92539af5206827095586870fd6db23e756ea790add2d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cc0a73c42ceb6240c39c3549aeb7148b0652d28f3fdcdf0a9e8048da417fcd2
MD5 53f8b9c4e935d291da06ca91407a1a4a
BLAKE2b-256 7d1d05a70e5e12e6ca9eab49de8fc029374b3c732847cf7df5662b0296ee3850

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.46-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.46-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81ba4acfe8b956192b083ecee9c703b8d631be3b9440d9b35ba662c003d84a09
MD5 5fe9265bc3e517837c6a11e7c39f25d0
BLAKE2b-256 6a4db7ef979ca2e0efe8cec0436f10afac4737687b177a3010fe9ccf35dd195d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b21ed96c647373e239f7f6cda76cee0327d545372022eea69864838bc24ebca
MD5 58444213a1a59390f44c86ec570e61e5
BLAKE2b-256 1455d1e0c02c42e15bd386e06b92dacea7d1c4f32c94f37de739a0656686f823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5f6dde24cff6d6abbf6344c314ceec8b01f4d51614e67a58d7265d6944850817
MD5 a83642f366405b3cc861da9b46bc2474
BLAKE2b-256 434f1b659b1210815d6fa584e3d533248e3afdf4fc90143827754a9f93e70a10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dbc0affd850105d374fc0314d583bf441ba2defc3157eb19efaae513f5354145
MD5 b0dabdfcaa82436a934641b80c40d975
BLAKE2b-256 909ae9f276253bc925b9264dc6ce7f59766687d85f34e4da16218f2b1f245aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4f763ffb730190b19dedb68b5efff2939d5a5feadc397218119184d0546d270
MD5 401a7873cc1c60f2d7c9836c0ea20e28
BLAKE2b-256 3b50f3c950b88757a2389de4f9b318947865a1cede0875c34ae81a64401c8433

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c033800df59907209aa9aed193e8cd07387748986778d65e48012209f5d920b
MD5 a1518a74121586202eb91e7cba9cfe57
BLAKE2b-256 cee3447de922c60b3875fe7badf5ec4d56d91fc82f38dd3530e4d98f62601822

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.46-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.46-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b0f574d031c8c2c6fde7e79924421a6098911e743b35832075cd8173240ac2b
MD5 78f1f7e03dd66190edd7a967421ea965
BLAKE2b-256 9aebfc74372844e1f75a4f1d23e40db1926f581928bcf7af3ff2e39de570c8e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07000d76e94c6d864f08e35f647b1eef0cdfd476b970ba3cc6f573b620410352
MD5 e3cb843393dbdf5a4aa3cf6d045d3aaf
BLAKE2b-256 e093b04c0d01a193a5004db5d8bc931dd67b4435f4de0f1c1eb10701b2e56752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e98d74b9756dbb9772798a9bf1dd851f9707a17f49aca5dc7fcf45d815f923b5
MD5 e64bc95d0522e241ef0a0315e99b2afa
BLAKE2b-256 57e2a4f294ca047d2abc433faf69f4ed21af732a5443e79a5facaccc4fba16ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.46-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 358be2bf0302e3ff7e524fb24827c512d0b6023505f30c1ca5a4352d77e14e32
MD5 8653855b30f648d5d1c7e1e84e0dec8a
BLAKE2b-256 af4d29ed633f1b90706d36ba9dd01e84d6f8a37e5206bd439284e3e3854583f5

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