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.1.tar.gz (773.5 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.1-cp314-cp314t-musllinux_1_2_x86_64.whl (65.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl (61.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.8 MB view details)

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

passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (60.8 MB view details)

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

passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl (65.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.8 MB view details)

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

passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.3 MB view details)

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

passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl (65.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.9 MB view details)

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

passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.3 MB view details)

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

passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl (65.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.1 MB view details)

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

passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.4 MB view details)

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

passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl (65.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl (60.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.3 MB view details)

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

passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.8 MB view details)

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

passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.1.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.1.tar.gz
  • Upload date:
  • Size: 773.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_singular-10.8.1.tar.gz
Algorithm Hash digest
SHA256 c31e9278bbc6b29fa3e5c0e56b78599aeba5e3cc89024afe66959205c7b08cac
MD5 b87bd56b9754986150b6d243e06dd4c8
BLAKE2b-256 b70c1061c7983a773e3975c2ae9139b075b51db10ba47c68b80a8b29b3b05e6f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8887b4e71aaa34771fcf09f6fca18335427b30f8faad0ee0efcbd2d7d2744b5
MD5 8223b265f0a82bb2e039a33e497110f9
BLAKE2b-256 45fae1eb51966ec1388920ef952ea2b1836998a51651b523b08b5663378b62db

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 baa456e815d41432a374351ef5f47018b50b9e8e95d9e8962034eeff54ca7559
MD5 fb0d8b20121da2feb4c6da46f2362bf5
BLAKE2b-256 4ea158d67a73e15c121d93fcd807d43897c7a4fc88311f9fa5564cb7b6d4fe0f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0de42cb114cb6190155b9546d388cc51713d5e1c0e21f4161aa4fe69f4c0cc04
MD5 3291073bd0d46825c2f59b3954884a80
BLAKE2b-256 2ec6ff15661916417a63b91ff0103cbdbbe14e7e5c21b979a5d78fbcf3222725

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f631c760ea216d740b9ecc742665c551814c5d6df1b6701b037c6b7a77858099
MD5 0e6031bb953c19e464c892487465eb93
BLAKE2b-256 6a519fdbc6bc7b13958a3c867f3f1d3f4d0cb9ec06cbeb4497e2bcad926ca597

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d091e4f90fe7b1ca7b12909e1d48a7b0d43c47e3ab87f1556abf6142c7e9f6fe
MD5 fa1e9fec9aadf59c538eacb1a7e5e6af
BLAKE2b-256 461355a290a73748ef5b0b36d06a1138094c083ddfdba92778895df217fe5953

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 062e3315f79faf992301f19dd39295fda74ea2ac7e8efb427cad08291c5b709a
MD5 95dcf96981907f8dae75c9e2b6c45547
BLAKE2b-256 320b304f0f4000410b32c20cbc29a61a0d8dc945f8bb16a2caa957755a39bfc6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14ac7c5a39f3ea7902e4be70cd8026fc6bf7021d1a140d42ffeeebcece735d78
MD5 00204ba32847afafa64e5403ef3b88c9
BLAKE2b-256 df637cb2f8fcba49d0f98e5c6837cad90399a958b311bd8ac5fb4c0da622823c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0096d35b54f636a7278822521b3f1b157b924cbf6bbdaf20e6ba2647bd173b04
MD5 6c3f60a7670c38b2054832b6fc71b9ae
BLAKE2b-256 8c448f5b1fa5db9750c1c2c456c9e7e8bb6daf4948ff90ab45bc936a0ec7e9f5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be7c4a163baa949aa575be22ee6a234f71c1d02de23beb354a3b0d8f98ca613d
MD5 95c424aeadb0032664c4c55831088bf6
BLAKE2b-256 919c45d208185a39130e538796e6f755c788b5bf7aeca114e66b56971d9e6920

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 841b8004232c0a8a076885a5581004be0c6656b2a8cd9896636ed222c6a97527
MD5 39132f34c212c60ee6d0b6416eb0aa27
BLAKE2b-256 45556968ff76d416914559395e0e4475b3190bf83d57b98a9810eaf4397ab14c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27fc8ae54b202c861ce328d0267ca4b08f15a5dc77a033a4b508c4bdc72f1534
MD5 ebdf1e21eeac31d0e45882b3c0ba6916
BLAKE2b-256 9bf607ce3ba83c8b669af90955f2e7841b5f1743fe314e6ec395c7cf9c03e94b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 206948545126945f0c28cbcaeca93a2e0955cf6c7ab70fee948f4b22bdfa3c6a
MD5 b565217d01afeaca22ab42709a4af10b
BLAKE2b-256 7b18b1b4d3d5ea5a59e90bd7aa9ebd32a4e7801aef64ca7ea8530bb8eb13dba2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d6cc27f08140598634bcb2ea68162b3ecb6fe36a9d7192fd8ef52abb5595395
MD5 544bd881e3c6cc8335aca4843b406522
BLAKE2b-256 a8457c7da820c0f072f764a8cdea3637291583594242064f429e6f5144a211fb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97d7c290df030d965594a335af4f82ad9ddd7ce8dc284f0e7ed2c7042677fe7e
MD5 dcc0725a8ed6edd2f4f5130676dac033
BLAKE2b-256 3065fc8105090e65ada4f07bce91df5da697986cd497c1318cb4884a2bb82864

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 adcdecc388c21c24af94fbe6a8114bc1a7dcdfda3814b4edf34c11d0ad72cafd
MD5 567afce821c1b8ef8e1a2c05ab93139e
BLAKE2b-256 42b697e30f55826b6061b676ca973afb5dc60b5cfd0db4c263aa8335fda5cb40

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67e60e6c1ec71f5f3d24963e855c094ad40951df1c73da2a388c306e6cadc859
MD5 fbf0acdc698940e43bbcf857a78191a7
BLAKE2b-256 0d67bb50d4e297e9564d96f996de3a69e35514a6da8962d5c5525224a20c91e5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b28a436bad8061b9fda9cbd6b54819a02b3e91209e4e1219db804615ffff432a
MD5 9ac952f9a1750520fd104cb9219fb598
BLAKE2b-256 850219aa20a4ebd562275b9665c0a67f6bfdb1c5f7660252fb802bbee4a4fc22

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1ac02b8341c0aa458b93effb5ad56372c2cad33a00c73365dd1e2b4fe8cbf6e
MD5 f0364f113c1e2df0a00428786713e3a5
BLAKE2b-256 90109652dd1a2d54d0cb444c7fee5ed33100128a4affccc73a97c03753585d43

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8af2ae7bd55a2526b7ed7c7974821e88bdddf37dd1c38e4ab64dd35e777edf37
MD5 45c9224681118f7239655f9fa14773d4
BLAKE2b-256 b382ff1190e0a5aba91d3828941705c556006d0debb1e4dc67522f6b68c09947

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d26685b3064d42b655ae5b7a94b8de4bcc095333faf24a765118c83af82ec83
MD5 3f499ea270c3bbb482872148c56f5822
BLAKE2b-256 4fdde1a3ff2021fe7e9207a602f3b5a0c0c97454873a0222f618c8ef147affcd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ceb08673eac49d6d17a7398e53fed044b43c656868a928bc05e222f3ff5df0c
MD5 7f1ad7a5fb98fbddf677a05da2e8a0e8
BLAKE2b-256 2ca763ee29c11b784fa4d4423641dc593f045bffa9b635af628c858cc8923e8a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 219dd30500ff81958add932d93bb4fdb1552c79a4ecb76d742734b60fd142a7d
MD5 70d6fb8b77c1aa73f47f7c9326ae191c
BLAKE2b-256 6648f6c598ff904c5291dd8c9af8a3ae7d4723e532d129402ed0c7969b75a948

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c22a63ddd2b2e7e588471f11895112dd297ee1047d42c9975a6eec7f1ce31026
MD5 b6c6c46e0fbb6085238a68504090aef5
BLAKE2b-256 8804f903bd3d1b3f8520263225386bd6ec892f1655177360f8819da5c14e842a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e3cddef46d98631b1a4b805dcf4b7c6cd01e4e3a5818cfe8672d44a2e35bc952
MD5 012685fe20151a714117080dcb3d6d42
BLAKE2b-256 a36966602062db616475a31978f302d411a50588aafcaf823a48d2d43219925d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea352ae405c9c061a1618e8b5fae673c9d1494cae784a22b38c8a7a522084e45
MD5 ac3558b343bb706fffa1eb385942d35b
BLAKE2b-256 7158f9f2cf0c89e46b97ea216c95356aae5909792791692861e198249b87c4c3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1970a3f3e1583a219182a6463cea5e432094a2822a4883c525b0d38a5446b11d
MD5 e2efa42d69ce3fc2f6c9a4fa969b1406
BLAKE2b-256 0118bca82d40d4f3ccab71a17fcb529330da538307ee1adfbd7590e97c02d51e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 afb3cb8552e494ace894874ebd61e0b1abd7d547fc36f9819ec0d865a2ebe437
MD5 60e5920e212db5af92ff15f70a0008c7
BLAKE2b-256 369bb3cd9908082e103345d9f43f509dc1b3aa76ecc7bef5a5a2f15c37cbda89

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed0bd12582589ecb877cb2fce3237cfbe9d3c9006a4d720f597463e685e39dcb
MD5 4296a26c46cfa38cd878788adbeda7a0
BLAKE2b-256 aa7d6f148f2060d207a98a326492b44f813c0cec4cbc4e321283c257c6bbf0fc

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a31a91e2dbbaaa6e5b43b703617e0e129d6ad109ba3f84f065cb39a38216c6b
MD5 695c328f7b87417d73b53246b041ac0d
BLAKE2b-256 dd70c462a4ca1844f6436fa89bc747a3323f9f41a0346be12e8b142acef01c04

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f6d24bd4fd25c16a0805067f96ab43bd3430f095f37d2bb90ebf59454a93a2a1
MD5 5f2f3844edc704013bddba77137f6d43
BLAKE2b-256 6567179928cfcda0f1021a13eafd02f6ba946fded02eefef799a5041dc1ff9ac

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