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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_singular-10.8.2rc4.tar.gz
  • Upload date:
  • Size: 345.3 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.2rc4.tar.gz
Algorithm Hash digest
SHA256 8e07a2143598988bbfb98ada22164dcc368e295d7104e8ecbb8e1ee9882a3f53
MD5 aa417c416c96c4df3a1e8c8aaccfa36d
BLAKE2b-256 dc14ece4e66df6af7937b73fc6b437160ce1a5d5b636127892684f8028513b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b5e51a1ebfc649c08d3762989fcada918bf3f1045c9e7081dbd6e423beb49c4
MD5 6a889ed817bf65e367a4a4d0235110c3
BLAKE2b-256 f7dbb2e01f85e00db1a0d8cfad4de5576ec99786a26901ef1675651118fdef4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4ad6b9f38309a0726cd1a054d1abfa5bc6b47f0c9a9d863734afc6d66d07c0f
MD5 38ffc015ffd3531c441c12299b0f999d
BLAKE2b-256 fe4834303a5db1acb18733705385b880d71c73ae84b965b3f6ccb2c8512c43ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f27bd490cc7d91c60a28443ad015d6f32fb9cbb5599fcd2e558fbf5f7762046
MD5 d21a5c3340dfae3d7ed4f028bafdf97c
BLAKE2b-256 a4eded96b5b968796ca322ed1aea556983feef6207c56518a6cf8a61efc55c58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bc4b7e6cc839ed29e42183e2dabb4564e1420f9948215fee3bc5636501af5bfe
MD5 71be75f864763d48597875bc58ea039a
BLAKE2b-256 f4e65ca34680f827b079f5436cc0a64934ffb0625087bfbd90b20d4c262b3867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5563de8ae4f262e109aa01051761d570284e651ef1be5abbd29fd4eb33857b9a
MD5 f1645c9028e09ef1ff3255b1a7fbde3e
BLAKE2b-256 55eb7831520aeca8cdf61a9c789c403816e82815b5ea44a9af51c435fe062301

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7683ecbcc9d4c3ab5fb7731edfbf394838a198559ee7efe0680647fd371ccff4
MD5 3a9655dddfbd18248b109479b8d59525
BLAKE2b-256 b49ba7111e151d36c79c8399ef71de557c01c32d2aeda4a9fe42702a8e586c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3ab82854363ffe351b6623e2006a96c67231fe0d49b613b2b756f304c76f9d1
MD5 7f6970a3246ac8472d6621137ac9cf1e
BLAKE2b-256 52cee503b4e63b201774049f72fd708f9059fe3ce579938e87d7d247040f5930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd526200ecd4144e118b863eb5d805b0bf8cbc66184d4329b08b70fa8b700d37
MD5 c53e4685e27fa21acfdbc418443749c7
BLAKE2b-256 9c05eaa75da7ec8e291656ac8dc6a159210adadefb751b858ecba188ce3fc11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1c1210406dabc808ccbd24c6688ef68c5bf0a64099f002b9523583ff5a71667
MD5 62e326bffa53191ff22c1c8fa809b9c2
BLAKE2b-256 36b1eaef6d2c82c7e38d54823c3fc2731d806a33424227883634bb1dfad7fe8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57bbb61db270edc1f4af8e45dccfba9543cdb118e45ab6dfb08ea2669d10c6e1
MD5 d51ad483abbe2cc21a296487cef019a8
BLAKE2b-256 ed6463e02557cc8bf84d675d3dbe3846d6ec902f2e5c8d454111373a75dcb093

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2cf1e14f6514fc17b6dc2df3681d75d6121fae895a08ab1879aee3a77d34fc2
MD5 42ff658c8858f9f55bc54b643e71a1e4
BLAKE2b-256 19cb3eded68d352b4383af867bb9dbd30e9b257f1d0aadb38ee80813073123d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9eb18e9af764d20daaef02780ba36039cb60e52cccd28bf7062a6738bc17b858
MD5 023a3786e0bdfdd9b46d5d5dac1b5959
BLAKE2b-256 6a9f2e249e903a02b190379d0c7af7cc32f392a290d89977023ff6887fa1c6c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4848d68f8dfd48a1daa262869604c43716af5c2b6a50f10f2af52872d308170
MD5 0e20d2211e6cac2231590ed626168df6
BLAKE2b-256 a044c01d261c731bae9d522a77ae12ca2e6ff134ff0fe5957ab91fd58c03180d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48bd94c8000b8b15edf65f74b404e91f1e34dc100d7c911120982f0dca1aafeb
MD5 82fedf80a3db94873e764db67b966bcf
BLAKE2b-256 30de720c7b28e584e6dc94487b43708c9b5e0f5ac0fd755a603e5b3a354d1619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec46f6cdde87790758d5a9b44f84326b145b1ddbff900c86d7a93eea6a1ff8b4
MD5 85cc574a64144bc3863a92526f9c2c05
BLAKE2b-256 447ebca7de583bc1efb108f98b3806de073e52d177f478b6b2bc90ff74ed64a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4347671da758a4d6cf5ad6c3c6bbb2ffc82723309ff1e806fd8fd850a29d11da
MD5 c2d653b9da8870a7a584e3385cd8305f
BLAKE2b-256 c7787f01e860e1c31e705c94992e9e714dbce746c1d902eb4c095a6dcb14565b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 862fc86c70e402949e153a5dd345b3dbaeefc326add1e988bfd1faee0ae42728
MD5 51cbad2bde60a8fff3ca97a47debbe67
BLAKE2b-256 654180ef6abbfd21e21ae86c006481e508a34df7b0fe725142e75b2233091906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b1c562c5b386670e4dee96f9a264ab5b7a4f845d42356247ab6a1aab5cb9468f
MD5 8fd57e40751367e413e9462342b65190
BLAKE2b-256 27e45803ffe6e9a7618ba35904eccfa7d22cb13b65e855bf8e810bc925f17676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09f1e3f6553329b9b8e4347d3bc67d0f9e72bfda19a3f7f5ddd44561407ffe1c
MD5 acde0f37929269623f3b4ea9c50e2ed7
BLAKE2b-256 c60bb6b9eaba474dc2c22b9a7a09edac57120509edda9acc98b1147c1cf2a813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b5fbebda28f506b0e3a1d7bc9c741b562aa4844183b8c7a70641b3e5db3d4cc
MD5 f60fb2c36e7058c079db227352adf4c4
BLAKE2b-256 f2ce2cadbd42bd054824ffb88fca18b297cb2b7d914b72c7735d9e096f260731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a773e59fa506bea543028ca689e52bad772c0fb18f3c29f72eecda50fef8bebf
MD5 9fe1f77a30a6e098e434aff351fc7e6c
BLAKE2b-256 f1481a59bac87e09736ddd03409f2bcc1be6578089f29ddb9e1b4b76568377b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3604336b46488aef545369b5fba6492ec774a54f5035e3f205057c4c8184a5ba
MD5 fb966a2b6e3814e3e4b9d938ecd5a061
BLAKE2b-256 374e78c3602d55149716b18d043a526dc8b33f236601174084bbb18014fa9aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 54fc55c81da960564d2e4b7ea069bb33dcdc3f105d6660529476e85d3639cd05
MD5 e470d81b3eda1322399e1c1dca1572b7
BLAKE2b-256 047711b35ffd08be855d8866645ac3347af0d84aca2e6e197cdfd4f21d514917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 26cbd0c3cbe071cc227811cfb789c7bde01f5db1b3fe8bca7b8a386f1dbe6332
MD5 b1f5ca904eb239fbf249c47f4884b645
BLAKE2b-256 c2cd85da56107e4d282959ad0caf9bb4ec5868ae63ee2ef216911021e881cf58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a9a3967182f64192032b54dffe567d80ab68286f16cf34931bfc32fe33b29d9
MD5 783b125f6b45f7bd301a25c82d4b739f
BLAKE2b-256 b589140f6471db63fc7506c1637af5df2c2fff4485abc94b4171f8ad442b6f1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c0622de291bc9a22a9366830f4434da91080d66d47aa199c89eb9cac9e65ba9
MD5 57faf9b9a3ade95bb4a77ec0f143e2a1
BLAKE2b-256 5f210ea4c0eb8168ee6ec431a4cdf53bb541ee0721b635832555dc26a3f6b344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 804eb796eb835df62c5978d31cd5e8dce214bcfae0dd4b17ae3cf81b96da43a7
MD5 8de18ccd0cda29287e411ee9f4490801
BLAKE2b-256 61789acf37dfa748d6e11369df1bb1d7186da630e5725226a18c42880d30c6f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4432ccde30722ad6536859704d482304a9c2806ea9c72cb3bd5df83681e71ee3
MD5 567e81355c0d5f49f88e570d993b7e95
BLAKE2b-256 659eeb30bb818db0750d1eedc4126544bf1a1cd5a735fb6523ea42a9bd4f6ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 807346a1c9aac288e973e735376317f7e8a2502f8c4e94d8e77adbb6787bba39
MD5 b7c315ff638028b008770f5a4bab362c
BLAKE2b-256 e693e093fdf22ec772df17877930e2cf1598448a6c020b2d8623bd5ebd3157f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bb846716131d48a0d401d10bad668fb4c27934e3c5cbf17a2c4f0fe974c32d45
MD5 0edf11835ec92bff6b496f27e524729f
BLAKE2b-256 6b0454ab20d28f7805a95f6533c3400ce0a249585226b5857410d29c7a626982

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