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

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

Built distributions (wheels)

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

Total release size: 840.7 MB

Release files / passagemath_singular-10.8.11rc1.tar.gz

Download URL passagemath_singular-10.8.11rc1.tar.gz
Size 345.6 kB
Tags Source
SHA-256 checksum
How to use checksums
212855d332e8a43f84b7568c4618643b7f78427884956ef2469c78933013da4e
BLAKE2b-256 checksum
How to use checksums
c60089df4704e7e059bdf93ef9af4c2c426692be4915fd97082a82a05b45e673
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.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
0a0d7afa3523db70a1cfef00d523a98b2f8902535f9497fde35ff1185953f689
BLAKE2b-256 checksum
How to use checksums
8302ccb3129bfbe07808094c0b562c45c0cfc1aca4a0d35c5e57e1e705c4f436
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.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
66be31517d33821bdcf4ee390e3645719171dd1b70d713c6b5f6d58add275727
BLAKE2b-256 checksum
How to use checksums
700a34982e44aa0924388616b8efdce092636637866601fabe595fdccf8aa0f4
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.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 32.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
40edaaac7dcc4883320db85b2f3e1ad221f63c251c10c05790507fd1d5d0bcb8
BLAKE2b-256 checksum
How to use checksums
80f84470f3cd8a68af4f2bda82e999cb1ab0fdb4862d81c1589d3c08c5dbb981
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.11rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
93e95db31fe407c27dca2ef75301300471c8a72ea6f4251903d588ff9a0126a1
BLAKE2b-256 checksum
How to use checksums
2e3e2d3c9d8aa2e3a9e1c5c4be62fa47ad49d7161c7d4862584297ce24c93f9f
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.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
c462df88525bcd243ba2e0914c917033a2ff9f3e44adc00d5b1fdc04f3908c8c
BLAKE2b-256 checksum
How to use checksums
29a689494c57e502aeef54d59e4c79eb3d042029ed5d82fa4607f84784ae5f05
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.11rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc1-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
566e122dbca84b9acdf9a0b520aea7587fb63b52aeb0b3310229b81453d44ec1
BLAKE2b-256 checksum
How to use checksums
75ecac0816df80f34744cf7f39be1b7f5e8be1c1afc68084b4dc9595a20c8175
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.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
fa32a1147a3803c97c1cd3fd931ed80622d2594cb45408d832e3a9eaa7e2afbc
BLAKE2b-256 checksum
How to use checksums
0e18beea27a4320fb07c6a5ffbb09edbc845c4c3722e7d79801eadbaedec0dd1
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.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
b515be8b6fd5b81724360d72253de1e9357f387b9313b75f878a9b73c7b2eb19
BLAKE2b-256 checksum
How to use checksums
8c31fbfa2fda458355c18a6927f42eb51577d4fe36b55a13e2499747edaba259
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.11rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
e23f0e8c02c47493df9573502dd0c418eb6016c7dfb2318d734242b6a2279bda
BLAKE2b-256 checksum
How to use checksums
bf153320dec1a4cbe9cf45de7df408d5af15e6810fb125c80f25f6a23b48f8a0
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.11rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
4692777f5d965aab664be5a458e1e35a35ea1a17bc439f266cb3e82da8bf8f70
BLAKE2b-256 checksum
How to use checksums
6306fd0229a511a08c313b986cebc14c227d9d6b2bd0c3205c081ac0e81729c0
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.11rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
ad5d7f47cd4924b9c1f2f01633fd630f75c8006a29eeb996f14f0a56f645ff5e
BLAKE2b-256 checksum
How to use checksums
90457de92f29f7db301117d7b2e77fa564dc5433c355a22d840e67d7ac46d2c5
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.11rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc1-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
a5879f4fe58c5c1bb0a5d084f02d06f9dac37a07031b383cba2a963256d5a599
BLAKE2b-256 checksum
How to use checksums
492ab0652c3d10d0b1cc42f110e9be12e1baa1bf96f48f6ba039222e3264b4bf
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.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
1f5d700623f81d7b87fdaee7ca988d41f294bdc7f51d8568511a469c46f539a9
BLAKE2b-256 checksum
How to use checksums
1fdcd0fb7b5c1182c1405e8d38d67139e1a99ee0829216c10a6751b0ab603311
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.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
b529c96b4bd85d9c3e01faedca5432320fbd5043ada9c85478f899959c08f3ab
BLAKE2b-256 checksum
How to use checksums
9cddd31b6a00bdafd9a1d5e217c787856ac2eef52f798fff60d60e7cba1a47df
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.11rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
232a4a526ceb02baeb36e20e11f70b58cfd448deb69a3d71c371e00cf03e893f
BLAKE2b-256 checksum
How to use checksums
823304cb07979025940de9f52ac3e5cc197575fea726aa208ea91e1a50ec3f05
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.11rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.11rc1-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
d9e6b7a8623ecbc4a673301ed2e99479cf5033f9693c1f2498b0cb10116c4ce3
BLAKE2b-256 checksum
How to use checksums
c7d223b2982c95e02f7a5eaba7e243be0377ca863bf6223422f1599fd9e09e74
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.11rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
082e43e9f6ce21a8847d89d7988c08ee4b8feef64dc1c83a3e4e78fd70ddb0f6
BLAKE2b-256 checksum
How to use checksums
2cbcc7b2196bb88e019e157e8c8c04079e65a1f48c48536cacc42e655cd2f2c0
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.11rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc1-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
4804e901c3d6fca41df0ccd8287d006524a9db5b438dbe0cea762a7b941264d2
BLAKE2b-256 checksum
How to use checksums
107cf9db5d7c74e03cb3eaf0b927132c49556259b6684cbf6937321532b52f69
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.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc1-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
c253fa49e0b536175bb8fe47e78bc562e12c339e12106ffcd2aaedacb855549e
BLAKE2b-256 checksum
How to use checksums
2590fd6f26b29ad783f895625d04702110653718abee73c7e17aa3e9f3870cc0
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.11rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_singular-10.8.11rc1-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
3c7e7a1d8e146f5db1f6a7f2e2f72e7651167ea1f5f53123b4ae5ca6520c8c7d
BLAKE2b-256 checksum
How to use checksums
2156dcd0acdb08c92a63e7bd0449f966a1ab4ac78fd8445968231b84e62bd536
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.11rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
b1033c1d7a48c2069bc30a083ed125d77f9091713ecf3b43cad4e29b3523a740
BLAKE2b-256 checksum
How to use checksums
f14333845b455ef474f0f7db1390e057cd363658404d2e1d2346a6a97f4c6831
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.11rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc1-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
8a901a0b71dd6d10a91f9b181cba4d859ddc41b9f2160e6ab87ccd84dca0ea2d
BLAKE2b-256 checksum
How to use checksums
2c907b4eef4416077dab0508d266d18823b0544e843fa27e4cadfcd559098f17
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.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl

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

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

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

Download URL passagemath_singular-10.8.11rc1-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
111a2af671225ced74a7a6a259f9b4c82b55dd36919b80d08f684eea8a3ff384
BLAKE2b-256 checksum
How to use checksums
3d78c1320bb6d221519d159dc7d0a38a120fe4ae6b0eedc329d857bcb2a71a69
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.11rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.11rc1-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
f617a8c450a617f4f55ba07798fd993f26c8e59f85ba8bd7065a8176f2ce182b
BLAKE2b-256 checksum
How to use checksums
7c2d48e140298e85221a0202aa6da278db61e5d4edd040d120e02c8cdaf50bc5
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.11rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.11rc1-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
9c2d897d708ed9fc5e92d221960f3d0468d8dd05facfc749d1a4e471b9f412cb
BLAKE2b-256 checksum
How to use checksums
931f8156d0ae9395af2bd727bb53d799d76efdd5910f2ca05cad15872bfc28ee
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