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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_singular-10.8.5rc4.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.5rc4.tar.gz
Algorithm Hash digest
SHA256 ed838d930146eb57494930f44ee6d792b6f27bc33a789afdc27b42e4ed9c8bb7
MD5 d8a9b8941bd6a20c83607ab77bc00c22
BLAKE2b-256 835721807668b33922afbc2284752c0da24cccd9e66512e64295a93bc1ab55ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17f00561dc3e544d656c33c35c82c8fe8a7528cade12f8a04b8d11bf3e735fa7
MD5 084c665acec76798f7e3ad1e6a8a5e3b
BLAKE2b-256 bfd78d31a10e61d242d2296e86cb7db26a688298a00630b26d6daf2cb4927a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cb3f51fb3c5c5f74673874aabdf6663a44d174eb5f4b716792a9369dc5508e5
MD5 f0bae19594601bb0c7bc3b87819704a1
BLAKE2b-256 e8164c333eb64ce1d472d64f51e34b615d4c93dbb4f2388181d9092ccee0db94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ee4fb8cd7398e46152016ffe7d993666b7b6e5e07a7ac249cb62c9fb0061678
MD5 8b5ab5838be8c130635d0719c6126384
BLAKE2b-256 574867e219481d1597166f6219f55dc7ec5d9a31aeb66c0dee09e21988454704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e48e23089406b10f3216d2d7d4fcb848d82ea1e810b10bb52d909cce33671c2e
MD5 299a2e3da453fdcfea1074d81632695b
BLAKE2b-256 7b313970cfab5b5bd37068fd6c35526ccf170b7e8fb16128f4c934cf079ac478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b9a8c7ac8a2cf6f21691ba79dc9e36b3e8c5500b4a4fce90514d7448f60f1ef0
MD5 8d9b97e5d9084d8b010c515aaced2c81
BLAKE2b-256 eb6c327f9d82e8cc3077112718cd475db9309b95fa74079de4f70e1905b09a58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a92e9f9801382ba30c0b033d53046b4bed063a2c73035463eff20023966f7e5f
MD5 9f2b762fb6e520b51a5901a9ea297646
BLAKE2b-256 310f3854700239a1950e0a93d5ac36d4477678464d183b39059ea79edd8ef7ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edd49ee116a31faf658655b6d85d608d8fe91fd913b8a062c2488d3a97380357
MD5 a97336d2c6034dd2e5fabd8e3f860bc6
BLAKE2b-256 a6c8ca91ca59f40263501bd38f058e3ff7b3530e3f89946fb44cad53cb849432

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b4859dbcd91de4b58ce4bd045ace05e91a34998e990829280751bfb45a49fe8
MD5 4576f75ad4c3688f5f8c33276832f6c4
BLAKE2b-256 70acb0de2b7b2eab63dcb618ec8df89c1df2dde3b4c05cbe6fe3b4995c8d2167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e6d821042b91fd3b772b8516d78bc985dabac946e2a71f80ce22bb4754d50ee
MD5 d1ca489dd09a4f06decd1e239e5e994e
BLAKE2b-256 efa63cdec7b96619fc2433f00ee01fc73105a8176c66c9fd083f5b9b0214ed19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3bf407f0914edbb86d9ffecbcd649be6d7df435315c2835fc90d64b2e3dd7835
MD5 b3306b9c254611851d7a481186d99d3a
BLAKE2b-256 8a5e608ee2a82dc6fd187ac027096fd8ee473e54e48749b63e0bec7824e1d28c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8149a994576f706dfb903ac0709e405c3fecbcaf91aead3e3eba0d87a8072898
MD5 b4a1573b9bb9284f027bb48e8bf5aefa
BLAKE2b-256 49c1bf024e1132072d80fa27adc074cd5891eb2237b6411a046a8bef70f5c2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b30b0968c2ab59e12b32d9a35702cbcc3ec1f9149684cf368d43d3fb401233b
MD5 e7c27fddb267472f37f5ec674a17daba
BLAKE2b-256 f69337fdcccfe062341f1aabe48826518c1addb7a27106c54b9ddcdff4d71c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d1e8329d8ebfc7ee30687cba2115eeb03687c2f0853d019bed3d0531eb28f29
MD5 1d602d287a62b599c86882e14ccf936b
BLAKE2b-256 2f0af290321ad4c3bdd99de2ba9c36684903c7335e3cbe4de2d45ac98eeb48ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d12a255e64bf32486b7662f856f4a868caca32074ae17a0413686a088b326b3
MD5 44bbbc9733f90212fe110a4d0935d06c
BLAKE2b-256 3e2cb9158e0f7af0ea2a3c45ad14f6156733c39829dba4451e6fd08b82db0492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7165455dd1be69b1a119f4383972668e6e9c566cf58cf6a7e2b500f310b4642a
MD5 bb5727fd559ac4d8ad51f89412a49099
BLAKE2b-256 542fa84ac0f5b2e52ea13162aa7704458aa1d22ac1262dfe00071b769a6455e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94f5ed741435d6f1633140d21c9f89f11092a4576f458bbb61fa6a48646090f3
MD5 b0058296b096c04e80137f0194366fe1
BLAKE2b-256 e740412f1add0446887e04d247aa21bc892f79f5985425bbe65216152e05c54f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68ab2cd0123330f306dfa6976fceae17348591314ff60955d8a00d7ee37599fd
MD5 294440f4f91ad91a6cb2d451cc99c683
BLAKE2b-256 7058bf99a358f942b0c24379a6640b3ad7edcf57ad1b834301435d9fe2b3cd58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9e90a90cb4914f8f99b26f2a3852200e792030c2c1bed90eb229883ce2a9f599
MD5 6c3923c80cb2ba5871e0df542c89615c
BLAKE2b-256 1d218987927c2b66c62aa3aacf91ba823f3737ffd82224a711b9c47c756874d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b37806c83ec3214901d39c03536a217ea90f127d0d1e4f716c0414dd9bf81fc1
MD5 0e972aabcb0dad8f9dce46b8ce3c7622
BLAKE2b-256 f2b4d8dce1da5eb94e180b57bafa48592c046d00bb59f9f9710d39d0d554dad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 db77c2df8fa402f8d391888281ceef1495dd07207edfb6fc3a0823f06edfd01a
MD5 ec2a7af2856afd6750340f7982f416f5
BLAKE2b-256 5379c366b46db0b580981b893d6a967e0d8035f14ced85db61f2de8416eed0e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 279e9d90a1863ad018759325f696722bbafd3ded043cb96dadb7997dd86463a5
MD5 02531aae3f60b1e459a86303211bffce
BLAKE2b-256 431c83e27804eaf547caeeac60816d9e060122ee89095328c571282bd6298934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e66a9fba5b0f2c2631c21e25a6a845b84131b46e25d041db281489dcff08bb6a
MD5 1915a8282c43ed76f8b81d8ef5c2f5f2
BLAKE2b-256 937eda128a594a3a28e6eed3469856954dd2873e602791066612c296ac4572d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0480efcf8042befbf6b11e13b5431081dc73721cc4e30ea7c5815abffcee9e4
MD5 6b8126f0b1933f27702d7ffb5c11b927
BLAKE2b-256 49be39f4e1bbb7bc42ce413e35d8baede63864246e72bc088e66c870aaef98f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a38756a7cd22207241d2450f74b8a9d271e6bd59535e6174cc841c7932541b38
MD5 737b6db44b61e492121fe66db637c02a
BLAKE2b-256 dc44c8c27aaa3cd8a6166ab0422e83bcca4c80bfb21af5fc98b13b4c7278c447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a27f6dd32ca9a5950e85fb2d2138d9891f52a3eedf8c5a5660a1ac29155fbce
MD5 c9b5142f6a9cac1f85c9ba5fb92942be
BLAKE2b-256 34b8750dbdb383ab7ea3896240cb8d261aa1da55f40a1e67ca7ed97463801338

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