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.49.tar.gz (4.2 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.49-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.49-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.49-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.49-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.49-cp313-cp313-macosx_14_0_arm64.whl (175.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_glucose-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (186.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_glucose-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_glucose-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.49-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.49-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.49-cp312-cp312-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_glucose-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.49-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.49-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.49-cp311-cp311-macosx_14_0_arm64.whl (176.5 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_glucose-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (187.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.49-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.49-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.49-cp310-cp310-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_glucose-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_glucose-10.5.49-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.49-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.49-cp39-cp39-macosx_14_0_arm64.whl (176.7 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (187.5 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_glucose-10.5.49.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.49.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_glucose-10.5.49.tar.gz
Algorithm Hash digest
SHA256 049b5acdd8502db426c4556452e2ac9729f7f71302a4b551ca989b73bed31eb4
MD5 df10a9d367bd726c9090c9bc8ef563d8
BLAKE2b-256 ba41db664ed7560c7ab33d9dc5e322fd10a66516e7697cbfba8805764a33520e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32e7a65a09ca113c9f142f7f8b26eb7333eb60f16c3fab86cbf860fb7446ab80
MD5 f9e1e1c15d2955260c9872472c8197a5
BLAKE2b-256 7792ea9e6610876f425d01c7162f682afa82a6539076e7bb086511e1025020c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6209c6bdfe62e74b0685115c7f29a78ded6426e067c92267a6a103c29006740b
MD5 f511fb032bc60cd88df6872aa39b1cf2
BLAKE2b-256 c8cb46a9f3cce8038e82fc63c350719c4435b7cdcc5fcc4166b9020c77a9f212

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.49-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.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb1a845d1bec2c01f921989d3755119b760452154f8ba6c32e169cca19e893ce
MD5 2aef281591de21fe193616304d54fc86
BLAKE2b-256 3b00d9da3eedbfac21efdc05cc644a4b9c60676337f611985498bf6a0e44ef78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f83978737289e7b4a06b366641c718ddafacdf615cc7abbe05e0d42d4c324f9
MD5 e0048580adbbc8557b334b5d79b92177
BLAKE2b-256 7e9907d6ed8babed81a35c04cf661e5241cf66272a44a8ed6b8c77e3d8a83538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5719a5f627f356b7e5e7f1d37c14209f602b1556a7303472d906c82d8f299838
MD5 03d2117f65515936ab70d715238ae317
BLAKE2b-256 8d0cba1fd10f5f4ee769e8b88515c6d10a6bdc574dd2ba0e464f4afe543f04a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0fd3a39889c00636989037904302ddd1d87ed15d2131feecb13c18e44ae79a30
MD5 e6bffaf3904adc4dd90baa5eb016f340
BLAKE2b-256 7e8c301050e676f1be686d9ef39cc7564ac33de5ce500da485bab25de64347af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f04704dad3152abaaf8bde2a6ff9ea8d555574d5c8819d37108af2d2427fa25
MD5 9aad9ae9fab703ac855d750ec1020725
BLAKE2b-256 cd8d39b9b6b22eab39818775d9c4bf4b505b0fbb01a6b80db7d26698e6cbd90e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 262a94c3fd892e0edcbd54b15f39ded9def6f5b415b6f1487944d74aac597bdc
MD5 1e2ef19627d403f6c9c8157face1c4d6
BLAKE2b-256 0b8d667e38c7f4ab62ac9fb3710884830d2cc93a7ea6e59f7b6b522988f08d99

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.49-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.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a26ce0b98998f28fd76881f96d7cb3a54c2a881dadb08e9fa764b49c1050740
MD5 f9ec27fcdf9cac7d3ae353841b357de2
BLAKE2b-256 e2e5d700982c26e87f4b14876ac604742a1b366f82dfaffec4eceef5a5f0d5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f18ee56274720c007628e7e848b8688495170d38fd797762a4a06b5d2df9c059
MD5 94de7ca72d90c7fafa8523f2854097e5
BLAKE2b-256 699832de8eec502fee8ebf85cdd95911efb118f3b433c51fdb612d5d6928a855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7e65aa44c7a986e79ee2e67188b918fada19a72b29d9fbd638dbf798972055ac
MD5 520a387bcfba6110819d7ddf73aa73e2
BLAKE2b-256 b0d1efebe343971f8b578f0f7e12759f56a774d2fbd5c00d817740dff0f2e227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 80097136f5a12865ccea5a6909563bb8a9d9c9cc9ab69a9779d090269de8bbd1
MD5 e6b5f2acf025a1b3ab24a750f9d7d687
BLAKE2b-256 758ae1f4a0201438c87c9e5112b7e014a527aa0ab52c272c33b722c59196d570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e11ac72edadbea37385467cc4390fbacb209582ae5f378ee03843435df0ab7b2
MD5 9ece4ac1139bd075bdd26f53e751ea3c
BLAKE2b-256 e24e622c98e6b5703941a9275076e034f093fc525ad236a9e2ad7275c1462101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67b61f6ae7e51c55dbae1282d62d3c633a43d686f07990be8a4c441566d1ad0c
MD5 cf9b74e1e92e76113b161e36bb839bf8
BLAKE2b-256 eb3730c4866c6416af339e61c0acff0f9e48d59ee3871fdf3da055ef2dc36129

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.49-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.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f20891c62c7644404bb0bf3fe220c8032fed6fff8f7fd1eb1f98b5e98a201c7
MD5 fb274d0e24516f613b804f54fc2347b7
BLAKE2b-256 4960222c0e535b4500c482adcc4928fb4b4eadc547afefd53d103fb8b0c08ddf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e020264ecc88b63780ced0cbedd997eacd768c3c25128359c8a8a8bd32174c58
MD5 3ea5ad2c606b8d26a9bc7457471926a8
BLAKE2b-256 bb88192f21e009ee51e947a0755117566e1b0c6785c594e5e665f18f3f1e1e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1d072d0673edade872f0cf5f3b5daa77aaf34699c0f5858139b51d68787539f9
MD5 d85011ec77714023c8c73daf8f275c14
BLAKE2b-256 4d723aa7de07c3b5b4fd219291f8e37432b2ff66c11d1e13b2342e59b52c885e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 961745f9c241d23bd23b51047ccf97f5f393b4d767f7c852a6591b85fa9eaf37
MD5 47edba5972742c17246a0e185b117b71
BLAKE2b-256 dfb73ef601eea1c5798bc9be1c1d9971e60da12310d813c224cb90b918806780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c560fd419b5e624ddcf0f4443507d744a10e5546be19b8eb90053da5838faa9
MD5 3dac088f41a6fc64f37ccdf1b0d7034b
BLAKE2b-256 842fdbfa3e122661f0b484545f0aaadf98af32618bac8f59ed921b99889b597a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a486a59eed8b1f4d9a2cc3ecc7ecb74edc46ec7664af40260e9fb9135f501e91
MD5 b96f65e76cc2d408c220b7ab3bf046ed
BLAKE2b-256 790cb08fd8d364c9f626a91a8826598a89454ec82278b6d6198d016aa1aa68ca

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.49-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.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64ad9c3d5efde4e856b2375510bfd6bbbb407c727caefe0ccf5ce18e3e3300d7
MD5 1befee1d9c79a2313ad6950478281c8d
BLAKE2b-256 524ef6ede064097a101b68fdbdf830adb28edb254b354ee1572407e1163227dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47869cfd8e7f0f5910ad2ac00b2d38ea28e2c8bfe5a75c3a54d3e83761cd302a
MD5 947c6ec3f703fc19f1e2677962d23c7b
BLAKE2b-256 538b6009701f6e336ea29de04802df348c7e5e6ad6ff9bee0a7b0135aa2d911d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 79f22b23e456406b1e072b92263341435001a54501a9e0141596157dec2e1da7
MD5 34a024c0dbbe6083982b9863d7b94d0a
BLAKE2b-256 d9bb8b3f2eb791d5e6707890942c0b4b52ad289233cee01565538f1fe544a08e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f2af1b8a9442d61f95967a9526cd8453f205e8976a09ac0381f6c3758333eded
MD5 942aff82becc9e76f8cceba289f3a70b
BLAKE2b-256 bd0ba7575fd5216f134d9db99bf8c2dd517f79321b922cb057a4c87662ad0827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4d43f03feb7f91e9433f9b0d8a7154b3b3f7aeb9213fc5ddc3e2dc15382460d
MD5 afbf5feeb43316a83b0ff2fabbb5cac4
BLAKE2b-256 d0e0549625b0a05f53aa1109a98389b45fd37d9b5f1ab3fed0f166455e4019b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c2acf93d0c1f510c66f9f51c147c51ceef3646ad7e6ddc49455ef80e55487de
MD5 f8a23210468cc1d11c011b5aac540e47
BLAKE2b-256 53771fc37fad141c961096ce767318cc3e20ab81f97fa0cdfa87a27668a99d62

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.49-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.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 405d4c558bddc633922ec976a84e966663c52b86b9fe20912425fe45d4da5146
MD5 c58be7618b6c15064fec26f9e15c47bd
BLAKE2b-256 7ccae664294ad1a090039699aaa38e9d3c080b74a22cff3f283a766769bf7fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9027100bcca2e5e220ee299f0137b615547aa8a0de62cbccd73768fae7f959c2
MD5 551d4df68d8800c246728ceebaddfb5b
BLAKE2b-256 1bc6be7e450f77eda2903fd65205e67e79ce158513894b3295294955494e46e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f71621d59d4c6c57f8742c4c3087ede5958ff11d4e2cc15d6f5a6aac9a28dd17
MD5 4a36fd61c105de61e28f8312750e126a
BLAKE2b-256 bb6d34e13287533b4bf3c21847b1ca5d529409ce80d952c98c7c5e0c94603a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2303647f5739c225687f0e8fbf44a02c129fcb0a5a987502954534a7a901b7e2
MD5 f6f5a49cf515af7c80f82e5c24852a56
BLAKE2b-256 e5454529b98223c123e76229f8a92d9c3f3f7312f5db010ab13e0569cb72a45b

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