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

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

Built distributions (wheels)

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

Download URL passagemath_singular-10.8.12rc2.tar.gz
Size 345.8 kB
Tags Source
SHA-256 checksum
How to use checksums
e1e80217f3b226b315002b0db3538a8b5f706619a60bc41842d1227dfe24629d
BLAKE2b-256 checksum
How to use checksums
458605953aa4088d7f6808d6a2b67dfbbdc101244010adf2e15c8a13e8587343
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.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
668a7bb8087942753b574543e7eb7fcd3c812fbec3adf7227f75c3c603394016
BLAKE2b-256 checksum
How to use checksums
ed72735c44314a73774b3dd53e745132565ddeb48b04786a623654ffc2854996
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.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
f716be4cea9355b5a4d74ad3327ec465b7de3bb8865851f1c475d5901e2d06d7
BLAKE2b-256 checksum
How to use checksums
e664fe5dc0a9298a5523a8af5955d38cc59060c577a7e429a87df395e5b6e070
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.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
c401093fe3ae384b5159fd99254ef973579ad0b9e5c12bf4e16fb85095b9f850
BLAKE2b-256 checksum
How to use checksums
0f1d8bfca1d0e12d4652ae08b073f99bcbfd47538384a43797d279ea40e33839
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.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
f0b500f5234460b948562d1b7b8e189c240015d962a08879e64e54c439cd1842
BLAKE2b-256 checksum
How to use checksums
adf7f7ff81cbfb08c6634be63d626862d2d607824bd85593711ca719acc6667d
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.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
2728adebb4d7a50bd3cb8e4fe1a6f2f9e6c3628a422bd0330b8d6098b7ba0cb6
BLAKE2b-256 checksum
How to use checksums
033f1d3b5de72ab2b55b837d1bd5d821f5cf1c9e4d30c8ec2700c775bc7dfb23
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.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc2-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
31224bc6db1772f330b14fe7c73036032935c920e935f7a30efad1159cab6a8d
BLAKE2b-256 checksum
How to use checksums
b303aa89dab7ae942642b183272d2184f6170bf90ae75857faf1324db8771f09
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.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
aea966d23aaf48baf1872b986aabd976aa46da77db0bd2b49bb1f86f800f751e
BLAKE2b-256 checksum
How to use checksums
57b6c640af11555c7b7e3efe85dc4bbc77dbe145ed13dd75f6209d684169850e
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.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
bccf849fdc69b7ecdc0fcddc167a392886df86d522e44e02ad56923adc894d9c
BLAKE2b-256 checksum
How to use checksums
2b6508f43e174c82ed78e866965481af79e635b32b07da0351c92a6b50695b64
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.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
6d936cb3e998e73e250f40c80117a420994df4ffe11c21bd9c522c39bfe27278
BLAKE2b-256 checksum
How to use checksums
cd218d7ccd91e2495d0ea401b09abfefb2840c183a2033b97488c67634ecbe08
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.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
136f32fe62221aae51bca307c12b16caf48f6ba92d0cf4d84e71335ec806d36e
BLAKE2b-256 checksum
How to use checksums
bd2dbd96e4a2163f11ac12f20fe22c76f50bdd064a7024ce744ca3786c3f9855
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.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

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

