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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.47-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.47.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.47.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.47.tar.gz
Algorithm Hash digest
SHA256 b08070d879f3b8218431ac9b6d2ebe69a7bb1dd632ec9d2cb711a2499800184d
MD5 0f7705ed4b0a6ef98cf1672707578882
BLAKE2b-256 f41b8104c019c98133e069d98bba16f3848a700dd420f936aa4a60a1e4cbe0a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8852e3b38b62c87920b875f9172a833c53cc33825fc954e4008ac406b79013f
MD5 a5c83413ff23f63d1f1a87e635f224e0
BLAKE2b-256 f82bcfaa85329a8446cc73d6f022c306441675661a25006d9897f13c4045c529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6fc093d177caaa454e1391d101dc65c0a741387bd61d27443a0f5f74340740b
MD5 d1368492cad9c07f9be2f19c1561b8a4
BLAKE2b-256 784ba1b5f7932cc2bb1765eb59ae3df9df30e2122a76abb2d2663c81c761b0b6

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.47-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.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98c96854a2d870fd1c7f2c1e93d7db7488a14f472782f01f2aeb6e915fc26119
MD5 4ce8706d146ed24efde83baa7d28cf37
BLAKE2b-256 9741c498500357ec3ba59e0362d094af49866f88a5875e35d7b7d3055d0b4a00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4bcae9e5c15b2606f56a3da57e21aae77bb93e32b28b0fcd68627b8520cef3fb
MD5 ab953cf653c2b87069c1aefd0a05d0ee
BLAKE2b-256 aafba6cf0fbe441c30440ab314f18a7e3ce73b360ad01054e63e76dcebbeedca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 824b7b942a95457d78e7a031c5248048a6d190bf118ea0c4112f851cb2dcb4fc
MD5 381c886b713aceca8457c2d122bda9a3
BLAKE2b-256 2ef0d568c382abaef12412fba1fd21db5475d9214e5b0a855a7554bb596b46d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e7b3f805de4f64a04719ee3ac89a35a82f79d5c80e9c7955740b506e7e569a6
MD5 3435f0019e0990b289ca075a84eadb2f
BLAKE2b-256 1a947ec401e0cdc9d771b4bf5c0b9aa34cd7cc40af666a7a7ccefce646e2175e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0db5f15b519b742aab9a77ea5e824db81172d26f5746ae77f32ff63099e5dab
MD5 b7c9dba804740b22870c1e7b008a4b18
BLAKE2b-256 ecd90684dc39f47928b04969295ff20dd52dee52d29ad8e3d7330f685400bba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06a81b8cf8bbaef0a0a9d2e4a43399d615ff7b751245fea10910424a92fd415e
MD5 1018d2afc28cf00c5e186c8f2403d72d
BLAKE2b-256 36c784f27468defec188ff2193d89d58a463907d10033c7f816e08fbdcd592b6

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.47-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.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10e777a697e32c3980a77f768a445b78e476f5c7041befbf6efec552bf61f6c8
MD5 3789aac79f7ae6866e4065359064824d
BLAKE2b-256 c11f4a0cfda5a643c414bbb99d48164467dbc0f54099993b5c6b3c9455f0314e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1aeab3c716fec1e394639ea6260451ebe7abc5719eec40bb9f8dfa32a26014d
MD5 e3ab08b9d981713e1f414593141f562a
BLAKE2b-256 bd453f65c38c7f720c6a32c09dbb34ec2d8190810ed16fe5ebb55c022d65d027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d6579ec9aa060902ccab8f10efe7840f1e94e0a43d560ef0ff0f05dab847f9a3
MD5 65d8738bc16726429c55a2763c0d8a6f
BLAKE2b-256 44bdcdc06c8db92dc826a29cfc74e3e71fdd59dc7ff2b3b5e59dc776e7fc7aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e43247be5b21b4c2281aceaddc6489b0a6e4137b0f308a55953bb55efd4fc31b
MD5 4351daf2e4c933c1c5ec61222eec2e71
BLAKE2b-256 1ec2e0568175017205cae2849c9309814772dc8aa966c90d89633e55fa01012b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b0278bba97b67331a5d6b632036c1861aafc87f47b2625980b334eb8c6441d0
MD5 1069be7778bee71b30e7c3b2f784fd99
BLAKE2b-256 9ec51af91fe7bebf8e09ee8af1f64e6da2f79e4eacd8f8d5ab7142393709a844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3790744342c932929fab49fe367da0729aa9a13ef0ae4a41a4d21cd92c24a78
MD5 22500d2300ee62e8e99fbe71d27d1024
BLAKE2b-256 b48555bef56dca603864a409749aabd1641d4f0a25298885c7768ec633cdf2fe

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.47-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.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 243eac0fbae8d314613ff0a9d5aae6fef356a4048639e62dfac0cd3c3b18418b
MD5 a476cc0b1d3a15aa84576689f6f56eb0
BLAKE2b-256 f2783e3e1b4bd684f8635e94b39c1a9213b0f56b5a97cb317a2d7b77f3b5277a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c73e848385616832208dd405ed4f59a0f2fdf4d738cff75dce86fe88341cbf2a
MD5 27e228fd472986b8ac46cc3c36bfe548
BLAKE2b-256 6e3c6e66bd79a82d3dd27b2766786e4f5c457b02dac8a0e0aeb5d603ac90a07c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e7e39eb160810a5b2b6b491b0bd39269daf457b926c757cccca0f09a900e8bc8
MD5 da4d67ed67435bea08a55fa8e8fb0d6f
BLAKE2b-256 4825916feed0327d7c81f408bb3e681364c7dcae47dea264d64eb846cd05b18a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be35bd84e7fec918b8d0985a990aa4710588b0a456e6862e8c9e281cc5ac96bf
MD5 81edd8510c0892cb7b43bf492cb80749
BLAKE2b-256 2819da42245ae14300dcbb018c3d7c7faff5f741a2f208e9845cb0a1be5fc9b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d6c03afac5eee3a9eda21e32308dab215e60aee7cc300ce4147ca7e4bcde511
MD5 daf3c9f0e4256d498c151a598ff8d6dd
BLAKE2b-256 e6fd08631a9c90e8672c20f44f58015a95a7019b5c7b88ae83fee7091f578280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91db302987993eaaf368f5745c7da0c37183b7d3a5ea4361d429aa5689ef436c
MD5 a84806ec6870856bab79958a786a1998
BLAKE2b-256 a608d9d943758087499aa2048b8ff68f975bc289f2cd8da631e03e9fc6b61e71

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.47-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.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 66f513317d315002e552439e95c1a6819ffc83187110bb4fb69a8a7e3e211498
MD5 add64cdf1f247c6f242a1dd6f831201e
BLAKE2b-256 a2f7ea0b0166ca6a60f64b8a9ab123880b72d6718cb9c1b2bf1afcb3d46e0b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15606651d4ade30f87a3ec7c2c998a1c725937358a241651bd9f0381dce9e402
MD5 b175a4d7f89c99491b70172441c85a72
BLAKE2b-256 bab6f7374717b54b6fc1953c520e1700ce7257e029e3b16e9ea5ed7ab2b31297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8843d0b5732cc984e9487389bed15456e14893428910c89ab133882ab2e87761
MD5 4bb28dee2b67eefb0aad43c2a6a8b8df
BLAKE2b-256 528b976e6577c2b87ba45484c40118a09a6e57098edd922740233d352b2bf556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1030e15d9fd9d61c38cad81382e15bc9c1906ace8ccd3cb06f32bd748f519a33
MD5 4c3df6bd08f798bc2e23b54de3a7693d
BLAKE2b-256 1d10652abeac3c867c975579dab47548223fdda684da731dca0e489b002db83c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0eea50d5c0add1b1af4278e5d6f4a275e5376690f93ab9b5650a14cb002f8a87
MD5 bccee468ec62c8b80e7d48f0d55b15b4
BLAKE2b-256 ba87ad98ce0b3f85e0f71efcaf46bfb7002c35d2cbeff934d217855ed61a7faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4830a6aee8f11b5a18adb21c11e3921b3284a0b24faab47ce6f3d903415e162
MD5 e84eef7f9dd97da4f0dd2640cc747819
BLAKE2b-256 7bbf992e83bf53532ee77295f6055bab2d01a4bda022f82c1708ef5b2e1232ce

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.47-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.47-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1292638daf7b79e24723af568323bc7950a0033cdc9588c3d5c575a3c68f063e
MD5 54595e6f0a0a107a1da356465071541b
BLAKE2b-256 bceea49a70db953e470bf3b81ee5de4a3c8d49748462d7e5db926ba4ca2b0113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17f78d0243aaa54e231805197ad6397985a0bbf7da2bca168506f686549d2a21
MD5 ef565112e476889fc73211b5ee8d6b5a
BLAKE2b-256 b429feb8a5f9d188f85dd73de053d4de102805bca0b921b3ff72cb8cb6a91ad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dfb96d84d37e8348502f145068d7d26c3ebb69baab31be530ea0d10a6357afc9
MD5 e0c0ad6baeaa77186bbea9d90ef62d7b
BLAKE2b-256 8cf5ffc8360151b9b889651b4248b0567a7e82fce457358ee623792ee314d9b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.47-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d95888f644c00b022f5fe434e6da8ceeaac6dfe4fdded9b68e74a7da9c0e0b9
MD5 e001ed5f027c0d3c1dfc66aa48633231
BLAKE2b-256 798762449af6b161f9a028da8afc9c66ff2016d7dbeb78762683275e39a906b6

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