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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5-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.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (19.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (18.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (33.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (33.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (33.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (33.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_singular-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

File metadata

  • Download URL: passagemath_singular-10.8.5.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.5.tar.gz
Algorithm Hash digest
SHA256 3bc2c7ac1be4a580ab0765a5234cd8f0f063dfa1d8f69c999b365a759bf3bf52
MD5 a2acf3675a0d2b6c0e2283e5a9648d04
BLAKE2b-256 a9684ea8fdf3a69738090ace5b4d6badb7174d6202c9ff9cc29c4be560c0f387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 338fb3500ed901c1348f73c1291eee4827fa636d55e38665a5c0c74413817d99
MD5 edd19d3980c6ea258fe947c958472b48
BLAKE2b-256 0eadbcef4449b0aa928b41be64ae45428bbcddbf68497dcebb716eb795ba452f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ff95f2f379eeafc3278abdb067432ceb9114f8f4dc53bd7dfc68a6d12a9e7d6
MD5 8419609d7295a90488bb40f23d40563b
BLAKE2b-256 de95cb0d70e2ae000ef6b262c3a60ffdd8ded47067cd5fb8618967853b0141e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ba6970a2bbb6d2a9e26a595c4278b08b10a02859715f397c631f3caf5298e69
MD5 aecb3bc8bf846675e42267c6d6e61d42
BLAKE2b-256 b25b4b70c8f4755491f48c7e1232d649358e48c92593cfc846df0282f3772a51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cfc1d03427ab3170e82adab3c5a04c91569572da6cb99aae5cdc3b256410d81
MD5 5219d37c5fd5baac31cd97fea11b2834
BLAKE2b-256 099a968a2113b0b2cfdec3c3877768a82d651c49c952c6ebf791436a538380b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7ff33fa9774c0422df36fe67808176170f180be4bb7b378e505502eb1feea146
MD5 801dfbb07bc676f8b9af425157db8574
BLAKE2b-256 fa3acae8d7c5c96f08c57d8ab0cc1d69c803b06bef51aca9a4a0c8cda33b1bc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1d7fd1cda10e7c59d81d37390e2d586b893991c56f8bf6100eea56b8ec1c594f
MD5 4074ffa9cdc248e26180bc01926295ad
BLAKE2b-256 00dca343b865cc2aac6dd2c00e3bcf687a019dcab9b03d2da040accc6c9ad16d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c5689ad69269d75c610cb577c535218faeb0902cfcc364f52f7ca71e54ef1e2
MD5 74bbbf4f0bf7906af6c469067a1cc0c9
BLAKE2b-256 6b21172f083c82cf5e0f8c9af74bd8c088d871803d5b6b12cdca9dd476c091f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4796fd324f20aed5d6ee89c1b1d9caeeef5e910ac22bc29c2e4855dae7eb226
MD5 73b832856b3e830cf0c5e8ca116e959b
BLAKE2b-256 05ac794f2c3a8581c85748b8b08275138a5668045112ba79b50d2290ff9b6c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c69658b7328a3632710cc5bf0300b267a3007f2c0549106fe4ae8e434f493f4
MD5 e06e32ce8d4b70165d7ddd28c6277432
BLAKE2b-256 877c19254ad5484c944e764069f5d045537d46650117a3ee178b5d85faf22613

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6658b2bcbff026eb5c420d7a25cad34d85d29180fc70a8019e1ef5f8d8025dd6
MD5 bfc5a7c3d33f1861a1efa6313e353449
BLAKE2b-256 09c90d86799c28ae4edb3ce870c87b80f8988e5857adf1b3c8e6014e6588cdd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5ab03ddce9e9ea4345a64a1e37e09f17d9decfeb7e5444168702883368c35967
MD5 2fc989a92388b9743482c61fd48ef23c
BLAKE2b-256 1e9d606fe6ae8018fe4c750aea0b7bee3020895316f02c3fcfac5e915644f6fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 22270c629725754fb8d38b9fdee9adfe0cc2e50008fa62d46631138a2b9769f2
MD5 e95f21cc0a2cff8d192074979ec3ce36
BLAKE2b-256 443a9532880c9ce93d4366f7f92c5a77475623140382669bc5c26af25fea36c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21efdf843ca319b4f3ec8ddda044598b41752caf324940948a58751f7e0006f4
MD5 50b426126277fda67247881067995e5a
BLAKE2b-256 56d5b3e520fc50ca34140cbd03618f419555b3565f6088f33010e977049d3354

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 579b2f1fc05c54248e887e9ca0cfcf824b54befebc6bfa56de6795780ffac48f
MD5 b673536b25e444d4da62a99e2137a49f
BLAKE2b-256 9c6096882393dbe75633cc290e1325e00a691f0d15e81f9ed7519a04f0a044de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12cdf3aec007d05b4954fe26cc1fc249024fe192df44427bc4d4e9838114427f
MD5 387a42c87b1ff2f6adbcf61992797b32
BLAKE2b-256 1a95878736664164e35d8b2bd5a35fe935b372ca8c27f4759534e63718d037e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be02942ca028df1eba5ad9771418419264d25ecc1f52fc799e9d12986800513b
MD5 bb7e2c597ac8fa0a383c142239c22905
BLAKE2b-256 ae67ee6a6d7dfb182556527c70df66f2b8f3b045aced6a9522afe22bb25e097d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bee43a43c0b12bbb9ef4781210abaad1ae8da2e70d846a70f4b3ba5e9963cae4
MD5 d6d53523b45e761cc29765a4799ca84b
BLAKE2b-256 46c343948d92315570a1fa38a2f5650140d299bb6244d95acd8f4640f310b3b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4a1688f8a4058702286a71bd2eca8ff7e9ba1c8f7b56b37092cec650b5ddbf19
MD5 113dc13819f1c5f57e9bbc18bbaf9367
BLAKE2b-256 a9a686491356924f930d5cec1eb1c233d47570ea2ddac43c54bef5dbfa920e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7d23975b7115cacd37e7338dfef9559bcbbf162c84b41840da62c0c95520d0a
MD5 062418686938db3c57ab40d1cdf58593
BLAKE2b-256 d187199819c0f613d273235b914329464f1dd68d8787dd9ab529ecf5708c0ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d56a531c030a5decac1251bbdb7c2dac52553c5f4b0a8fd0b4cc9dceca286aae
MD5 850924b300ea9fc1c4737cec620ca4e7
BLAKE2b-256 d924ab1edbd771cc1b62220682dc6698340e4f3844f6e31df07ac2eb2bcb9e89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2e275610e82b324d81c0901c73396c4aa5b42b80af9b76098f8550e818e0a10
MD5 41a7e69c0214b18d952e2da26cc1d2b9
BLAKE2b-256 cc09a91526727a637c35bde0d2951696057916044e584d0d9e708329f906ba85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b82335224fab6e420a9fa2b2a44207d4aca735e24191ebe490eb433e2e13120
MD5 71955eacb911962c8068316ff6686ef1
BLAKE2b-256 250a390a8a71ac6a09cf6c25390d5caa16c1a9ef758386ab84e888ee2fce46d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 439902198ad53ec1b2d0176ee7e4adf7627109423a0b2af06cdc5129720c6ccf
MD5 d3606a0cb125fdffa96537517d782ba2
BLAKE2b-256 f308a368c0890dafea13f4bd42e2bc5e8432e72f2415b2b5cfb428fc2a640f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 24f606e2ef95dcd6f21ee9f14adc39b5f2f1c1adb6e33793164aaa794276047b
MD5 ac5f66770bddce424fce9a75157e1edf
BLAKE2b-256 c7b612ab3c147626a3447360f80b46f019cf7d6fbf5677f684e6413a92f4ba98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d65bd2b2793f2c5a53e3ec0dc60635a64b03efe4f193c308ea0b51cf06f19240
MD5 0ed16ceae1784335574cba50f3b9e783
BLAKE2b-256 a2ec470a022a4e61f65284e332f67dfb9aae55b3d4f7fe8320a860df35e412db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8093f9af028f39b6cd7477b79d36a6b9ad0512b6f3d583d220d08f310532a339
MD5 905608d2ffaac8f3889410af17b8d27f
BLAKE2b-256 0bcc1f232edeeea9078c13759755c37a083272d0519f26cf319598f6c79098cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b67e8fcb2bd8dd6a3ff57f1a5219e373ca3b26e3c8846e0c4f6802b50e9b0afe
MD5 3cc373c7c40140a2bafbdac07107350d
BLAKE2b-256 0c29f14ac398644972fcce24abf1d5b393b9c2ae47b8607ee2bf5edd456ace84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d16d0eabf24f73a65a370b56b75602194260e6400ad44eb45f8b0c6f0274e973
MD5 94980688de823b26fb34faafe79d3b6d
BLAKE2b-256 03222b66cd468bf52cf628cabf2c74b757c3c8ca402d9055ca93200fa597e1d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 174ddddfc5692ad01f580130cfe2f8615235c5d8cbedebe8597b6cb61961ed2e
MD5 72c0ef2b1c992efc8cfe7dc786de4d28
BLAKE2b-256 ff7f2fefda531857ddf337605a76d9a42e82f773374fdbab43383721fe1e16dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c93e3d1057f3c582b605516147844149aaf7af7efb28d989a049c219a0c66226
MD5 ee866c4c6340cf7816b7ca00578d7ea9
BLAKE2b-256 815b0ee4a81a359712c406d85fc35e32df09fb69c264a355ac9d207b9f6548f0

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