Download URL passagemath_singular-10.8.12rc2-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
d05d9b677ff1305750933599bfcd78d8a311fa0f576e44565c9ad137063e43bc
BLAKE2b-256 checksum
How to use checksums
68bf2f9b0eafb4f09bcdf7b3d3dee86c13659db2e3f3f3eaaefe14fcc94adcc0
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.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
c936d3d4743f6271bbb11697cb0dbdcb538bb77adea6ab26c14e3cc1d5f33131
BLAKE2b-256 checksum
How to use checksums
7aee2dde9e6b0e13e7a258dbe5d2788869dfa10e4a832bf49cc8d5ab14105ef6
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.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
60d6c57ca3d9cb637ba225129524846ec4805a3175c7f38cea848ca87d45dcab
BLAKE2b-256 checksum
How to use checksums
cec08bed536f71a40148c5c400026d8e7e933ed586040f559d89d48105d5bc5c
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.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
e2cf139a44f49886b71601bb35a3297072fd5035496e31c7d408eec0cdc889c2
BLAKE2b-256 checksum
How to use checksums
08c4587423b4a02e43a54622f12261ed3f7752424c7dcf407820c0ec6bc0aa1f
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.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
0b35c88dc9e01098a48ccc79c597bb0b78beec6f63812089840f5a31a3cf01bf
BLAKE2b-256 checksum
How to use checksums
524dbdcb6ca3b373ccaad206d1fb693247372f919849ce829857c90a447bb428
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.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
e6532bf19dff75616a6956efb1b265302ddad799e00c5c11a82d9a6d3f64c2c8
BLAKE2b-256 checksum
How to use checksums
9f2584cfe247b5acae071cc6aa7126b93c63b40f849ecfc5878d64bb3f1b2ded
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.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc2-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
1558fb667b86c4fd7e89d99dbc99f7b1f97e3911633f42f61180f4a889855163
BLAKE2b-256 checksum
How to use checksums
9a197870f64e61e545dcb628b9958877ae242bd592740a2511ce1931fe80839b
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.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
d328528cd8bac5c0c1dba8b182aba05d40b971941e4087ce2ab648dd9b52e76f
BLAKE2b-256 checksum
How to use checksums
b78f78c8a1a3129cbeec8f3cd7a2e749cd2f4b54223bbb5c7e9f4686f58a6b22
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.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
579c9eab01a28a787a61064db2fd436e29a1bb6946da8d6f5b1faa41154b2e8e
BLAKE2b-256 checksum
How to use checksums
e17ff116eb4333956c81c398dc94dbe9f239fd4e56ff72a1d6c45c4c7eb89981
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.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
f46b98fc54af2495eeb62300db75bf1b24b86733a23b40d3261eca47152f5c7a
BLAKE2b-256 checksum
How to use checksums
1c305355b5406590db0e017e8cbeb976cd60271d691cf124f895843fc9159252
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.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
d55c89e7ce951debbf991cdc46b9ef06a51e4a1fae6f8ceb3f66e8af5d9ef6fb
BLAKE2b-256 checksum
How to use checksums
3149479aa51c29638ddb30b0e4aa7e61ef6c6f81b28c36867c10a7132dfafeb4
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.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

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

Download URL passagemath_singular-10.8.12rc2-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
ac6408bfc0b3b495b265948812ce093543feb28058e50c3f3b6a830f708f4a00
BLAKE2b-256 checksum
How to use checksums
5dd95de243e6d6a1a6f59a429d37f245f06296fdc97c24b41eff6eb723cc1610
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.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
100acb0a32e4f6b344433b3564e6ea0ec7b77408da62856dcf13d20c773cd004
BLAKE2b-256 checksum
How to use checksums
1b9f1899f3e6668690e176b42345a2a4b33659c1ea31b8e0544320415f7fc55b
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.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
51a04f77e275cbdaf7ddf3a2d8df12a4fe65c8e77a523cffab0d70089816b533
BLAKE2b-256 checksum
How to use checksums
c3b7cfd357f1db84cf24d9d2cf42185200239adacda56eb7b7407dd77fcf5a84
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.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
ae1803209e45dddd33f99a9046f5b2b53ab0bddd10ddb361b9cdb220e995a521
BLAKE2b-256 checksum
How to use checksums
15187f020b26c2b79ce1b1f6b940ac4b1c3cd0dd9f67352e790a8660fa93cda8
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.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc2-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
f0e134cf4fba2479d8a769bb97e5efc58538a229cfe49cc1bc8fff95fdaff66f
BLAKE2b-256 checksum
How to use checksums
7ce1195316dff2d9b2009786836c9b3943cfa42af15fe3144969d3fad3a62690
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.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc2-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
9eedac70162613a6d9d37d19d1366098ac84337852bbf9585bbee2c611721ebc
BLAKE2b-256 checksum
How to use checksums
8c1449b3eaf06c20cea6112695f02d52d52ed08bca5f844f23bbea141333d848
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.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc2-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
2ac1eb1d0d45a9e0b3d2c5db2b045939046247781a9cf496b75b9401c176bcfe
BLAKE2b-256 checksum
How to use checksums
9d6ae952154cc2850e6aab9e7b8115de32780f5a4c1f28eef3a7c3c1b5cc02df
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