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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_glucose-10.5.37-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.37.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.5.37.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.37.tar.gz
Algorithm Hash digest
SHA256 3f3f85ca866bea6ec7faef9951d46b0a5a416caf0c400f5b71ec1b11d1137ae4
MD5 f86f4c6ab0bab343eb3377b4e19579e3
BLAKE2b-256 3f08dc4eb6ffe5e6f61d518c29283258f7ff6843410929d64b09a5a4cc4473af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc85338c7d76487737ea8ea6ba433fb9286f6ae15446c8ce5569f9306260dae3
MD5 9c04fa6b63222f1d80177e742554332f
BLAKE2b-256 66f0cbb5e38fdb7255e1a92b88dff24960f0266d718ba569dece64eaeb1b85b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04f08e064673ddb95b349eb3c5d62a7ae69199ac6e809277eb0226d157340dea
MD5 2a3b00cfc0ff67001a36f7fa5dfbf295
BLAKE2b-256 6819a579c3739607bd89a5de9ec3d75bb21b3d8e8fbbfbbbc75f1b15f89e8838

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.37-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.37-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5af9b9300c4d8d356e615646b2c7f3011b6517652fcf1eeabcf43f7730e27d7c
MD5 2157f64a3e7c1c9d65c6a009fda627e6
BLAKE2b-256 b32adda2da1cd0bcd4b14ad436ebc12b537f9e8d0b3bf903437121d25462faf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a77d1d4aa1fdff17c3c16a1d4dd6defb9f317c7d1db66d7fb03591ece1e57a50
MD5 9b7a8968ea85ec0e6f452bb707d7e7d4
BLAKE2b-256 65ddc1a4b6c005f08ca9e5bdacbb37ca797105e892db61eb7b8ea8ef9fd4a5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 af95c034c707d75fbd8d7b3a085d9bf920649159aea431f782a798ca4ef7eaf7
MD5 09d0350065bcfb36fd84ce8f46f08db7
BLAKE2b-256 d7cedffa95e8df9f199d306e9a8b9208a9e34bb620e01d522d6b243fde713eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f28b00997894f7e10f49bdaf2f75994d76d88a43a936fae6dfcc35af807befd
MD5 8b947360fdc8a609b57a798f89067ea2
BLAKE2b-256 85102059561ded39b137c8fdb31c6686ca5d229c686af592d8304247af9338d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8090b01092738ba7b3ce6ba17c676f8bd05d0c5cac9b6fbfd14a909aeeac831a
MD5 af04db72aabbeca699655fa3f2ef64f6
BLAKE2b-256 9778e7ea06b517894a116be434005da5305f410aad5d122d1a698ff3115f706b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56e367d1c83ea843663396337ccc426aa3288a2a6684f992fbb6ae69994d0dbe
MD5 d1273b1c14964e74a975b12df0b70dc2
BLAKE2b-256 5e3a92b1939e196ea4aef6449f2c20161dbae7b43ae43bd65a3d459a7e437913

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.37-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.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2196c2017593ca4773905357ab6ee35943b518a4ae439f1efc1132c2baa04885
MD5 35a2964c93df1d0519fb123dcca55720
BLAKE2b-256 6dc14d82679a5c2174225102b8fadc073a7e462ba686dd0b0488ae7bfe4d5c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1de152062a9d2c1cc7d513c7e4e1db3e2edcf4e721cb847394466986d2caa9c5
MD5 3a32b4253766617af61c480d664b72c9
BLAKE2b-256 a9734671fde50149e1618f3bf80458d0dbc35ab109f6bdb464669c625feacf70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 27294b45dd5e382b4b0599bdb30a688f6b3660e19366a69724d1e3d12911228d
MD5 b00adb0d31ff09bdd8231259d91b3023
BLAKE2b-256 e3d99e05bbb5b33607bce0d8aca35a9a63e62e9b1265397d4ff053693fd819b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a49e32866bfcde860b84b5dc73569f234aaf50a3fa022d476582cecbaa9af39a
MD5 4b15b56431d4261431bae2dbe2506525
BLAKE2b-256 af11cb2a96314bfc329837d2ef6e33e84cf378bf200decdec648ef6c07d68cf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7509ab0ea864b785b51473f7e8277561f40442007110ad3e0bb429c55ced180f
MD5 ba08a55bd640c7ebbfa6b2c15213a528
BLAKE2b-256 e5f3f7839e8883d3f1e9e501d4ae7d6f1f0882b6606902d375f825cb248dfef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48bf45aa8765a43e97a87eac8019a1017d05e70fb2713a353a4391091d0504ba
MD5 b7c5953ad8631ddcb0f6fbfd320bbab2
BLAKE2b-256 4185c80006e2030c02d7bb0153ea6d8b0e269d2fd93c43206ba4dd34a520d26e

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.37-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.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb4893611280e8f185198278e2c30d8087d3c1ee5a354ffb1d7e2b2ac5c40495
MD5 2c8364f364fc0af326518df88ebeb7f5
BLAKE2b-256 f33622975e426e9f8ee5e8b3c0e3d72c405b81e010fec6ede7481bf3efb389c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c1abeeb7132e45053cd91235738daf972a16f14c99f4bd88817cadd8aac0053
MD5 0e81df5061d080b644ea788872ef3c9c
BLAKE2b-256 2c17fa9d8273ea335c24a2852ca1fc4d3297305a6e0c164c77dea927354118c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ca29fb1e8b534f05fd5fa33c4209c0b6b3126376c93a52cd4dcaa733b100a0ca
MD5 80723c923d997c6e6ad4b4c84d6d7108
BLAKE2b-256 b60e807aed9d7b571ed9afd952905376612da8029ed50624034dd9aaaac8093c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3253aa16d59f6940abea4115b914f51d9487fafaf9bb03b8a26d07ce2a282730
MD5 14b6d749c26ab81aedbf5668ed267e4a
BLAKE2b-256 ac2b07615080ad1a3f28a4b6cecbea7dd47bc2f1e25986eef6f51f28c29d66e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e91c02fc2d66a7a5771933ce9d75d78f12ad5c4fff26ef64dbabab6dd2f51639
MD5 d77a5c10eea92fbb6606df84d04f0261
BLAKE2b-256 151d8e6792779b0a9a1465e9905da260f51697d69d03f5f9b0717d6aa5d43e9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 589b669893a062cad877f993a48c81db2902ede7e8b31fc2eb03f3baf628d392
MD5 707f23b52bfa9c1ae1fdf4305aa8c48e
BLAKE2b-256 1d05b81a984c0243a7f437340399a5e7b0e70a7757c083199e8da7502f951ed2

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.37-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.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cceb716787181026a83f0e9a972ee7e28eba4b2dc8dda614965e5aa70364b897
MD5 dc7020c5d71a668f0281307ef94b4290
BLAKE2b-256 bcc3043e5487f511788ad8afeeb3d484f9f3e81e574fcd1c761d684df39539a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b00e3c8fd880ea3636a66ec9193416b711c3445741718fcb6f232fd8718bfe7
MD5 322821fe16bd5aec5cfb0254249965b1
BLAKE2b-256 66673828f80f02451f8f0944ae21da0ad720e7d92e817e0b0aeee736a33c21c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3cbf62c22adf3556242f41c5ea3fe3c4ccd50c71109fed333a347ee076d2bc44
MD5 e770910448cdc0ab1c58423e0f4a4221
BLAKE2b-256 aa14c08c41782de8ac1ea9bb680b65fc33c9330746517effff406f87f4f2a52c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 54303d29b481ea8e94e89238e84aa79d87c5d990c1a467f72a65fa2ddb8520a4
MD5 21fe8a732dad9f98b0fbb3b976bf0b07
BLAKE2b-256 e346319445c206377480c1db8819b8cbc91d5b85034f6aab4b01002e7227aa80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f74f2e4147509383896469a0b0cd112ff66414a18e9b9f7b2290fd22eb85776
MD5 6aa97c1fd9361b9cf7cc9853e7e08906
BLAKE2b-256 f71275ab8d6a98b05a7e6aecd1c37576c12fb912a8b449e0db13114e6dacc3ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df21ea735faa9c52d6a9ff0a1816160ea4ca68ead053baf38e82bc468847ec33
MD5 727c1720a062a07c745033e9903daa18
BLAKE2b-256 bb4f22245bb2196e3e9a1316a917877f6d7a30a686ce482a1a3333874abc7693

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.5.37-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.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 307ac11b99763e9a2725e0fe83d620c6961e15256e5440d8bb11627e23dd9d82
MD5 71e2efb3db8384c294a4c7443cd55c61
BLAKE2b-256 22d0678e9c830d243cfbcc020e1a24117930505ca2825332f785f2126810ff0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd1e6ec90025fdb21c552770d1c87fad9312a3a641be6f606de78cc96d5b2058
MD5 ac743cc409f6930583966468355d939b
BLAKE2b-256 df6d60adaf3c3efeda0f07d39598e4528e2e13f8a50eda4ede7a098dc90520bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cbf1bf0dae3a4801dca4d26c26890c448891987e5265f438388c699b3053452b
MD5 73f77d794c53319ce718e39f69554db4
BLAKE2b-256 bec4277bc330baffba094eb85bce9b4a534f9078cb2f2b468fc27bddfc82aa58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_glucose-10.5.37-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 52c57c1daedf70156f836d1177fc5291eac67e2beac896f4bb65b4e2024ad792
MD5 fd8c8ed73c9bfb2c0958c834057c540d
BLAKE2b-256 8971b3e7be55efb802f8218f8164426ffe0869adff8e6179a3e12d0488653ab2

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