Skip to main content

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

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

Built distributions (wheels)

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

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

Download URL passagemath_singular-10.8.12-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
3afc1334301bf2932a6f1110eb8f6a4f118659cb648183d3b93eec0bcadf2119
BLAKE2b-256 checksum
How to use checksums
545c645918c568c49c2f3f9760ede97d17c7b46eaf8e419c7cac9f26d16d0a79
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.12-cp314-cp314t-musllinux_1_2_aarch64.whl

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

Download URL passagemath_singular-10.8.12-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
925c6a6e930c12954be86f4a638d7095f5046e494566ce4388d8d490c4075e01
BLAKE2b-256 checksum
How to use checksums
502db55f4f164bd68baec476dbdddbb32c99138691bc17e3c89ab491b27b9b26
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.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12-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
54cd081c11e03ca9e98bc2f911ef190ec53bd5548b2cd663f399eeada0d2c4da
BLAKE2b-256 checksum
How to use checksums
4db65237228ebe8cdadbf24016757912a450913ddb97c8dab66a796086f50fb5
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.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12-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
8ed0424884aeac3dab85bd5db2fe908732f5e1b682da1adce86d0a0f66271e00
BLAKE2b-256 checksum
How to use checksums
daa2af2b6b646363ff456787c069f6e43843675faa1f4c69c01a99ceb2a63d47
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.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12-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
d546a4e285dd1e7de2ca4610a0471c8149047bf8b49511bb3c99891a647b823c
BLAKE2b-256 checksum
How to use checksums
75f353c47bd3feeed5a65273a444752869f85177c49990152dc9cc18b43e4607
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.12-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12-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
c31edd3b8ebc1bc76e43c7320400151b1bda94c89ae6de856035954fe7da671a
BLAKE2b-256 checksum
How to use checksums
99ec48eb1a7ab378af73a1a74516e1f7669358a24996fb26d2bb9bbe87d5e059
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.12-cp314-cp314-musllinux_1_2_aarch64.whl

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

Download URL passagemath_singular-10.8.12-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
91165ee736bb7d4e9c46d200d56f4d3b3541b6aa726b583cf583c09914a2af88
BLAKE2b-256 checksum
How to use checksums
7fbeb88d48afeaf20b2651b3b64833630800836ba2a968bc4146f334b3a4d67f
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.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12-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
3f4f209de4a402f5532353cdeb1b00cb7ac614ac95e362912a8cb4cc4d946b81
BLAKE2b-256 checksum
How to use checksums
cdbe4464da3797d33d4d4103adf46260b24467858ad16d7b41cf96e3e2ee8439
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12-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
0a6561966c9160ee9bb7405c78aa570940b72cbd1ad0e25070b23092a031a795
BLAKE2b-256 checksum
How to use checksums
1dc9b69b0fb9e4f7a9aa620490b0ddcbddf7805560eecf56cb7431949bde0b7d
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.12-cp314-cp314-macosx_13_0_arm64.whl

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

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

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

Download URL passagemath_singular-10.8.12-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
993b7f0395aa7fe5e539155ee8595290d6caffb399687e8b66489f9343a49730
BLAKE2b-256 checksum
How to use checksums
089b0c42ea9d87c559978e64ddbbd9d9de48d72dfbfd86e9f15bcb44c9064454
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.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12-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
122f213ba3336939e6d72b76a56d97467d28d646e978e1c11a9410e0639ee022
BLAKE2b-256 checksum
How to use checksums
63de5c03a4f878348d7a6733c7cdac8488a3f337bb752fec9cb46c3a8767e131
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.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12-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
8b7905a4f3fe8cec969aea66593bdd4feb384ad05ab2f5dcd95f5182f75ffe49
BLAKE2b-256 checksum
How to use checksums
e3fbf92b1bb22995ad128ffb2b6176f2ca140be21c987d3deceefe33b791e82c
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

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

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

Download URL passagemath_singular-10.8.12-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
5677cacd2be6f4f295db2fc9935bb6bbdcef792179cfab1d4c55aeaf6598650f
BLAKE2b-256 checksum
How to use checksums
7c3e0df27a6a1490a2c59a784ef42d77c67550243bf2aadd1bb5849c66a4726a
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.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12-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
85d78b00c5c13d9bc7aa500b8e66c61bc36f238abc63b31f9b33ff562af4a393
BLAKE2b-256 checksum
How to use checksums
44e93bb2e277548429408c962d19cb06d712837d5366f70659e8ca9ff2e48919
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.12-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12-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
716cd41f245d706664aaea7241447fec4079ce8865c7308675aec5bdf8d90e8c
BLAKE2b-256 checksum
How to use checksums
ee90aad09580b49b2b369fc2e8229ea28f43399a0a99358994ed9df7974929be
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.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12-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
5dd84383848f2e758982571329c860891b05f3e1f5121c4f5d84ef903ff891da
BLAKE2b-256 checksum
How to use checksums
ae31496a165788d7d351d497ca09072a3933159ea5dbac3c7abb0b74b1bdccf9
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.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12-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
b12f131771dbfb43adcf2025254b5474f355fe977fb195d0275310b96cea0e3b
BLAKE2b-256 checksum
How to use checksums
86e9b22b15af3b96becd21a158deddfb9d412377cb4159415829c8382bebc21c
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.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12-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
bef6f43831141e89b0c0fb5bddcba71005e9b1ab8dc510d4aec648719e7103b0
BLAKE2b-256 checksum
How to use checksums
9eaf897fafb1aadc693714d16f65357c2d38efd00259c5dd31f5c022baa4d688
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.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12-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
4f9a5527b4b1c6698b54ebac916e9cd2a7247c3ec6eeead07ef1f6dad01faf28
BLAKE2b-256 checksum
How to use checksums
6bed737896661989110b98ea1bfc2ad8884630287fffc2c9174760d31e329964
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12-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
7acb0520de5fa4599c66e863e19595eed4540de35d1f494ac8fa32b7ea624739
BLAKE2b-256 checksum
How to use checksums
e8252622745737e848e8d087565fafa5bab3aad88ad5120d7df0bb0bccf32e3f
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