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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.5rc0-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.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc0-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.5rc0-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.5rc0-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.5rc0-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.5rc0.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 a2cd127bbde2d1b924c669f7764e2bea87c7ebd4d333aa98f1c33eb065e51670
MD5 6be43c5de37b8111b193680ef404995f
BLAKE2b-256 d64af3031ecbaded9c85965b3f7358977c4322dbd7dfabed739b58ff645c4fc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71818d3ffd8380509470f1d1f3068e31d78be49ff94b9550cc2b07ec363238a9
MD5 cdd84e6346de64b24cb5fcd919255fcd
BLAKE2b-256 30d6cf24b296e9d6a899970807fc41e5f70ca5a21f234fb795bbf5e3f219da24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c4bb6c495ce8a0ea595bd17da71a8ecf5b759f341ef223ce210d35b324d885e
MD5 e85aae7b70e7cc9f38db6639bdd8da6e
BLAKE2b-256 19f43eb8ae5c8af71fbab4d5335d48c919545ace856e925f691d7ebf591aa847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3a8fe69c3f1390cdd64e3517d3d920d926bed2fc3f3cd96b0aef9180c0ffe4e
MD5 4b2c24b1ccb9c1dec4a4e8cd4039967c
BLAKE2b-256 492b0a2b90f77f61802b89376d6e518b047e88ccfa7b2f48036e66184df3ca3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9559789119cd4a7385f84faae6448e4303cc0b499cef4cf010ccf03e2ad32696
MD5 648b2d720c94148385e0b4a3cc03cc01
BLAKE2b-256 1f63ea8054b1fde634fca422231adad9f810b626745bb1350a8a43abf8547fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c11c501c5d269a844aee23e15c569c54703968dfe849ef56ec6ae430840be5db
MD5 cf47d3fdb24ecac649f5afbfb0c773d0
BLAKE2b-256 05b4f679ec47384390c10ddf414030f820f0dc2b25c33ad88c7bb7818788077a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a371342805bb13caf0d25b538a00de4a322c446278da3155a2b63627e6d3616f
MD5 971335174b0acea2d39c0bf3b7c891fe
BLAKE2b-256 05ef034413d5a290dddbb11546aba333d8a70a0c723313e2c96c14be85cb26dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81dc76dd23e7b60e0047b8664d3fe3cf75af2f60fdbe57e71b26b1de59cace19
MD5 c54d9748c365d14f97363e89f3b999ee
BLAKE2b-256 f955d7932280d01b311410108f77d58a4f2b75ae749704da7b7a108fb5ec17bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b84b23de7acac3b175e7dacdb3bd921a166a2f4e185eae811094dcf01a05f6b6
MD5 dfb2580d84b5975f4d293ebfca265244
BLAKE2b-256 d2a031228296aa4c66d3d22652202b937e3afeca76741a970fcd7eda5b1ff1da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65f2cd25071af82e0b0d8b1b32a604e487fb64f41abe45d0191b468854095c74
MD5 7d4276bed2285f3398447b236d521374
BLAKE2b-256 7e6129e429ad5711a6946ba244e343abd58e76dc8592d2d5327935b4ff872dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5aba8c9a81577412c567004a3701010b6b5b2c5c42d498bbb77aef6379586e1
MD5 d65a9b0293219551b3208e764b54d0cc
BLAKE2b-256 50d13928629d3459d51d190e7078254e9ab3ab02c7a277a73c8fa74e9eb4197d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f6c8ee0cbc13936a56270bddda710c692464df256e402428aec5fe4630ac4a23
MD5 94fd0d8c9efe48e0a73583150d4abc66
BLAKE2b-256 17ae9da2905e24e9e134cedac9903ca1699f4e0421dcfdf3b9ac5ea9e0d5e50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5a8ed86e7ef4462db63e0f77f95bc142cbf7ae19723a23bb2fab7e0ee38261a1
MD5 d4de03617e6dfd24055f17f8f8edb76b
BLAKE2b-256 808341cae11cc43f3515d0ee41f0e22c5332a602198b8bfadc96bcb583d38b18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 362de143bfd8b487fc6711fba566f98e20f53a9b19651a91968d85481a331a95
MD5 f0c51cc725d54a80ec99e17983a1e81a
BLAKE2b-256 5d63746dbada008ca5e5e895453b534d6e6355bca6da89294d34d0572993c5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ce1d7cc3ba2a7b9fe9c7d72d8ec498d55db73429232709d88d00eb1eaea07e9
MD5 256be605b577c5f57f8a4d02399cee8d
BLAKE2b-256 b7f3badf263876fa9ac8bdb05d5ebb533e8cad6296a9dba6ecd47e2ad3b8b288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b32235d3890717acd192636b7f701003f7b7390c84bc223e30a1f7eb4c0516ae
MD5 8b8bd92f4f2c6005ae1c0239553186a0
BLAKE2b-256 c6a8e66cba858081b7022ab7bba4087b484376b507922917f99299889be0aa7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c484558b5d9bde26e27b95f4bee2b2bc16e658d22d13216e01c5cd3cb369c9b5
MD5 1edb17dfc2df9691a514d6c11698b390
BLAKE2b-256 e29afc6fccdb10d29abab37328b7c2462b22e14bddea67e1ef8f698786e7eb13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a9b5128a663d6af5fa946a582b04d53f6070f035d82e3c0f23353d3031341c4
MD5 4c14c702bc662caa170efc75a6c9a313
BLAKE2b-256 3731dab623586fc0c964e27ef4996d47e16ef444a57b1c47940f8f37c19fe220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f81a25f3b13941fef5586ec4ba512d3c32b8fb2cf30eb377e3e837f828f14d69
MD5 91443b198e164959c1de8e13c2f9e6a8
BLAKE2b-256 04ac97947f918683e4880a368eeaad634bf594831970fc44df46097fdcf2ecbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c47f4ce10b5d423f4897fb350fb61d4943a0b329e2aa6f6d4bf0a8558a72f19d
MD5 decbf110ce3f2d9024eee68f83ce64cc
BLAKE2b-256 1d5699c8c937c7125e7d45741014c74bb6eab34e5616cf56c0e89fd332c3d15d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 845d0760ed933af356292bc3769ae97c6e35108fb03e7addb7a14b07067ed1d2
MD5 397766dda0f70788977800c94cf7a58c
BLAKE2b-256 8a379c95af9d51d7d7d4085591417eaf95870cad8e5ffea1fb36dedaf27da3c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea7bc094c1d59613456c9daa70849a06af03171471c68a9cc68de6cb95561214
MD5 1802305547b9a17ce2d716149e953648
BLAKE2b-256 0f758e4caaad6b8d63e94b98de4efaba6a752a7190ce86171af503f9d49601f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abf6c37dc4b6e463c53ca803eb9d526fd8d8b60d53ef6b35e00f63b8c84d8f3c
MD5 5cfe5174bd380796860f45f67041ceff
BLAKE2b-256 7563a1116348bc2ad79f5abb67c9124534d4f8270fe3cde6b8aae977373f4a04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 685ac099147ce39ac8848c78e7bf6c9c5e45288e49e855ae4966f7e18fe250d7
MD5 0efd9d574565cdc5398b6ab655a9de38
BLAKE2b-256 5c4d87a1df0e0fce349e6bf588f540a91bd8d045f7f0701e5b6d46761aa3a5e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 211d24cfea14fffadd4eab2d8003b51a0e292f15705010ebabb8092ccf4a8ddd
MD5 a8097191398f8248ebae0c1aa7570043
BLAKE2b-256 a6f6c1e636f5cecbaa5a81ba1d10602cf8d65a6e9db15dcdea715d71d0c279f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d90bc07957c396facbb6225a8f40dc9d871a2378e2f18579ab28c01a5840859
MD5 cde717a839e6adef9fd6acf9bff9f8a1
BLAKE2b-256 4d4eb8fce929be920e6c8b0d4ba10c854e2b56e7b3a2042d268b4f9bff5eb8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd02ad407ef6b38bc5c0251e9e170399d83663b9c2d180fcb83caab1835a7158
MD5 a608048f15eb5846a5629d40081b0df1
BLAKE2b-256 588dede20c82f5adbae354a30d33f4ddd708b4995a8ddd4d800a3cdcbdc09c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f79ef14f2844b0d034d91a1ea1ab094c7b3b3723e89075d85163a81352a888a
MD5 404c9d0cf29bf9ec3af87fd0a864dff8
BLAKE2b-256 04eed38206697faca95c206bce32909973983f6b9aa524eb4e09f1db9fde06e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfbae0fbf0202d4df963db56cea5ae634616bd4fca83d753058d67ad08495b09
MD5 1e1c9a2a5947add2006d440191e63b6a
BLAKE2b-256 7a5e1a9a49ff4b03e16ab11f46c66df70bc534f47b0092e15927d62b72d0693b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ab8c74335dd7a5bab0b658af34638bd7f33c42ac9f83810437fe38923a3bc9d6
MD5 26187b512882094c90e2d42a007fbc76
BLAKE2b-256 1fbe8c7e891c24d68bf2916f1587959fb387216d3605d56d7cb8c7b66b7d9edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 50d06a41b59d386f3d9e318174644ab926d53b6e971f40c717c373d1473ee4dd
MD5 4bd056fd0e8b833449008fea79847de5
BLAKE2b-256 347fd14d10c7228a9b61834d996b1abec90838b75be9cdd2e63c4f0ce99d7494

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