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.6.47.tar.gz (769.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.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl (64.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl (59.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.8 MB view details)

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

passagemath_singular-10.6.47-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.3 MB view details)

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

passagemath_singular-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl (31.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl (64.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.7 MB view details)

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

passagemath_singular-10.6.47-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.8 MB view details)

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

passagemath_singular-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.6.47-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl (64.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.9 MB view details)

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

passagemath_singular-10.6.47-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.8 MB view details)

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

passagemath_singular-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.6.47-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl (64.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl (58.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.0 MB view details)

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

passagemath_singular-10.6.47-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.9 MB view details)

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

passagemath_singular-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.6.47-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl (64.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl (59.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.3 MB view details)

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

passagemath_singular-10.6.47-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

passagemath_singular-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.6.47-cp311-cp311-macosx_13_0_arm64.whl (31.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_singular-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl (64.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.47-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.6.47-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (57.7 MB view details)

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

passagemath_singular-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_singular-10.6.47-cp310-cp310-macosx_13_0_arm64.whl (31.0 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_singular-10.6.47.tar.gz
  • Upload date:
  • Size: 769.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.6.47.tar.gz
Algorithm Hash digest
SHA256 80d4a418837414a39e5b890c1e124501d8e3c3e390a7700eebfb3c707f203a3a
MD5 54bf94040d89b7da8ab86973bdf7b48d
BLAKE2b-256 f0b892a3c19975d7e108292311bcebe800b9e506efb7ca2a865a180061004eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 deeed394ca243c03ea79326b688e198ac426edf4d69915194f2b02ffa1b962ed
MD5 e8e9a2e5d771285f2fd392660150b309
BLAKE2b-256 20e4903cd6f1ec520932b8b54aeb84b7f42fb68b8e7153c87a4cd5b16054de1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 799b6fe700877456af0e484d3b016f4642e1f3b8b26e493dd9d103a54d2e29ff
MD5 9170f1b5d2b055e97bee4719736dcc41
BLAKE2b-256 82a8afa16b687907f379cd4efb2b779ce6029d90cad59ddf06a219d8a268c587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8e83b70e3335c234c7a1a2a0a14891391bc77ab6770da4e0c71058b56800581
MD5 76458c5ae4d896391043833b1c31bf8b
BLAKE2b-256 a7e9a049946d9e680217531c1053f5e7f28ac5921a27165c276a826f053047b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b5410801310a9d7723c95fe0c1161dec255997568a77a3b4006bac99ada7c11
MD5 03093b99765992377054b075acb7070b
BLAKE2b-256 dd330169d8457c64b1105631cbeed080b50a50bc1f8eeb196f991c4181942066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fb3b5c6d8d8844fa7899c997b781bc45aacb49c7c0b2ca659f86d0eab409ec54
MD5 c0d94e4f104a5e20f56e51f27ef07eea
BLAKE2b-256 94a42a6115028963bf3ef39e61e732ae85aeedc01ae33afff5136aed5b0821cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8849633b930b570f34a9f3af026a40791b6c73f93f820e5fa3e814870c366f8f
MD5 394f74a1ec6df4971b5864a02865718e
BLAKE2b-256 4e3c40a050315450e0071c4cab360dcc2c8d3c39f491eaa9ba2b2884ef3c1d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d577fd3db1af82802ccde652244c6dee08232616408f5d68109691d1856ab814
MD5 7edaaf5720985b622993b2d29eff8598
BLAKE2b-256 73814a7d63fc83f3816c288911faec70dbc18c9b6d09fc95c0edd4aca02a7faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b05e09a9063c59e87f88323573de0ce3948778e60dcfed7e08618d54a4a66053
MD5 15da250e2a249bc545a77c12cac677cc
BLAKE2b-256 c2d78df5c238b58457862df625d1ea5e1794e464e20bce98cd24e29d6edeb039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80f66bf4000a843449dc60ab9380168d937638a04c68095eae02c69df266bde6
MD5 2b0035def2fad56cf952b1f641167b2b
BLAKE2b-256 32fdff1166b60b0367778ee5364a6f2e86be55eb1340c62289c77335218be02d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12c1f3688110cfec52ab9ad2d9582c6e390f72ef0b21661530425d6f3cb3b42d
MD5 dbd3945612be4588f62dd542dc3b9861
BLAKE2b-256 84ea6b5c8b5e548008660df1ad933ba6bb054dfe742051560c0d74f9b08cd763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 29f9527b08591776200dfb35d5e6d46ac4785b439c1ff1391f7a9a4e5624b901
MD5 9f8336581e6736c985b28a81033d04f7
BLAKE2b-256 e68a40b136e79e28d0406986b4a8e8eff96c1a5b32744c59a21b17a4896b0518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9882fdab1b890edd10ee0e22a8d5040ebadf75b8d46658c97cdfdd4c5500fffa
MD5 0fe3714c6396dcb31e47f39e3f6e9bb8
BLAKE2b-256 e0b5a7e9f0d44c3f96704b7d690c0360647d14f77481e5364fc13bed2197f9b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5596f0546ae5902b491c06466c06fe09b2f42dad3f346eb7291b8a14759d9449
MD5 fbfadffbe90bbfa6109dd0d859e3490b
BLAKE2b-256 2f2992a7290413402e31e3b10edf2bf55a6f5b68bb48917c9fa52e5284f700c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c38667028425c3f50055217ba4030f632701dfca0bf0621f0a85dcac66c6c3da
MD5 9208e30a908bfd5f907363f1a8ecd983
BLAKE2b-256 2e537de0b19478c44d435fa3fb3f213958af39c7d4a5f5c84d50d09edb5571f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32c6a3cfbf0643d4c0d56ff81c6b9151fa92e7d2b8d4095f2db7f9beac035dc8
MD5 04c80f8ba5776523f761af642909e11f
BLAKE2b-256 5bf4c369e180620d0dbc33f6f701202e0ab4ef0159d10391b651399afea85eee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc9ea31830b8a86ecf09ff23a7af4ade8b677aad7750c06f72cb9489f18d3877
MD5 8506a7ddaa53251ee5d91f8d0133c9f3
BLAKE2b-256 1a9b9d3c7efc33fd34e5386d78d213901de1be2260e20aecd0a79bc02755fc5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f667f2b0b4dc0073d0ddc87c73a2989f9d9027177eb9816a1e9ab8ca2717e8f0
MD5 635eb3c9efde33df452bf1e351099aeb
BLAKE2b-256 8e9f9235f1fd29b50f91c60721a7a013962d8fb3f9ef19965f8f90e9e2f50a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cdbaed40a5385ebdab89559f4292f95da2853677ec28926bbe81ce65b6ed9a51
MD5 523c1fb27d7f7f6b7bccf3236c59dfc2
BLAKE2b-256 e7c0cf7e570f84a130db7749fc3b8c5599315b1335eb01b0b49643e66fa51422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a89aef0ed45690d787e1499071e491119b93249e618ba7390ce344dac7f5c913
MD5 db8de439b39192b80a1aca434e480763
BLAKE2b-256 3a6abd314ef1ab25544852d55c13ea17a3d583a037f02c0f6c0a3c4f28110c6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41339e3e5e6811a6113da20fc2008ffa89bef8d847d38ec030509fc8b3fb08be
MD5 f2f0f8e3df5556428b17bf24dbcc990f
BLAKE2b-256 e4034fa59465fab27a25dbfa0539f08ef32ebdf9f7b25184dcfa4646dfbfc748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f93fe70b96e223e21a5bd6c1cc82f978c2889cd927a43cdb845bafe48cd9ec0c
MD5 21774222df7bddec2592dea06a912a6f
BLAKE2b-256 1cd7972ffa78cc0ab546469c9accdc9e7083eb25c2f4d599b2e3a8dbf807fd94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fedf817633193b37dbf0fddb4cebef77072af12dfa5ac3c6f9c93baa9802f571
MD5 a1684304800a0e36574021a3818afb23
BLAKE2b-256 53a5596510ac2407e55ce355594af96298ffdc916a8e00eeeff466c714365115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 69a07f4fa9b391771a1760640888d25686a29d23f488ebfd3016bf85876c8a12
MD5 ad69044586d3d1e749f85ed4a2408674
BLAKE2b-256 89f4d72efcf4b964e82db2ccd83944f15ced23a461c5d41dd2ab190f5f038228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1254bc633c6d5ca762e079be5397b2f1a8d46065b8771416587db45516f577a
MD5 f46c05baed14fa4bea394122c6944c17
BLAKE2b-256 f9a8844ac6c7136ca7893bef60d2b31a4eb90c5bdc3c20a327d111e401e81a3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 216b272ef77707e843e5f04e35081af28d774e663f9aee7150e637e7a32d568b
MD5 cc51993afeca62789d8d4b301dac4f30
BLAKE2b-256 c055f53fb8515f942a6f026cd0a5786d8dabe35dd8c5616235e8cbc5ee91d3bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05344eb1b9064af90fd37e297437eeaa6a78b00527f1d833c79e88dc2e1ba766
MD5 6ef3e3b162d0b657beeb03717a77b166
BLAKE2b-256 d400ad2ab6ba344b59ad3540f26eadbb46ebc56acc4c23a929513ebc594bc7df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ce150cfe236aae113fe0a1d2a3373985d8b9e384a0ca99609b32ac8311d9771
MD5 9da5e7f54f6f41f4655577c98a39ac9d
BLAKE2b-256 00cad90158a7a0f11e1b345df85fbee3fa4430d58b1eba4cdbd26ebbfed27482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a0f7bbc64ae870fe5337d1efcc639f54601623bd53762b6d15a7230916b5e31
MD5 6f141bd7d793f3ffcc5fa27f9bb65922
BLAKE2b-256 a04215ddb801637693b5617a29495796097945b3998ac7748e06b38a6e878770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 247663128caf1b40a174c8b654cb6e734a0451a41c807d3b4c1aa439fbeb9292
MD5 24f41068d84b94ceb393226717e9c32f
BLAKE2b-256 7ae63c668af1228cee9dab0477fe63c28f4777f06479a1ca895d407fcec92fb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5e8921e604c9ddc3f678b7d535cb77b6b6877335fd792d3bd271f22bbd61a5a2
MD5 156bdbcf7589f2267746d6db114e5dcc
BLAKE2b-256 c4e0a23a4acd29599b5643dc3a6385110b158689cbe7b3febdfc861999a264ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6098a52a3e446892808abf89b482eac8cb92de48f6468733098623c4d797c193
MD5 a92ada3601b3f3c963ee44d30e35dfd4
BLAKE2b-256 9e08484d26de24d784d07918d3d7340cd1a361415d14892e10856ec3f0e9b694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf306c2d8a533b351f1df1badb4050b4dc0353216bd13deb3095213cd0d6d84a
MD5 fd3c9008e681563fe35270ab7a693fa7
BLAKE2b-256 76d610e5403e92aa40aab217d138ff5039c2c637889f1c9b9e8d705a0f8a8d2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b30d88429fe1a5877bd4930eb313200217807ccbcfd558337eee4bfd05f9081
MD5 6a628d7f17abbeb401b1d0ddf7874b9c
BLAKE2b-256 10a1a552e6cc55e3395599925fb5d0d5d9cf8bab64d16a3086dfe3cea79887f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c63bbe3759ed74fc7b6a4c526f2161ce80ea74b2620e54b6285ddf4c6d5b84f
MD5 b86dd963cdc6a16b631272a96e1ce3de
BLAKE2b-256 9be74ffd39b1aa2c83a896cda973983fb53b098c91dce7bf7a0f6da5c1d1a148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f20af4979e927cb7e468fb5ae8dc202b0b342ad7a039c2cfa04f31be81a7640
MD5 4dc823b17f136392c2b2f9721e001bc0
BLAKE2b-256 3fdae3c070dc3ba96df494e9955a690e0e4333f7a6b767ff81907b58b3f39fe4

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.6.47-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1796d00451f318588ce74f6285b5c6f6fc748c408be26da7f799650f74012624
MD5 83ad07dfa4ca78a7019193eee597f6ae
BLAKE2b-256 d87b7d8d6a569eebc758c276b4965f5c08fa07ad40072a4b114ace426a497f43

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