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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.42-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.42.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.42.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.42.tar.gz
Algorithm Hash digest
SHA256 7428eaf9934c811781ccb51203433f7f0e61f688ee8e2adef2ed867ef252dc36
MD5 d12efd9d52da9b711dd88f5ef79ac285
BLAKE2b-256 8d63df808814954e85749e6583e986761a8b7ceebb7535bb854bf7bfe77aa973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b560c678e0e808c78abc60690a0d0ce44145c239522ddb70a04071ea1a1f3f99
MD5 7636b50c2c3b9143d4f3530db8c7b4e0
BLAKE2b-256 19ab59ccf84a0832a6a5aa8175d6bbe6fd1f3a9bd29ed8e27b0027c53fb148c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33a6e4ab069dc2ccd1da99b3d245611abba7a61c3837bd76533cdd8e314bfc35
MD5 21fc75ced20de9ae3adcbfe9d839c0ee
BLAKE2b-256 f1590e1a3f4291e01226af7db03367e25bc0e8d89a69a1fd12383799c1c9736f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.42-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.42-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3534c9b1fe4b54c2adb052dd7425d82b96b7c6232b17ff084eeb848d975bc76f
MD5 6f1b20e99c64e4a673c3afc2b302cd2b
BLAKE2b-256 4baf8b5feaaefdf0053b82c5a789cca555481fc0e98cbdcaba4d1a9e507ac474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac6f7062304e962dddf61eb3c27309e7b23cb8b54d080e88b6dadaa6d8302b87
MD5 872565c8efdaccadca0b8ee91c611e13
BLAKE2b-256 115004f6c15fd378dc7266245555c70465ab5902628924faa25955ade5fbd4f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8d29c1155d5a3fd6f752febd8fdec0a041bf486f2a4db8518ab8c2a281ad81ee
MD5 77366bde9ff888e070becb93c8c00a42
BLAKE2b-256 5c0b6256860afc5860bdcc8bab3f28eae2d3415bce9c81d0e85a9e50a21808bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ce93e1c3f553dbcaebb7a715c8021f0e32cbca734372ab3dcb8368a8458faa8d
MD5 d2e516cb0fb697af6764d7812005f0fb
BLAKE2b-256 92c786876fe3191c9dd11e0d8a7d88d3aea9eb00584c6f693d1b6ed852133edd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 374463974909e66a198fbd8cf6dc4e97f7455b6e6d1844e95458ec3779abafa2
MD5 e8cef01ce91f437e67a4c87538e13dbe
BLAKE2b-256 ef2be4469a549d86d8706a881f30c8e3398064bcd04ba17070238d9ec5f39949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aae058ccc5ada7d514f7a5b5aefe186d653e068c15bb02996419e9aacffb46f2
MD5 125f47970b12328f831952ed8e1f3ab4
BLAKE2b-256 1b56c11175a2280a180f93d91bb43ce509f18c55030b7831c80c4a030b6c2d2b

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.42-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.42-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f991b9cd709d1011f14d60ef10e02be2189e7e83ab4ec46e44875360bd50363c
MD5 370f66d41598afc1a47754fc845c4139
BLAKE2b-256 2eb54d2afde314c9d9553f29d4030389f1d23a4b27c916053df318e922c91900

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c03895cc3fd166194e5640a288d0db4777498d24aa862ce0c21a1d04510c723
MD5 19a531bc8b506ea6c748c5b05d938009
BLAKE2b-256 bf6789557a15f0ce8fa4433d4d71c4bd0fc2f5e919389b2c8ad1ef0da2b672f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a5212b0fa40e256631d6fa5f268883ffab6e70e4f932c6f627b50c4312c7c02e
MD5 8b3a43a8fabaf1a07b8d2b7122012262
BLAKE2b-256 adc673fd631e7fc84d540892c1a21e9ed4d7067a6d1dff5a6946e18fbae01a90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef0102be0f8020bd04b00fab113dc141724ee046b94907689db700a4f3b3f5a7
MD5 3f5c493a15c90920a1a2f58c6eec3459
BLAKE2b-256 49dc57a7782aae2bac841d75ce5e73cffeb119bc02925aeee821ede8c913d5a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 169f4761f959b225dfacfce466ba5b61a86cb5b79fdf6822bc069fddb007aea3
MD5 89228d1d1da2442a6ca4441c5c64a499
BLAKE2b-256 3e221f355787ef8e8d4fb55a32590aa3fd86023bb6ac42f0375093e4cce11dbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cec1523e4e761cf86ddfe80dd4163dd8eb6bdbeac9edaa4ca8d142f84a49c337
MD5 35e236b132706cd4f60589b854486504
BLAKE2b-256 3b7ddd501daec9782464ce7adc35f27296dea65774366959102a284dc0f6accd

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.42-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.42-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7e6ad285d99aa9f1219f97206aea8243eacbc0c95855614a51919c63a05c58c3
MD5 75c30cddcc06470bcd238eadcadd060e
BLAKE2b-256 50c4e32353344ee4a4490314adbb6df7b9f03dfdb475deb3cd7147953345c078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 334356c6d58f0b57d81db980bfcdb436b07ecf046e0da73a556d44e6730e1692
MD5 b4557a08e57a00c8e2751101236f4b72
BLAKE2b-256 89196479a0ea340f4983eb2ba4c01312c08058502bf111bd42d7de462b9aa165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b2a021106b2944034aaede2d3e5ea76ec5b0f8abf7ee09cb75aabc319ddd7088
MD5 890eda83439ff5354ec0edeb1aeeb4be
BLAKE2b-256 224daee7b67b4c2e2d61f63c4a1aeb07269326310b906a6b08f0c295b50e2b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad5847e168dcdd1305774343d05ad12a4c9cc4255ee50f1a52c5d3dccc1a3d51
MD5 8af9bf3f76e5c46b1c5a3d9ba1b6b9a5
BLAKE2b-256 5119b8eacafe1a567b7285717ea37d1874b7bff7e6c371d82cd49767c92ea8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6663d77636ff841e8e461ee6e3e20c3a3e64fb9777d4072029fb050cef4ad218
MD5 19aac8cdb8b8b2a78498d09b406d9e55
BLAKE2b-256 d0ee4722659e9ae7345ad403d02bd6b939d79ef13ecb57508248ea9fa51cf4cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c01dfd1e84a86f1c4b0d1608d7ec78e8cc3da522b36e4f6ecec655ef682d59fc
MD5 39e9ac85909d30703ec28ada289bb418
BLAKE2b-256 d63d5743ef81266e19b03eed71dfb1a6b8f762e11de670d2200dcde1f4f1d0b7

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.42-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.42-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcb09f970154003a3182edee7ea720cdbb70c079397a28e6ec3181a667159f75
MD5 c7394bbfd6e1ea176b40e0ff241b9620
BLAKE2b-256 c323c489a295ae6e98837437a831546fc425766627ecc6da1b0bbe7bb4f8ac02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db6621023630f195c6c04f50aaaf53a4a8256198676bfe672cd02161c1e3709b
MD5 235a3be5327d66f0aaa7dd2e50328d29
BLAKE2b-256 03689c8ee46c6866692ddaa7152a13994eee9fea41471261079c5095efa70879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1bd15bb76a89372ed479d3a94a464411eb959e100bc030d06c41f53d5915ab50
MD5 27df3a04c5cd1f61b748e115646d0cc2
BLAKE2b-256 81df4f76cf084045754ef2d84510ffe55354e40ad460618510ae1962fff2a803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8a1b94e11b33b673847213f3f9ab7b3e55dd31b561ce6351f11ba6856f1c4df1
MD5 621f540f7cc6de871cdf43890e05471e
BLAKE2b-256 339d4cac708989d4feb378663e073800fd350deeac6879add81717554089cd64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1dec47039167867125bf9c4393d93df5ac2b0fedeaa3364f35f31e75e3c18a5
MD5 d19b4f28b890e97de7c703e904fd21e7
BLAKE2b-256 5f4284886783acfe2e75f87e971704c39759716982558d5972854cdd19deb8d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 085be908193d4ec7fbd75d8260848801405f773c2ad80b16a90bab54602ac1f3
MD5 4c5a6cd61d28201e04d1adf29744fea9
BLAKE2b-256 a7566cb08d60faf3cc687e784ef4197543dcfb99ad4a1c963b05ac7f498d4b11

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.42-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.42-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8a642324547e3dc3b02785c9aeb2d4052f5ebb29234e5a738c2cb1cba1ab052
MD5 cbffa6085ed100bf5042c3779ad3038c
BLAKE2b-256 d51ea001b1d33e578ad5bf66041ea091d0816c4262da9b816137790f01c30902

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a87e9fc1b9e5c60c12a6fa740459cba0beebe038247c37b7a17bb255d5444459
MD5 f81e5aa64534a9f33a4eebb64c72e0b4
BLAKE2b-256 5188ab8b57a8eb47d9925326583d861f177bbd4e0ac9c2ff9f9b986b19e5eff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5f45bac4e5094a7476d0ca09f17dc82634e03175fbeba4ce6dea8cbac2c74c91
MD5 1055e8665966440e08805a51911a5d73
BLAKE2b-256 8c048f9dad1e5c567b47ebab3564f8127ff8548875f963ad497e0c79ffcbd36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.42-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ee49769b0763ea0e9929ba5de911937cc4a57771998f09e2fca3cdb9bb02aee6
MD5 6e184a75dbef2674cde0b7de14769255
BLAKE2b-256 5ea85b0a84d1d3f2ac5a3951fd218d51d9e0de60159728d2e7158e8bcff13265

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