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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable distribution passagemath-singular provides interfaces to [Singular](https://www.singular.uni-kl.de/), 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 sage.all__sagemath_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]

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.5.44.tar.gz (760.2 kB view details)

Uploaded Source

Built Distributions

passagemath_singular-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl (61.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl (56.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.44-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (60.4 MB view details)

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

passagemath_singular-10.5.44-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (55.1 MB view details)

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

passagemath_singular-10.5.44-cp313-cp313-macosx_14_0_arm64.whl (28.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_singular-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl (32.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl (61.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl (56.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.44-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (60.5 MB view details)

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

passagemath_singular-10.5.44-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (55.2 MB view details)

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

passagemath_singular-10.5.44-cp312-cp312-macosx_14_0_arm64.whl (28.4 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_singular-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl (32.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl (62.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl (56.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.44-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (60.5 MB view details)

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

passagemath_singular-10.5.44-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (55.3 MB view details)

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

passagemath_singular-10.5.44-cp311-cp311-macosx_14_0_arm64.whl (28.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_singular-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl (32.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl (61.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl (55.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.5 MB view details)

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

passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (54.3 MB view details)

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

passagemath_singular-10.5.44-cp310-cp310-macosx_14_0_arm64.whl (28.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_singular-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl (32.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl (61.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl (55.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.5 MB view details)

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

passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (54.3 MB view details)

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

passagemath_singular-10.5.44-cp39-cp39-macosx_14_0_arm64.whl (28.4 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_singular-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl (32.6 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for passagemath_singular-10.5.44.tar.gz
Algorithm Hash digest
SHA256 18d95a26c74911eb129cddd0957d7ec3a26fe5a1d7f46772e3bf5d09b6b57775
MD5 880cb0da55c87bfcf78ca26f116b58f7
BLAKE2b-256 34605bb7e80a956bea13e2ce70453b03c1eeef7bbb55b9733f5a97665f6747b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96e2142cfd07e359f66f3a71e8c183372bd0bcf732edb9996d74bed0ff7334c2
MD5 67f2e6c51f7ee710a3ad705e1e6ad382
BLAKE2b-256 116d4a904d9b72538a4c3728b745139866d13c43771b73aa56f61f5b80e18964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20217a42f6c399863342eef11b10384720959a40b02451316722caf5ccd3b798
MD5 238c849d1ddba348bb8c92e335b464c9
BLAKE2b-256 3531ee4d6605c9254e4f84dc1202d19b57c9238f28b65c77b323c400670651b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 295834bb9240cd3a0308913cd96d77a0d8618a56674453098921deaf6d047dd2
MD5 56d34a4d39dce560ec97b5f2e1488567
BLAKE2b-256 20d74411d692acdd556cae106cc2e457019e275f532ebcbaaadb176c47c02811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d4ffe89c76887948e512c32c9845ca5d7bb2503e9bb4bcf414091e23889b5a1
MD5 287f82a030d4b88009b9e46765582961
BLAKE2b-256 69c4fdc3d11c962eba1da2a5eec8fd1ccec29d5205ca2a88a0ebaee546ca01eb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e7325b3b8d3188da0ca3aae2a1cd5d6118cc981dea9336159378f09787ca09c5
MD5 662363c52d1ba5a72dddf8dc3f98685e
BLAKE2b-256 969190fec9fa6be3be47d7cac5bd017056f72746fd5e2b7416774d45153564c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 82bd2c20b323699e79d09af2ff62fb8c0127131f86b754cbf8cc096bd6e26fca
MD5 f9d32ec5a4ed941847074d56cac284a5
BLAKE2b-256 cca15391592365dea4bd02eda741bbcf79191c8538315a0a9ab23d6d2e0dc415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a54044099a9a07b56eb1f89d090f6cf9d8e305af9b95903195326f327de7447
MD5 75d6b51d01cc656a475adec9bbf9831f
BLAKE2b-256 b7cb95e05560df81abf805cc36e207f99ddd43bf930e202090d0381f025726a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6326b64850ce7235153b185246588bcf4aa731a5e2fff43abd73055bf45822d
MD5 8f12f7166c56379368bfbd37cac43252
BLAKE2b-256 15e0b64e17cb684a839f469e0930b0964059eecbe2ae30f054eab1bf7aa9d174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4e8ba865f1eec789c3545a676e2bffef5910e40cdfd207238422a34037d0246
MD5 4d6aef6c2825eb255d919329a6a4bfa4
BLAKE2b-256 cf6f0b82d2a0d7454f00a713767662b847d00b489724c0b09f096548813af7ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8dd5351a7a42b4e374052e6c447af6ada851ecfb50eef32d485c4391fa22954
MD5 28e07f85556b0d659f1be992b63bc048
BLAKE2b-256 7915ac79a480db0e4c4a9955b8e2d90d580e4b22ddca204138d4f829f08e5756

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 03d5490e8991e9d2fde548c90b68bb5e438ef7736e16fdffd34cb5627287ee2a
MD5 0ef860efd1cd58a3d98c0a7ca6ee4d37
BLAKE2b-256 358d8f614cc42ca3fcd45314731d711c402b65c32fdeda457341b8472d10319a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b9c30a504723b81d1f861df5fe889e1d9ff5f238dfbed484818e8b660149abba
MD5 cf46bcb348c72f6b40fbaec95f7455bd
BLAKE2b-256 e258fb4cd74658edbdd535526df616abbe4451c290ee81e30658c81d9f353f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c15ae990d69508b152ec331218d7e19996496f40218d7ec213334b583d512ec
MD5 8b3f0f8aa204ea44be05f2e9b747c6f0
BLAKE2b-256 c131f0b7e656016a7cd83cb7cff18b6b53d92a7563e254b5029bae6da12b5eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4d42cc765e3b70078068509c8a626a53707bae2b315d5d18142d983f610f457
MD5 e723078ba0c02eedd13d933b6e911ed7
BLAKE2b-256 925e8abdc897ad521fcba6e530aaf9f6347cc99eb674f1262f9b12a1fcfef7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7545d93f40229991a1e44fdd079dd797b7a42f7a7fa1752c0c90950023ef9302
MD5 dbb2b35fb91aeb4aa5e436b86bc956df
BLAKE2b-256 237b2adedbb8b5954b0008fbd85182ea9433c887af1da2081788017e7f610137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db633f3bbf0a69a5a9be8d6a64b9c3358c65b360e3b62480d4439da534b77247
MD5 d2f8e0e46e1ac9522f297e6349dc7d9f
BLAKE2b-256 721faff02e93ad1d9b3125f3257f8a2643cf52796c15db6dae4a5f4f35c1edf2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 72cd6254070e9d8630503438f3e78f5d873189e99bd13cca14efaf6a18d94619
MD5 84dd198c767f504cb1392f7a2b28351b
BLAKE2b-256 adb11cef92b98a0e3d66b96f495c81fda1775da5d3170f4c8e71d496276e55f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba9c664d615ddeda5114fd9cb49ff193e4c4dbe1e408d5eff6b6778a699b46d0
MD5 1af8bdb00ea8c469eebb965a25273a45
BLAKE2b-256 3ea8c0afea208d10149cfc5596f99e6ec9d18f5d18f23e8fc174c3e7e906569f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2125e597df3b2c41443ff6d26a6504a6215a5a3042173db836d794050936b8b
MD5 4160866bada7eedce0fdee72e4c45096
BLAKE2b-256 abd5640e5aba3ea8212f1799b5665cf14204a9515f6d53287a330bc19083b779

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b47b41818c89c8e6bdc8e56e76ff9bb4ddd9442d7931569613b2ebe7c2dc584
MD5 c57f9ffe85b3e54ba5344ef9f0bb5227
BLAKE2b-256 c438ab8ed223fe64cc781a39d62a63cf4e52daceea21256df98a7697a670ffd0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c3ed911ae4d5093c7c7f4897b6de2e78285efc3dc321f3fdaa32646b6647e5f
MD5 834a17800c95b341cf56434b75e3dd22
BLAKE2b-256 750b5bea386c777ce0d1489f41f28a0aa523aa4e60c4975894c16c89d7b65983

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b3db429a49306731dced43aa682da8dfeea28bb5c32990ef2ca0062619c6358
MD5 8aa09a96e3fbc81da5cb5fc31793a435
BLAKE2b-256 22b8c770e234558de60397f323aee0b2920dfd9e15ef12f1939cadd24cc0fdfe

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4dfbc0154abc8373a005523851dc5329a0c5b1bdd4e354ca59b49e783f437e39
MD5 7e935781273fc5920e63edf05ceedd50
BLAKE2b-256 c329f8215ebc9ec268baf26fa9a8a62090743017b5d1a8b70da42746d3f4c812

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7008475928e3c3f12acd9b622dc04ef92a1fce91f156f4aeb9ec3aaaef2d8c04
MD5 c5925d1c8d7bfe33d01fe88cb7fc92c2
BLAKE2b-256 3cf25b930d07a813ef44c51df25c6ca48b1bac526139eabf8574e984fb581e7a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4ac85f9b300ae1be360ab2edad6351f8cb3c80b39645b05d73fe5f7ba6d1a33
MD5 7067f7a00510952e6efa020504f70df1
BLAKE2b-256 0fbe211658f0c9d39aa9e31ea9642595a450b74131ff0b8b63dd2a68df9144f0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9397f5a6978ae7d2c01d03ac633aa5c152cff9cd618d58a0bde19de0c46534d
MD5 c8b9839b1ea9611a97afcb7d4b151792
BLAKE2b-256 9c2cabfa2a3ea1049aa1328da11ce040dfa15457bd31c30a54d8a50378ebdd1a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f3e4ca5cd06b9e6d20f39e8efe9ab612f14c6de1f1e3f5931b30f07f78cb8ff
MD5 cf91ff57b67c77dd3872c8386e2723f1
BLAKE2b-256 260b4d9a4a2386063dfed806c5c7b66a48298fcd7f4159a5bdd4fb39341d78d8

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ec8560b6fccd06b5ba76fed5b8abf68f475101359f5df30758c9d158f67f308
MD5 6ae27e7b2aab68bfe7281ffc81243314
BLAKE2b-256 7235332765a3e480bb25e018d5426f21319aafbff61f12df45d3390f56e37225

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3b58e4426e8d65e21bafb0ed35764f1960132f7838d9d21e139106bc9e123ca3
MD5 e38c35b8c4b24fce7e4bb1b8a48fcd10
BLAKE2b-256 fdd026cea2990d8cfd4e2fc24743c06c8efa2832e966bda11739dde42181b66d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f0cb36434027d66625820e44864152c36a607e0728e4e9a426bd229198b2c51
MD5 c73ba1e4d5bffc4873f7628ae7349e91
BLAKE2b-256 cfbfaea77ac63db4c6445966cbdea81be49e379c2f23b749bf3d82cb7202933b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page