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.4rc0.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.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.4rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.5 MB view details)

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

passagemath_singular-10.8.4rc0-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.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-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.4rc0.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.4rc0.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.4rc0.tar.gz
Algorithm Hash digest
SHA256 959496d18dfd1eb90de2c28296e4e800f3964df53a57e70da7dee8e4d6116eaf
MD5 b1ba37dabccf260f759473a0f3d7bd29
BLAKE2b-256 8b12fffafad17f51e5226435224864dd21e2d507f8ebf43aad88e0c38be159ee

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08f1fc5cf227876fb3ceab585098a503d0df029c49c0c64f12e24f3baba7069c
MD5 a814a3af08461a24c38ccde5a44f683b
BLAKE2b-256 3e4ff846b1123ceebbc0b77cc2735facbc479c5d82769edfaa869a8151d0a3ed

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d15ce52e3eb5a86a7518e99d5caefc83d082eda9abe7adc3527aa27ba2f5ee4d
MD5 8b71ff2a5dd6c3ddeaf2a2e54313915e
BLAKE2b-256 ed8b66671cfbda8994437e7efb847e41edbcfc1d2b653559a3c7169b188f0138

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0cab9d0caa0a1908eaf6891cf2b60c913f9f579e3c0db64def93f17d2cd5574
MD5 dea7cc5affb7de4e6450b37ef8767f55
BLAKE2b-256 7147909cb2b7abf40e6078cbb2a00e14799496d00e35dbc190f38b61fe6caa32

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a5ddfc9e83ae6126615d21d301664f9cd6c567d0d463318353324baab135414
MD5 bd7b70730f886b6295920a21492bb33d
BLAKE2b-256 bbe2ab67b5bc41ea9319304c5cd4f65bf381f277041366aa7c6f2b5b92938c30

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 817e0fa129d1aba2913ee5ea6f974036cf5c474dc173235bc8a5a8edd8ec541d
MD5 5b1c3ee9e1072a6c13d76ab55b491776
BLAKE2b-256 3635c242c17a5eb18ac8eb8b276a5453ba69d9f00bd5a6d9cac2fd73a2a0b5a9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6f0ac513e32634e176daa7c8c6cd9f80895be29d7b5839f65dc3ec00522d987e
MD5 016275c8622403f2f261b4bf8ed4bb05
BLAKE2b-256 137e71ee4a250f0e53b17bfef8ed57e0650c5b8b61740a483941c66226df366d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc51240544e0358ea765da8563eeabbf9e523d1c4e1c7e08dbbe8fe06445e268
MD5 40c71060c0a0d04789f9a04cd2f91b3f
BLAKE2b-256 317afd6d1e5241ccb24167f56767a63329695e0e8fb466f7ce4d98426087f2d7

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2d78f0ab93a101675ac03103b95cdf4c967315f3c30f1757065a51a25024e29
MD5 34e3cd998d5b77684c321e2fd8f99e99
BLAKE2b-256 5ecd7a85b3c531fdef0112bf1657e39906aa805e35b908af7ac1eee477c23b97

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f32984ec9c2c7a60e172aa9c910ca32a967d1091b358716572a45a64211934dd
MD5 ca2d3aa1429cf8c6df3ecfefb74df5a9
BLAKE2b-256 bb3c21e6e8a3cca373b0999deef3e86e49b77c3262a0f29eaebb6f62ecf797c2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 404c65271f79b1a84c847f60297a9281a219b266f6ce7ff2c0455e1da6359463
MD5 b8552c5dad7ec02de390f0ddbd9cbc21
BLAKE2b-256 0a9c0700e619402b36e0b6d9c7a092b545ff64cb21b3d19bc6095f92d986dc3a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1300310457f9e0a3dbbce6a742b7f0adf488025ee61d140bc0e5e09b35f9392f
MD5 d2f7d5e7f5780f2ec87c02faa65c7552
BLAKE2b-256 7c67fb76e95491006a93cc4e4537482e3cd9ade4fe76d58ce94b3e590fbb819b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aaee19f4416e172b60a6312c2e00dc3640442098a014e1081ea9ccd9ab23769d
MD5 209c3b297c5da68e08634d9949914258
BLAKE2b-256 281a5523b059bfba7bb75db83ca248d282ac7c17bf1c5828fc785cdb4dc41cd2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12c1548aeeb0e4103c67ccee14485aa6e28d4063e061c079845a3bf8be25c48b
MD5 f817801fc11684c98b296c49405d6505
BLAKE2b-256 82053e3b933daf3aec7336863b4a3e987093ba0c2a09b65926fc53bf5645c91e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3392670098f3b69e03a0d1621c4716eecdefeff43616d5926fb202ba05da38d1
MD5 1cf8dbb5128f74fc27837a7c80d753e4
BLAKE2b-256 5305ed31ef90f790c4b518650812b11ea7b7cf50d02be229db8efaf20cf86d9a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 41735579200643d4455f188bd52a165d385d42b483a7d62952ba6e08c67f9767
MD5 058b324ab07d0cf62072fce5fc2779de
BLAKE2b-256 a3281a0ce171ae5b7a9322bcda6adaab5eba544e4ec4f42cfe67b8badc428ae0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf58a2af14fc9cf5416990d8458d22d5de857b4fa0bd1d3c25b9a062cd3700d4
MD5 f6a52e9f6b468cdaaab50936ff416e4c
BLAKE2b-256 943d183436670967535f3c671207f974eb52c5d5aa2e3f540b7aa341c35319c2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 231a6f82b81b5168bf444ed64fbce3e6195bf905fb1fb10f6fcd82cf760a8e04
MD5 6d2a522c93a6ad9c1d63bf9071fe26dd
BLAKE2b-256 6ace3d0b657f4590fa0a5c7c6f8387c41a6fb73b934f744a480a9afaed7581cb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7667e0a95c08eb3bb63688a2c32f5a9dea00d73c3d5464440a86bdffa1a3574f
MD5 a5dfef5b70dc61a341c12513390d8c24
BLAKE2b-256 2217059b885140be0d931225e3df5a3977d60f080f8c530b9ecf982371271bee

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3bee697ee034f63c962341fddee66d6f71c9e906d4159350e64ce0c8bc25f36
MD5 ace5664972f40a8cb4cea92a21950dfd
BLAKE2b-256 620a806775ee6f3e8947f89096f885add08d8a9bff2ae7f36af78ec061e349a4

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fcb4e093f05c5c391266ab630f4cdd923363ed725b23856249f0d77a7d9201d
MD5 bac259130bf49b164ba34bd4ebe7ca26
BLAKE2b-256 0a0c4804317c3c0aa1f0f383c7a6532f5760e35deada52ffadfdeae077abae7c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d10df35ddd917e835b41d09317e00d101fd05313cc67a87cbff11e1bc839725
MD5 f9e5bad607d8bb2019e26b745092aebe
BLAKE2b-256 2e19f6b93a819254ed5c0d5f6fceb7751c414d916ccca9fdb3a6714287db0c58

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d42e07b01268df4c5ca7064e586adf645d0d63f4a4dd01b53d77397e2956232b
MD5 43e7952cb0101df5858588ce152e763b
BLAKE2b-256 31dd377801d847659cfe62d8fab2191843e08a9ffabeda1ca34514314081df8f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65bf2219a96b835d08f659f35f92613374c03ba9d06156167280a209471b0876
MD5 83a28bfbbf9ca6aa3d29af7d9256a7c7
BLAKE2b-256 0370b6a5a625d96f3c64f9e0be04efbf3624342719fc5853316b94517d91c87d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 372e11e3c5da1f0b57129614f40a4d6a82ae7cadf6a2cb2bd0045c0709df07ff
MD5 a38a9c0ac77c365154ec520be92d2f40
BLAKE2b-256 5560dcb2fbafeb5259970e05abcb6c0c1fb366dfcaf9be390ab1f2f007f6f1e4

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e6117305a5aa9818a821f7b9b808ff29c06dd1829e114a420ab6358e3954103
MD5 67b29d1dffe3e5b5ed62b9d99e49aebf
BLAKE2b-256 6eeb8d63b097fe90238f35cab5242ece5889c716370674df461c194a6058f4a5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 156510745acd755ba83ef0713f9d23e69d39380f09fe6557e02c9ec6617adfda
MD5 a1dc6ba98187f568c76a18ecef8460f9
BLAKE2b-256 88b35e62c53b11e58eee49c721652006def105565f56559d4be4e47acbdcef0c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d5fbda07361735ba851c0caa395347ac12890a61cc607921ad4e298eb9e91e4
MD5 08ba534420c2f977d978f172a38c1989
BLAKE2b-256 8dbc9e7995b0d1054d8ad7025f8c5b29c196b285d60f08c91a8e654d62151e06

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 999b75b51a5dcac32323ce3fb22f88ab116f2865b320e74cb99b35913f72fac2
MD5 a9601b942ee9497098a6c106fe996820
BLAKE2b-256 86f30385cc54ee070a0a42d3b6213f6bbe690c6a046a1f6e863c3ecb40469a6d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c19367ab539e4c101541bfa734944e7416a9276b25044f85b40e72025b02e49e
MD5 cecba2f700e88c3957158b5781f443e5
BLAKE2b-256 46969b89b2cdb9f6752c6b0e9b13d4f1541c61925b09ab3fd41769e6afaf3ddd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b8705792967dd054d503997724efb0e799dc1067cce980894c344186618986cd
MD5 9cc748d1fe85e1454bfda8100e3eb558
BLAKE2b-256 23f9c98b9bb93db1b1083707c3ffbdaf3866ebbee76f4c9a41f276cacd27078b

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