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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.36-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.36.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.36.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.36.tar.gz
Algorithm Hash digest
SHA256 4d9f36469882716b1cc2f3ff50f392ab6610942693cfc8ac9c70e0f62dfa830f
MD5 a26c2704151a5d215b92df85b589b96a
BLAKE2b-256 6ec79d2141b3661c6f636f8988b5a23c8382add8478dbcf43333805b23b3c8d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fad99f4acb778ac662ee25f75388bf9c29fb3bd16738f02c90a85daf340a46a6
MD5 ff15efd2ceb9241c918c817a9f1ae35b
BLAKE2b-256 7ecf164e14b3bbbde2213187b0e5aa2a8ba1cf7473965dc8fa98a34d2f3a8f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f7eb53c97d2d8da9349020b69742ae70ec7249d1c381e3bf0ac4f18cf32c0c7
MD5 7ade485cd00ef45e3235e51aa45acc9c
BLAKE2b-256 109af22c06d155e8e9c645c5d13a91e3ec9acc66f5e1e1a67bc208de456b2318

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.36-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.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2cbe03f7e7413260c1157b4be9f37104d009f4e37ff4a6851797949023b721e9
MD5 f9ca5054efaae5471dbaf1d4f388d34e
BLAKE2b-256 8a0e966c3ffa402e54b73718146f71bf1580729ab1dce5a3944c7c6eb8e60de1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bf675dd6a17d65736fcbf6c8398ce5ab9dfe8c78142621274666011c2af381e1
MD5 9e7bdc7e14f09e3ef48074c05a98a1f8
BLAKE2b-256 6525acbe59f10e500a2603e68698b5e87ee3bc19a399d1e905998166618f53cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7b3b968ae4627af392ab38367d180d1369b7508c279589923cbe2689e53eb30a
MD5 afa686ac7fd90f0a4c4992070ef5624c
BLAKE2b-256 2bbb907ac99265bb2052957c09a57d789b7b90897daff1d700aa3fff755a2ec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01ced8e6483a88e1cc1db1bd1a2c4933e1080ca7e8125dd44ca08f5790b54cc4
MD5 cb7be29abe24640bc490e9a83873738a
BLAKE2b-256 ca0b020726fa89d7c65436cd3f29f45cc46787fe2725a81746c357e88629706b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40081ec8fd6069ba7d889a6000a5ef15d41c9333debfa9afabad8423dfafaa71
MD5 76b7a6f0dc977bffd9ae4808874e8a5a
BLAKE2b-256 d3c8a04fef11681ee4723fa1896f08b41953dee1398f1094f96b2f4ff8ec96ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee4bf986c1eb50b579211e1de09a1721bf4349aaa2dd58d7d39af777e318a443
MD5 cebfbcbc423cb507d9168c00ae920192
BLAKE2b-256 190312eef8e4fb3d78a1d50e95166c17daa597ab51d9ba542437519661febf30

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.36-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.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a611b2495a14312ae15ecec5d31e95816faa2956da1e0bd7f9418b9e4bc54ca2
MD5 c9ed1f8d5d35d356dbd7062bd6d75bd9
BLAKE2b-256 945c8ad76c46f8dca7042542c80f891bfd9c3078926886c7b90d4f59e4f36478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f092d713ba197fcc51977082f8a7a93b21884349eef1c60d30f575cd04369e41
MD5 67e1151d389fcbedb374e361cb3e5b3b
BLAKE2b-256 639910be08fb74ec3fa1d439df3d8d9907627fb1ead43bc3446a7a79df71ffc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3db125de43b2af012776b686d2b2fdcfb9055609cf52cc62f7cbd1082ef50530
MD5 8b929f45f67dddbe7d02b905a5f53855
BLAKE2b-256 3c864df7db418c1f7a214a84ac12bde70ffad776dccf2ca61dbb5fcaa977483d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1248ba67fe09b6dcd540d662de15d9588b4ed5a63b7b8b15e4a3e12f1c751c76
MD5 4fde84509d3e93bf4f4a14b39c1e674f
BLAKE2b-256 aa9dae8e1a1425de77e291940ddbc2eef88fd9e23fe86dd3661673ec1bdd8c7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10234cb4aa7e43734b1f4d1f21594d4af167455e42b53c1be442aa8a8bd0f38a
MD5 b1d47a17738ac481ba1138da86b69d19
BLAKE2b-256 4c6206877bf993b549febd11f8e8eaf8049a27a0376aa2b2d79a06fba03f820e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d3a2da6436e2c5d399be2548b78e50f17a43c6a78d629cf3d5ee1dd9746b452
MD5 27c2b19a283c67ccefcc1fc3556ad812
BLAKE2b-256 baf4e5e68d2d1f65cff87442b73bafe7599d54bf5f752bc7c38649741c6099bf

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.36-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.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a23e1edbcb1d13b4704e7dd489169a1bfc7c69b4778972c722b01eb686276ea5
MD5 c9212b46f6a3a0027fab1b3bfcced400
BLAKE2b-256 2f848461487e780b31e90b041004699e2fe157b867d0f755a5957bbd84aee5fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4d1c994232ee28411824f627635e5c553d124e6b407642901e51df3f4d536c0
MD5 c51c3587650c2c961966d35e766cd87b
BLAKE2b-256 e33c57843538e3990955ab4edee591b03cfb9cebb55c02f4f14ea46084ee7a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fd5f9655a5bfae2a0f5f02ff01efd84d04f38f3271555c97f1f317bd5e3ccf28
MD5 18f595c7effdb276b434921216dd3494
BLAKE2b-256 3c08cd528be7105dc8f78b56c6ff079b8f3810e19dc38d649acd62ca236f8184

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a6284f7ea86da8e94796bbc1006c9eae60eeaf3edf1388b25cacbee276c5a673
MD5 6306c5a66b505c960ac3a31765498760
BLAKE2b-256 efb8f2c04390bb5b59e40d561a172186fdc3f49d4e91eadb9c6c1b60c2bfa61a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70f49d8ec18ff2d303cc7b9f22da6bfdac842c71feb4a39918eed2650acdced7
MD5 0276967a3b957a8c404a05735e0500d7
BLAKE2b-256 408db562d2c214ac923b3561028cfa0433055a39f56e0eb254655b7ee47fbd3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8454dd97d81031a098af34a7b15d8cfd663cd405243124d40e08321376d127d2
MD5 3750e25fce78a8de118b6ea401de9702
BLAKE2b-256 663c80c0fc5f000e47d0ba21ace63acca8832296cba003de7475d6ba9d766d77

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.36-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.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cd29b78f5903ad0079cfcf199c24575105f361e469abf4db08c0c9dba658d36
MD5 f86f57ac2e8fec15d9dee69288b055eb
BLAKE2b-256 6434f11c1956a3ab5f58b06e36af2d0c08f11c27162018784a221e923b5ea5bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e551c811fba5d7295a8f8019d42c08af91ad635253cc51644fe7fcbf7976f5b5
MD5 0b142bcfb684e550c07a3b95c68cb711
BLAKE2b-256 62345ce42c073b2a21e96ce5298cb2e0a3f07d9fc918a4241692b5e655454121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 36ae3cf52503ab71c6f0a799e4a71d039373bf0afb58192997aeb2f024c4ccad
MD5 2307be0f7b5f20086d1042b56f97e832
BLAKE2b-256 e403f913c5739ca5b9013d6469820b3bf7b0ebc09a380a3ff3fb93e98f05e8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3507d2dd12f18870817b56da37d51998a7624bb28ff69f971e62dea0240cbee1
MD5 b49e3ee5aaa2d46bea98bf90fa1209fd
BLAKE2b-256 5c667c985548b8162725ec761072178918f5236bca4373820aecc43b8c1da1a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dd97e12f6dbb7526af2ab35936edd9cf2ab6c2ccf56656606c5d6ce101897eb
MD5 55d768376115874371085612474aff03
BLAKE2b-256 1d4337f75af3828416787d296ca5a400321df2020a1cab586cae071fbe1d28d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a6d969fd594a397c99ca26b644d3738d5e167da927163126288483772fc370b
MD5 9e07b9f9c6016b2ec4885af363e41a20
BLAKE2b-256 c0a95d718216ce5cc53ef45ad6a5be40723d34a935aa5b4ce91f7375ce76970f

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.36-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.36-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab7f6a1aed66172f94e3b51690709dcda11ff10de6a8641c47c6eadbed7be232
MD5 f9b13addb79f9b3dd275b1eaf25c02c9
BLAKE2b-256 bfcce8b46090b1e76c8fc4f838625fbd065fa9edcdf9fa19e9eac23bc6135fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 533fd0eeeb6436408c6d0f7e2e6b1738da0e5f4603b9fbf8f75a46515497f5d3
MD5 320019de7d38abc6de2908cec33b157c
BLAKE2b-256 dd3e23216ee6748a92d69157c7fd954e068b10bdbac4d0dcfcb68c25ea76cf2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 13937f8a3540dfe445b83929c77d4e333a38921554bf4c4ce29358dbaaae7783
MD5 b0353b4e2fdd18b889a8f43520d36c68
BLAKE2b-256 8264e5101576d17823d3eddeab2e2d5be066dcd6eac37a17a98624693c609b76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.36-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 052376e4217eae5eb8921c13fdcff8cc2648e67d892600ada918cf6ea604cefa
MD5 0c0229186a04d0e49d0e2ee5b7134b8c
BLAKE2b-256 c4cb394db20b2517ca8fb98cbf862f73f051f4259cbdccec09b9f47c88445883

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