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-singular provides interfaces to Singular, the computer algebra system for polynomial computations, with special emphasis on commutative and non-commutative algebra, algebraic geometry, and singularity theory.

It also ships various modules of the Sage library that depend on Singular.

What is included

Examples

Using Singular on the command line:

$ pipx run --spec "passagemath-singular" sage -singular
                     SINGULAR                                 /
 A Computer Algebra System for Polynomial Computations       /   version 4.4.0
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Apr 2024
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
>

Finding the installation location of the Singular executable:

$ pipx run --spec "passagemath-singular[test]" ipython

In [1]: from sage.features.singular import Singular

In [2]: Singular().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/51651a517394201/lib/python3.11/site-packages/sage_wheels/bin/Singular'

Using the Cython interface to Singular:

$ pipx run --spec "passagemath-singular[test]" ipython

In [1]: from passagemath_singular import *

In [2]: from sage.libs.singular.function import singular_function

In [3]: P = PolynomialRing(GF(Integer(7)), names=['a', 'b', 'c', 'd'])

In [4]: I = sage.rings.ideal.Cyclic(P)

In [5]: std = singular_function('std')

In [6]: std(I)
Out[6]: [a + b + c + d, b^2 + 2*b*d + d^2, b*c^2 + c^2*d - b*d^2 - d^3,
         b*c*d^2 + c^2*d^2 - b*d^3 + c*d^3 - d^4 - 1, b*d^4 + d^5 - b - d,
         c^3*d^2 + c^2*d^3 - c - d, c^2*d^4 + b*c - b*d + c*d - 2*d^2]

Available as extras, from other distributions

Jupyter kernel

pip install "passagemath-singular[jupyterkernel]"

installs the kernel for use in the Jupyter notebook and JupyterLab

pip install "passagemath-singular[notebook]"

installs the kernel and the Jupyter notebook

pip install "passagemath-singular[jupyterlab]"

installs the kernel and JupyterLab

Release files for passagemath-singular 10.8.11rc3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-singular 10.8.11rc3
File Size Uploaded
passagemath_singular-10.8.11rc3.tar.gz 345.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-singular 10.8.11rc3
File
passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 855.9 MB

Release files / passagemath_singular-10.8.11rc3.tar.gz

