Skip to main content
Pre-release

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

passagemath: Computer algebra, algebraic geometry, singularity theory with Singular

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.12rc0

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.12rc0
File Size Uploaded
passagemath_singular-10.8.12rc0.tar.gz 345.8 kB Details

Built distributions (wheels)

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

Download URL passagemath_singular-10.8.12rc0.tar.gz
Size 345.8 kB
Tags Source
SHA-256 checksum
How to use checksums
23b8a9e7c8e797beec4a26613a6129205c14457fbe830112fc36c4cc32654965
BLAKE2b-256 checksum
How to use checksums
1bf206a32b152b3a528ee994a6c9e57dc0bc22130566e61789037bff1f41a107
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
14ee9822d0601c857a6ac285d14df4e3a9ea89cafc2b755063feee0827fb0c94
BLAKE2b-256 checksum
How to use checksums
4bab119558002b32c6f58557df96b4d01528b9aa941a333885ffdda043324c29
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
3610da1a21f63d2c38df5f076b55a9c6b9831267cab0943df4134f3d081434d0
BLAKE2b-256 checksum
How to use checksums
b1a2981a3e25bd687ea47154cc96d9e0790a5abd2b47a6e25421a9869e24aa91
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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
94ba0d711f97ffa3da0c4ff7feeee4d7d0e94715e015b4b42eb419158c2da816
BLAKE2b-256 checksum
How to use checksums
aa5836989894e4f10b0cc0e96456b850383bd414234803f3b5376936688bccde
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.12rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
869f8b1c8bc7a1a29fbb247b9e1fa35161a6460f53ed44ff975c5fb400ba7117
BLAKE2b-256 checksum
How to use checksums
c9fb3eec1702911f4c1221495ca7d5f85d22ba3526d756793c6ce07c385945f5
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
1e3eaa2115dbf352481577c274b2f5e094cd693caa684abf6a28de5a2d41f2fc
BLAKE2b-256 checksum
How to use checksums
eafd691d933b661ab6062e376640265386bd7f04a0b5e3f1f940f93c9c676bcc
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc0-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
239d18153d6e4a4e279cad384a70ce3814484019df525a010b67fbf8af6b2438
BLAKE2b-256 checksum
How to use checksums
1324a04124235d6cc04aac545913707c94b3bc62c9640edb5cb523eef19b3d70
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
3bce8c87f0dc808165b6ced72e4981bacd4ad5296fc567620c99c95a32d4ac18
BLAKE2b-256 checksum
How to use checksums
e8f6c80708b62935a7d6b1885da958067c92975d3fc05392636833e73e763a79
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
f8f136995f1a8a38ef15760bba81d49652e5e89b8a1b3c03801d4bfd498bdf34
BLAKE2b-256 checksum
How to use checksums
43e32063fad72b24b8af44cfa4ddf3013fccc86337e436632351bc69970b1fda
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.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
90877e2ead09b52ec81654f4b17672faaa1687f9d3ee2e8082d21870a9eae8f8
BLAKE2b-256 checksum
How to use checksums
3c8ae4faf296273d32db81fe6e1e1595158254d7507ae5f0e926be6afdcd7c68
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.12rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
dd1bd1160dbebb021b96e81f6012d45bc78667ab2c9ad656b7c65ac7fd2f4f52
BLAKE2b-256 checksum
How to use checksums
0517b913265822936f756ca038e88d97274089be513eb7b4d6c29e587270f791
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
b8bc70e9994d0243c3b6ce166767f063a646f015a1136f2942f86ca48cc05e18
BLAKE2b-256 checksum
How to use checksums
d85417a01672c17add59413100165ce550c8a3b353f1e9df978b5bb73fa5c5cc
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc0-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
d173fab4fce1177896988b5ad2a6ca6d2b2504f25a92e97b537ae11b2a8e2050
BLAKE2b-256 checksum
How to use checksums
a48966258d579fd577b114da3bc66374c8c71f225a1a42f30fa39621778387d9
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
3bcd9afc68229d5225b1a77a8f32fcd3fb2669589d163e0a064a4c888b49a79e
BLAKE2b-256 checksum
How to use checksums
e059466b82643ddafca112789d42da8e13e57832da42fa5f64599060f23481da
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
b696067a71fd07ef78ab47df7f860ae970ca1ffa00ce90701e737d34e629be1f
BLAKE2b-256 checksum
How to use checksums
b34c1d535ab714213688ac59b3f23cb6fae5434b9aeb5c6b12a3c6d68db35642
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.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
33becdb4285a79ac8c24f30a1f8681baa7588350bcca22c82ef3b148a77f4af5
BLAKE2b-256 checksum
How to use checksums
97f7ca87af5481ed1567b7b6111796d1a833cd1dea0adbd459968b4237807612
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.12rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
a374f4c33a97105341ac2a9ba20659b4521d4531362d10a02ec8708067a72151
BLAKE2b-256 checksum
How to use checksums
e51e2e18b9729a72d7980a4bfcb6f29509e4b44eecf9af38f1ad8bc07acff6fd
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
60ebc0159f8e814b20aff4eeab7f6b0c622218b23b095d62310e9bf99bf78607
BLAKE2b-256 checksum
How to use checksums
4fe654e88a0af37b9c0eaaa41c1abbd7f3b57954c90c6778fcb3120b61a7ad70
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc0-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
e9cf60d6f9e7dce284ec2f6c5f78ccea9f304f67d67b67fe888420506fdf0937
BLAKE2b-256 checksum
How to use checksums
9dc72ab1e2e07009ab38f9e2bcce502b9cd0dfa7d7c11b8afef3f6f5aeccacd0
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
8a718c36a03ca46af771b027e1a83b8314ffc2ae0415f071d0aaa8db5609c46f
BLAKE2b-256 checksum
How to use checksums
727d849015e496dabf316263c7bc94fa8d30ae8cbe5e6531a388e81350ccc938
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
a563ee92f46fb5740320cd741cec1318ab9557ed7221f4539153a5c76c540551
BLAKE2b-256 checksum
How to use checksums
f0acb602e8e7ce4c3323c6117b321431e6c063482d011bdbc2675246d5163ef2
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.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
02d151fc0d3169a3d3384d8ddbcd7241bf91c7afc4204ecf298b690c8d2ea028
BLAKE2b-256 checksum
How to use checksums
014eaf1656e9b5e8c7f5165edf260bd14727602a0f0f0d90cfcbbaca294abdea
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.12rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
f15a344a4284378eb772e9bae37f8a2dba651907f2915d1a6478b0c4c5792d0f
BLAKE2b-256 checksum
How to use checksums
0f979d0cfcfaf7dc4108a08e26fb427c8e3a05731084a832bb62e16b5abb11e1
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
f5b6480a5ee1e3bdbfd8f2c4d079a9c018bd76977acb6019f81f7a7e26cf4261
BLAKE2b-256 checksum
How to use checksums
efe065e8a36b9f34ec6495ac2c3738c694b74e7cc87074a582c7a87f91dc367a
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc0-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
eeed87c4024bb3fc8a294abcc2bebb5561a7f378dfec1ced747ab06880a25bdf
BLAKE2b-256 checksum
How to use checksums
3bbbb59b1dbf8327a11c4d59b39958cea988105238f9743ac5530873bdc43526
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
4f02ae795b7abfc99dc9395f35f9b5f886744433dd233027db27b99e93f9339c
BLAKE2b-256 checksum
How to use checksums
4642ef48403dfb84fe56c8c336a22349be35ec85f2db3955d72afe79f3e88ef2
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
aad4251b061f3ddc4d43654d807df043ee5c3abd076372045d0296b849b9de9f
BLAKE2b-256 checksum
How to use checksums
6cb2450332b058135d2fd545356c6a89d1a4ebf0a57649e954b4b8cd1dc7accf
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.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
a652f70e3785e8eb6e4a863e28c892383d2ed7b2e8fc8a2652f54b5b3d2ed77e
BLAKE2b-256 checksum
How to use checksums
6a535c7f4a97379955ec631c9646eeb689001f0fc1b3a727033fe75c906fa599
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.12rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc0-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
d2b1a8a707ab1ce1213b924e822b60ce31f8d6a6f33a62e48d1bd5c3e6f15ff2
BLAKE2b-256 checksum
How to use checksums
276a81f2a3629494b3b8edf89e5c3fd30df8d260860b255dedcc40be40b7d1b3
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc0-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
282d71f712600f18b3d430da15f5d792ae55055cd013d1580072bf0d168d4039
BLAKE2b-256 checksum
How to use checksums
b1848ae84f85098f5d564c953aa398933ef4dffffcf6ff354575091516664c4e
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc0-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
50fbcd96b409fac60fe7644e34ecbd225de5d2a520bf1689ddc8604e57ecc73c
BLAKE2b-256 checksum
How to use checksums
6b2f44d1cd895c56aec86d186714f7a115183c0f50c75d0068d97cf58f25a9a1
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