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.42.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.42-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.42-cp314-cp314t-musllinux_1_2_aarch64.whl (59.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-cp314-cp314t-macosx_13_0_arm64.whl (31.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.6.42-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.42-cp314-cp314-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.6.42-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.42-cp313-cp313-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.6.42-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.42-cp312-cp312-musllinux_1_2_aarch64.whl (58.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.6.42-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.42-cp311-cp311-musllinux_1_2_aarch64.whl (59.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-cp311-cp311-macosx_13_0_arm64.whl (31.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_singular-10.6.42-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.42-cp310-cp310-musllinux_1_2_aarch64.whl (58.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.42-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.42-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.42-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.42-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.42.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.6.42.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.42.tar.gz
Algorithm Hash digest
SHA256 33c9e4d40ccfd3d1f64a243562e56436944369ef93364c74a10935aacb401db1
MD5 ba52a1c8cc90d94db11300fe8d19a006
BLAKE2b-256 c8cd21c59b6d9154dc68bac380a489160bc717be4033a244c862f1f68eecbde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f9eec3ea4916c5b55606eaf405987be50699b9c51a5a516e7adf3f2bc01569e
MD5 48688490e966fdfc026b6cfa0739ca55
BLAKE2b-256 34a19ef5816b2fdee73751f42e9b551b0d4e297f4e4f0a34b3820eeab3de7a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69e0d3f90505654b286119e6376524dabc533d16191aed4abf678f04bd87f697
MD5 476144276a157814c274a6c687417872
BLAKE2b-256 ac10d1c13db5b266a446c973406e6e2eb17a868af4386fbe67892ac7147b36c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bc25ed1e387404c84818022a7265f587a9d1c1edc56fc47a42ba64f67c34f76
MD5 1c279703e536c1812f6e83c083e307dc
BLAKE2b-256 7d58eb87334b9b0aa0ac9132005d1d1fc5f5245239aaea0a11486df7fb4c6121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d93551a6fededf174fb3c46ef26c5654176fa73d71d28cfac947f7b22fd2e292
MD5 8f09361c1d50c34ad3c6fb4536dd0b1f
BLAKE2b-256 63e6472c5a29a3c5843439c6583777980b00232b71d2a66a040f7ff8b24899d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c8d29fe01ae35c60cdb544d4578b9342e1e3cc298c76aac3809884c921cf4494
MD5 7bb77556bbfe483bba1f83645f4db28a
BLAKE2b-256 499a2ad0841e1961697a9ed559fdc0d83d2378cc7c776ab124f04dabfa0a3a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c7ca459a2fdc95ae82791a5b5b63b9f1ab5848d3b82759b0e67751a723b5122f
MD5 cb0c23ea4ff6f5b9a3dd221d5b3c0d66
BLAKE2b-256 f3bf27c701118dbf9263f63acb7bbf000bfb80e9c1cb18c1139c8330545a7768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 400aa863200333b54f9d03688f731345f9a9ca2021d7d06fe868ff3e5ca8fd62
MD5 c9e6e83d902e91c4b29df53dcbaa0ec2
BLAKE2b-256 8ffdca99cd70b6767b920dba060e579594c153fa19c69c41c3886bba6d45caf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a146105852602f6f3e017cbd0b6ec6d5856d0ffd3ceefd08483fb31e5188880
MD5 4412c8d3d605dca8eea6b9dc92fa8c45
BLAKE2b-256 a7aac30dfa313c768a2ea3459a4d98414cda4885a95590a2c0a89c579681266c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5cf2b705c3f0540f58b5863721850bae01b104ea7ff77eae1216c81235d9b377
MD5 1d5294a6e934cd38fffda74d027774a7
BLAKE2b-256 a14024f6457f57670dddac25aea0460f829a9dc4e88b55b919412126bb3cc79a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc534c7c06147c684cc4da1f24743191cd4a095eba6a640c8976bcd6d74719a3
MD5 a6618f49890df9f062a70531dec466b8
BLAKE2b-256 38b402d9653a559b47a7ee132e47a0b396d30590e8afc0278f29d59f482c030d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f5d469f7055331b02ef02fe2fce785f7674c93a615dad971d18bb914a9485fb3
MD5 225c959d2704be551e4abeea7b6bd82a
BLAKE2b-256 a20e4a3546ff3a925303fca89de48ff270706804c998ecfbcde35e9636581934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0bf9da6b31ef52ca0b754bb6c12cd1d367307e5bfc2453207adc2b36fbeb907d
MD5 1deee221db7541be7c0212f0ef19a1c6
BLAKE2b-256 836baa23f451295a031e645a0e2d88b43c97d97ec2b868a5160509540152a6e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f6f4198fcadf71cb93644264d770afc937222d2d41cfaccdc66ee47829330fd
MD5 3dfd59e2c07641b2e426197c4b2934a9
BLAKE2b-256 c325f5d4ecbbe145ea6a9fa52fcbafda6ba8f9e9a857a908c081aa4e89fb1659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b8c0a6db2db4a0f6eef42ba40a81bb02bdb53a98e2d0b8d75834171f6b12cc1
MD5 b18c0f6f29c2a0e5eeb746a494e47a71
BLAKE2b-256 06972ae68069b0e11ee695701b8be856aeb6286c6be775f90017a9a23fc8d05b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6af18e88f5aec6298ba09f92daacc991693bdf6e8201461e6a9d1675256d0ec3
MD5 d966118568eb44ac9761336501a8428f
BLAKE2b-256 c7c0174676ee469538076eeccb6044902974630a0233919269e8bd37486d9c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d21aabb34cb3c57f88dfc52b800b3cefa7e9a42d4edebfbfd2b3468057f50a2
MD5 18ac96233483430e40e3e3ecc24d6e3e
BLAKE2b-256 048b03c086ce19be5ae184a63dacc6e1883cf103b1540673d58b658ac4e0167b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 278fbf17a24c02548d63cc95703ab4d5240d333644794052d0409a481afd48fb
MD5 241649cab1ac1bbc7ba4c757729d6ef6
BLAKE2b-256 304324c737d147b235fece0ce613a52fc6ae0251ee141dfbe8aacadfc90e92ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 db4612a45dec96effb0008a044800c2ed3e3179b7577a7366ad1e54180577970
MD5 999cd713de7ae86ad2c79bb1c610644e
BLAKE2b-256 b0e6e66482c4efd251d6ffa189a23c4a14cfa54218906e710ec255ef2de787a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 209d2b32f8545d1bd9093e9300164302a05e21d25b465cc7289eb83420d58ba5
MD5 93dd7937e9a8cac0c8b47686f6db0b33
BLAKE2b-256 d4187ec8f861add548d0dafd77fa892efabb82677258e495bb84402836aa9d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e6a028077c72e337857bc5ad871adc8c0d28d270054aaf742e463ef9c8930cf
MD5 0acd47b2a0adc3abb4e2b8acd17e8a97
BLAKE2b-256 2f1aadd40cd26620e8552b2ccd38fd23cf32cc75ed9fae02afd497b998546c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 115d556ae8edaa7fea279535f9d78a9b16c474e352bbd16ded7774ade91bdd7e
MD5 291cfb74caa5592947726f785ea3ebd7
BLAKE2b-256 64d13f15afab5ad05d8f510828dae915076bf54bb4e9d76ccc57d22b277c91bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c7fd701e1548866afb93bcd372dce7c9a5a0b32d65316ca33b69c80aaa03e8b
MD5 f8d3cdd0b8367ee9fccdd8f7f563d285
BLAKE2b-256 67bb60c5cb552ea3d83089fde2a76531852f8d1f786c7a33888e96efdd5c8dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9bcb3f9fe2c3cbeffce1dafa6e538d8c6d0bc07eb9571d27984c97961395c03e
MD5 5f40dafe24af8005699aab3a666f1258
BLAKE2b-256 bab19f60118d359c7cf02c2eba882a8ebc2e77aa368a11ed42a218525ed64424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 467cc424dcf898c77e7b1dbb574b13d6a658ba309a49b545de01721d5b73dab0
MD5 1ba51753903a5105bc0908b54d65592a
BLAKE2b-256 b364fb23b70d713d2347ea1564060104c660f30f84238c84a6d1ae2acda9de38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6695407b06342aba9edee4a4fa106f26cc6f3c62cb951dcf1e4ab1d80f7ae066
MD5 973017b765d278e30bd4badd0a4177ae
BLAKE2b-256 07ed0795bc52bb7e99429612d04f8df398d673b93c7ff6a4cec21c43e7ebaad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 faf4a1786c7b20e10d2a0a126703781d89902e9928f794df3b0c231c3ccb30bb
MD5 931f378a082e44830d0f40c33080f192
BLAKE2b-256 3d7153ed6f70802873650eabb20fe0922ab420895be159601e2db4f7c7b9151e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deb59088e5e6ed13167d270932c911a0a0128ace3594a3ff602bd8e2693ef43a
MD5 6c66c64dcccbd91e24ef45c50dd3465c
BLAKE2b-256 51d3818433326bbc06bf77768f3a38432271d7641ef63705bf338383198a079b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e279ffe79e90918827a7b5f0c33f43cd503c7d229251c84473b565e9620ec1bd
MD5 86e918627f987a424d269d24758a0355
BLAKE2b-256 b7e09d80d921ad56b9959bab02c20b50f8915724da9968286d62125a8a482d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0bc96075729b4fb4e59d6061aa73b1c286edb8383eea12d0d558e978f5765b6a
MD5 530b228a32cceb5a1dbefd0280b90222
BLAKE2b-256 c3a7639fe12cf5366dfe682737a4f4fb7bdeabf412bd1f8fce5c5a7cc41082ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3e55c9feb7ce637fefa18e9e7676474bfd2f37c6d51eb02564466780b0535243
MD5 4ad8bfdbbbd9ffe8ac689261ad9aed94
BLAKE2b-256 81afdf5f385283e5dcc9629b07c559d051f8b838a4238c3629472270093012d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 128fabf49984a09c694950a7d49981866e45dad375a539da201baeb6d4676b7d
MD5 2cbe34324844ed0f28978f800d8f0abe
BLAKE2b-256 9bfce1b25ed71a1a4717c5e52c8a5127605fa53b7fa7883c2dc0fa942c91e422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 793bc3ae7bfdfbd1dc50293b8547482de047f605c6f650d918120a2f32fdc3f3
MD5 b23195d8275ed5492b9aa9411bae89ea
BLAKE2b-256 ad0b895c11b4c580bac1774b9a2e5f633c757f35611032edb0e6da34e58e3a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07fc8936671d0444ea73f7fdebf0e9f7a599006c37700e99c2e9ea85941a95a0
MD5 a65c2dfe5fba765db8540095de239cf3
BLAKE2b-256 64ed845beecdae68d77591045a2bfe794389e8b8c8a4362d8390547234ecbc96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a29af02e09b225e6fc0bfb408c569ba34581bc52352b95039356411fd47318eb
MD5 663402dc644e9d71db0a9764b29f9023
BLAKE2b-256 88cbb25602e6b3a61ed0f13903c325fc1ed63064d81856c9103fdb1fc4eebe47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 640aaf557ec09020cceda5c765669e6b02d3c4d1d5a6cb3f50adffab88856bf1
MD5 a6d0ee74a35e1edc2c3ed24c0dd86c86
BLAKE2b-256 9201bd2a761f56a3c64544115317f59dbc443c3c2360ec6046d6c3215f18552a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b9e3f48bf58d3d141a8f96a641d721cbe8124ab3a1aecc3bd082cbf24d7216b2
MD5 0d556130bf9c7b21eddad7d8b10a6fa9
BLAKE2b-256 906406354e240609200b40060d78adf06fd101e16d426810dadba68e4a917386

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