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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.45-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.45.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.45.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.45.tar.gz
Algorithm Hash digest
SHA256 f3de24c36fa69690d94d872784295ee07cf29bf06b6473e0cae7066860dd46c0
MD5 e7f95a1bdc0254793812aea4ea6fda9f
BLAKE2b-256 31a483df0566a31e8c260fe9615820c637101cd891f0006ec17b457f7cddca42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9454c28a92ba9a17f36f267c770a2a6abbbadf700f3295cbc7b27b1341985181
MD5 5697790ddc88303fb05a778a0777b638
BLAKE2b-256 1ed844e0358d6ddf392947aede8735a645cc7f263da5174f0f57ae562f0f0f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b131670794682ba9c84e35178a9cdf1c930e3d76220461b5fed9d76e3ba0722
MD5 4fee9890167d8b0dc6826c1c4eca2950
BLAKE2b-256 a15768bf6353c6ea9cfd5a5c57fcac34a7c86e2a97e1b2b73d15fcbfdaef4f19

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.45-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.45-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76f4010b631094a72dfcf55d7b60478a472c76cbad74b1dfecf82ed503be4289
MD5 3e85023c4dc3329411c7c8ac0296f647
BLAKE2b-256 346b126c09f05f6b95b71c3cf4011e768fa29e129dbcd07931aba12546f69969

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9dab97ad332b35318d84782355489c47c58bbe29cada6ae327db90fd7c22870
MD5 efca75b9acb5add46bf16fa147812694
BLAKE2b-256 b74368619531529a253af3a95e4c0a165a7bba3b28353328e660445c7f95448f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 93d76ec14ec34ce04d2aedf573aca5c302ee7ece6f8362adf8f5d8ebdb3c7e34
MD5 f4d2fcf46c1dce39b999adec4ea17624
BLAKE2b-256 048e76aa099308085db16ee7118a655cc597f33741c6794156df7c84af36449e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7957eca6b19e3b6b8ec12ea99dffd0f9a155705ada2843131505d9314250227d
MD5 422d84abc311001e377a88448af9bb31
BLAKE2b-256 64ebef4c61091bec06dc80cdca6300f9ad99d17b1898527fe01ec7f373f0a5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c67e7cb416215211eec0b663163b642ccf43799827691dfa6e267ed9d2a399f9
MD5 5a6fe28647889ea4d172cadb74cde5fb
BLAKE2b-256 66c6319ce384776862e7204b572294ec54131ba71ee50e6a9d2e19e83a0c17f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f47db4fca1f94cf4d9760b84ade725319846d761cb2ba4dadf314a69052768d5
MD5 92671fa4cae2df93829852222bf1abe0
BLAKE2b-256 900933dcc9d88f66278911815f500b823550d1e75d3648b772deb4ca70d6468a

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.45-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.45-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 862cd984d2d05833794461331193841050eeb19e18566bc5c0e15c279f70ee9f
MD5 f1130725a61da4fc13f7fda214014379
BLAKE2b-256 75224f2b01afabb62268186f0050296ac43b6c63d6e2e3a8ce39c5348f39aaf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a5bb74dde69168e929cb4026fe40b273b4f43bca1308bcfff0f0a5fa85c5b1b
MD5 efba4ed23f347a60806434db4ee7abba
BLAKE2b-256 4005323efab3566680e09b51b0c4c06543a7532c570ded2c0f3a35f8292e87b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4764e3ac991a5ad05fe914b1bb63627f0acf0ba6da3cb2e24706301fd41751b7
MD5 c2435f6f8764edc826634c50f4f81529
BLAKE2b-256 a5a48e3999abb4af3e13be68f32dcc14f0390f83ee116a4351b99dd003a2c95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d83836db6e23f82f85c571ee103d2f312c412615cb6c64c88fb2b6e9cc4a2cdd
MD5 765e2ab6616a696849a3d857d86eac34
BLAKE2b-256 0379ff6fa4c912d4e1f553425ca3bea634c825d5190def481bb96600d9ff3280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ea4e503dc92636a2069f80b51185aadf8e6b2a081d654f5e153f8d94475f7af
MD5 fa524d3f6c9c594b60ff43ae61c76c21
BLAKE2b-256 cba2826673a3f8289f6247af497ab1ad3f4e6d0697cb69997366e722bd6fc38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92bf9915359250abf7c841e480523e3dfe2a54464f1129387914409f90db1ddc
MD5 c96cc895f4c87fc093a2eb5a8031ca2c
BLAKE2b-256 7893a7360b72ca254aeb3c56325bf21d63972a877b4f0ac4de111522f7e52760

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.45-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.45-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9b379df38716325b2e40cfa3dab770803720a427b77c68857e2dcd389b4e9629
MD5 fb4d80b89744534065e5d66deab227d7
BLAKE2b-256 4f429000db5ca22a278fba6e2d2954835e39db692d7310695359017a5ea366f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2cbe153516c1cdded0c52e9cfe27e9f5273d75431b90d240b1826d82a9eb342a
MD5 e612ecf3f8c47c1cbb63bf502bf1d3a8
BLAKE2b-256 7630561e516c22ed452c051cea6cd47c0e5891aa3874e5e00ddd384c6a15b84d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9df66907716becfa1418902ac735ed3e24783ce69ebcf870f3e888e66d69fd90
MD5 7c13afd00e57cbac1adccb5313d901a8
BLAKE2b-256 d5a9ee30229b1a01136de602c3ff9988870ba791695022a6d34595c2c9e6951f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f08bff0b6103de1d1b2bd338fc9c458fba48392464f4dbbfa6af1b5fa28ff3ab
MD5 ab1eaf0372c35a509c7cb4b2fe341a32
BLAKE2b-256 2e30b955b73a7afa454c152d7b71ab847443edbd7e5f764c8920bd46d812b67f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bda73e23a0f50f6ff88849586d75ce393a57b9d37340106c01630147dca7a2e
MD5 9da0411dee7f759eceaf87569acdfc39
BLAKE2b-256 4c958a795892604a2cb44c767fbbd8232c60e29c3d4d3649c26eef5292da9a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 facf766fdb0b89639d75d2f964ddcdc4892cafab9ec0e8b95d4316ed82d932f3
MD5 6651523fc0d2b60d84269b91716b47af
BLAKE2b-256 d663aaf1b257d0017ac00a43394d790c12e258653f7bfb0b7cbb486252862874

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.45-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.45-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1558d1555725b1e903bfb9739e76af57f70806f74678b315626cdf19784f5f88
MD5 f4bc56f33a2ec436d2030df2fffd80b9
BLAKE2b-256 888732f98fe8c91d7a0751c2b45113bd52d3d2b9864715864a06971b0acef38c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2463c53647482e7a008456103042df600172e2bcc472ef1f1dae11db82989447
MD5 eb99325d4a9f94959bfe63157d0a856f
BLAKE2b-256 d2b75540da22c03a6088065fe8d35bd7394b85284ba68c05279bae4dae306eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 747c94653075ec93e8ea1a01c1b7c9f4dd8916596afba26af0c862bb2b5e35d7
MD5 9bd46207ed5e0966cfb604afef68a893
BLAKE2b-256 e66eb85d27f2092922e26c2f7ff93fe8366e92f797c0dd334806f8bdc7ef7809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45526f537e7c38f7034f5f03720c295952123fe12a3e2624ce36a81637e9ff69
MD5 28b399ed46e68c8c39ced4de7646936f
BLAKE2b-256 b1bc5b8509aa794ea48c6731d92f278fb34097f6453ff20350c29417b0dd881a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f5603368ede7055d1ee671b711d03b32102d66868cef8b7f166f34a5fae9338
MD5 ffe7442e439924489d4bac772457f60a
BLAKE2b-256 442709e0b66f0c5ef21fc53bc926febc2e90c537a61a4079f336aa83baa1f293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55907da0d401fa15976670f8a55bf95f7e150ec30250999e0d1c8b806422ce80
MD5 c1f0907a0b6be08143f72f315cdb56af
BLAKE2b-256 bf43f4b9e9db05b96f1b6116cf0764fe8112b85447c50bd161a2d635af38dc52

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.45-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.45-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 265d38151164eac39fa85965bff3f67278491e714f669e82ca7ea1c19546d224
MD5 ad34bfdb6a37b27a9198d001270d8fe3
BLAKE2b-256 64d234944f1759c99362e65c8e0a9fcbbea9bee1c4cc7aa0b72dfc09ce574ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e544d3947ebdf4f27db70f4b63b0cc31180dcae9403cc98882891692b5418a7
MD5 c6776ac81ab763eca3549cf743c5ab8d
BLAKE2b-256 2694b07fae8dbc0bdd62166ddb3742fe157a1392463de60a548fa3bc4519bbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4dbd233ee3a22d2fac4d1ea688c541bec8b7f8b9f988c52fc29cbffbc8b946a2
MD5 4c80e6b6fb574398fe5d2096b72042b2
BLAKE2b-256 82e532c6a42ef616044a547c4f4245b1f50bbfecf6afd39f6a804d79d7719a19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.45-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e14721a44e80a96474a2b2387ba5ae411b8746607af4338968a580680c55df30
MD5 669befc092744aa940874e5f09a70b0c
BLAKE2b-256 9d6a396e10193c3e189f40e877330c809ffcd37c651a342edb2fc584ed30f274

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