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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.43-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.43.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.43.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.43.tar.gz
Algorithm Hash digest
SHA256 ffe301b9fb6cb9b9ff1671c7d82494887efda6c4e7d6a4549205be491bfdd161
MD5 231e2f56f389842b9476f1f23b6016ef
BLAKE2b-256 346966b027c95d8cd1484199025d63c4fa82575be565570ea43dc3b434cd7cf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d15794ae915695dbbb6973481fae49b1d5bf7acdcddf56472ec2b7a266dec42
MD5 d232a2fccf8f9a92e12741f964390f73
BLAKE2b-256 2d3a1bd8eeda495c66eb907c895530c6b52d74fd442392c311c28ee595e3fe0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a4c883e4654c1b8f97045ba31b4f70ad7b2cf08d670e61b33ad9c51cbc6618e
MD5 6b4b2435f4e4b3fa162af00d385dda23
BLAKE2b-256 6dcde02c447bce8ebdbc36fa10f78470f682dfa5a3c7a5e05adf0a8f6bd4692d

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.43-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.43-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2557a833c3c59ca705aa31b1ba227923e0aef70dad04700adccef24e89fc735
MD5 47240c19696908eeff5086e23b665825
BLAKE2b-256 52158fd238954aa6fbf0c195138df97e63c646a69b7ecc367e4a8a41ad7dce17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c6acd58746d7a0d99e4f7d38f05c3e6f0d85e93d81bde9b8dae6ebd74ce92f2
MD5 7194e815af07b5adb5cba795117948c6
BLAKE2b-256 e2ccb758f047676b348c0bbdefa84a420b75a2e53cc1a9c1250db7ab1064c7e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2f98ff37c65525a6678d53ebac20532455428756728c4ec13381b54644879fdd
MD5 9acefdbbf79216e73f39e60a2d30925a
BLAKE2b-256 f6a2c676ebbbada7a2bdde404dc69456900c594a96540ff49ea388719f1a441d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e229dbc0413d4a25e7ba58c6fcbb85b26662bbc366b27042e8b5bc448c0372f8
MD5 26ce805374f5940d11493b25dd258d9c
BLAKE2b-256 a9f455986b6eb1b11505234511a6dea26e238fa793560a5e1f216698fe1ee6c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a9ef0706568a2d4d07eaff4f0211f44d45677e6ec1116c95734f127bf473f23
MD5 05dab2a1279064d81293873111ad3370
BLAKE2b-256 c8c8e8cb94de1e0b0a9fde3f45fcf5229ec75d9340a9fc41fcff71020f490426

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b9582cc18ab618f7d486c4e14e645e3aa8d8945d4ff18ea2b1cd71d7a106219
MD5 6ad6da6ff33ccc9e397b47bb770c91a6
BLAKE2b-256 84da1a7e1aedd3f4900f2d9892ea1744bf012597927a65d35f38ebe1275300fe

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.43-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.43-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a7458609accfd1f4a0d15f2846d134dd4e8dae697ecb0d0a11427ca637211b4d
MD5 dfad4b0677e66a36f803bb9324172b3a
BLAKE2b-256 49eeae405b5b7603a2afb11e81853e8df757a7f5b23899891484a6911443e6ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18f2de01fd1178da5ea676afad08e6f93c1a6ab62bf863099d3e219cf8c00e32
MD5 3cc835b1add477cfab4e147df0d3305e
BLAKE2b-256 ded6fd58a7ac0e2eff11bf40798a193c05cb12411cc6b4af84190fd9d08778df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dbc0b00d683aa8d4fdb95728041b5f87b084993e5268f3bfaa17d69e340d2a22
MD5 41eb2a8c50f5d5ecbd21673fefe0c014
BLAKE2b-256 b2d35b821471b586ec0098ab55ad69988cb4e8b3c682c4ff4eaf4cc9c4dac2f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb6611340b38cf9db6d95ab776b7d1e590e98e104acada759817583a557d2da9
MD5 0b2327d25483f3b27e126a41101c1a1b
BLAKE2b-256 53b942b477f118a8a1dfa9299862f7b5edcc7850f88271a5e396f1b0d6bf3cbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79e08103acfc693676345d448564667f3314b8d6336bfe302b0835521cb4e08a
MD5 af77eb6798e3cee0a35d80d2b9e07609
BLAKE2b-256 deb1ea4ca0c26f94c77c650beb6dac9e6ad926f253cbb5034c492b2d7c293037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3218869eb30c9d7341af841357b30af547cd6b860599057ee585cfaf5aff344
MD5 34f91843be74f690b062cb76e4394c6c
BLAKE2b-256 a506875602a32e967f80b58b19f84f53aa3da6be0d8e48dcc55f7ea92d5a20ff

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.43-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.43-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76b2a1ef4197cb61b88a4706445196bd16d6cb00e4ae331f97dbac0d2e113ea8
MD5 33fd02c0c733d9d63d42d0b5814dc94c
BLAKE2b-256 3cf68e5d8763313deb41b883573982e4ac868d9e25a10fcb983fcb94641383a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ee4d6fb94f5291ae5251e9dadea70a737ba4cb1d03d7cbebb2406bfcfe17459
MD5 3baa99742110d72b8e24f68a3bc541aa
BLAKE2b-256 85c116c43eeb0833b0ae3624782fe1da5cbe88907dcae064bdd8c8fd5a34d3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4172671d386b41b3d79e18e5acd7e25d496f352065bb293f8e7926014fa5acfe
MD5 c00de1637b5772944de4ca22b67d315d
BLAKE2b-256 9f406f99388b5c57227a285674800c150bc31e7eeeea9cd89a92d9590d4282d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 acc9a30336b06cdec96f0981bd17a78197b1e839448c7e35079c8bc5a254c35b
MD5 954d67473da9acc3a0bedd6fad8173cd
BLAKE2b-256 88b7e99246dbcda3e2f9529713badd3f1491140270d7c3151089cea0fe9016f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e53fae53178cef9a8a8158d13ddeeb8a20f2cdc0036820b574be8bf6d184453
MD5 a5fa2e8a4d629d8dea8eb2e47b0e60d4
BLAKE2b-256 93a4fe0b0528e883df0811db04e45cede7e35bbcfb43e6bc31d48e2e2777d6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1693b7685e48dcba21e68ce5c82e1ff6fce2748620a6939f3132cffeaea1ce8f
MD5 2e362c9a56bc9ad715d69e7ad1870d81
BLAKE2b-256 9764b0c1c4efb49acc49ca47c1c20f34f7d75e80aa00a55673a2657c76821a45

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.43-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.43-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 716e26e40ce0581dd6011fd48d84eea2d836416e4d5a55b02a66d2c5cf70652c
MD5 587b76121823d73a7c8b79076477c5ec
BLAKE2b-256 bbfb2f4902e538dad7df7f90a7e6d355f159d2ac9c7ff647665d6d5cbd0e6f75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7da36c753482a8508ab3384d05379399e292193b2a34ecd3718297c3131e75e8
MD5 2ca24bffe22ca3df5f8c5e285215fbf4
BLAKE2b-256 ec2e235bf3155916fd4a5ecc259448ab9c3032b95c77745e33d01bc87e04c4c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5aa6529cfd5d08c72bf2f1af4f1050fc786f4f2f5a9830f0cfa6f1e0ba74c110
MD5 a984a4782a56b3716ffa84a13a5cec66
BLAKE2b-256 fed8344d356c23add4748a460d717f39663514eea3ed3eb53d67766644416462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6a1a784011dccf60ecf7aef6f6f5505b883452bc5bbd136a864a3eaa4d79213e
MD5 389970aece7273b2e3e02d30404d5624
BLAKE2b-256 c3d8ead69540e0ddd84bf5f6c0db51df868383afbd6010d6e8a271fe5e051abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a0d11a7d8da3236de617fb5992c79939d48752743c9ab4c90a9d4ad708d13c2
MD5 3dd8ea225e7193503382996a1e5061fe
BLAKE2b-256 71b0e00fef14b7349a00bae9b2b50a2039902b7579c97731e7dde742a1588455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 358f87cc2891e6d64c71fa78cfdfab7dc3f2058848017353f702a0abd964d55f
MD5 fa7e57c3485b4791d0adbb210b806d77
BLAKE2b-256 c51e9d80a6180bb0bd87143364dcdea5e2ebcf665c95de6ed498601dfbe20631

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.43-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.43-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16f1ae225a2b04996ee4f63219d3570ab1c6b1516c06b4cd910e0513335ff5c4
MD5 8b8db2313affeca499f6413d304785a7
BLAKE2b-256 ab1af42a99abbc17aca26394d0fc5457f47bac68c16d50b53f722a75a1bae622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fbbb5125b4b07a879de8b914c3094c17fa2b321387661ff85075a9a354399de
MD5 1fb084cafbe3680f3616874fb1eb26ee
BLAKE2b-256 ade303dd612b3324b3f6bc355535a0add56f4ca738a1caea4d0a0aac1da94b57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 13b5378f9b3a52544065b79d2e34931c4203ca1896833ad4370658d869f7e978
MD5 de128fc5d0f97de1036065ff2908274b
BLAKE2b-256 9f75d043bd9c00702cfffb051b33033d3a997009242480e2c00c3a202f6e7282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.43-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5db9c90eb24f1517a789e0786e2279dcebf99531240af63091e66706fb512f4e
MD5 93a48c0ac6852c7c4ae18d1db42e38f7
BLAKE2b-256 bf1543f19058e1c344c1e58297a2e07d80e08bb0caecea2c00ab566a6c051ade

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