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

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-singular provides interfaces to Singular, the computer algebra system for polynomial computations, with special emphasis on commutative and non-commutative algebra, algebraic geometry, and singularity theory.

It also ships various modules of the Sage library that depend on Singular.

What is included

Examples

Using Singular on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-singular" sage -singular
                     SINGULAR                                 /
 A Computer Algebra System for Polynomial Computations       /   version 4.4.0
                                                           0<
 by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann     \   Apr 2024
FB Mathematik der Universitaet, D-67653 Kaiserslautern        \
>

Finding the installation location of the Singular executable:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-singular[test]" ipython

In [1]: from sage.features.singular import Singular

In [2]: Singular().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/51651a517394201/lib/python3.11/site-packages/sage_wheels/bin/Singular'

Using the Cython interface to Singular:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-singular[test]" ipython

In [1]: from passagemath_singular import *

In [2]: from sage.libs.singular.function import singular_function

In [3]: P = PolynomialRing(GF(Integer(7)), names=['a', 'b', 'c', 'd'])

In [4]: I = sage.rings.ideal.Cyclic(P)

In [5]: std = singular_function('std')

In [6]: std(I)
Out[6]: [a + b + c + d, b^2 + 2*b*d + d^2, b*c^2 + c^2*d - b*d^2 - d^3,
         b*c*d^2 + c^2*d^2 - b*d^3 + c*d^3 - d^4 - 1, b*d^4 + d^5 - b - d,
         c^3*d^2 + c^2*d^3 - c - d, c^2*d^4 + b*c - b*d + c*d - 2*d^2]

Available as extras, from other distributions

Jupyter kernel

pip install "passagemath-singular[jupyterkernel]"

installs the kernel for use in the Jupyter notebook and JupyterLab

pip install "passagemath-singular[notebook]"

installs the kernel and the Jupyter notebook

pip install "passagemath-singular[jupyterlab]"

installs the kernel and JupyterLab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_singular-10.8.5rc1.tar.gz (345.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.5 MB view details)

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

passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.6 MB view details)

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

passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl (19.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl (33.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.8 MB view details)

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

passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl (33.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

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

passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl (33.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

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

passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

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

passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.1 MB view details)

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

passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

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

passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_singular-10.8.5rc1.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.5rc1.tar.gz
  • Upload date:
  • Size: 345.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_singular-10.8.5rc1.tar.gz
Algorithm Hash digest
SHA256 2c6eb065827d79937553052801490a823cc35d8963d3bc41a1bb2ff404d9d2e5
MD5 df9fd4630b285061ae9d150c6894c8af
BLAKE2b-256 f54948af5582a85b04438dbd1cfb67912c14370261ab3d33c3f52afff60f04aa

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c026708ea2d32ef4b253308c1aa714e23f072e3fe3bb11b189606bf4671d2a0
MD5 20143b61bfeaec0b8775a4762b48e363
BLAKE2b-256 7f8221af7807b7a9e67af39ec745d53ec2056b89211d02261f0592e4fae5c4a6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc6a9369f66a0094a08fa4c023d32a457abcada6eb4ce8f09eb3c4d39c86436b
MD5 44245682e845b8d1aa4f427a7b9842d3
BLAKE2b-256 bb19a345498b868d389577ec146979589ace5222fe803e76de4cdc5a804f427e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4eb8686a942f0ca6d0de8fa826ecc2af9c46839dd9e022e95d4a6c930edf3973
MD5 f60d85314a3df9d8bca33ac6ddc75608
BLAKE2b-256 94814b2957fbefa26f1e8e297064d8b2f7ee08ffb266871aedbe08ddd85ab259

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81780e2a3cc84b6016ffc70e3b134191bf70c1ef775d51d1ea9df688f7b0eacc
MD5 e6f9bfb148aea286a96a558bd7449177
BLAKE2b-256 f19b55b3b6e96943c7451141a9156205b8b60e6ecd9f52e237e90b190c973bc3

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7386d18db68dca4dad99f8b6a44d661a2e017cc262568ed035ea816649bb6d6d
MD5 c81811f14c134d6a057601d90c545301
BLAKE2b-256 1db44f39e10677b70357b590952b36f5a12e3e1a39e8d205a4cb6098820b5331

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 81c3ac838d0a287c0dc6829b752ee90bc27dcda2285fe2ff8af5d3c963b095c5
MD5 5f436a7096cdde948bcfd7b50c6123c1
BLAKE2b-256 e283157b0d41e6b1d667d33b8a7e91446478a3a029c9a06d9e3150763b53f324

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d03fe2260b79829133ce78b2d3aa82b6ef52b1417365a4e86f444491b61dabb
MD5 ab0e1cfa1cf87eceb25dfb6c587b4d1f
BLAKE2b-256 7ae4e11ac288072b3fb1e15b58b1cb6a2c151d8e63489aff8c220bcf5ad1a9ad

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99876beebb9ccb03d6ef62345f982c31d2c44bc4a2a26ae545da19b928d9faf3
MD5 626ef3b375488cc388ca3a1a5aca0288
BLAKE2b-256 4311f66dabdeddfd10014c53a027b28c128291eae73cabdedb4aede525f5251c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 801c2cd5c7f120a0462842269e81859d3fb260bee7508080a7e4230747c6fa53
MD5 2fad46324805cc9f384e84aa27a7b8b4
BLAKE2b-256 611912b2a9aae362aba9eef27200a7ae5c0f46e432f5fc808a9ce3a201e6ff63

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c16d994c828436cc38f1da0f09654ef7ddee17947015b11c8fa78b42fa32d49
MD5 040b24ac2a53b739af9c498480e40dd9
BLAKE2b-256 a9b9c0596887b90215e2a24402ec4692c56a1f01746124e91f625cce2ce1c729

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8952c214a51cbe8e682123e76d57cc9eea8989ef44ef9caf3de7bb979fcd87b2
MD5 5e666c6e5c9a2ec01e0ddb4ddcabafe8
BLAKE2b-256 21737da25843693965aa01ff6342210d7d603afbc0158e548e3126743b1fc932

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fcd9d509eb88cb596fdabd6f0e070356f980e072d0cd742702c1834207859e1e
MD5 db820522e94a263ca95e206ce707e745
BLAKE2b-256 e19dd2783f2c303aa4c8b71031a9cc995ed14902301b4bd3661730f3e3422aeb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4878d55688e2e3bc2ef7ce0487634c479571a788e43182e78d2602fc5fecadf1
MD5 f8121a66d0fa813afcb54cdb67cd4c91
BLAKE2b-256 ce0abdc463d8d00ed97a0db7a62dd70a78b90490a3211b7aed9f55aed9075038

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a8f2b4736a94f6712ae35e8dffb0e6a96e027b4eac196ef1953b01ef35360cd
MD5 84729666c1d58d9c9ece9d5effa94701
BLAKE2b-256 cf317b40349d643e4c872ed1fe9e54f993073cb0a9897a4f56e5354c9d19a123

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2d283f9e499944a76dcbb9200c452f33a69a0201caf71ccd5238687a5ce4fd4
MD5 665794865e50247880e3fc617c14d6f6
BLAKE2b-256 65cd52a0b8d0fc0f5b112a197424a06e039013d8db88716ae4b9db50f10179be

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6cf85017bf573fb06041d4cb5fccd903e8cbe2d072ac42f253eceaefab3c342f
MD5 73487934699e8222bb56792934347b5f
BLAKE2b-256 a27a90ebd86134d1c64a44424674f6668d6288ba2fb3c4f47e0d15309040656d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 33cfef4be2c6ee7d33668528d7627fe5013c3188fcc7386b4eb9a9cfd4bc8992
MD5 d33f679f22e7c4ea5b1310b7a3ee35dc
BLAKE2b-256 ccecd11f9bc62958177e480642ec5dac3d2a2bfaa1ede16d013e1648024653fb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63ca932c5f7b55c360b2da89cb4e149d823c39e9738eb1b31fa801995144a85f
MD5 ef229b5abea2fe925f311d7ddcae81dd
BLAKE2b-256 d7da0fda4fec0fea7fe00d411892f27958175983a54fa8a17c6a4b5fd89285ef

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0673c27c1234b96a2128f5886ca996bad8a1548ff986c3ae1ad582309904027e
MD5 1ac8ea2dccece090c043c625cc81fa15
BLAKE2b-256 ded21a2a596a8d823545651461b4e40d9469bf3d3cd4f8c76315355a62ba9d34

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa87948ac19750ec44c73e0605ac5b892fc55c4d6ff2af598b17a0c2f234dec9
MD5 33002c511dc16fef5affb7b432720e3e
BLAKE2b-256 0f0b0470418819c72bd4b4ec7eb85842e93ae2e6ab773228487e14050f233014

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a695be6956ca8e191e2e7c9b05bf8e67437a60f55b816a1c61168045ad0650c0
MD5 944647c0a831f3c00807fac2a61b40af
BLAKE2b-256 2420a0e68ff3668b1ceedce2cb4b8bb4f97be87386b2971aa3208e0fcb3621bd

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df49d0b4b529275ed4e6735d3af2b8ccba0dd47fb67dcbc5c1a86125620a6188
MD5 75e97407463fe44349bbd66944432bd7
BLAKE2b-256 ade3b8f8ea9a26e627947fe7973c3ad93ac9d1296311f3119407f0d60cbb0f48

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 189cef74ba43ee931d06d1b1e2bbc82800ef163533134191cc70056ddb39553c
MD5 df5dac2215c1d43e598b94abc4464d65
BLAKE2b-256 5e150e3b20a81b2ad7d1c697074bbc69eedbe7b058ba08e2f2ed06166bb8f8a5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ae5a0d4fdf97969ecd2c56b604790c5c24b5b44526e309b985a1ed3beb70712
MD5 ff7ade0c8bd4e3ee3fd012cbf9671b17
BLAKE2b-256 a859da01ec3fdcad890d134313f77246fe7ec8d690c0838dd955782240bc6982

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa11e0a8e0d5c2d20c10271d95da49b933e9d70670b80e965255dec1f3188784
MD5 503e389b83b934a9c01e1d6400e9ffec
BLAKE2b-256 849d5d492a44b9766f98e8e636aa35faf7e8f35e70edfb8a8eba60cb12af6c0a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90e58b9b814aef6948f33f615ed3dcb32e4cb7e162517a2a23454b8841898f53
MD5 3012f1dba232935cf4b1832bd6be3a3a
BLAKE2b-256 2e38ce02de9c6b42bf5311662807dfdbb8e75e66411aba52b725009a7cbb1dbb

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdcd9192a2008b18456982b8ca83b1acac968c4bc8c2f376090ca8e736c1b920
MD5 f1192e9f0efc76a1e216378139af14c0
BLAKE2b-256 9a48d34d3e9942b99303dbd441ef5bae3a873d20b583ee3bb3268d2092d8cd45

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93f0e03f4958aeb30fbd2939cea56318bfdfbf7274dfb1c02f597adccfee8db2
MD5 e816dd0673f8b5eb7be892337a587dbf
BLAKE2b-256 9ca3c891509f62a7452c79caf66ac564f4067ab348ccb333a5a00e005e3c64f6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 243892eea1acea9cea2b29ba3eaeca39a1009aaefafb365b89e2c8829ee7e2d3
MD5 7de6f8c72c4c2d1883396791a8eb0b0e
BLAKE2b-256 d9e8f3923052c71dedb26ee7d2138059388485928d2639f931d716b4a911e6f5

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9493920cf4730bef26bd6f1dbef908448087558c968e5cd5275a1582fd839d3e
MD5 0981789e3248951b2b19980fe6696799
BLAKE2b-256 c411f668c1fed8027af648628970b873ffec77dac443ae8f54bf779c8717a326

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