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

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

Built distributions (wheels)

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

Total release size: 840.7 MB

Release files / passagemath_singular-10.8.11rc2.tar.gz

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

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 33.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
936fc935c23c1cf984ed5d49e4a18045cae8eccc17fb601366fbf582e287e35e
BLAKE2b-256 checksum
How to use checksums
dcc5ed09ce10022dd4bdd4c7f7a2dc517dbe0bc1ea9bb065bd6abde9e1468d09
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.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 33.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5d51333160b7ed00232c805b20fbeb706120113923048526fce395c6c0870cf8
BLAKE2b-256 checksum
How to use checksums
294feac982a61a8e134a832ce6708f2343a87e669c69b5b05a9a4173f68e4088
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.11rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.5 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
01127571e3b2b5ab69c75eb8725892d474fed997a82f9ea6dd792e7fa02082eb
BLAKE2b-256 checksum
How to use checksums
579903b5cc8528c6cd6efb4e83db84e1c127e11aad27069171e9920da4fce0be
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.11rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 32.6 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
5a2691831fa548eec7aaa2aa73c9ec1a5ff7db62e99a5cfd51b88ca806bdf081
BLAKE2b-256 checksum
How to use checksums
22533e2985ff4dbb244d8863bd93d83256f8c783a78ba15e33b4e1ce553d78bf
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.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 19.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ce18dadc869c849087627c5b67af6e7805855bbdf9114813121934a3c5dbf937
BLAKE2b-256 checksum
How to use checksums
8b6ab537b070b10b336fc43431e47e6c062c43c42862b511a2de07d501c42c5c
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.11rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 18.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
416678c87d2a2833250b550e56a374a20943c4f0dda3d8acabb3812c5128e953
BLAKE2b-256 checksum
How to use checksums
d8d9801e263deacaa60f8297959e98868151eabf398bf619de5e50f7698bca8b
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.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 33.0 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b5686e9804accddaf97101d4ef17dca4210e79b67723624999ef25f3326446bf
BLAKE2b-256 checksum
How to use checksums
3095c85890d73771c4f4a755996a69727544c9dd58e9a8635d6a4a045a4dc79a
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.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 32.8 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f8f5d9773ee2c1ba4095875b1c29c51b5604eb6a4205922218a6cf9c9e615108
BLAKE2b-256 checksum
How to use checksums
58ff14308cb670b83fd5efa9010767ab1f100dc68af02b7e65e2f49e3f7bc304
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.11rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.8 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
50e5ab277566dbc2aa14e75d0a81bb9bacc03e542c4da528d7a2f851d982d261
BLAKE2b-256 checksum
How to use checksums
467cf715e00903fc791ddf8f1f179691d6c9405f9349f42973bc90fa2893aa95
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.11rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 31.6 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8814eb22a88eeee0f205a9314f9c2f137816bc56bfa6a1d043789d8d3f0704bd
BLAKE2b-256 checksum
How to use checksums
9c8261478481af4471177ac1aea0fb7e3e791295619128e38326ab2ad2a946bf
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.11rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 19.3 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c810b5647e8b3e8b5933dbb8cef784f3a85e23e2f06124810cfdd767c869aa99
BLAKE2b-256 checksum
How to use checksums
058b335d688cb50ae45504e2077b3a549671009c234aa5e8e18cf0fd466369d8
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.11rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 18.4 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ca1d4a405488e475cd845df97d9f04ea05af22cecbea15f1f109678d69a538b1
BLAKE2b-256 checksum
How to use checksums
e3cb5b4398e8ead6ff5e6d6ad177ca7f92b63feef7059726e8b0290fe61d1952
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.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 33.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bdc0654cdd3b4f563073b51e1318e88828da8b4a049ce6cbcc2018f5699b76bf
BLAKE2b-256 checksum
How to use checksums
f3eae78e8409713678b6abacfb43345bc66b76f4baff4f2140c98b0268bc93f6
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.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 32.8 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b44060c72a65c7643ad6ab3b0803835606de1fc477856fa5934dc1522520e3dc
BLAKE2b-256 checksum
How to use checksums
1663dd9b7818874670fa75828bd1460798b85fd93fd7e29ef12a725b948aa558
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.11rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 31.9 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
610dee7877798517bb6c39748a8e56aa693933a81b09c56725c30a7dad3af95d
BLAKE2b-256 checksum
How to use checksums
ec9477dbbac7416b0c39c2514809e4f0c996148a8af3ba9a26c533e00c320c87
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.11rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 31.6 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
cb674a690fee6731850809494ef594f7d5322ec00102f0f752a19336f2b99544
BLAKE2b-256 checksum
How to use checksums
df1c7e08e0c869b04bdb08ce3d8e893d740250ce4f2ddddc7f8a41045972c180
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.11rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 19.3 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
dc987a1514a58a5027d5e0f69f9de2cad33ba79fd5f7eb956884f4b526d4d3d2
BLAKE2b-256 checksum
How to use checksums
0eb959a09b0456d46ec51286902fbb53e66901bca29d17b4b9286a68004dd334
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.11rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 18.4 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
3d015c4fc128c52c9399399381394281be0920baad0e259ea7e73435bfd9eae4
BLAKE2b-256 checksum
How to use checksums
b2f081567f730cce78e81d8c99ca93752b19c13862203d40d38230f0748b7950
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.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 33.2 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d02becf1f19ff3e59bf51f7ed30a8affac2710b86e6b29c9943e89efc20580f8
BLAKE2b-256 checksum
How to use checksums
1969ceabecf0ca6fa4dcbe9086ccff53cf83351f632d1601f93871d5edc792ed
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.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 32.9 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
88888f395a314a94eb43cd721ffd27c04507c1f51deb5895bae839c016389f7a
BLAKE2b-256 checksum
How to use checksums
58c512c8eff6581e83754405e1a1fd662e95335191a491b70504eea9e591285f
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.11rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.1 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cd511a76d5290e4abccc183f537f1b421a78edfeaaa82ed6b5eecf387f4775be
BLAKE2b-256 checksum
How to use checksums
4dcfc3d3d5f6cfef4e625c8a9e56bb0629ed885d7da853bd13f4c741a05342f6
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.11rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 31.7 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
95569877d21737fe7163b22122de3fbeb6e08afd63b0e23ac47f6509cbd358c5
BLAKE2b-256 checksum
How to use checksums
c0afcd1d02fa38c02153e5db4affd6d4eccced2059594a8fa25ffc72b0c68c51
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.11rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 19.4 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
08f2c94dd70f7fa23ed45e79ba91cbef1c6991036d5c618e951c0bec260cdacb
BLAKE2b-256 checksum
How to use checksums
34ea73306447a5e71af2851b3858b43e5120ab95c7841f5d42c0e324d587a228
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.11rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 18.4 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
2aebdbdd5a918237f97c9911ae5ddf2e3fa63af885731223d5bf469cb938a304
BLAKE2b-256 checksum
How to use checksums
2cee7df276b31e2e2cd86c0af077e2f74fb693f33c6a86f1cd1ea05b21519d31
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.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 33.4 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b36538b485eb9c69c75a9c63f6b39f73c5892817860d52351ccde4297b03c3de
BLAKE2b-256 checksum
How to use checksums
452aa34e68c10f0c29cf12dde5a3701e49e3a8c0cbd3449e08189f52d1064ae6
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.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 33.2 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0a560b0d2f4e1784bf07ada62eae355475dc34cdde4ad15a92c254f5af24d4b8
BLAKE2b-256 checksum
How to use checksums
1fc66a418ec1de3f4c55e12bd2386fa957143b4e61be53e726b0781a10a49101
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.11rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 31.9 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3805b2f30544f3c1572498e39a04e563d61cfe894679ae58513f5de67347145e
BLAKE2b-256 checksum
How to use checksums
925b30e627ac94c2a13efa88e42885947870367f727475061fb554a50d749625
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.11rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 19.3 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
59d02b31b008961d672b5b6dbe01d9a18c38c6ee2d996af959961459d964d78d
BLAKE2b-256 checksum
How to use checksums
40802a40fbe244bb3b6b4fb3687b60f97485709231269d47b1fe38bc8480fd9a
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.11rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 18.4 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
b20bc4a72038ef93ca809a4dbb2f500bc8dfe89b926e4e0f543bf38f5ae9f54b
BLAKE2b-256 checksum
How to use checksums
e1f7e2765108371f3f9ab371ec4fb828228f58518bdbf5742e70588f9fc9fb5b
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