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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.40-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.40.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.40.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.40.tar.gz
Algorithm Hash digest
SHA256 47bba73a5d44a4532d062a59ff3e33b8a20943470ea8b323485b2801e8b7956f
MD5 7da5524f5f059e5eb76c5e1536dd9802
BLAKE2b-256 38175a55d48dc2dd91af681d9435d1a8ecc9dc851147b3b81c8424409a63d1f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3b90265a2c60e1748205f85c0039f32e0a337583e68dd57265d57e452f60eac
MD5 27edd1deb1dd0fadb173d653156ee075
BLAKE2b-256 9d5cef8f865475f203188395f879ae5271516aefab0ec3fe5617cba928661bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a05866304e47a16f92cf0639301790822d4a3f525f6fb423e8ffa4c39299593a
MD5 b2ccfdea40290d92fdcf60ebf558e5a9
BLAKE2b-256 6fc8043a3a6b3b7fa8424d36f0b8c08bbdd71945e423fe2df52c857465d08702

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.40-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.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 871df10596257be161e16a46591bbc19fc76e7f57ff93a3f135c2c80eeb22118
MD5 9df1799509cc9aa381a465a481f372f5
BLAKE2b-256 2e245eb6848f7f5c8cf8404ea3d4292768fd78152457aa8cb4d5e78856621341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9981c300963354a1fa1a95486157c740667700bef160fc0d5bdbe93a09f7c291
MD5 6bd81f3c4e2acb5104f9e1e2d1f6551a
BLAKE2b-256 355753818b3b8f5540b3a7e214ba5fd4514b0102d351afcd3a427f878911c749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d237110f6e2b1f2e8188b489d677c9ce9d39a66fda280b55448c2ec633135c08
MD5 22390d5a55f6a7be617f9ddadf82e1fc
BLAKE2b-256 b7d9afd789035e27173495e9689f3832d5a86ac82920a5b41769ca8dd8f3fdc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3541c6b23f4fdf816edc48efcb3bcd5e67b97d8bddc08cb247fe372945b3b13d
MD5 9c5fd8426e2d4a9c0f4a762929a96c56
BLAKE2b-256 2975b44f4f88ff63182e9896adb2775f6250c52e7f30782690a319bfc4ea704d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e57f4f86d31ea935bcea098da602bf0bb263a3a7f5183f09f21bab02fd0ad07
MD5 9a0f7e3b4e9d22c77655ebe73b853957
BLAKE2b-256 14d46ca992db3590163145919e357e05310dd9dc8bd099a314fcc4c407740b57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77e0f5106494b8ff92e68400cfaf8b664ba8d6b4094cd5e6839d5aa0b51a2c03
MD5 cbc6e0326ca544330708db66bef1608e
BLAKE2b-256 301fdd497364ab68a471cf9ae4c877cdfd609e17848bd62060e6a3d7b77ffa03

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.40-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.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 175a62f2ff32c48e7698753afe3feccca036bf39d9735228da7f9647177e817d
MD5 04ceeca5c7dd6b994443417fb0f3602a
BLAKE2b-256 11a88359d5b34c6a593e74ce3251e47020cf855efff455c5642135d6e0dd3c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b61dff44d32615872378c739e8befbfdfa1064b3b0789b17ffe858322ec1888
MD5 32c05b43627cdcd4d7e4ac0f729d387a
BLAKE2b-256 5ad4a7eab00ea0355c148d35a79c29f6dbcde8c211d9280b16c7af8d30597c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 325070b1d3899187c6d2fd05b513c9083b3b19d04f59cd7fc81bdd794df372b9
MD5 df82fce9a804b78091517c8fd4f5a9b4
BLAKE2b-256 e9e2d6b80fd1badb78e52a2e7c65118f115ad8acbd956932c201f618c0c95845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b4bcdb584c18cece0ef05a29c74c491a7e910b1e674039dde65041b5c5e663f
MD5 b78217080459b2554904927a723c0324
BLAKE2b-256 8d31595f1677aa04370bb201b21fd229533982f2618549d8cc816027fd7d00dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e610eb69b6c1745b20f5e01e33f6b529616b37ee29cd9143f50e46a1d640e6a
MD5 3842adf27c20a5560ea7c953b505ea01
BLAKE2b-256 1a7b4417ab8b6014eaffe66d8064787d6bd7f4e86df5af4f168d2efce4cc1847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a01d89291b75d80e72466d0e16c64b522e3c8917ac92c452565ca993e7c7fde4
MD5 c78b7e8800fd6f1878d8386d6b428783
BLAKE2b-256 77a05324534a7ed30bccc6e90459959ea459cf27ae703d199ab968aee189ebd6

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.40-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.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 971e89a7e9026903e34436ce3faa7248b7297464a7b37e790fc79ff64dcd133b
MD5 a21a559f3bd40c97a78c3207006dc078
BLAKE2b-256 3f075f1c7448822aaad6c13b5aecce15df78f65857d4ca7a70a38ede3c484b8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e59cafa9dfa5b165aacb0b192e3cc632d3b6b2f0abddf83843667f1352526d67
MD5 4e66c68ddf432a7d3c2a9af65e83bc00
BLAKE2b-256 e99bb3188cc26e67b74dc164b783995e0d7e19960ce4d09d2795280c77a0d832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ac18fe65c2da6420c6949156b72de3d2abdfce1b675676f12df2a335790de7ef
MD5 478f2156d3a41d3eed794eee8a187160
BLAKE2b-256 6a90473e9c9fde43c2f8643db643aa8b1350b60a747835f314b75df1899517da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d7e683eed39a3b9a8bb984aefbf3283cce94479e71b5e03f0d7955f65e010b7
MD5 2218a0edb43e5e01b16e89780f28f72b
BLAKE2b-256 928540efde52a1b7745e71bdc1768a5c60a298d2cc28a1a78becd69954ce4a25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b95f9875170c87666c872b6aa961b42e839d185cbbeffd746e290326b68588c
MD5 0aecf5618fac8d1baad1d225c9561792
BLAKE2b-256 f948f3267bc261bd66b05c6b1dab74276bc9e52de51ac8763d5ae03b1891917f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7c8414f81ade61323783774083f4d09ecf18d38ff6bfd4d39a7fb822a1f8a51
MD5 bae15cbb1be9bd0bdfa59f2d22b195db
BLAKE2b-256 a38d18b79597618c78fdc3d2fdd2a8b33d1c538c4af14896e934dfb2c6949a0a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.40-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.40-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 93d12af10f3c3b19d84627b24caf6f83e59a0bac5c25c434a8176305b6c7498d
MD5 ba32deb746b56b2b1f840986ce459dfe
BLAKE2b-256 640a3003b987413e4b276e842b9db6105d797f4a4d31208a7062b6e8314e23eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fb22c5e113a97a5a6810a4d6fecfb14bc2798e5ed95c1776c4adb5c9ac24e9f
MD5 a292d31d799e0607395413368eef12a9
BLAKE2b-256 96fcd57b7ce1255f559a4db40f7469a6ac921fd1ee6343a7410be0087b23ea07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3b9425fdbaed792453fe08081ec4e7db19c867a0e88d8245bd085078e88c5e72
MD5 8376e62aceb1b20c7838f1b2a9bf0669
BLAKE2b-256 8f7e124aa9823b39717e4f8fe18a950df208ce70a1d807227156acf66bf8b142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0bf404f3a8dd7fa16ae3d61c2f47954797faaac5275bbe6b00a2ddc5ec181717
MD5 8a8ddb4093b7968db68fceff9622e409
BLAKE2b-256 8c1ec17c806e5fe17d2f2b1d6f6c3e6063c63ef4842915762f6f5a1f356369d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 655c9ccdfe53907c2eb226321af0f5039cf98d600c75e1996f15f375f1ec6937
MD5 789dd7c4bf285d0a638d66ac9e8c6e4c
BLAKE2b-256 776fcee525a6d076a95f38e280a40ad74c76a49e1aadaed3078e556a7045ad7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e928d305a508f3b64547cc0a025947342d3a10dd31dad073adb05cae8f2ada4
MD5 9865f2954aa7367378ae54da78c0c364
BLAKE2b-256 93b905c0712d050925ac2c7544cff3b07b21922f0fdded9531236f7574828dea

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.40-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.40-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 479071105d9761dcd5ca0f9801182a2a42f4e631d97658b3fbcabe2d4a049dff
MD5 1cf3fa7d253729967f91dce5bea20385
BLAKE2b-256 dcf2a493beba76ee62c7e327aa77d102ca3c18fc79a892876e067d79515005de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b0e4e7825c3a0f60252c9db33da9bbbd71c57177f5f85b88f086ce0c447de05
MD5 6367457bdd87c0740c1dd75533a746e0
BLAKE2b-256 520197bc56c55f8f8ac36a128827bfa6b8a9b5dc871472c16ab77167386e61dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ad09ee93fb1f054cb14429c9bd583fe249cb3e5692259d00b8275411d67f91cf
MD5 b91b03b980c42018bf8d4da884dce62d
BLAKE2b-256 a076437534cbe9d96eaa2b7782463970487b191992b635cd5d2b9a925d8ce3e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5fb0f2e8d3fbf9bfff3d6849e3217a042f785d8382a4a6b96bd10b2011f923d3
MD5 372599c892c470a046d6a2ff61021485
BLAKE2b-256 774d52805068d6b5a452b9b56fc7eb2d6330f4dd992c839d5eb8ec06d088e073

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