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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_singular-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 94333ce001ade1c52a80957014d4a231e6f7fd2eb4ef397aad0dc615bc8458be
MD5 3b4024d19cf8231ccfbaca2476f04d67
BLAKE2b-256 3a74511082ee7a8a4420b8d8dde3e980f1e28b649c2521fdbbd84b50b2650f95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebee32632094865ff60d29b5b27653bb208a6f8e966c55c33ba1ba13938b39eb
MD5 e362122c9956244a19abd7d39f8098a7
BLAKE2b-256 6a822ac27434d866dc92dba32480a1d59875e9307d51ab312dd7c8d9e2e6a405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87f0932bd7cef4f56a9e3df8636cff232ff8b07749f0eae13da5f7c075be6419
MD5 0fea25adec99de31b279bd15dd79961c
BLAKE2b-256 785bbd08aba5223f832a492315e6e5cd6fc7e63d6770295588cd3e600b5b6625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00479df135ac35dfa00374b3d48caa4dff0e8599a62ef1a3378002baad0c6a58
MD5 71842f2271589caed08ca860106f820b
BLAKE2b-256 45dbc6e3d1bb85becd4cffdaa00189576405fad98d26667ea4a4bfb1b648113e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b1b9384cca92a1af983989e5c755bab2b4a7f9965ca60fc0befae04b0b314e13
MD5 b05bf431a01f6345469f44c330594088
BLAKE2b-256 5bb7b495663258ed83a92d80c1f2a95cbec7ab39e099c4785b5307d58621223b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e34c45013d5737172480a57d0ade07fc8a413e135bdb03cd2b78853fda96a692
MD5 222f20e654d12612e0a2cdd4f22e334d
BLAKE2b-256 a1763764001986dd5bb5fcb98f893ee34e29a48b3797652618f1b4e80bd43301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 014915896a8dfa2c4851f5d24059ad1d478597bf8a8126545b52d0e1cd139e97
MD5 6c89fe8fc0124fd7a0935fca1e571940
BLAKE2b-256 6c5c6da5cab0bb46e3e7d125d62110ab077e6ef35f69634b4eae86fd5fc610ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0e9c5645d266ae2dcfbc96e321190d0f28c0c67238e54ffea228455ecfd3599
MD5 ea2f8cb61555565607ddbdbdb9fa7bc9
BLAKE2b-256 a70920f5ee14605a55fcb540cc061ceaa001dae8e8648a7df6a99cb3ad8b7d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a9f2d76c0a0e86b9cfd4c6c7a6262b613c1dbe434a6053b878b1d2acbde40e6
MD5 a1446deaec859449e38b121234e663e8
BLAKE2b-256 9269b4075f66193fd6518077fd4deea573952cb43b83fbf47eb6881d6a760561

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 623ad7b6f93bffc35081fb731fd6d8beb619ee49db65d5d59d690da34db7b408
MD5 7d7ac8d7c0099ff982b62e0ddabfa7af
BLAKE2b-256 678e53b5bee48d962cf04be64c7151a029e54686a1ae1acf483062a3beda54af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f99da1bd43be113ccd30660e81b555d932e5fe1b2748c86560e5e5afabf5641
MD5 76b4cf0148154f64336f7013cbb8969e
BLAKE2b-256 b977c1763c30346d3d2731a7ffd7f7169d4261130952f20c982ad1b95a39d670

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 842241ea2a02955fbb73f528ed8d6d4a768da47b2b28d144d17354839d5b6bf9
MD5 931464bc688f9d3e6e9c055625193dcf
BLAKE2b-256 0006e8709d04486b48f034e33f3fd2967cc62da8c3c5b21e7d78e7d173f93366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f06df6648e6a439457098c430abbb323c63b08d572db0203454e57e81a4f30e3
MD5 c0c5afce395650958a02b3d80d72f8a4
BLAKE2b-256 dcb8078009c9f92460d459942c77c77c3997ac3c3e3c7293e8bf633ad800e047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db830a521a4023963c046457341da805fccc4599842819444d3d07b4e9680817
MD5 f11b978fccd62f8c933f5b2188cf93ca
BLAKE2b-256 344b9ff2319895c160b68e228305d38d2d6cb624f22966e4669ecaa7313638d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2655cd1dd298c733ced514b7960f35080a4734cef09607e119c301553f35a56b
MD5 48e2753b7674aadf79ce59acab7ff6c7
BLAKE2b-256 dddc514cc86575a7ffb8946670809ba4b78adcf782e52c19581ad64ef79ae252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5ecc2179cc86b3effc43c600d9b2418f490784687e86d94ed3d37a9371357774
MD5 5b29e8f79ebeb23ad8ef10e771c4f2d2
BLAKE2b-256 c30a4c9408212603fc97fb55a2c4583f55060141dc2d01d4adf863948417a211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 959844dba24cffedb4363c564476d161bb9be1fda4caa15df3b343d8dbf84c31
MD5 0dac58fbd5be5006ca59cc38ee505cae
BLAKE2b-256 90bbad6c0136fe453bce3ace0694dd88b96f12fee2456d68870454c1991d4094

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a8028080d28965627e494ee78ef816c6d1ae9068b05d7fdad1f2c06a349ef9a0
MD5 c13248e5e0618db39e63684ba42aaf55
BLAKE2b-256 c7a013a123504db565b3a764014d985d4221ccfc361ed80298ed6a124dbd6216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 144f1213f03b1bcfb240d76e2801885a6ddbcc804a4676f4a09b0638e7a5ed5f
MD5 3b61ba2c2431ee649307b39a35266153
BLAKE2b-256 e48f646a6222e07de2e1ee61b21f4134c322a6cb842c5e5f160fd142f41a0dfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 322264c6c102a41191c0f0ac5c33e99215a4148293764808cd75c968d3a7c974
MD5 5f5e7da61b8773f43016491671f54f5e
BLAKE2b-256 4b3ed11864c3ebd6aab70a77242539434dff9201a0a66494582d8b4106f0d615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85c4b86de0041aa3e90395a5b4065778f89f01805e0a3a2b9e342bfad3aaf4fe
MD5 fddd42dcaf86e8e597aa72547c737cf6
BLAKE2b-256 a124503a36b91c691110cce91842813e2b676f73644db453cd7f7d9078f3e8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eba1ac78fbb047c16b9ab6426c2c93a2e1dd5e592d0e676f7a573e69e91be123
MD5 7946cf7f841a723e2f3ef1cd9657426e
BLAKE2b-256 1f01ff5befc59107093b9b5bf3286a1f8a3115111f80e3f6143238508dbbe297

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7761e1209d73f933b39f4cb5a49af450878b41eb5e8ddc5edf1666d53f72a6dd
MD5 339cd50fb517c37ddcca9beb9656cabf
BLAKE2b-256 8c689962440775446ef27603aac8afda94d85ab816fbd35b2e1f931acaeaf160

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2996f9bee281baac8ec69137d331f39ffc37363c4eb7258807bfe3efe14d007d
MD5 3267c9ce7db23287967270352b22cc4e
BLAKE2b-256 b2e970d4417b549e03741bf4d85c7201ce94cde4af3f0a8c454822d26fe304c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 acd075abe681b9ab8ae405f71e1a8e4b64d7d8f89da2e26e32daeb02db7a0e1e
MD5 0d9e3a1bb0f989ecac07e273e66a3cc6
BLAKE2b-256 1a6a4bd79515f695f7572f70f1eff4ce88cf5fcc0ba4b4093b79145b664eb7d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0256215e3ee7e0b0ebc27102768a153b8ec250708faab76196483e3f4cf3b67a
MD5 5d582c801a943a81bddd269b2f17af9a
BLAKE2b-256 2428b586a3b72f51aeabdca7a824a1a4a1a1ce8f48803249726e1a759e000a6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9190664ee5434b3db3cbc18fabba97ae8df0ac6873f58763e3e320791306be7a
MD5 e621e39c878fd14ce39a5cece8b6dd3f
BLAKE2b-256 a36bda941194e5903e8d42a89ccdfffbb21c1b7671ede9bae8970db8595c4d76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b503a6de48f2473c64238b47cdeaec9790c9aa9718bd7462fee623ad73384a45
MD5 3665e6f7d9c8d40e9ed8f190606073c6
BLAKE2b-256 b242f7fb0032bd3bc94fc85fcf1a9795eefbeb2ea879fa8bf3fa64f4cee953fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de43575b8c3171658bde96fda888b903680032fe117337e415f1b104b2e9da9d
MD5 ddde6d3ef26ea67d50e0f26b11f7a11e
BLAKE2b-256 f41bb1008c1c09fccc5b86132a324f47b1007d1dcb5c82ba6a441c1f9b80e784

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9d09ea27c42756ef0ec879a837bdfa36fb0fa4a6af06b9054e2dff31c3c928eb
MD5 6bbcc01ced1c1a4aa398b66436107ac2
BLAKE2b-256 ce9800bf8f82b08a9dbbe46473df962dd396672cd46938b9a57287800c308da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b8325a62a731b33cf817324b6e4c1d4e0b653edc16ba5bc412be5e4ff0d80a2b
MD5 c9d7445daa3ee8872983b92a9c52ef3d
BLAKE2b-256 4c72733885038066b9cf17fcaadeb692eed6134412a8c66f3dc05c6ceb23ca38

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