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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-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.3rc3.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.3rc3.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.3rc3.tar.gz
Algorithm Hash digest
SHA256 e4714032bc6176b31ac9f4a3baba987be81155d4e850f7388b0cb1c151326b2b
MD5 5a83c1d84f056c6324d8d8d698170f5b
BLAKE2b-256 360a4073e66ce8ee80d9b63d8d5cc58c9119c500442a2c90decc10f04a816691

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7d6dfdfacd1d090586cd45e93c86aee48b0ed82e58dee0e3621cda7a90febe0
MD5 f4633468221079358c8c6e0eec368a3d
BLAKE2b-256 affdd0853afb46a1717da92fe37bee11acc7144d42b4671ad14d38f7ad47cd61

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9435f00e86dd04b868b1f94659db4bd58e26813267cc4940eaa9869c9253875f
MD5 4c44ffb9d4027fda444075bb84928c8f
BLAKE2b-256 b1f6cd44e0521d7739a2a888a2152a54852908f382a25ff2e3bde9466ae0c9aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a39eda622c9dd5b4d48277df5409e3db366cc51fb3d4067bda8df9b84f244e1d
MD5 3a038929c1ea5109ac9b1a722066c441
BLAKE2b-256 7b4c8e2c07f1fe942e77255e7299b33ea2cb7ade9c91dbd57e6cea32e4537c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dae62c105f13008053b420e3c505ab3a5e2034980b2f8664672d54baff38293
MD5 940e0e9dae94f5e82177687c37c17794
BLAKE2b-256 fc2f4ac896b1f26ed6b8fa8e08ad936b47271962e0883859a9b0836b1b846cd1

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c56af425c45fa884aa81bf0a01c81ce14cb53df4220f501b27d6a0668c2132e
MD5 554b9c3ad4d4537680f54029221a7799
BLAKE2b-256 57f578bec08b6c87c2c982cc320d5af1b361c94033fa871479ecf5f3faa6839c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95e632f5fc1f5c6a16220157077fa19611a4be8bf3a272fcbcaf3183555d33c8
MD5 fbc87aec9a5f2c9f0d4700dc37a56952
BLAKE2b-256 b8a6e8aa0cf2000eb1d31e6c872295296ad21fdd008cb001de5e9c347f166acc

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01dd3a21c658150c768c11a832808da77829684b04d53ef39b56d8a8fd446b90
MD5 91960750a4525af6f453e0e3ef19178e
BLAKE2b-256 9d2eef1eba08028aadaf9a74b340579ad8ffd84283c0e8c6b3d1c7215fc7bce8

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55cd86ee08e34c77fffe55d4343a5d7045d21f0bcbfff56eb2c88fb6f244ac86
MD5 31c786bb3699de4037a5f6d7f6e8487a
BLAKE2b-256 a598b246b65035f55913bab7d75c3cff116bf050d3069362026871b515f5a0e3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6951608dca899b80ea505c646aa6e4ce11122537947c28506112910f7ab7c58
MD5 331f7e7e2962909dd9b5b8f8d8c5e7b8
BLAKE2b-256 2f7ce10ef0363533dc6a1ab0aad02a22ea02292809dcfac5ede5643cdc399783

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 601f0653a0a9dc40b33a944380bb92b95d17631dbafbd1e2c85056ef56f556c6
MD5 51bb4d59766d4c10a21dbdee17dabf40
BLAKE2b-256 ce14067dafb3e8abed1776edb7a67a6e857f48a2260416b9e06da0700eb9f169

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4fcb6e7626de9429fc1d51f6ab46558055b15965664c10dea469ecf95ac11ab7
MD5 4c1325252a0e9e32b28b683c561929e3
BLAKE2b-256 77c6b799335ba49bd29a98a4f478d03f2f592aec9bf5863f2d1e6fee96bd4324

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 92b71e19838df4bed4019aa8ecbab685bb5e1fc6cf83ceadfbce7ee73b762cb3
MD5 bfad8e3cb489df9276e5739a6ef38d62
BLAKE2b-256 464677a84abc95fef6a0bb408c6a549169fa6f80963f49281d384a2627d2e92c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c8b344101488ef64b7b4b096c9139fd87112a706fc15620c29f23b63482b081
MD5 1dc80e803d19cd1bb97a8dd62e33b4fc
BLAKE2b-256 a8f2475f0787d27455428f06c5242de52c6da8aad752ad54e36474f5ffe4bc6d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e9f1f4c5ad1d8b33e758a9d83b9e30bdb6fa219dab2ab48bb2bd1e660368f14
MD5 b2e4e9c4be3113bf7fef5db366e2020d
BLAKE2b-256 0f1e3539451787ba00001cf59b80acd72a147c0c575b524c60f3e395958e7555

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 546dd5daabd93f9d2ba6133ee6ed9d3d0c5c6e60467144edfb77a1c3305146f5
MD5 b377eb9e2b2a0b349afa9cdf4f6f119b
BLAKE2b-256 0d8811299f8eb1375dab11aac5766abf2aa889360cb7e559ef185f26cc80becd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12688bc68e055abf27b26e900a81c31d3268f2babc324bdbad73fcef6419ef68
MD5 79fa1e856f84d7427851583b9549a8b2
BLAKE2b-256 9c7ba8f9e31ff8fd86b7cce21e29bdbf795ced444c1791af1b3eb28a2634d00d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ffbbd7cb8d231eceb714f8b57ce0229ad9b371d49202d59cfc0d028d8051441f
MD5 0d7b80d689e266213429e070a3aeba42
BLAKE2b-256 d98bdd0a1875a476997f02f78af4a628cc72ade211de6b3b425824f42898ef71

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cba7e5bffb2e5ae5fd81ddf5bcfa593fa3d2bf61550b4ab921c71df88b26e5bb
MD5 32f1bae135cd64a7fc8a0f9df7f96865
BLAKE2b-256 214b0d9f35e9ca3f342d0527d4e48b120d135ae45599b35c2fbd0e2dfa2af422

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dabd6cdc0b7043a8d5aa737b7e4129ab165449fc6c8270fda6739bc707371ef1
MD5 3bd14a340c38b5954dd4c9e9fd28bf11
BLAKE2b-256 9495ae5acf4d46305f7765c8643605ef7c7352ee780640adc832dc555b1bca60

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab450691bdc4fba0bde8a24a4c549139457d0b30d5ca2b155980eda5cf570ac6
MD5 f03848a7921b6a20f52eaac19534b922
BLAKE2b-256 aaedcf63d1aa2876a0859941117dacdb684a1094faa9a032813901e31d284e75

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d133d99d9e62d421b9da6c2b6e5ff5053ef3bf1f0953f03368a47106789cdf4
MD5 60f69f2b93413d6911836d28538dcca2
BLAKE2b-256 48f6956817059cd77c4e196806643a4cceeca265b01a9ee09e5935096972306b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b40e7dc4040391130bebf809f4427d6aef34ae43347cf58e3d3bee3c6d8955f
MD5 5716f4e9d4d377edd55cb362ba476e0f
BLAKE2b-256 72b718c4c7bc8f5d5add875082fd0b6a9cc6567a458fbfe2a392eba89899977a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d1e8c2abe245f4f7868bc2decbca096d8f2d50f29723ae8e6f42a14cc48ab2da
MD5 17a22c4a843caad00747f12ba0c6bab9
BLAKE2b-256 d17eb14ad15b4070b4eb500a04a3693d9b1522846de1c0217cd1c3781bb617e8

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ac50a5e237e7f1acfa5946b5a83fd088ab5b774a28ff797c6c949e6126661524
MD5 bf6175e19616308b7e5baa71884e31b9
BLAKE2b-256 9d39be3f24c1574262f69180bb73165552098d8f70a20bfa2f0bfeee417a8499

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fec80c26980a578a383a2acf17547613a612b7b1d89d5b04183f8ccfa2522779
MD5 53596e3db56231b0f5e19be24d7a685f
BLAKE2b-256 50ccdb8863f776b83ad8f68ff09ab389dc05c81a33253f47f0771f7adc3c2b4d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 902eb018732c1bacc00fc12d03f3872a7b801dc5783db1bb98173d9877ccccbf
MD5 c9506a431bb3ab3f76c1b7f3e2080759
BLAKE2b-256 08e5ab8a53bc7a7a70c43a33d3ce6f5fb2b32071f53ac7a49791d34196f98666

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 962ba653afd15f28d9c89fbcedbfeb895ab10423c9b45dc26fd0e1ede33aae41
MD5 aec36e47a55da21b9967b12ed27b5fb6
BLAKE2b-256 9994de79b08975d3d7f26b08cdf3375b4c8e6e1637c0dd081f837a83cbcfd14a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89daf283b9427e0294fbe10ab4a4d9e672554966898f1eb617d0e9de2f8675db
MD5 0ebbc5f034d08a32aa092230b3468196
BLAKE2b-256 4a40b00aa692008c5c813861f6c12953fa3543f3fc39fc121a282fb5d3fc3896

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d3ac432879dceb4d17ffbce31de423b2ddc2dce8c5810e54502e634d8e7080f
MD5 201a61b097d469b7e6562eb1ac6778ad
BLAKE2b-256 b87991244109042729e18bf622e366ea4a42c41916ee6b6ed7658f180933a97b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 65b6b217c7666d083c9878159f210e07d48aef936aa3475300ec9439e8e0a7e9
MD5 a5a050fd799c7163d1be0b2e59311d07
BLAKE2b-256 e689036c54c4d45c532416b8b9bfc45c3b6056b3262b6ce83f843b1c8cb12090

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