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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.2-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.2-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.2-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.2-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.2-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.2-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.2-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.2-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.2-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.2-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.2-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.2-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.2.tar.gz
  • Upload date:
  • Size: 345.2 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.2.tar.gz
Algorithm Hash digest
SHA256 7516006f2d9a8952ee90b25a373a13e2589ead59c2f9c908295550f9a55bf7da
MD5 e7c4d6fbea5af711e2d1478d7eaee741
BLAKE2b-256 3ec76754543b498500d30e54823910f69b0de7a5bd5fc8f7c27637188a55dab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 044a4d749f687f844c5ffb030337285e02535db9867e78d0b9c4156edfdeebf2
MD5 8e54f65df865d1825da1ec910c235841
BLAKE2b-256 8716d6b1344734a0f59600bf9d9240b150f95ddac1e5e742c76bfcea16943c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31bcc5a19baf3b83dad9e5f27b01849cf5bca7e446db9a395296a3d8dd9ed277
MD5 6ed97d9f7b0fabdafbaf11298b9abc57
BLAKE2b-256 5f0b6cf8fe988fe6640b71305e58f5a91480902be680ec1db10b481e228458fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae7dd5ca7ba6dfd1ab481e80556ebce2f8a91b97dd054a76b2c141a8e6f64fb8
MD5 4e86de7426a1d21558041880da5cec6a
BLAKE2b-256 a9454164a7ccfccad60d847672accfac70c1bb68a80694a936e321f3b2462284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e3112bc1a548b40ae295654d83c5ea9487d31b4b8d79be4399fbb910617caba
MD5 c3490ef640dcf47f2bd967abacfb2b34
BLAKE2b-256 20c11c9ed7d141dcda91ffee1ffb249a8bcf8a31da48f9343b7b8f988e440b4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4958d786272732542a7afd043ba06197e2a7c253893135cb2f4e55efbfec13a1
MD5 76d7c58a9b2f4de2781680c5365740f9
BLAKE2b-256 3e3930536983e4e2ae98bfcadb773ad3a673cf0fef1572388fe34e232f5caf73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d6da261f40babc02984e4a0828c19b87da6a3f84e11313f78ff49480853440f
MD5 d1231cad03ca7b3ed5f25107eed5c8ba
BLAKE2b-256 5e3cfb1e2a3095f7de932f7670c7a9c130922d5a3053ab17170a736e2b3c09f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f90770639a1667477abd178b26611df7212ef9457cdda2edaa76de41d0509bb4
MD5 3ee34e9a7f0b54d21cbbc0ce854139fd
BLAKE2b-256 7938dbf9c1627c57514511fdfb161bbce061e6f4bb0cd3138b75d67936541c16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60c9c4cc5bdf9b882f525c9f8bfa9a6a4f4e5cd2afaf6a4b1249a60e9f35b352
MD5 7a14b049cce2efb8843761d9947ba67a
BLAKE2b-256 f2ed1b81103897ee7dda7141043ade757bea4cd4e0ae5dc33ec176f8c664fb83

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6e8b5996d0ebcf54fe25c124873d5d9cf48e12ee5fff226192da27e1185198e
MD5 1ef1280c243778d7428c374993b97532
BLAKE2b-256 409d46f7a5f3a2017df84a7e77cd48689f300a454ede31d83b7422ba14763385

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 872834d3c53aacecaa1aeac4227cb7634a1a0397f41f069ef40a92858f607684
MD5 96c4ee1a2bbd7ee229289fbdaff2428b
BLAKE2b-256 47b41d3cfc9b7464ca7a728f8ef2d1682d797e7201825a9d59d8fe7a39ddf1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 af303b5d8cb039777da8e7428517a9327be4b2f2602b68dc5a2a6960852ecdab
MD5 b292bf9fbfb119c4a1af293e938d8a2e
BLAKE2b-256 b4192b64850cc224aea17eb4c12065d05d7d97de7d4aa5d73279dee24bab42db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f7037a9cff79f48a20839d6f27dcafe7e7955f91fea6bee24634c83bed04eba0
MD5 1be47a158f45a6ab9996bfcb63df1bff
BLAKE2b-256 958e759a585da6c05d9b1124b0a2b476814b522c9bc453b5f2efed477c5d26a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db903a444f828ef3e0d276c67d7a8afa751da242817782a036d65d5ea189fb2a
MD5 389d267fa19d62d2bdf058478e20dbc3
BLAKE2b-256 f895985f6f29282461fa2116470f2c81d0064b4470c0bdd8db22f49bc1eb3b69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 401ae7fc4c490831991e3b54b7a9379b7721e645132d66120238af99f61f570c
MD5 7c5f34b4d3b97f22daeacb65b2573b76
BLAKE2b-256 bdb1ea7c0792b521ebad8445e167dda236634b28c44bf53ee5eb55cb9f16c028

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0f3463e9c58e921378e25fc510d0f8c64451c992b38748ce20a9e3c919a4b08
MD5 f60ee5b7c128619eff46272a1120b9a9
BLAKE2b-256 dc8f96184ed093829685cce8e63f47af94a3c334db5b6504130b208f07a14d55

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ccca2f5ecd66242fc8bd9bc321dff0fddf23d56069129a86cc6b86c22680314
MD5 63a192ed815205851f4c8a26d2d8b0e0
BLAKE2b-256 806488c8df62c3d610ae999eb4e160ec6dab49ed707afb3b7b64957b5a7b1983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dcef26ad95d8443385f6f7bd20133bec594bdfdbb7a9fcff3ae95b0a0a61bc56
MD5 a3c27d8ad07b7384f763ba437e7e15c8
BLAKE2b-256 f459373ba765fd6323c56fa6284e92c84cf9e1baeb219a34a44e2809ddc5a665

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 159afc43ff99344e39cb7a36d6585cd0768275ba9a0935e7e66150bb19642b07
MD5 fa3ebefba8d541d8c3542c3bc13f51f7
BLAKE2b-256 302b5cfcee58cff7cce892223a30b1b64652ff53a3f44fe72468fb0cea9bbbe5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f269d5003e78dfb35b11949b2c5926d0a2391024f1be43729d2f6b086d4d8b9
MD5 45a2e6cce4abc4620b2e3fb6f4870656
BLAKE2b-256 a8657975c6bc7b9020a476bc47bc7aa7553107d0b9295f316c3fcec00ab2a8c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66725b65d8205991f0506ec90877c338a93edeb52ff6ff4754b4566ef7814cd1
MD5 19a6961eb32a15ef440588f6e533c5ce
BLAKE2b-256 23ad6ef779d36943b45eba48b7f3058a2532b5cb95244b9d6db080e17e029121

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf853b77c94f7b3f8e1558cab9f9aea52575d826f0e7ecba4cbfdb3b8eef2f68
MD5 f918c166fa1ddf036676e9ab4a9af8ef
BLAKE2b-256 7e3d43c3adc631286594a79efed8b2a9a3ce079fd64fcfcf5cd4c6c43bb28af8

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 929a0f4fd7481830b0757bddb325342b8514c907085f5c6c20e26b6cd22fbdb2
MD5 65ca2cdf01d3fa399c701f923c6edaa8
BLAKE2b-256 fcd42dd7bac798f0a181ed2fc2de1f48b887088e408e28650d62f8ad677ab63e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4063fc8d3470915076f6b5a526af89f58b72e04f307f42d4f3603bc1bc3b4f4
MD5 cd261bc83b9fde5cba8d56dfc128b58f
BLAKE2b-256 4e2a6eee4507df1b2f0597bf8b0fb9c951437a66d30166d83b9370e22ce1ad53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa5c951d9c4c4a448357260c74e7f591d5162a0e7b21a590398ad40f08ddc71e
MD5 199a5482346c516b1e9b514ee18bbc37
BLAKE2b-256 0e420fd808004a555bbce62a0c7676dc781f3b2a0815e89a23265a83cff2cf61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6180887d5a786fd66c2d7546e7404d19dcbdd6eb17ca713b9b0c7b7718b9141d
MD5 91d2d4f103c9392c0d034f8d82608365
BLAKE2b-256 248c43a28c48d45e513dcc411e27110731da206d461d56e65cfafa0e99e9c25f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47b8257a3e63fcb39d32abb32c5ab572596cbb19b1ca869004a26db046976805
MD5 5b4e3e80ab3e17efd3a4708e12b51756
BLAKE2b-256 29934832d8e1d365b1589961c0b10538a52532c0390867e2c95e8884e6d9705d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1abe3d8677b38994005f536820fca51634e0fe7677595f41cc819a9d99cee46a
MD5 cc4c3e887293369acb9eeecbe604b5c7
BLAKE2b-256 783c375e830bb2d62ae4edbab216139a91080d3e31d677818a7554b3493f106f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d3bede0b462008c86fe299ec6162ab2ded9550d605903977838059f23a884a50
MD5 7c06908cb027b69588e035d30d42edbd
BLAKE2b-256 ed52ce135eaf72e70a338e08ec9fa40c80fd7299492739ee32956d14d1da3576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81d2390d3b382c3369301963ff1dafc3f1e9502a0b0a34795001b3c073c7308f
MD5 ac2295ac4de30125bb35371ab27a68ab
BLAKE2b-256 63f6f28e18f2db0ae3c0b33dec04183cced509a0a50bbfb5285d69400563245c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 28f2ce54d1b6c21b8a75118c6a8288ecac9b8e8b1d3503d5f6247fa4d7d2b1fe
MD5 fecd5cd5fcda7f0f0043b03ad50061aa
BLAKE2b-256 ee183e8b1a0611d73ae3940337ff3932f7d0227572bdabf0d44ca2012c0ebe14

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