Download URL passagemath_singular-10.8.11rc3.tar.gz
Size 345.5 kB
Tags Source
SHA-256 checksum
How to use checksums
eae4b3cee13ed8360ff938b80dad0ca591ecdd201a491b5fbb14fb3ed1a1f717
BLAKE2b-256 checksum
How to use checksums
f3290c83779063b1261e526095fff34c399a34f6d04ead890146a57ced8ffabe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 34.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b7d2f8da7b10c42eefa481bd2161bb8a948e7038e1f620e2e2315ea9209fc3b9
BLAKE2b-256 checksum
How to use checksums
58163b1e71c11b70b284e83c93813fbecdfa16ce913c149f0b14671b59ca162b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 34.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d340f0091fbdb2bb53602b16813a6c23c4fa1352f47476cb23ed3cbe5c25b47e
BLAKE2b-256 checksum
How to use checksums
a987c5ba02a251c3d0dd91878ab7727639eb51a0ad3c4516cbc744b63384c327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 33.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3f86d71cef1f0b7dbac7f3957f2ecda6bd89761f0f4c1d5c884626c3217439f5
BLAKE2b-256 checksum
How to use checksums
b233d484f52f69e365ed2a010612db62134b019746aaac1cde771b3d98282178
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 33.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c9d8988674a4f0fe504014b0d52f6d3c93fefa32ee45239b4fad77cf4ae65819
BLAKE2b-256 checksum
How to use checksums
0f53a3c4d9e91f07cacb4d408a9b53a8ae40a5fbe708690fc1f8d9881299842c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Size 19.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
b8067f8e247c28a743d70caef435bcce41481e40d9acc7cc32beb9b69dc5c8cd
BLAKE2b-256 checksum
How to use checksums
efb6915e768ad6088670442646b2b879f2b9cdfad2f7f26c5fcc7aad1c5d1fdb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314t-macosx_13_0_arm64.whl
Size 18.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
2c56ef690eeadc1623360a7008c58e64a564202c26274971adc55a4ae08b12ea
BLAKE2b-256 checksum
How to use checksums
ed253bd76d70fdb3ac9f89b24b01fe5ffb0a233ba81c9dcfeaab1d847be3ef17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Size 33.7 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7acd6026e177fcc194fe3a8d85c0052aed29eb65d34cdee15f1db90a974f7eb4
BLAKE2b-256 checksum
How to use checksums
0636f1f9874f1980d6ddc6222883ad7261714a3132d389420e126de282ba06c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Size 33.5 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
80dcb8468d638794e88db4cb01f60ad77f727b47743d230c1abda21ddd989be2
BLAKE2b-256 checksum
How to use checksums
8ba70108cef1b3732dbe9b4758e8d113412e68d5104ce95c1f39b59859fa45be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.5 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
70a2c7cbc8aa53d0048b5af4bccac6fa10f065f6fc37acd1e161271967163067
BLAKE2b-256 checksum
How to use checksums
d1c82c20c18aa6ba7a522cf3d23ea17d7f3d75f5850df8c19712c01a2ca5b5ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 32.3 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4c67bf18792d283717b02ff8f0bb0f0938cfaf1ef6340f3ffc37ce27a57194fc
BLAKE2b-256 checksum
How to use checksums
67b9e77e12a6d0316aff063784a4d353683d0d9b84e9a0721938bdebaa4efcf5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_x86_64.whl
Size 19.5 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ba48a01869588533ad10bd08ff8841e12e702499b57028c94d707341c76eb3ee
BLAKE2b-256 checksum
How to use checksums
85e39acc24685cbc598d76baaf55885c0345477994721952989d7b0cac191139
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc3-cp314-cp314-macosx_13_0_arm64.whl
Size 18.5 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
8f30411201ecd42bdb8ec056e4043ac21549977519039978af080a86f4d30f5c
BLAKE2b-256 checksum
How to use checksums
ed3d2db8decbcd07b3ac5498346f146d08b1908f71460ca6559a3260223fe870
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Size 33.8 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1612df5cddfc76f7a4dda676a8a953e2accd538aab329053fe7b0aefab1f5109
BLAKE2b-256 checksum
How to use checksums
a9fb86b4aaf74515089d102af1b2e749f0d67fc82db1737c51553cdfdd51cab8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Size 33.5 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
42cdd3e1e89859dd3711b907c9295cd9707a4326cbd2b7cf0a75540a362819cc
BLAKE2b-256 checksum
How to use checksums
e28643b9da01b215c8db6a9f7016996b7718f95732d5d5378ea36d1225e12aae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.6 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6f017b3197531bce9f76ccdf0a3c2720edff6bb364534b9fed9962f5c58eb9c4
BLAKE2b-256 checksum
How to use checksums
b6b6df91bd016818ba8f04b66b157ad457257b9e23f47c15316f696b3089f318
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 32.3 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
76bdf6cf703813947ad0ce88f82740151e819bbeb8a35049eec888e88b1c9388
BLAKE2b-256 checksum
How to use checksums
0edd4a47c7b6a836778c22b0823d43784df9a11ddbe2c367f3b551e282162eba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_x86_64.whl
Size 19.5 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c200b2f31198b65bc6cbec44d940847a0bce2dd4939b092e2ff69d79f149d029
BLAKE2b-256 checksum
How to use checksums
5e46d2cd282493bdc38d7422674a2604a0035586ef16f553e281151f4c381b99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc3-cp313-cp313-macosx_13_0_arm64.whl
Size 18.5 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
fd46431f1180973f8bbc58e92a12b09385d6e41a06d787377570e82411bc7ee3
BLAKE2b-256 checksum
How to use checksums
75da262405f3204494ab9b55f337780028f51462656fe38e0d17083802d92ce6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Size 33.9 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
dc3824a84236e0cfd6c2a846a5072c36ffa582cb17c4f8f21197d169a4bfe517
BLAKE2b-256 checksum
How to use checksums
39109df9ba9eaa69a70eba4e737f4b442b9933ffec08251d0637f83dbca066b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Size 33.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
abcf1ad2f31f67eb2079518220118d03bd2c4122769e6b4896dee70d7e9d366b
BLAKE2b-256 checksum
How to use checksums
5e3d8afc4991d92ae7c53231a02c1c2a59b5ebe04d140f562d25cf8833e50a3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.7 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a0bb191fa0066009833d514b7e26ac03d463c728fd76152cab1037e273f0aea6
BLAKE2b-256 checksum
How to use checksums
83ae77fdbfb1e8777d7ce55edda878e679b6f0825de2918edb72fa9f928ee658
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 32.4 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
fb9288d9ebd80a2baf42c198e9dcca5d80d6c571ae9e8d45cf2f1dba0f4a38d5
BLAKE2b-256 checksum
How to use checksums
8fac79953a160b9ec14340c00deb043272f4af387b832c2ee4c8585b4e57ebd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_x86_64.whl
Size 19.5 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
77fb5792fff4c513621a344541d63c8518ac474e5a09fc14c216c7f65221f08a
BLAKE2b-256 checksum
How to use checksums
37f63efb73f4e39f423bcbea00c0eec725619ae39877be5f9b9ee8599a1b00ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc3-cp312-cp312-macosx_13_0_arm64.whl
Size 18.5 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
52bbc0b74d62783aea254ccee7f02ca2915afa109cd9208cb018848b027e7df0
BLAKE2b-256 checksum
How to use checksums
399a4bab18d0bc3c289cac67b4a2dc3fe782a0aa48d854355d0405369ec87b01
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Size 34.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9377c40346687361d6c423ee7d96eb7a9296c0b2ebe784e265f035d5f5eed065
BLAKE2b-256 checksum
How to use checksums
a18d82ae2ea6762190782617b73fe05336924f2455700d735795ce8b9681afc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Size 33.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0262c7f55b4543a19e54d70ec920a8b204a02473fb57818625869dadce67500b
BLAKE2b-256 checksum
How to use checksums
f4cdbb7ad61f5c3c366afdd53d97fb12ecc156058b02a814da16200d92e0ac9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.9 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
caa3c6c0e19f637534ef75d5fd5a83dd2b5554b30734daf6d869f61ee618a543
BLAKE2b-256 checksum
How to use checksums
63080e2c30fc855648c2be2d95b29360410bb602b354caaf8867f28b54476fcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 32.6 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f90bd1ba145a4ad515528a1177140b9cb1f0dd4702d959c4c11272e23fa79d54
BLAKE2b-256 checksum
How to use checksums
d760046e6cb192c69cc5d60ba480f3fd25088b479be1d8bb5d2dbaf6a2fa87be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_x86_64.whl
Size 19.5 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
674afb7ac9606ddcf5c5b26b7707519b299384a83a0bf239015f5a7bbf76a30a
BLAKE2b-256 checksum
How to use checksums
fbc6fdcc8cba33e0fcfeec0112ca287fecbcfa9909e91f8897214fc8513fd9ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc3-cp311-cp311-macosx_13_0_arm64.whl
Size 18.5 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
d1b222aa14859b581a9d1d668f7c4d6564ee235131da034b8c1f77cf2071d5e0
BLAKE2b-256 checksum
How to use checksums
94a7891ac1bdf2973f3897c05dcfed4ab80c344ca8afcdb87cae19082702857a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page