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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc5-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.5rc5-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.5rc5-cp311-cp311-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_singular-10.8.5rc5.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.5rc5.tar.gz
Algorithm Hash digest
SHA256 e0497a724825dd966d71a78d9225fc097f029ff728d18784e737ae2c1c6cd13a
MD5 a9b3f169de6be0536f56359191db7c31
BLAKE2b-256 0360d2f01b8e166be3c4e7662dfbf1aeac300e15d614a3588a97f5d0f72310d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c006b39622690ed9aca1a6d8d1c51f65d4179e1d50fae09add3acf44a2312ef
MD5 7f2950947ebcb520148063c8b6f99b25
BLAKE2b-256 050fcf72f57e0c2f07c5e611f244697f36287ad6fbee0fe1989da229d4c5ca49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f546b567c37c70633ee81efb34dadf118bfa7c59b7f46545b41e7c12155fc691
MD5 b0035915751afe59ff01fd301c8b616b
BLAKE2b-256 8d1713c1c298c85a8e86da8aa4110cdfcdb00d208d7ecf1063321fc6a2e5098d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 43a84c2ba0082a13f37b669ec093bdda7431651eb4c8a9a6cd97b0f7419ebdf8
MD5 005bcf74f54339d7f574a988dd2e51b9
BLAKE2b-256 d6cd3e8ac0b6fba5c884bea0416fe8ab17d721d1c232087620931ff65033b7a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3af428ff08e971fa8bde55196dba1ba59d0e1aefa4f52324060f3dbb2f8262c3
MD5 7cb477662a75567ef3fc2bf695b2ab0b
BLAKE2b-256 1b77d49e5f1cd644612c2d59e86ea46ebccf4f5acb0a3adf76df7dac6391e6d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e0bbc63e5aa3ae45b0beb44179cc0080d28fb0d069b733b64b5087087cbab15c
MD5 cb0a5a975ed41b37aad1ba0ba134d215
BLAKE2b-256 b9987959ba79de2822899afaecdb37401626f99482a9f11d7307d9d240c7cbec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1dbb305b7175ec6fcc84ba947861a78cf9b822900046a2ad11dec55036ca000
MD5 99e2d911ca003d1729f177f99ff602ae
BLAKE2b-256 90fc0c0b67f3c2d00c8da438c7e86ec444391b4c7f94175f6d0d8d89b346a543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25454a7f02b86e071e21295f2874b4478a5b49622ad5928bf5588116157432c6
MD5 72cd73fc66f09babdac6692d91e62430
BLAKE2b-256 423f5f7a33538efb927caf34d0a4a40af5a9dc6fb1ab08ffbd9b7e9e843dc37e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0a4be78f09ba37e785403e62f13693a78a7b67a6097b46de76cc89ec86d97d3
MD5 347c31f61ff546dede5a3aca96d70021
BLAKE2b-256 20fb122491d7ab758a7b2b294d04636b1dbfc1f3c1cbe344e3f7e41e533a18aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e88c7ffc95bdedc7b3be19e18a154693bbeec3fa396436b26c1bd5f24dfaadf
MD5 dbe5490654b458d49249847ec8326d79
BLAKE2b-256 169ddd77fd1309a1e73a86ee0b1d1f6767db8390ed33cbbf04161d41b8b7ec94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 247bb0b8b43f11dfa3fd68b98684ef31616fd049252bcbdadb706bc1ef49ac79
MD5 9594293a476defc3d3700fecc36325a8
BLAKE2b-256 d1b7bf92285d395047277e33fd784d41a65a78e4ba745b20f71d58198bd31648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25e9a56dcac951996288600854cea302d09b7404fc8643fe085db16b103e1a75
MD5 e30155d9d4656ec64a404e1dd95507fb
BLAKE2b-256 3891474981406da869c8828d8150cce8f0a3e170226c145a78bbc234d0be993c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5966da53566309984063495a62fc4fa578685e2c81a6212ff6a8b5ed3fc3240
MD5 1896cfa3a7b51b3dae0333474caa2f95
BLAKE2b-256 0349a83ebe22c043e9a46df7813cac3fc0c32725133479897689e33378d27565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3ee89b2ee76a48f874c153c874d99bdbff080caeab35917f7c7e3f458279da3
MD5 ea702a3bfbe2dba138420e2b84f4871c
BLAKE2b-256 ae587c2f76d93b89129493a7100f0874ef30de4b534e102cedcf0440d7992858

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 856482d8a6c4f068baf77523b9c87e5dd2b179d52a90e27d83ca35018d0edffa
MD5 5dc9958777d82a434bce50911422fab2
BLAKE2b-256 7f0472110e687fac25fb99ad1c1949c58fca69fe0784dadbb7642c9d5042544a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be7daa51e3aeff3192950cf12ac127f568cd1ae00b7ebcd4929afb50604042f4
MD5 4a0a4382897a5496abafb6464ca50d0f
BLAKE2b-256 0c8759f2ffba5c14405d8c7ec97761e5f2bb9d13fcc5994caa598c430f569147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99650f2b3a1e3bfd3d8ff9646e625f97fe7f7603b75c5fabe5e5bb6575254607
MD5 2bf84b2ccdb443f7d98b2a0caa756867
BLAKE2b-256 c2f109261ef187ec7587b6a39411009d932fe274b7a255dc4b8a4b775ec9e8cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f1d218215363b6647b850ae13a2d0ec76459c244b1b247aa084313ecc3d7829
MD5 01d4986029629f60769cca41fa5575d1
BLAKE2b-256 c0ad38778b65887a010ffbb0bbd872c89c4b00490560684016999f89bfb69ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0280fa0d447389cb05e4941829376280c272153ea539ba1e1c7878f7b328880b
MD5 90a3f32c8836e624895fe42d6456545f
BLAKE2b-256 7307a12f3e7f143e1238cb3a5b87be94685e4822190920ce7c30b2732113eae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c59088bd8c4b880bf5cd11e8dd0f3ed89b72297d85f6708fea2855b23f79671
MD5 01d6a2d856c59db1dce865a4dee5e188
BLAKE2b-256 41beb3654d04e33f3ba66237d722427c6ef1e9d7a2f0e69a3ff72ae082551e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 397adb5b737713b200d2c09036389465016d690cc7fa03f6e0c4939ec4a775c2
MD5 b988c22a223660b4ae15cb7ba17e7950
BLAKE2b-256 cc3956313680d6e34aac6bd18e41797da6d8d42ddb296c9161cab15ae5b3d362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6244a3d06f06d2659d910aee313b718a6f7463ae91c8e4b1af93870bd9250774
MD5 0b723a0b7933c702eebadcb6df726895
BLAKE2b-256 3bb0e61250f129b88005b39bc71b288d397f0191a5b8ea7b20ae4c35d3ff4416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91baac8ddf5324fa5dccba153dd1378e5d4dfb25d019017304e867352d580215
MD5 98a404060d72e1a093a54c8e0dfa00ef
BLAKE2b-256 f43a48a4b90c670435b50889c4f3adb5a17ed711dbbb41c614fdcec12bfe039e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ceab225a54fcfc6e27da2a2dca56e2f51b0ce64fd729fe5b3804284dffef3124
MD5 506d103fe0ec966e0af2fca4d9624233
BLAKE2b-256 8b014d398bc9f640730e569591d98f54d98ba97bfe600c69c32201068a952e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 64d98b67538e5fe742eb07ffce61f8c76ee1d162908f4a58b316455f5d8bdc9c
MD5 c4471c9a53e4ba87bfb019087d080d95
BLAKE2b-256 ba1b657b378206a2e84e1b27a7cf1e59c62121086e32611cf3b74b0d51a2e59a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63ecdfddfff8461cf0c882e26c1af971e648af85196a6100a11743d6acb710b2
MD5 27c31392b66f8196e4b2c4b3b24f9923
BLAKE2b-256 554e8dfb0f7b9be18207da4b5b4433e55940eac16f036e1297bb772b390d320c

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