Skip to main content

passagemath: Computer algebra, algebraic geometry, singularity theory with Singular

Project description

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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_singular-10.8.5rc3.tar.gz (345.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (33.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl (33.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl (33.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl (33.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl (33.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.5rc3.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.5rc3.tar.gz
  • Upload date:
  • Size: 345.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_singular-10.8.5rc3.tar.gz
Algorithm Hash digest
SHA256 738d5f318d9e5c1ea832f4dba80c9d2dbf1393ec19430c3f6536a5f3b18e02bb
MD5 7a67b440b29822ce52cfc00110a6028f
BLAKE2b-256 7c98874ee7114a707efca0270deb279aa820226c7de0c1786393044b3d00445f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23cd58888e7838be6a0d4724e2bcefc74eef4f346413c97b851eb655ee29721b
MD5 6d9ae2ce33a7949ab9e859092bfe9450
BLAKE2b-256 7bc25027b64532b242d62e497217501a1b1daca52c25f7089133e03f9871fe3b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32b51164718d75453161d1bd7055abd10582a5eea70d3e1f0679d766f8b9666e
MD5 c97fbb6b389f87ce2dd56281398f1d4d
BLAKE2b-256 595111f3b941aeedf74bf8493802bc6121f1d55eb23dd71a90fe5c0399b04af5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6dfccf0e81966b40a26c461158a3e62f997dba601df06be58606445fdf6d785e
MD5 2150a4a8f07f44492f48e00b292b0a5e
BLAKE2b-256 0770197f5731ac20e972426eacb122e7b5abcfaa78b3788858a04f77ba54f719

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64e560fb212fdfd7e9c86ccfd790379be878a41e653d25199e170d8acf0cba52
MD5 d5b7c1ca327d9800a5838d4b5d3a2ac0
BLAKE2b-256 49503a241904ec6dcf625315d6f2bc7b087867eee88e75438b17e9e9b79fb331

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8dfe1395549b7ee5bc7dd6531796ef63dee53a03c3ad1395e3956ae1ab5601c4
MD5 8a43c380345e2a2d8b8e5da86099b0f3
BLAKE2b-256 7b34bdf8d5a92ba77572df3980c44a027d73b19ab5e60eb1ca7e03d7285239de

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9e6dda2b31681a33f7635dcae6483a36b2054c81542a0771b7ecac7da87f07df
MD5 20a20edaa864b9ab34ff960de7340abf
BLAKE2b-256 ee2e1f8fa7e1330690d2bae3723cb7f424727d2c3b289f95bf429109473b49c6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec2a116a9b570b2a391956e0a142689cfe60514b258426d0d1bd1a2e81e2f1a9
MD5 b98c988f2af7900d498040fc3311c77f
BLAKE2b-256 bd4ee09673108b65939a82e18026b5cd788c10af39c0a320d428f4e841cb96f0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d299033ba59993ed4571968a87e0c7d3adf45921946fe80eabd1e20d7f87f722
MD5 a549dc544ab04f8c213264789ddb8184
BLAKE2b-256 27325552247b7c952444685acea626766b3e6a08ad7144ffb88d23183e46b5c9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06fa076ae2da39ff650cd79a249455db30885b03d3d94aeb269be44b7c67a364
MD5 f6ec9e48680f11836e15c6fcc605826c
BLAKE2b-256 b5668b6ff2e8de9170f4ba67a168da9b0e51e6606d1308b0e7d127cc600f7178

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a07852d885820e6a114aa647cf52c0ccc079d2fe969fadaa720a0d170f4a5e0
MD5 56482bd5a1750053e27bd38569cdffcf
BLAKE2b-256 4fb60cdfc94e633230f4599f06211d54ef1be6c08a9c5fdfeaca7e78f24b0c82

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 003fd00f6ca2ba6d685d29df29a1576bfde7d553557a0c56fd8546355e00cbee
MD5 350c35fd0eb8418ecec2367d8f27876f
BLAKE2b-256 4bc79dd27f3b0f0064b086e5a04b0a2ba56ffdd473be922985b69a2cebb95e30

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3888b37600c175c6466d9043ae917e037e35e6d5136ea13e4b5e77ff01100799
MD5 695a605ee1e4408d2128b92357d1d6b0
BLAKE2b-256 136179e4fc35425f5efe158ceb252297ff0876edfc96590647fd4aeafbbd6dcc

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1da78f0820b9b658e0a3acefdc2a44c9db833c553dc2348f2d29660ec9765768
MD5 18791cf2b65a0e5979bb24f06a478390
BLAKE2b-256 3c50c96c1bd7813d1c99b4d98ab33e1e308807f7848b4dcc8045192de7c01158

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4b292097165ebb9bbdcf4d4a5affedf927116c73c8fa287eff275ec4637377a
MD5 1240cc4c4d6fbbd6dd2b0a02dd1265e6
BLAKE2b-256 9400699f30c27571a94913913ba637d0347969a050ead984a50eadbab09748c3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f0e21393e083104e0e3ac53e17d88944bd448d9cf5eb3eb8c3512091ee9998e
MD5 6437fe9ecc879c01f38fd547383b9ba0
BLAKE2b-256 d046e9e4faaac7ce150369f420a29fa736d5c895eb783b8ec7a3ed2b9dfd74a3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08eaf4e3fde990622de5c824d35117c7b1678fe7e59fcd4857e48045033a47ef
MD5 3fd407be82ab2b6754ac154e8b052620
BLAKE2b-256 4b26895c5d7bd63ca8cbfaf63ce8a525a841bd358d3913a0619bca085d55bf7e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 68feaf1778fffd8d114f815c976cff510279eb254f3508de0c760c1a7fb46285
MD5 8af40561eef90bc63de533fc4bfd5eb0
BLAKE2b-256 4a03a631ee33d1a072d8a119ecf5f251dfd8876291683a22b8c235a2e575bf40

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 332a729a2322940e213f1201098413da3f8c20b45dc0f7305c14ead53b4edeb0
MD5 172e53e61c4656281ad2a4e03608e2af
BLAKE2b-256 330facda9537bd3c03cd8168ed042904c40220823870f737e755b12ef1994ae3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c65bac6c56ecd7b747c49ea974334fe939f6b26a8b6d6b97adb111cce42ff4bb
MD5 d89e95812c64fa335b96b9bc7d2ad8dd
BLAKE2b-256 447f8ad9168f92683b15b99cd518e3334bba6c5b82dd5db43485c4b762114ebb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a08b5f714201dae39dbe4a570a22758b9a7ccbcb9d26800bc23e9de28a07d048
MD5 6d6a882223a449a27adf7eefc1ce09de
BLAKE2b-256 d6cdcf567164405a54b6ae6475d37e9a61553c0f259e52a0ab17e8c26447be1b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a48edf0859e51810db2b9efccd019b8a50911ea41d51ed767e9e170a3a507ca
MD5 1fe9626cff05613125c2048ac427d450
BLAKE2b-256 5ec3adc432f2db140ff3d1cd5bf09074e25b59366f70b31225435f36fbc8de5b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea3ceb926d3ff7fc7e3fea3b8f227670205a387d624e5e50fe3489260440c293
MD5 9bde643295d70d0e5dcdf048d1d36c98
BLAKE2b-256 63919917345ec836a763a744d37a1c75e9090a43356e0963e7ad5da1b8a0ddb9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f0328bb401dd27943306d254bc863f637a6fe7b1bddb84ac951d694188c3435
MD5 06bc77548a51f4e8b9aba7108f5d9aed
BLAKE2b-256 56385caa91b716e4fff1ab955f5e65680319563b2f55f57c9692f03307bab296

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d6a605d9b2c34510d4161dd1d6b8f34f225ebf4952c69702459da276db74003e
MD5 76185fd3526eaeb1c932d9b9cd10d54b
BLAKE2b-256 3203f2dc503d13f2ad8842d2da3fba10f0718a14d78e6957455b6df2cf739259

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fec2eae3b007bc1bb8994f0a3a3d7d5ad8681310ace03f42cf67d7cbbef00243
MD5 46dc3dd9bdb460aec892487e83d571ce
BLAKE2b-256 d28353f4064720da178062b4bf80ce9e3ee2fb4290e3b8c2f7cff6594fdd54c4

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 988bc2293087c179077d2f8d2d68353102753698731341d7c721e309dfc13730
MD5 1b6b403dc9b9c80ea8cec20376ce6bfb
BLAKE2b-256 fef5399bb477319c36cc66008d3dd2e5ed482324433b31b3ccb35ba30116c57f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca758e88de8fe960aa7934801e6e6f766b8a8be240aa9cf441e5fe133e93fd82
MD5 c6543416983411107291d836b8b62d07
BLAKE2b-256 cceb2863b461ba1a67392dbb8d75866aaf93bbbb25e17b73efdd9ad959343c16

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51145a06adafa7a2fba856c9ae9015e57543e0a9a7828c772424b1b39748f955
MD5 2389709a730afe2cfa45fe03abeb7eda
BLAKE2b-256 0a6df8393f654ba3b21ca9c05a973c77dd56a8458e51882ab565153c74267b54

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d3b06eee94ee8225236a595354dc174a4dc5c6671adb56426f2b87cf12540f7
MD5 f04db9c2c00d93f6f30ba1b73318a250
BLAKE2b-256 69a6dadf6fb9a434e05d3ce312d955281addcc43c93b639c1e596f5cd9fe97ab

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12841ab85394d6a776cc6b481027cbeb0c2afb32204afd73e740465ffb09b906
MD5 2f0673bbab12eff765f61f4b4e3bb409
BLAKE2b-256 710c671361a4853038b03e89f0b971e52aa127b6b2f0854e3643cfabc0bc219f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page