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.35.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.35-cp313-cp313-musllinux_1_2_x86_64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.35-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.35-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.35-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.35-cp313-cp313-macosx_14_0_arm64.whl (175.7 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.35-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.35-cp312-cp312-musllinux_1_2_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.35-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.35-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.35-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.35-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.35-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (30.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.5.35-cp39-cp39-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.35-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.35.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.35.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.35.tar.gz
Algorithm Hash digest
SHA256 fca8531340e892cdd3f94e86b9cb861a303660c293b38a12606919b9f94f6112
MD5 0c893fec6923eec84340ae9972ef36d1
BLAKE2b-256 9300410267595272753ba88ca86be465850e861a8a75e793cb4ae8678a46dd8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a82d92dc579bcfe19f91e75c9f37b0d732982fadbdc88d1a0ad4c556bb78581
MD5 a6e9280746ccf3a30153d7a11465a039
BLAKE2b-256 23c587dbbb2a1aabc2da798aac6e62c431e3a67cde4b1ba94c2b10a0fe636de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 249afad8cfa73bc6db0cad9af469177f40320f6fce84b5c466babdfb334d2aae
MD5 46e340cd40739e0c045d98909ab7d059
BLAKE2b-256 3f8bb14d69090fde3a7268acb87d9f2e1b7bc966117d42ef3eacb5f006b8ce8a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.35-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.35-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94cb19ed21fb5a5839b4273cc446dda37c6b7862b68e03b2bfef1c1bfee448c9
MD5 f77e28328a1ee3c494f2fb5e18545b38
BLAKE2b-256 6620ab73bf6b6b46b9b28d493ab7be09850be92d2b53f16e5599b1b2c271ea87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e06a1ed7ef08cb7af0896384cb6c1bdb6e255eca92e4c1044ade21336c85e89
MD5 941934b6c7263d1fab94ffa8c08fb401
BLAKE2b-256 64b9252ebc2da21b7705795e582483e948951b611506f0f6a86ca31bcfd95c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0963500f52a0c16065ad7f7c9bb37fe254dddc4c5d855139449e04a8056f9613
MD5 83b255f240e6055176c0144f1739b6ab
BLAKE2b-256 a6937a5e6d1390113a550ce3c66afdf9740c66d02a7ee2071917807ca372f6b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2b39e5b1312f998bfd1841e0017fa17e44677665a916ca898b39722808526d08
MD5 2882ecfb7387b847ef8a3923d54f2b97
BLAKE2b-256 2b2b82e901ad2e2e79eadb80779b71d958eb574b1c75aac0bc1d492082c6d6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51cb756bceb66e5bd8f43e0b1204e9e5296a2f25967d75d6ccac9b1d082ffd0a
MD5 d43ce9889c78d94a557ad00609772687
BLAKE2b-256 a0b157f2cce02f93c6ffb4ce87a0a40a916765fec258cc21b36f49a029429beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 940b55c69123bf61004e850f4ca272c04a9a26152e407ec8d682b982171d2863
MD5 fc4a293979c28a4c098d650c141f1c17
BLAKE2b-256 3b2b418e38e9cce9cdef4fad0c988778f2420e514e507ea14980afd7f5fff372

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.35-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.35-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e35c677b0f8682e713168be900a918a4ebf9d926309b81c0953bd2331819c0e
MD5 8dd5bc47aa3660ad8a76b5d547932f39
BLAKE2b-256 94d99d5707b009c75433ff302648b1ebd75bc6037ef2d83c79a472f9ed70a7d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3111ba5db90934a322eafd414ca3004da756df46f22c89d5b599b2d69e95fa7c
MD5 6418264948d7c2fdc2d01d8164e23b98
BLAKE2b-256 8ac08f40bccb8af281ba67010015c0b5a6af34f825628416d7a5fd5269fe6cb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef96d5ce3e5f1ec89c305cc15ff3d57def7e1a7068a27821769712d1a72d524c
MD5 a3813886c88b6622157cce0a227ccdf2
BLAKE2b-256 f8fbe8cdefa9c34a08e9ba5b89df76dc528757e8b01113357771eb3ccf439ab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f275da3e26f1489f2356792a7f3f942a3acde11d3b72209731ef50f63bc6ae2b
MD5 3ce8e2c85c813336f5b385a2724fb1ce
BLAKE2b-256 e0ed798dd9a8dc6fdde57aa3bfd610f0a10cdfd98d7b9fa55451ef019f6115fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ad6846989e9d26c769d2354775351c3cd0541d21f9673d1769d976501cd6597
MD5 8289019528ca3b8e40306241169ed074
BLAKE2b-256 cd2b1f04823fb374ba6553bac8b2e7a9004e714ec0c0e183aaa2c02d1860179d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f03a4ded2e239f826960258f01b3929089892701ea3673a2f93bc5bd67814bbd
MD5 a976a875f1c7f4e6cc77393a7bb287ef
BLAKE2b-256 33f322b1a04da6e0bc084624928fa9ad3fb53ced6314b0889cb149725fc366f7

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.35-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.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33cdfd5047651e92a8a8919a26ab8c195b4b3d680fa2f0460ad48657e39275a1
MD5 3848d9c6689f85f02e3278c82333c8ad
BLAKE2b-256 7b9df692bcefbcfafe3b0fe2302286ab974386da51a0baf2c5ac21db9d57c455

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9d40ad559721c8023bcdedcb0e23f1fcd7bcbceb1c45698030c9721269aebc2
MD5 3d4dd374f1434a6837ed7a67ae7451b4
BLAKE2b-256 a06ca832521d316f3ad01ad943f0c28c2280ba49f852108f21fe8bb6455a50e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8d4813853827369ece77a0cb5bc1c4c7cca8f8518968cb7334e26fc0069b72c4
MD5 0a3314dbfdaf0a2ee14d3d9e0c4a7798
BLAKE2b-256 19027935fc3d0ce0127e016d42128fb897ac1a9531c84563a56d4603bdf652a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45c85f2068213bd8cf68bed27df18a28f06a81b5cdd8570a02341fc0a4d6bfbc
MD5 d0bcbf257440ff921980c6bcb107a205
BLAKE2b-256 0b5c92480d1479aad0de77c41b426c572b52776786a0f66943e01a22cc76d28c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30b24237864b8da2d388b145c38fcf7c1bf3d3cf73e60ac6146e476a7270f8be
MD5 f677c01c35ab5d174ca3382788b9fbb9
BLAKE2b-256 4b9a2caae332a8e29533aea36582efb17486138c832996722bacb56beb5fce1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c44922c86d075b6f01a8a95fd1a8430b40385c3d3d0914783d69ac8c8531228
MD5 259b0a5cc98d781de4500ada3bcc582e
BLAKE2b-256 df2f570e33423807059d358a15d432e5fe422b4386ea4c6320e9985cb67c5e90

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.35-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.35-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d8a2f0574577bf986aae097494f36157f302468f3adea1e0add3282050feccc
MD5 7393e4bd7d789386d36d2ce6fa88fe8e
BLAKE2b-256 9e015446f06eced0cae3e49824b8212fcbc8f290a0a051c49bf4168446615b42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9311b11a646de7c2ca79b655a072b507e9e7a8d0a8705f36ef516ef796403024
MD5 bd594aac028910b341da478cf369e93d
BLAKE2b-256 3308d56cec729699b31fefcf3a692b3643df1c1ea6dd6b74c842a4c8efcf3cb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3af3ef482efcfe8dd0eec4c8b66627c1a2c86b93b24d782a568a242bc8cdc7fa
MD5 9bbd19584fef98604a7971ad0b8e82e4
BLAKE2b-256 043f82ec8f8dd76eb1be832a6ad227bbfcf8777070b6a2bd467730b206de12f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ce2c5d9c57e8ef5a756ab3d76172450d2316db056e4393ffbdcf37976126345
MD5 495e54ebfe536e0e72071af24827566e
BLAKE2b-256 47fdca88d95da96297da1bc9cf798a3fc07b85bd4241ccee7d907b7f32ee5a64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5aeca2a59fe3efb8cdd6675869219f0a6a8097cd1265debc82136fd67eefd909
MD5 e0e8cd370443bfeb20a485ad5a5e6411
BLAKE2b-256 58a864784256d7562eeaf424d985f2edb2578f0b7d8c1d0a8851b7ccadba0fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6886ab0718e4ffde32b2661e1302e488e0f4b819d7e93746cd576e74ab9a4c9d
MD5 158d03d02918bf410774ea6d682859ad
BLAKE2b-256 944be15e32316d9d18bfa5dbd738b72276b32b0e4aa6a7ba0c5f59a6ee930411

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.35-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.35-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bf7511f1ff0ed7d850a561b8e68adeffa1a329ca6576deef81ca44b34141ffe
MD5 3ae22267a8e373586b5d42d0a9e760e7
BLAKE2b-256 5e0c2a5b9ae7b6379efa1584cda6b75ae8321e548d3ff63890a19db1b3b3282c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7e05f47a52effc66e8f9aa66630de03dd663d07706817f48e1bec33d3572772
MD5 d4380aa716f08638653c6b2746e6a0f0
BLAKE2b-256 becefb39158472edbf9ad131b6add9e0e02d2e948239c23a9b9ff3aed71f2378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c6bc52a0ed5b4dccd60c5460b9a4e2c4bbcc09bcce5d840d9906b67f34432a02
MD5 e3b8fd4fd6884a8a303ffcfe3d60467f
BLAKE2b-256 1b80a2c678272eabb755573b0fe460417555a36cee62253da3a9fee75f63198c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.35-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c0b8b634cd8b698218581c6cb07590eb7386eee6f69c45388ffd9a5a3fe80049
MD5 f30e69abd162ec91919ead3d445d71f6
BLAKE2b-256 067576e3574eedbfb3ffd7b1c23bf9310f935493b9a535e9603ef2e601fef0f3

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