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

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

Built distributions (wheels)

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

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

Download URL passagemath_singular-10.8.12rc1-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
c139e400c6c553b36cc1fd1ef2f158c2c271b0f0fb4702b459978c67c23f6b88
BLAKE2b-256 checksum
How to use checksums
70809aac0371171e86320e591b5d27b8baa8b58bf7d36d2af31c4bb64d934929
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
99e4ec6eef3516df224ff85a109b990ea4b7a27baa93deef00d759a16eda3773
BLAKE2b-256 checksum
How to use checksums
bae708bcf5cc18c2a7997cba4ed26e2a4cb314e3e3845b01826003b4495cc152
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.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc1-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
59d9d83d2ce5a2766d7658c4b1e3596618dcadc678b0cedd5db8df46d3eb65ac
BLAKE2b-256 checksum
How to use checksums
df4b137f8ae20f7bbeb018006783612a7a1e179fd8d8742f744c1751334bef3f
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
3da1f908314e77002c97ea4b8c13c1f1ef05be0cafb244f8e1c0482dce41b371
BLAKE2b-256 checksum
How to use checksums
9ebe19d9c463fe73651905e8205f9fe949009b6e77d46ec32a1f78047d351435
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc1-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
02ae6c841f92d0f289d957b2d659d19451a32d17b2d915a5b8af47c48f7bff9d
BLAKE2b-256 checksum
How to use checksums
052d39022a777b5b66a1bdb0bb855d5489ad3cf08202434eec077e9a4ec2a80d
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
09880d4c8cc4f3230b961db56fcfa561c37ad3816e600af8285f40e6b266c72e
BLAKE2b-256 checksum
How to use checksums
43ebf014f687b76904099ad171153c12012fd3ceccf1ec8c4f26e462e07697c7
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc1-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
08f90669071d3bea5cc81d6868139093fcfa87c6c412aa9861b32b76c1cbf633
BLAKE2b-256 checksum
How to use checksums
8b489be6c765a7208af25e9cc5d283cd1fb7ccc3205861ae1e45ffceeb26ae78
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.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
174ec36ea2ed2ab408793c06cecb1ca6708337526d84dec35ae2d1ac0fd4ec93
BLAKE2b-256 checksum
How to use checksums
1c95a7c1aa988069af1da0706ad44f52445d8ff050839ca63d93274e4eeb8143
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.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
4e553a01a993956dcb3daccb00f33f31e59a3c2730fb898e8ddce84a6d91044f
BLAKE2b-256 checksum
How to use checksums
0c9d4bdd8e2c46b2c52fb20e34cd3f00f9328791b3852eb8926d683fa04c9e5b
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
4f0aee1df4abfc2c217d5ce6b55b49fbf79008b15bd69bbd8ae3132ea27422c1
BLAKE2b-256 checksum
How to use checksums
1b39908a486ff24926b81070263de3a5144ebce6eb7ce9d54637347791d6a005
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc1-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
7ddaa9d041caa082f9a70f2ecf9e12947e41ca733d46ca3281fa7727a5bab15c
BLAKE2b-256 checksum
How to use checksums
2fe976060fb4ed4e2e7711abf0ae8139a4ea659c138456d2b4adf3f250963d4e
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.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
52b6d31bccfa1352da6f46b29db7ad771bddd46e6408c9305cd6237224fae3c7
BLAKE2b-256 checksum
How to use checksums
222d28f702d61e6747e838fea4afd689f34d7a9402e776362059ffbb3daae88e
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.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_singular-10.8.12rc1-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
4ea581cdd464f72ebff59823563e6c89d420d8ad988bda9e097b57fe4dcc4f22
BLAKE2b-256 checksum
How to use checksums
580d71318217081470c8b965f9151eb83f1e3c337720c34cb3e8dc972bd3904f
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
6d3cba9a620fd59018c90ebc8c7827b48936c084e7145443dcb2501eb45483c3
BLAKE2b-256 checksum
How to use checksums
8c7100056505cf813b18f8dec5f9e8288dd19a588231a37d4c40ff136e8a2b15
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc1-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
4e32a6398b541c021f4be4388b4fa8665cc622331d83be1ee9adab6a08ba160b
BLAKE2b-256 checksum
How to use checksums
c5da0488e8534258fc0eb215c5312a1228d4cf5a9d4c871231fb0f6bc0af3d38
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
9111650edac5149c945f53b89bb785ea4e97b002090670f394f4e0547be5721f
BLAKE2b-256 checksum
How to use checksums
4771d8def37af1d84fa58ead3309239407c5e2bedcbd2c711cf48ca2b1b2e50d
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.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
41f3ae0eab64717e4668031ee87345fa1fd0bdb479e5a15579ba04624e9fe67a
BLAKE2b-256 checksum
How to use checksums
442db064c0ca994c02ed8e056b3fe56ff78cde799ef039029288c34c16bd674e
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.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
27e8432733232b91f95c742019d2e9eca61cdba37afeed7558acc630aa97c04a
BLAKE2b-256 checksum
How to use checksums
6f181dea3833b20c1a498e641ac7859713267f58df0f69f0c431bfc284302e0b
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc1-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
06ce2003c39300e2e39c12ed15c81d09753f62fbc9aa8bf3ee31ba22189a82c0
BLAKE2b-256 checksum
How to use checksums
c7b2afcffd26eb5df2a3335c2263fce36dd288e9844a2e071d8ab9abaf84eb5b
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
bc137caff673dd22083ff421eaa5a6f1daf6c07f5eef343a8ae2b2f5a37dc58c
BLAKE2b-256 checksum
How to use checksums
20d8e1f4ffbf5bb10f9d33ca7cf480f335a1468a6ba19a50947aec83df680234
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_singular-10.8.12rc1-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
a0c64e25b5480db389352fa6d21613a98e15d417fbf32cfbe42f9a00f02626cf
BLAKE2b-256 checksum
How to use checksums
80d1929b0b2ab8f19f8034d3e206a9c1106f9cf87187787a21c7f9e39814db4e
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.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_singular-10.8.12rc1-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
f904f2133835a16be064cfbb120e830ada4a7d950d335dd38e17747233c67f4d
BLAKE2b-256 checksum
How to use checksums
864edb5aaf19a0ef45aeeff84b21f7ebf2d17ce2b708087bf8cff3ec2aba1d3e
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.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_singular-10.8.12rc1-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
b24c2376fb5621b33a52384aa8bd6d547363d5017c5fa2090aaa229a58b02329
BLAKE2b-256 checksum
How to use checksums
cd1d379508a7255a289aff2a5fe94d5bcb89189934f351cea339a366c11a43e3
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_singular-10.8.12rc1-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
affb9aa81c0a7049a28ca650a45fcff89e63982fb10714f5a090413945c92f41
BLAKE2b-256 checksum
How to use checksums
f2eebb2ce43f43d5481a33963f5221f185a08211d5ceb199c9ad3ada4304831b
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