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

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) 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.6.x series are 3.10.x-3.14.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.1rc3.tar.gz (773.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.1rc3-cp314-cp314t-musllinux_1_2_x86_64.whl (65.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1rc3-cp314-cp314t-musllinux_1_2_aarch64.whl (61.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.8 MB view details)

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

passagemath_singular-10.8.1rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (60.8 MB view details)

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

passagemath_singular-10.8.1rc3-cp314-cp314t-macosx_13_0_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.1rc3-cp314-cp314t-macosx_13_0_arm64.whl (32.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.1rc3-cp314-cp314-musllinux_1_2_x86_64.whl (65.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1rc3-cp314-cp314-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.8 MB view details)

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

passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.3 MB view details)

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

passagemath_singular-10.8.1rc3-cp314-cp314-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.1rc3-cp314-cp314-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.1rc3-cp313-cp313-musllinux_1_2_x86_64.whl (65.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1rc3-cp313-cp313-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.9 MB view details)

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

passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.3 MB view details)

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

passagemath_singular-10.8.1rc3-cp313-cp313-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.1rc3-cp313-cp313-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.1rc3-cp312-cp312-musllinux_1_2_x86_64.whl (65.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1rc3-cp312-cp312-musllinux_1_2_aarch64.whl (60.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.0 MB view details)

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

passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.4 MB view details)

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

passagemath_singular-10.8.1rc3-cp312-cp312-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.1rc3-cp312-cp312-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.1rc3-cp311-cp311-musllinux_1_2_x86_64.whl (65.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.1rc3-cp311-cp311-musllinux_1_2_aarch64.whl (60.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (64.3 MB view details)

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

passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.8 MB view details)

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

passagemath_singular-10.8.1rc3-cp311-cp311-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.1rc3-cp311-cp311-macosx_13_0_arm64.whl (31.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.1rc3.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.1rc3.tar.gz
  • Upload date:
  • Size: 773.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_singular-10.8.1rc3.tar.gz
Algorithm Hash digest
SHA256 e39d2d78c967a58e4ed747b64606621329d648a31e007c90041ab7b69bc4e8be
MD5 370e8268af89f22101a918a9c315ed2e
BLAKE2b-256 1cf87ceee287caf14c80976e5ecb07a3c35182e4479c7b57ab83ec8ac10065b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a22a148bdda68707b46dddf35f451846f0ebb29429aa71bcc3ba98721de1e495
MD5 71c47c8485f5ab38a0d8d1dc879537bf
BLAKE2b-256 77204d68458c5c564712e4cb2a49250eff500d5b3d89c85d72c6f8b064120f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9028a374ec40b917e361286707f09bfe30055c68cc809096aa885c69c6b84ba4
MD5 7cf499221b4afc6297476592a338e5a0
BLAKE2b-256 8b540913aa06ac1e58ed4db7e1146c9ae7b6b60665822d1045536e9303bc4362

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5047f653a6adfb4afd4657589f784cab186c4aef6663602327b527aed470321e
MD5 5f3df13cf0b43491a67554132c86beaf
BLAKE2b-256 31ec190f5c372b9860b26ce462957e3da08b9148b43b377e2a8eaf054f7e1785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76f930c2dc59ca5029d10432088cc08ff6271c46223e7bdd7bb7e9688d9a2c3a
MD5 7cf6d560cca40ffa3cce8bb7bac3b436
BLAKE2b-256 a19d39b4f93f2157f6d3cd1f80cc13418a9570d0c0003adf035fcad760b1157f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 906ded17f35891c7fe7f709b2fe24c6d54da1cdafa72881454d87542c4590781
MD5 9c8d1dbab7571c71e1309699350386af
BLAKE2b-256 00a4c29726bb73e67733a61c1e03c7f836366d7e64eeb7bdfa5d2d5440a13522

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c27d35ab08a90a3d5b8299f47495afd4fdc8912d3458c1243fac7512f6bbe574
MD5 093cadb6271a168f946769481316c3c2
BLAKE2b-256 3b79119ccb87470d07dd2ecf1d5b4279aca2823bd908ce3c4f6912cce91a9f6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f89f565242629e60cc4cb4f62dd395b89da2b7379d35acfdedef28e2c8ebe4cd
MD5 5cd3f3c428a9403d2f37871716554ecd
BLAKE2b-256 c8a63cade5ac92aeaf15f89d711605c5b25cacee37799ac82684db8a7f5808eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4dc742075d832071ef60643e59fdd7d99201610e229fa2ec5d120c779e372cd
MD5 b1db2a003eac069ea48e670aa14d2383
BLAKE2b-256 e51a946d3513bed4ac7ba1b22fe321c402f1480a58983fc613ea8836b108645f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08e5d86f5f661745f53f954b2263fc3df57a7a3b46fac1b6c6b6ac3c750e9fac
MD5 ed018e5bbda3419a8e61dd4c407075ee
BLAKE2b-256 2e9ef28a1634c2407063b36093c4bcd3c656e7d74460c35c14f905c9684210bb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 157d80a57d9ba7e3ab46f22251064fb3410e8a9cc85ecdd56c1858454fb5beb6
MD5 618c03a2cea6d2ae65e34eec4fc44489
BLAKE2b-256 38efa2e416d9d59d490d3caaf8bf52ba5f8c663a9ed5343f4f49d34a8aa560e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bfa8ff37151afc848c65214c6c99273d0b4141b30957dd97959ca217ea49850b
MD5 0c1c3e79b5b0ded01caf713c87f73033
BLAKE2b-256 d2a17eb431a2034088ab27b3de00e85af887b35b3d6074300b561d3bf6e373cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc9dc92bea41cc296a39afe9b282c3f6398c66b588f1d2e5e9e97cad6d06e5a3
MD5 0801ea86127c42b0d4a3af5e05931321
BLAKE2b-256 f19b14805c67a5779e85473b0e1a7877410e484149ded86bbceb9ec582e1d031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 680aaa4231fe81c7a0c73ce4d87250823dfb58e4ca37f15f650ceda403c5c9e8
MD5 aa73283afc44851751d72f27a8e8884d
BLAKE2b-256 86ed5c827e71b4f98ad2bb66ed999f4221a248064f6892bb3726bc066496e79b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acad1c1de9e6af400d614d3627539d3fd93dcdbeaa8239d7e0fb6e1c7fc23eab
MD5 1b15d58a5b176e89ce867086144bc56d
BLAKE2b-256 5933958bc88808f28d417a99dbc623a0fdfb5bb974c5e665aea22c96e868fe45

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31de4f691329883d047bd44adb5fef3ed2eeb2d63fa1d6cc05b03e22bb16c7e1
MD5 47968448323d421c7b43e7af0790f7aa
BLAKE2b-256 cdaee5394ed6c81a6da860e36bf2c8d143efe29ca33904c117afde993925919f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1d294eba2155e78b9626006d43f409469c0db0238f3de727ff876d93828515e
MD5 3638aad5543e279892729295cd818252
BLAKE2b-256 2635344530505e23403c0aed59c1d855ff4907b6626a89766c596f8dc610edaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 de3ae901f3816ac4df55a2938f9da6a54db389feebcb4e66e218eb1a0e8e4e47
MD5 35d69d6dbf9d5c26cbdecdc88294581b
BLAKE2b-256 e7aa76a358193910a7a2bd66cdebe28cf3aa56ebfc2dbcee2c1829e74fdd3a87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 40834e17b1bbec679eebe12e77aeed17e9b56f40679fdd93441d34c56814d689
MD5 c20d414b548a9d82bdc50640d9c5e3b7
BLAKE2b-256 e4d03a780ce20db71bcc1665a1a496eedf4e9a15d6fda1b3713808a9194d52c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea9624e4c9fd5cbf98e2584fdd390843ea2962e03f69ec2cb769a71565035054
MD5 a6601e9cccf905cb993124ece4f50d5b
BLAKE2b-256 e26ec769cf55914e06ae768bd0b1ae0b566ba01275cc42c9f77e0a08d5490c7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 331d94dcbd9a683380c214f14c6709ba4fc098f21c040cafa1a1feac720a9f48
MD5 059c9122b2594803360b2adb3502ec43
BLAKE2b-256 512786239a2d00d5e29f00c030e8a3ee4efa4495fb56e7c53802ae2467249e65

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d3f695840e80d464884e620b9cda0d8f6c3d35b70333c91d08481f7f0ee57bc
MD5 187d11670a17c28d7400565ff31d2fd3
BLAKE2b-256 95257f0c3691ca5311311667620243293312174f289fe06ba4db10e03f07888b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3790d8410bf23d4e2c07215d86c272c7ecf289a14b13d8b12fef10ed87d37d5a
MD5 1f9e731a35e2b7241340fb066565c205
BLAKE2b-256 d67ed6e8b20441388ef28d54b4d8527322d14db01227bc82867f8325f5aee345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a62ac9dab70010621d436a4992b0057613da62a7651dd535447d1eda6d916b97
MD5 4ac5247516e40af3e8541a1457c84645
BLAKE2b-256 2e5b45b4c95b5653b24b50c17badaac2b958f5605f19526e626ee65515684e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c58343086f5ebc22212ab2f612329f881c0c79095aaf3b706dbc9d565b38f72c
MD5 130b503f29a6d2f1213393304b7bd5f6
BLAKE2b-256 ed58cc5becca80307ef8c25a1fe408704c93c9fa0ff3538bccd21a2f7df8c2dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 caa1c8e56c0250ffae485038ab6e3c7367e5e467a21bf498648ed7f30931f092
MD5 a219429961de7c7f82aed889e6fee57d
BLAKE2b-256 8c11207626aba72eab352fef364ff6f68dbe1daff0f1e6583d1c021f7e2d3515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c3fbcc2a63bf3d0dd25f16d9f1d55edb5b669656de4012128a9dd691f366817
MD5 e3a5ad261cc9b3897d22b691a6dd281c
BLAKE2b-256 66165e9574290548f9354ed6bdbae24bb934f4ac7f93bca8e1da8de421e3af75

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f686fafd61108806bc45d6776434b5cfc8bd5764797e7401d0684ec1007ccce4
MD5 8ad8ba0eceb3555a695e8eaf5aab33b9
BLAKE2b-256 54e6a0a320eaaa09d3aa7117347d8703250ff6f32b80894da4c534d0c704f0e7

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d899d9a462d70e6cba4ad284b193ea81bc69863ce429f60fc100844a1b5d5782
MD5 b5bec4737f741f1dd0bc1a5f327d71a6
BLAKE2b-256 4a2ebd98a8f85f669c26aeb3d77c2bf9cabe597b2f7a99bd0c5dab86d3d637fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c37de450885227e49dc742c5c02152b419b61f79e634d64c96958a62e122640c
MD5 cf4854df4f5ce103c4179cbdc2fc8a74
BLAKE2b-256 3665466c657247aca83976deed88f7910c34c765f23d7adcfbbb246f6e5a0bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.1rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ae1590b4c2f87005774ecb799317a5928198a236e3fb7752d0bb9dc8a3b47b8e
MD5 3ca7935f1c03d0642abac47c16be5845
BLAKE2b-256 44b7ffbd37b120ff48b3118de5e8584171b195397da995520d19c168e168cca3

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