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

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

Built distributions (wheels)

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

Total release size: 840.1 MB

Release files / passagemath_singular-10.8.11rc0.tar.gz

Download URL passagemath_singular-10.8.11rc0.tar.gz
Size 345.3 kB
Tags Source
SHA-256 checksum
How to use checksums
3bf1883ff30bfe7d4c1a1c0bc47a14ba0e4621535256b3fcd2e93853cf3b12d6
BLAKE2b-256 checksum
How to use checksums
74ea4da58277c618662c1cf0be9258313396c8ee3089aea0072d7a85f30ef9c9
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.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc0-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
1ca95fadb9c0c4c4e7876660bdd727dea1f5f26e3f70856fbb6d7dc89456c52c
BLAKE2b-256 checksum
How to use checksums
cb50b51ef3038ffe32691bec3430ad279ce37c88df8edb989fcf1ec7347f7f92
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.11rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.4 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
0f97120eaeb64d2799ed9d601146f373a28890e03952e0213e6b33252102555c
BLAKE2b-256 checksum
How to use checksums
e10d78d9c64f4135fec78198c70cc27b98fce86dc2f0a9d80945e52cb7df6710
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.11rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
13188aab46bd1a3b0046c329dfd17955c0711858eda9c8233433db7ebe62cf5a
BLAKE2b-256 checksum
How to use checksums
9a2e9ba67374ca0aa3900ab26ce6d12f0ceb5b7eed3fd6191363d072cadfaf88
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.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
8e83f058f4768d7aa8a0ead9a4c559c8b5f33239be7fdc1aec5ce9985a986ad2
BLAKE2b-256 checksum
How to use checksums
0a3822e007abc398ac8c94901dae727cae8fc49c4947a773d8d5f2c4cc60bdaf
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.11rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc0-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
04f75c73bda40dad8ccd98a9347c4c6c36566af67e4ec7b047c9068883109d03
BLAKE2b-256 checksum
How to use checksums
0a0029d0301fa54af13ad20b0673bc58662c3f65367c51504e64976e050bc57b
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.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
73376be3ed6029f8ea045877780bb699402facbaeb19733198855fd4311ede3a
BLAKE2b-256 checksum
How to use checksums
e492090676433503e4a9cf10ca6ce9d0ede4a05b869a8248fd08a6f8d852ed2d
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.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
fa36d2a7ed7665fada3d26de0929cd96e7ffc3b96b05737b7c814baf6e8e4856
BLAKE2b-256 checksum
How to use checksums
4f8823f283c0b85d656705d234130fa3ff456ff007c2fe1cae4433a4f06c0791
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.11rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
3c5e86314530f42e8385c111ac2f215401d2554793a2d1dfc7480b3f6300d984
BLAKE2b-256 checksum
How to use checksums
98a97f2a498ab777fb6c0b708635211ece6dbb68c837f42459a56cab75aabb3d
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.11rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
ca91e34a12a8b6e40ee84e32481f6aef42d99083261cd237e8ff66c405965c18
BLAKE2b-256 checksum
How to use checksums
4bc479533d1e12ae856f6f0edd4cc2dbca344c7edc6017823d9dd2d748efa380
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.11rc0-cp314-cp314-macosx_13_0_x86_64.whl

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

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

