Skip to main content

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.11

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.11
File Size Uploaded
passagemath_singular-10.8.11.tar.gz 345.5 kB Details

Built distributions (wheels)

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

Total release size: 856.1 MB

Release files / passagemath_singular-10.8.11.tar.gz

Download URL passagemath_singular-10.8.11.tar.gz
Size 345.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7f677a800dcd8caa115f05cd33e931e6572eb49840691b5dc4831bfa08e4b64c
BLAKE2b-256 checksum
How to use checksums
a2b96a4272df08dfbe11b10d6f3f8e4367524311c5061dce6846eb7e006f2953
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.11-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11-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
a10e83a4cc6b787807e2968d8e82c1a7a546a34c4dbd0096a2cc710da8e7b99a
BLAKE2b-256 checksum
How to use checksums
d203d32aea5035cc2fbfacd80b0e5bf889c936e3f1813eb80a0f34908d675ac2
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.11-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11-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
c14a3a8f9b1ccacab8546d47c15f7a21391c69b4ad3e468480f83eded2f662b8
BLAKE2b-256 checksum
How to use checksums
57c438ee67ef731617b7b4524e9333714456686aa201948341ea0eaf077927ee
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.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11-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
7e26867de381fb23691e85922f3ab0c6098c3cb350abcef661931e9a02d01d99
BLAKE2b-256 checksum
How to use checksums
48cf729dc7f4bd3d5f18585afd1f4b1d5cce711fec5d65c044f60d3c192ce4ec
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.11-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11-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
29f0c849b1d2415de222177f6393b526b470f1b3046b9aea0e7c428c82e39af8
BLAKE2b-256 checksum
How to use checksums
982bd1bbbb92657b2189a8ade76dbe15e3008f47c3da07572f6bcbb8110def0e
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.11-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11-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
3f8bb8bacfea514c99f8f07e51b7b2d97a2fb0af33ddc7ea857bd6794acbfd38
BLAKE2b-256 checksum
How to use checksums
ca01097447b84f32c2920cad1f33d1e67c7c22f5d2c33f0e4eebc0558f024e82
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.11-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11-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
9e555b4a5353587f0f9882a28053c09c4cfbd08e682c57a3681d4fc061e42219
BLAKE2b-256 checksum
How to use checksums
7c81e04395deed5706b2ab37004b2b1699357e0651fe330c48719ee774622d74
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.11-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11-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
66c6ca87c3457d511497ec0f30ebd198dbf80c357f39927dd470441483123773
BLAKE2b-256 checksum
How to use checksums
184149b03b3aa1735c7ddb3ff2a16f225c1a4f898af94ccf63948bf2d7ab3814
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.11-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11-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
277689be6904f060b038a21319b3d00d2ace4723a6b93bd411e2d4b331a69e6d
BLAKE2b-256 checksum
How to use checksums
5eb1944b0a290c5f5b22d595fc82b485c0f976c8a4d94b729f9e5d692692fdc5
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.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11-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
d317595de05f478d3ed74e4d3f4ba58914a5f67cf43a93e06db47fd68ec65c6e
BLAKE2b-256 checksum
How to use checksums
a78c91831419b8f70a6c042ccf773b23e7aee1ab73487101395cc460b388e6da
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.11-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11-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
84544416247aec18c66ea770f825ce7e929ffcb82ae4e707f4f6c2128ac17a02
BLAKE2b-256 checksum
How to use checksums
a6b29815732eab42abeb7ea3b2c39277b32d1829ba41408b550f45d4486fed4f
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.11-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11-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
e568ca11b8b37e59f6e2dbf896f407449c1e8c9a71f6e3242c0e6307e326c066
BLAKE2b-256 checksum
How to use checksums
59c144f4b7fba88563277fc35750e37f76e7f976face898ca57efee95546524b
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.11-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11-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
778d963cd8a13fb21354655033dbbfd5085d467c1383380074d18a5074c18223
BLAKE2b-256 checksum
How to use checksums
cd920e54c183b5b3ee63a508fad97cea8f9cf04bb2e49ce2fc7cb8e452c8650f
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.11-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11-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
a78e396a4ab4c7dd9fbd4e04f5c054778bd7e0d804c19f361468e904ec3807f9
BLAKE2b-256 checksum
How to use checksums
6d04eb33cc5e7c0aeafa97a8f165cacce77271eff9646ff064def101b98afd16
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.11-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11-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
8cddf4edf8c924d1ff0796f27f7f985743bc207680350c1636cc23bd828620fd
BLAKE2b-256 checksum
How to use checksums
342114bf553b77ac240e2a1a3478ef84aee594a6c447ed8c1ed59517ef9c0611
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.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11-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
78ce9edaeb923481eff51630bf05bc5c639e99d32bfd2e1585f97c2bbd2fc02c
BLAKE2b-256 checksum
How to use checksums
e670b1d6f9c677e0eee6e2a637af8034538ae6355e567c9efa9439c7d694ccae
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.11-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11-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
f8db34fc18ac581b77a6b1914378ac211b4ebbac32d404ac2cf9af1e07f68632
BLAKE2b-256 checksum
How to use checksums
501df077bd42c776c00c41eb849c7b58e57eec3a1721c2976c25c0062370f87a
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.11-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11-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
f3864b6a32b8f2c6504c46a1897b2e7061fa8b6b536c1d6df0e03825890bfc52
BLAKE2b-256 checksum
How to use checksums
512de4284c19335f04e393bf6a2f96dc77bba28af2690808aa00afe1667c0e66
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.11-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11-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
1949fdabd1fab6822cdedbb34a0d7232dbe8995dece17488f68c64b656f8180c
BLAKE2b-256 checksum
How to use checksums
67e0d1710138bb0a718fb5e2853e73014b53a1e370a4e928e5ef0332eb0e96e2
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.11-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11-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
a03aa1b9084e6b501a134ef654151285b9fcce0a7e30ca2d80d5a4074ed24c25
BLAKE2b-256 checksum
How to use checksums
2d1029f0f560c012d7cf4e824370daccf1091848e54ac099c08e1f2e48628cd2
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.11-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11-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
a10246f6dbdb243e453c53f950ec4c18506ce1d14661d500e58b21d7974ea44e
BLAKE2b-256 checksum
How to use checksums
b62a7cdd7c8ea7c1ead6abfbf2a6cb2ca5c55bc97bb3839e03a3cef44855bdf5
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.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11-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
e10e4fdc12b27b7b5ce5721f2d4057d62fbba0ff616dde94884c27338ac434ae
BLAKE2b-256 checksum
How to use checksums
1e8ce43ae8405a4ed203ce9207735c54585fc98743e7ee046512692095d2e733
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.11-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11-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
bbf9b5d8badd41fb0152e1e98236674aefc9821283938a2e499535131e0eebee
BLAKE2b-256 checksum
How to use checksums
ea3b49207e8bfecd32cb2d677ad5acb570ca8b700fec0b0d2ef9a91229836782
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.11-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11-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
310228556eeda9ea3785984f8ce3613ab4b9872c521750e07ce1b7d1a4212e39
BLAKE2b-256 checksum
How to use checksums
b8b739e1435c4639ec309c05a3843108fab418acb36192f229d195de1af41b1e
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.11-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11-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
04d4e8cb195da863c4b2aecd19fd0d735dec022f342f7d2933a21e376a7de86c
BLAKE2b-256 checksum
How to use checksums
f7cd09bf1cba641d5bf230360bcd63fc52ef2afcc4aff9c5b7ff0737ce4ec075
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.11-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11-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
210af35f5b2e6f86c487d1b3b748c66c0c3deceed64b1ece33039d2a8852a1e7
BLAKE2b-256 checksum
How to use checksums
490635f19be89720b70932c60786566909dfdd2fc863333f3b3f339f5d01393d
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.11-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11-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
8b0b8944403cda05090cb8fb37b29b377e01c1613aa7e268f8b7dc7fd0ceb88f
BLAKE2b-256 checksum
How to use checksums
55a1e676f6d2ebf2625b96889e352216c5f975edc662b01b6653ac348d4192cc
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.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.8 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ef8fdf2c56f7904a7f60bd61c133aeca625858167f17e6beda4f672eed80033d
BLAKE2b-256 checksum
How to use checksums
57ce312d1cce3511b89eeb3062d29cdd3402729ad77cfa5dab9e0e4bc51fd7a7
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.11-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11-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
5fe6d650dee1298dcc264b8f4f64d21049bce2fff2370886586d82b74566aa61
BLAKE2b-256 checksum
How to use checksums
1bd4b36b12cc0bc97a2b3ffb05d949b5deb20009700d73ca06d0acbe91cedfdf
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.11-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11-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
1f2dcec9b7957fa236354371e18d44f2480dd7d6601601aeccc12700874a38dc
BLAKE2b-256 checksum
How to use checksums
d5fe20a1c1732ad0e8a53207495a3a019f499588a00bc7d92e9bd48eaf77f992
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.11-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11-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
a348cb01834737147d500faf0317e9e08af67e684841d77d7149424f53443d29
BLAKE2b-256 checksum
How to use checksums
13a1826de12a42c113615d839edc023b8cd2abc44bf778e450ffced185f56f20
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