Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

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 --spec "passagemath-glucose" sage -sh -c glucose

Finding the installation location of a glucose program:

$ pipx run --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 --spec "passagemath-glucose[test]" ipython

In [1]: from passagemath_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)

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.8.7rc0.tar.gz (5.1 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.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_glucose-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl (245.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl (227.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_x86_64.whl (245.6 kB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_arm64.whl (227.4 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_glucose-10.8.7rc0-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.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl (244.9 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl (226.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_glucose-10.8.7rc0.tar.gz.

File metadata

  • Download URL: passagemath_glucose-10.8.7rc0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_glucose-10.8.7rc0.tar.gz
Algorithm Hash digest
SHA256 48a8b89b410114d2d66ed7466b91cc0cdf6880d172829e8b0ceecb901ed6fa3d
MD5 19920bb9816f537c6b50e5152fe64ca4
BLAKE2b-256 8d365a136c5941a14b568c3838989942684958d47a3d603c290be1552d73ccac

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83764709776256bd40d959fb1ec4b3bf923d63161905ad0597f3a7a0da2d4a5d
MD5 f2b639041eb2547055ac6738a02966ba
BLAKE2b-256 6bc3f7603b00d50f79a75f3a2724e8fbbe23b06d013a34dfe7c267fbd846c897

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0231319c77dc1002ac514cefdba979760534e1ea91f6770ab931339b542bed5
MD5 feeb55abf538df8c8ccabb3b6c6e19cc
BLAKE2b-256 8a0e180de7cd35e58bc6888db321bff66dd178e602bb1900ec970c0fb3ea83f4

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dbb7cdba00e89b249ba7ef285ac9f19379a59d79818fd66ad5bf177f9cf8d3f
MD5 57e3df71b9ade21001e0ba9724440c1d
BLAKE2b-256 48bd390f723b9e7781cb683382efcc642cb1e7d11a0f3e7cb1c6c5153010cd5c

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 494f6845ecaa670ab937c13f7858e76260a235719c8a328447e1f8fa83482ccb
MD5 954ceb9d6d168503d9568145ab6fa1f0
BLAKE2b-256 efe8866fdb6eab381ce84820c14e509225045fffa0682fea8148a4e0eb88f89c

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5c08ea5b7a19aac1235bf7bf3c43929fa9b7e350b5329741d7d65796ea00719
MD5 a8586a4be0c1010db1562ec643b24417
BLAKE2b-256 d94b29735d856247f44198ecde14c59758a92ef385d54032652b66d5296d2a02

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be8093851ebffec00ae774a3e2aff6cc2caed04bfbd5b239171dfa50e5b05468
MD5 b0cc9c003679593bef5de6812e7bdeae
BLAKE2b-256 12adb50425585b805839f69eb36dcb41f8bb121c012d872f8c2ad814ab5316c8

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd4697a3bf13b89699261d5a40fe0262108aaab49964df363ae0b8df4ef24beb
MD5 6ad1a2c3bafcecd172c01b90ac5be363
BLAKE2b-256 81f78ce4be652c6621ef9f62d0e524f3d7a5036bf9889a7d0eddfa35b7c63f8c

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e17bfa2f7f30445316a61ad01b88ba5dc3e92cd14a4f7d11a697509c9e7c03cd
MD5 ee25de2243af661ebe4f0e23931200d9
BLAKE2b-256 f8bb67342e5aa3ddad6fee3832748d269cda150bbc41f48cd28f413c59f2eb19

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaabbfdad666f80ed10edb32f9674447823fadb228c0ba952ff02705d70cbf43
MD5 7f758c6667ff1c4f9a429d0857eba8eb
BLAKE2b-256 397de6847c3d0116c86015f201c6de9032b475abcd257da47bc5eb350f06d5ec

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fae45d5956c9e4f44bba396d93a64f5a6803d69b268211333169b1e78961f9d6
MD5 1a8725b47671c47d968d4ab0ccb84812
BLAKE2b-256 010715fcdadaea0789e0844dae571d33a800e333b09cfa15b44c2ddefcdeaebe

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9f6d4093b6881da3dfa88bdccef79b97513cd2aec0b33642e16cbb4a40fbd6f8
MD5 38c71ef4f35376b1b4051405e902a9d5
BLAKE2b-256 e78bb78fdee02f873001e94fdee50250a1ab85bb10a022375d87314020c03a95

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be96581f7ea78f639ea306359afdedaea9f29f42bd845f460fa764c62f413ccc
MD5 54e8b353a27af68e4466a46a9ead2b71
BLAKE2b-256 b853010e0e23a701304c16ce61d84a3a4f80a4963a7f020392183cafd4104820

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ce98c17bd7f6ba81f2056b73bbc006ab1591a7593e4a45518cb14e4b8f2e832
MD5 0388a8d3e4e07138482f09c80fcf3771
BLAKE2b-256 d25ae7c663588e2113f7d40d364710f4937301348e4fa7941e891a1b014a7002

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36ab60c29a8c1416b57b8ea64e5960bf0c90768fc333d66e22565fdfff0bce50
MD5 10f4222e299f7cf1a7c5d669713c077c
BLAKE2b-256 f625080c3016bce2a3af8700d4e10c669f607d3e4742360baf61331feba2d23e

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4bb68b8b39f9162cffc88f69b8ad5d3557b4abbb8dcee07fcdd71ed8be6f6c09
MD5 2f1f56680d683b3233116de5968e8095
BLAKE2b-256 8074f3275a99aa913546db0ab02e5fab497f2a54f7bee213c210b050e379a039

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91341b96a44a900b8de3904b54bdb9d33a350aab2878933f1d37472e8a08f9e9
MD5 9e207331a0bfb0c76ede09308bc0353f
BLAKE2b-256 b79fd69e0493982084eb3f4993053f737d6970cf0aa438920f051653548df449

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f9fe91d1b24c83f0e7f4083262ac4b1c706c0d7cbec6a9dadef879639354cbb
MD5 acae1bbbb16e7c15916c698480cb5bc5
BLAKE2b-256 27f0258fa4843d0a76b5ebb4fa03dd82b63ff8cab2c9a6e96fe517f677fbe146

See more details on using hashes here.

File details

Details for the file passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_glucose-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a164cf3b750aaa755d676b5c6724e9066aa8bc73331a30e0360c9ce9644c674b
MD5 248671fdc8791c7bd85e7c6d002a14ca
BLAKE2b-256 9890777b1a772e5db8e9f3b271fbbbafba9b7da0d200a0975050127ebe08a8f1

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page