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.49.tar.gz (760.0 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.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (65.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (59.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.49-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.6 MB view details)

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

passagemath_singular-10.5.49-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

passagemath_singular-10.5.49-cp313-cp313-macosx_14_0_arm64.whl (30.6 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (65.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (59.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.49-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.6 MB view details)

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

passagemath_singular-10.5.49-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.4 MB view details)

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

passagemath_singular-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (30.7 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl (65.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (59.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.49-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.7 MB view details)

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

passagemath_singular-10.5.49-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.5 MB view details)

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

passagemath_singular-10.5.49-cp311-cp311-macosx_14_0_arm64.whl (30.6 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl (64.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.49-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.7 MB view details)

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

passagemath_singular-10.5.49-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.5 MB view details)

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

passagemath_singular-10.5.49-cp310-cp310-macosx_14_0_arm64.whl (30.7 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_singular-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_singular-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (64.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_singular-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (58.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_singular-10.5.49-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.7 MB view details)

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

passagemath_singular-10.5.49-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.5 MB view details)

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

passagemath_singular-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (30.7 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_singular-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (34.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_singular-10.5.49.tar.gz
  • Upload date:
  • Size: 760.0 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.5.49.tar.gz
Algorithm Hash digest
SHA256 a824ff3a9e6eb67991df2f8d7baaab3c10bf50a8443338014fdba0260d5435d5
MD5 e9cea8b78be67aad05b4522541a364e7
BLAKE2b-256 f3528739c2a2a2d36070c4b3be9a72cfcba12d8b06ac184cdeea3a840f487cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5301adeb0726bf80a69fe49d9f4bcb47f023256409d92e48b582385f31b40e1
MD5 120075447f29b72fc52f19112331bbd8
BLAKE2b-256 cc00edabb3af1cfa0904b7532df1b362b118a5cc65b968c5cb5dcc14b39117e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3daf11bdb6cae2180ec3946cb5ae686491ad965e46ecaea5afed555f0521a93a
MD5 a58a45760aa2eeea54552c66f3cc4746
BLAKE2b-256 1925e9f065f2d07cdeb9caf7fd03a0764a9bda9bc9c28bfaca24a2a20387994d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee993de4a4dd5f07ea244d2edb3c047d76f3d6239bb04e9aaf8c06562628fa05
MD5 be0bb3da5598d42c8a5d044f278617b9
BLAKE2b-256 9fa1cb27cfb88a25f14fd4de2d9db4dea59b0ccc6dcffbd8e3a3b33aab23c583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa21ccb2f98a060a43bd1875cf188e7952886ecacc2f0b157e579b9680f43966
MD5 23b4c7fc4722e33bda30c6bc93dba80b
BLAKE2b-256 116a85d595e8de7af532cc9db8493ef8fdc796a24f7e98dfa8c08337be5b351a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 abb257eae270df9dde6602d516177addbaa4568166bad582fe13879ee5975e21
MD5 9818f028c5ffc3df553c8b73ca96c2da
BLAKE2b-256 8a19cc11bcf403c5f26ca50732372cb0b8403ff1c92b7b5e5f8b3031caa851f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0ff98a4cfb1d9fbca74e5ebca46f7b69cec9f5723883b4438149ed6b38052785
MD5 7fb4dd45d92c2321c821585339fdad66
BLAKE2b-256 1caf884211ee5d558dfd64e984228f66c94394a38a15fe5a16c0d33f72e80b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb9369844e1489b4964bea8bc7e923c462a2e35a85ed3b023705b224d51d6b7f
MD5 9d8025a1e461c6aeee170e74ee36880b
BLAKE2b-256 c816e59ee8df943a48031a4bb943ee274ad7b427206a02fe960c803306bce351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee3a59c530740e694fa707d002ca2598e20b4c9e46a7111696eba61de62045e8
MD5 786dd1474a7b69c931f6ee6843b1852f
BLAKE2b-256 1f0f781bc4e171b5319af7e7bbbe6ccb6cb8cf027c94b6fa52aca9bf70accc9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6776a8809e96c465dec36487dd4d1a7716d189dfc270c05a5737a9e65c0e285d
MD5 4baa259c060bb90a3d8806a69b73a466
BLAKE2b-256 5a4bced278a7186e29397663a7580a2f1962c483ce826970ea4c12817cafb8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3ace7be116a220625507e9191eff6f34deade2049e5749923d795a1336c84af
MD5 20f2ba4e212e651ec0d54e9918b58572
BLAKE2b-256 fa0e94857a71a9cf67607fb44e68de766499b8740d565443f4f6a300381ca4ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8846c113aa1d47eaa1fe04e9e2061c7cffdecbbe38e5525349dd0273094b74d
MD5 0f5d4ab6f085a69b249089f45abea82b
BLAKE2b-256 42ea89c355b56921c941c4f84fefac52e406f698d9b9d994804241271edc198e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 500f8593669f17cc6b4669233f1ce6e57aafaaae08a3914bf0b4ea65d29f291c
MD5 cab6b3263e260c5e65d9f26f701a721a
BLAKE2b-256 147d7335d846f7df835a906ccf35ca2d652018e5427531ba6d12f3612cda41fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 125a4c9f0f57c4805b58f9aa421fa134cedc805eec6067dfac57c49036b0208d
MD5 209844594a1d36f823c3388400b511de
BLAKE2b-256 7d7f3437a871e926a649b3c7d4ba21a5ee3b91e8ce3140d50248a4a2a3c6f278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba8404a276044fdc00a32522c3be44ccfb5a65efbed749ae3bef877e5b89ac91
MD5 99d7c80b87da0842deda4b8a3ae58a85
BLAKE2b-256 3239faaf91c0b88691868374f6db79519efa7059c2128d78c63d9cb2d5fb82c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12d508f31aa9b1cff65b434f9cbe90400d44e7081023a4590722ec0de408e0ae
MD5 fb573c9200a0335c5e062a40ccef94f2
BLAKE2b-256 e2a55498d60f1f40300ef8d1cc062f733ad4023d165d6526530ad2ec8e336bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c93d59ac62a9e70397438ee32ccc681bf7668b374aa7f65c1bf6d98195bde625
MD5 85a47137bcda1cfba56a79410a0eb4f8
BLAKE2b-256 bc12412b0094e29999cacfce87c600891429119a52370b898f010469bc70757c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b97646c329b050e9bf6f54a6adf5379848d3cc8db0a640876d478bfabee2768d
MD5 cbd130906ab436779aba00dd2dc86f95
BLAKE2b-256 44c2e999a58d0fa95af568d5f6f88546cba6bd95d3cd1fc3bc2dafd741cdf04b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e7cc9efbee5f2502b75410a7728467c749eb1cca198f12aae294d359993d02f
MD5 fc6e9fc5bd7f36b53b013dc6321abf6d
BLAKE2b-256 c35bfaa8bbf9853b34d80affe016c3b0f79b25a5e822610152c76738b11e2ed9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ee07b19f94d56e989c6bb0fba43b1903d6fd1a0440015c39a9ec5cbd6c356c3
MD5 075048dbb32e844850e97a16ea3287e8
BLAKE2b-256 5c80f3a9dbc16ad355c67f651ed9c8b9e2bacfb56dc6fcc9c8e04bb382e56ba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b20637a6b3563b612d570eae0ea94479563dcb582e87f7f1f8eaba60890bcef
MD5 e9ea6f60a9550e1d4c4d2975e7399b11
BLAKE2b-256 a7efc19264aca22859172887f4bfe559e51110180630df1d7afacd6cd6a49952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af992a81076c297c65b6d3ac0c8c64ce93d4673d36780f1238064bf8886047a9
MD5 2f5f63f0432d24166d0e73ad0a3d56cf
BLAKE2b-256 0ad5950ee50b24fd6a9c09514995d1cb31edd7d30d03aa3a5f431c6db2cb36a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a3f01edee8cfa7c565fd63c8cddbcb4225158790c2490be301b1820b61ba3d8
MD5 7463117ac152f919e39f1e728a642b1a
BLAKE2b-256 7fd79f931fcb8f8498b3d351302c045880eb37f4f16cd1641ddd899d3ce08acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7cc8dfd0035f4f53a94b071e50e2dc749f50dcdab2c18e9616acbc3b5af3801f
MD5 94ac055545cfaedc73f747fcb9cbd5ce
BLAKE2b-256 5127b469a4b373b091eec7c303f100c1b14efdcf742357cd955790967b1c8246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4c9c4ae32eea83c64fd160a460f39d38e6dfc25aaeec936aa677046210371f62
MD5 35222b7a5edae99b7f87b51f0bc06cb1
BLAKE2b-256 9f4b3a22cf93a3a82d16a1f33099f929583406fb5cf423223c0d0fd51f005033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 855b6036cba579ce9a7f9f6add01da9cd592e67e716213110374dcbc84768b5a
MD5 2eca7f17f35bbeec5a8451da380dac6f
BLAKE2b-256 1406148fa713ac0bb34f136a23b89e39fd3484786b17ce298f5d4593a4904cf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3143f2e41fd54c6d598dcd9e58e03e5871eacbff6690f487568f046d4045511
MD5 742c8c074d7853a9b5b21f5ae4a069ab
BLAKE2b-256 4fa43ca68edba9de31e7af48ee124f66f9ed910bcb10dc62a25c815102ea74ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f4cd21028c1c73a2ea47bf58cd7fe8910bba0e70fade5ad5b0804aa24f7be2e3
MD5 db8a3010db66d32b3f01ab11864037f8
BLAKE2b-256 ec955c5dbf0f35ce5a1118ebab93190bfd2bb61fa9e40dc66a5d6d75f62e0b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 855e1bdb6b06f34d895edc94f2b4f8550d2c45eed54edb672e4bf9c3106828f7
MD5 5a66cb54c45f221725addee8137c7812
BLAKE2b-256 d06930854b586f4fa531057a48c386554321a368c2862387c16167c5049a9eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bbbc11db43044204d9c778dc325135e55a2d8dd82c3acc4b25b438d23de00490
MD5 c2fbdc0a9f666a2670f98a3dc661d06f
BLAKE2b-256 81aa68a27ba7a62fb60204ac94a7d7f966a249b9586e0d24a529f5423a56454e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b0856d6cad092e284d15a2c72fdb9aa3ef2fb0d3a1b42464381864aa9cd5a67b
MD5 0dadd75291939c7f21e53d3ad6d5df36
BLAKE2b-256 f46aacb6ad8ce71e14cb3fb83d243a2960e9d6a0f4061c430e50615a9afe0aed

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