Download URL passagemath_singular-10.8.11rc0-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
16059d35773e0d66c9e6c754d5ef2dc68dd52153ade9846bd0ff4bf8f81915fa
BLAKE2b-256 checksum
How to use checksums
5b448e57eb39da1a62965a8f761c5ca323cd8cfcb1f5c9aee53d39973c2d2023
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.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
b3ca86b4226d7265e1674ac54eb46828c95b5066d44b6aee3962684b19a3f91e
BLAKE2b-256 checksum
How to use checksums
61dc8b953cbca6b343b8145a282326af4d3ec9f213b73d05b88b62dc17fd360c
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.11rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
b8a598d83c23e1684ef1f338b7686f4e906314cb826b3c970c8f30656f8e00eb
BLAKE2b-256 checksum
How to use checksums
43b3d3da5f5186708b7ff23ca898c2db7d95c44be5e30fce2d7429e8d9e58fa8
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.11rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
a920e9c2572d916d5f966327de86d44749766d9f46434bd6fcd5540b159dcf0c
BLAKE2b-256 checksum
How to use checksums
1a196d4ac1df94a432fea82951ed0e52edc8be0c9d0338078ac3509eb68e4f19
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.11rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
174a9eefeb0dc15443ac9afac618f5a2e176cd90212cd64701610e037d00394f
BLAKE2b-256 checksum
How to use checksums
9ac91488c8554abaed344d11c614b7505693c310555f6c1f99e1c98d58986d7e
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.11rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc0-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
ae5fe8cbae9e8ad36c03e88b70acd5a49d3eacd3f361d1dc1393287ace30b7f0
BLAKE2b-256 checksum
How to use checksums
5dc9c1f3ced778cf243134f2eede26466fe6848e5bb4771fd3b312c3a62987f1
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.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc0-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
271c92f0bae33211774226b565f02775ac743e526fff3784214460ccab377c10
BLAKE2b-256 checksum
How to use checksums
2894dada486a2a40630c3679f4b3eaae61a09e849c75389c0c89f347f26a0d02
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.11rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.0 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
008f3dd7954dbaf19194cc2933da62454110f0a8cf4e8d3f7f6616e302bf7d7e
BLAKE2b-256 checksum
How to use checksums
989086375f530d0a18d777aa7bd052d85b7299f25ca9b13fee3c7b97cbd97be6
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.11rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-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
8071205cb6052425cf5ae876255c4b2e736dcbc8e94e2b197ba03c536bae5ff8
BLAKE2b-256 checksum
How to use checksums
33ff396f28fc51866cfba65ae80cb0af741b9b747e14c219b3b1802f3fc5b54c
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.11rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
03375104c550162cb994feb7d1a48bf8945ba2c578cce244225437a4649b0ba2
BLAKE2b-256 checksum
How to use checksums
4cd21d2fdcaa05a3a9f24cf9889b2476e863502d78a77de7cdb79b1beb5340d5
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.11rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc0-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
0aed15bad30997aead41a1ff8609eee0093592f78733f0bed5832a34a7258589
BLAKE2b-256 checksum
How to use checksums
4d70f6dd0294edd9f1f114355602f5f0b56aab81d43f49d627767c07d26bed25
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.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 33.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
962a348fe95da9f49822ae2dc94812aa747aaadbe707038d597b2df174509d29
BLAKE2b-256 checksum
How to use checksums
6c734c22664234f7b2210d5f9e080c3658ae887f1b56b355a364656abb2eb810
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.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 33.1 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ebf2cf771b2611514a82960eaa56f9d90d82d1a797d495743c79a5a951e5532f
BLAKE2b-256 checksum
How to use checksums
77f4afba56caa25f24182896f897c94f7a7427d21c2477155b07600eacf10e31
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.11rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc0-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
15f3f1702c7014cb23fd70e66f70dff06b1c823369ed907bd4dfd169080efdb8
BLAKE2b-256 checksum
How to use checksums
9f08ccb786f38f283e5da769d89213e16fe95694ec1843f0df3c15f672b22bbe
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.11rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc0-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
99f3091f48b545536c1c0684e00aca2bd2cf37578c1bb6148f71b619f2a02b47
BLAKE2b-256 checksum
How to use checksums
a1c38e4ad87dd76d9fd57ab8f720d31847d6870c957ca943e2c2d13ab7677a93
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.11rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc0-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
ccfbc1fcb0e7c6604d34014d581e1b2b30f07a2fce4f77ca88c5ebdda9e9437a
BLAKE2b-256 checksum
How to use checksums
c505a5f382343122e6dc480f90ba76cf51e41c466040925080ef3983fa525d0e
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