Skip to main content

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 --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 --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 --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

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (32.6 MB view details)

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

passagemath_singular-10.8.7-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.7-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.8 MB view details)

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

passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.7-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

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

passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.7-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

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

passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

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

passagemath_singular-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.7-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

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

passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

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

passagemath_singular-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.7-cp311-cp311-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.7.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.7.tar.gz
  • Upload date:
  • Size: 345.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_singular-10.8.7.tar.gz
Algorithm Hash digest
SHA256 a48c402cab1f9d8bad322f30d1ef9fd2e68f02391892e3adce798d0116eeb2cf
MD5 742b54d31a4c02e81f479d84f7e6b7a9
BLAKE2b-256 6d5f810f29c8369ebbc4957d80da620210346e601144222434211e694f2cd8aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8217733cc8071378b92ea4d764bf3f34ed71aa41e5d0e29047a6d259de6b43dd
MD5 d9bb6258a8700a78b624bf7aafc8a4a8
BLAKE2b-256 c3e9565c54ae16046e5c2cf570f86a65f9e7418dba079a898572c7bfb308dc37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 758f29afd02c6cbb233351ab7f17c133abb2b6694b2deb48f7682ab25bb2b711
MD5 041178a181c351752d61944a1b419813
BLAKE2b-256 1dae6b20db6cea3679dbfdf07d298f3418d778895e4216c3d2396da5eb12da9d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 011f142872cd63595d819844e0741a499c1214de143daeb3cef5d44020844280
MD5 3d54e4f3c093b496f542b6b791d368bb
BLAKE2b-256 a979d0c693b3675c526584a094b04095171f42c4d3c77f8d2bce5d691449ae06

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62a1ccae9815017530c3558283ed5fee1ceb86addfaaa1d4195e8fe04463a23e
MD5 7d0f9fb797f8a8352ab028276f02dfc2
BLAKE2b-256 a21b7ac65eb735162e266a04dc513dae02b601c05264e4bd6dd17bc5f571e47a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 543fbaaa4f4c8061dc9095e92c5135b55a400012a014f1187ebaf270aa4ca918
MD5 c2b0c1df3c566e40fe9caab44efb199c
BLAKE2b-256 b55d8dd3ff001114deac78b010e061122ec27def7e9068ec9ab30314c787b9cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 12823859f6ae9274630f53af1c5ddbd91b6974f132534cc41799c282b84958a1
MD5 fb314409cc345e041768ed2a4cba3db6
BLAKE2b-256 80d0368ea90c6dae9df5276be035cf56e7876af84361bc59ddea01b1e1589775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2561d221108e6d436b14aa382231c3a0064b46d997bb2970f54cc6948842d32a
MD5 af41f8312a956bf38af5cc785fc45717
BLAKE2b-256 7da9508e91393143022ec1455f4f51a91982f4febf8d9d398d69967a4988ec41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eaefd06680f1698ee8e93e81025095aae626a349cbc91ae9283890d0cb213fd4
MD5 d37875863f0a604253d6a2c51aa4ef1c
BLAKE2b-256 a405b28a4c180864a339d83080732c73c43695c55a4e5e0f5f6f32be87b00609

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1259766e809caa4f65eb11e83c08b552a0de97ce60ac8ab329d61db7bd80f5a
MD5 ae77b021ef2e9b8f68bc4db89abc29df
BLAKE2b-256 04a24d23fa658db7b14dd37b273cb99f74e2f783d2eef1a2d4c56f3ce953fccd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 742751fa85dbe049f67754eb8cb39849ea6fa53258f34dbb9cb1a67eb87d8ed8
MD5 b07d07f75c2353d156d5a829157cc4c1
BLAKE2b-256 52cbe23dbc0bfa4d700e8ba14874113fc48d0ee3b8125a3e3d45c1888166f136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 08ab892400f5011732303c396bce185c4eb59bf14af0338da7fa9124a6991fa8
MD5 84500e16fcf91cf20befeb43a6d30215
BLAKE2b-256 787c10bee732e8ddecd78e71c73661512cd7d5bd7da19e6df372efe0d38945a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7df9a0a8c8649125e0301508da8790c35cae6b389f23f2f0e9d32ec5e7caa9f4
MD5 8ceb24b24f6ffcf1c716b0a3182e75b5
BLAKE2b-256 11486c00d8679c330e9fb8661a5eb942bab4b216a944612c8b02d996fad903b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc876a4f391657da546c4ea03bccb8fd842c37304173046660a4d99a60374417
MD5 e3465249f62b8cebe03b0678c1c67b32
BLAKE2b-256 3c1c01f53a1218d7f1e7b6cf9eccdf895f49443f81fdcaa693bf2548d9b0d5cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 729aa56b129d2fa3826e0535f6c17cf4343cd0b8b169951e4571de7657ca05e8
MD5 f91493c9fcd15a99230c3ca7debf11d6
BLAKE2b-256 14208fc028f447a281e30d103b6aee2163dad87d6ed845b3057f45c8f88a037d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba307a6f98227b02d7f996ce6f6d4a1855cf0f95c076969ed6cfba3a1aec37e4
MD5 c5da0ae6b211b83417d954007747681d
BLAKE2b-256 8a13bef137e0911d173e0ffd27a46dc31c4b7d573785887a8580165fb61f4622

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eeaee8fa33743639c2123658850fa8e92a23f05741d6e038c7bb3003f22e48a8
MD5 2ed7f7920435829c2e89c1fe8f2b6090
BLAKE2b-256 2958fa5443307aee09571ebbdeb8258cd4e899086f05aa57c6b9ed63851e6f1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 97f355c66fb280bc452715ab6570c62a112707e567ddb4b6e3c731b0c4d1765a
MD5 9174d12d71fc026bc7a058223a2d60f5
BLAKE2b-256 8b9652f0ba3528d647d1b5dc42145cfe24a66a6db1558860ab814b90203e8f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6f63531aab8ccaaa945d7a633259310af618437634243e11f94402c02944cde9
MD5 0481d8050d62deb66e32faeec672c3ee
BLAKE2b-256 ad5a3f3048c571b7d46b9fd95f18450a31c94f26e3e9d39f8602dbaef8bac7bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f48893572114071d6a56407ff50d6df1607c382ca206aedc32d95efa694e424
MD5 54f892e0b02f56f477a4f197a93c4943
BLAKE2b-256 f798939b11368eae981a950d9ddb62180f8b947c603d7bc053bfc33a04855662

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1b0804b94c126719e4a7313d30b3314b7859de8d0c6e389b9373428aa6ff7a8
MD5 ca6263816159110a45330967572c13ec
BLAKE2b-256 73992774d38d2895fae41e928466c42f6a5c72c3cd63b1e38baadd247a311206

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad281a8e37035e3e347fdaafff8582c5aadc78d5dc896ceb08127e5f362f8e8a
MD5 917da94fb22bd516868d1de7c6eddbf4
BLAKE2b-256 be4ff1da27aeeb20187a249426db49fb2a1ed7548c31a171acef130e9745a424

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ab960fbec9824c3fedf4be7aae7102d25c5f717cc3c4549e54111d27befabe9
MD5 b191562b97935e4d50bd6dc06379ce83
BLAKE2b-256 eaffdf091550751c117546af666f144dd5cb5ed5a7e91f76500eb73c946d6eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4de3ad39a3228a7c546bfd0fb34dd164c2d3412b15aeb2ab8a341ae0759ccd74
MD5 6a88a024f06fc09d039efcc511808f48
BLAKE2b-256 fd13f05e9bd5cf83d8cebb1396c93ba267f12cf4090ba6963553523c5571253b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 59cea4d4a7aac6510fa029073ffbe067585a9bac64aaf3ff10f92832aa595371
MD5 29911a9a3a0ecf44819843f3c76fa537
BLAKE2b-256 853dc59f01b25349ce3454b7e1cb1d8d40d0b61c952d14d81583e9971480167d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebb691e33c134e1412d6d9db59d1b31dae011ef12f5f79b2e7df133938b48db7
MD5 2b30e820450386b94fc17ce1016fd556
BLAKE2b-256 c9b0ba9fb6cdd1d985bb388709a73f5d9110b58e51a9a5ea63345f18d2b7c4d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d13cb74e0d75e75357f2b63abf8b45f803f79dc26096078ee2523a8fe9f0719e
MD5 affc543909c19cbc04771fb642cba30d
BLAKE2b-256 2fc8a75545b922faa7e8859f7ec6a4dd6b4a6ffd26171b60e09386b60c1bcddc

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c54e56eb8caa3b7a9add4726c5c393783074ae68c0bd558a9a172e4682d3c6a6
MD5 8755fc2fd91b84babde4c7ac3296404f
BLAKE2b-256 ea723d7cf1956abbaf6d61efef6343e64f90526315aea011ef000a460a85f347

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51fbc50325b37cd330c4b515179757979213be8bab6926e24e06fef9c714eb05
MD5 9fa694af71d60d14c31bf0132a5af729
BLAKE2b-256 b9c07b1ca433e84316551c7befc93d496f4feb81a6f95809d051854343d54ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e54285e82a606cae33d86093333afa14f2f5abba09cefe6929bd3500da37e5b
MD5 5b5ba9db8025e9f5345c797b8fcd911a
BLAKE2b-256 cf380af5267b6ec193981f1ad8afde009f6f0f35ebd32a8eebed0b255119e528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 94a57a1eaab022e37694cfbc6440b004488fde530cc0547b794db24b6b38f922
MD5 f8f75c736639e155e8b51db91105e153
BLAKE2b-256 adcb8b680edd9b276137a5a056722a04d6a98e1c7da48786db11052d7b0445b5

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

This release

10.8.7 This release

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.8.1

31 files

10.6.48

37 files

10.5.49

31 files

10.5.29

16 files

10.4.68

9 files

10.4.13

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page