Skip to main content

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

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.10.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.10-cp314-cp314t-musllinux_1_2_x86_64.whl (33.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.4 MB view details)

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

passagemath_singular-10.8.10-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (32.6 MB view details)

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

passagemath_singular-10.8.10-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.10-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.10-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.10-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.8 MB view details)

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

passagemath_singular-10.8.10-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.8.10-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.10-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.10-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.9 MB view details)

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

passagemath_singular-10.8.10-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.6 MB view details)

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

passagemath_singular-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.8.10-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.10-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.10-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

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

passagemath_singular-10.8.10-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.7 MB view details)

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

passagemath_singular-10.8.10-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.10-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.10-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.10-cp311-cp311-musllinux_1_2_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.10-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.1 MB view details)

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

passagemath_singular-10.8.10-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

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

passagemath_singular-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.8.10-cp311-cp311-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_singular-10.8.10.tar.gz
  • Upload date:
  • Size: 345.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_singular-10.8.10.tar.gz
Algorithm Hash digest
SHA256 f6b7d19bb7bde32a584b9237dae60e8a5274d9d97422b4395f74c8eed2fa396d
MD5 57c16a99197c697e5f7e5f6ff617a35f
BLAKE2b-256 b34cdfe3c6408820df3bcbde7fd71457d349ffcc650bdb0bee676c05a7bcdd9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64327553396df46664507f4ddda02c923ae9d4f0a173345fd6b9bd79ee03e61a
MD5 3640a4c93c0d9d76f2dfdac653311981
BLAKE2b-256 60234f867867d41ce1942dd1e223441459539809039b115661387af148abd6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b6620f97c7212577065e7c904c8f65bc62c2253724efa27ef4ed680993f7688
MD5 e8118c8e2b7d089897ab4d52a9020434
BLAKE2b-256 112ddac9c2bdf64c957e4664476b8ba3f8e4057166c84f9072d9ce4ab8c97565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6fe9d858d165d11328cf11f5a9b0f6d711ef127be163e57d6facee03fd9ed49
MD5 b5e5bd909789063544f1182ceaa56a51
BLAKE2b-256 b229a50ef6dc7b4172ff4010642880ba2b412f96ac607f01df4add076a60a93b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ec72c0b1c8140f401ed42eef9b122fe38c08fef0c1d8163f3949ca768945862
MD5 98a9c10bdb5280d25430a786de6e2417
BLAKE2b-256 ac66b4b74efdc9f365e434289157ee0d9e6a61db81ca05550bcf97696cf3d51a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c96c845e0d4addd7e51365196d6b08608cb37360bd885e91a16c05ebe2f75d9c
MD5 2795c55703303586c87f7a077cea1770
BLAKE2b-256 eed73412fe71f32713de7a2e46d042ab9d5297824d9d2f8e7cd8b64dfafb9ee1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2f8e590b5037e8db1d295da46735722bd8b190b871b56457db76473db42b4f1b
MD5 316aa5d4fe3a6c0493356a29a5aec6ac
BLAKE2b-256 b4634801dcb8815c05fe10a8e65b817d75ef4dc7a3448f2a12b06e852de2ce22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b35a9be3428365cc6027511921e0761935c3d5c7bca02237d2bbcfff8e1fdd2
MD5 6770956cffe1243cbf51b1c37224ab86
BLAKE2b-256 ee0d9ee8685cd82e697a81d8446197f73c53bb250370c406fe272cc021ba7a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 350630735ff16b3c6ec09b9222e2cef64cd825dded19f1118cab732d9b39d6e4
MD5 d1b40fd7e44eb79184a42578b855ad0c
BLAKE2b-256 91c29c86dcd3854b093b40474be0bf0074bbc329dc82270048e3698912cd65bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44057d9899aaccaa446bcf0c387a7bb04816db60cb7ffcb5a39eaed3eb3981e5
MD5 3cfd8a9e439ae7ec106f7276b359cd3e
BLAKE2b-256 ff587915c64f3ccd88ebbf6b16c2392925f929ce7f5b99a54bbdf347cd807cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d753a93757a007f9a94425028617dd80794983a5719f59b6b9133a6190e1730e
MD5 855c84352e2aff7d9b67737f98821ffd
BLAKE2b-256 f21abcaef3337ae4570ce0c63a1287aef8a15b833a001367fbecc4fa37658b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed1bfd78fc4c24286b7333c7fa781b7d81a93a36d464b9bed31a900f8ad0c186
MD5 573dad9d9238ecc698652b942d964f71
BLAKE2b-256 e4cbffe42f11072d11cd0f46a907d344bf0a7e3f00f327220417bf8c67add4ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 99f1a859fbe6a9e4322b43924ea9bd5871c86032f2dd5bc756a1683c66b4f239
MD5 54a9e76022a77f02388889c8532892e5
BLAKE2b-256 2e26c826cca99173f1549abce839c30e0b9d7af00b464907a13160e056c6fc21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd24ef95aebfc042e2f77bcc3a37462507d5e6963aaaed24479fc16d8a154c0d
MD5 9211ca62dda745f3d4b2c1e3a5bc6b76
BLAKE2b-256 608f49c50380a03db46304ad05ddb98b6458e7ad38231b1265b472be3a3232fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ddff330923c41582c4a5d955e295bbe1f5f2a9a03b91446bd774a892e739e1e
MD5 a2d3b5eb1cd0d60d8a6f91e24e2bf891
BLAKE2b-256 1e76b219da2f0560cfb3902391c463bda00d7c1d57b72fcbd18995f57ba272dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27c1702d82a178a0f9e39ca8fd6582d8cdf68705ad6a3371b99e3e187d806e4c
MD5 f2b168c80ee2759cfe3b10353c31421b
BLAKE2b-256 253e69107b4ed4a6000e0d98581fd00053d20f3b4c09817d351a2572182c7ec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b63e8284ca84baac7e5bd1e393da592c619a778485a06a572195c3d8135ec62d
MD5 2de9b15008d4e0ffea7dfec57aed96a7
BLAKE2b-256 e39e8e4c6b5dc8203149b49e919025230318abdc3b75091363802e09edd4f1df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 158b613a7f0122ce7e721984ced31ec6c9ee1a910549451f78b775696c084c11
MD5 efe5023f71f8306097cfc5e10c412f15
BLAKE2b-256 36d51b0aab6a1fc224bf877915dac23710ea1fe6390aed96edbfa7c12289e7a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ee6c0aa31741f7cdccc02c3399623106181bbcd4dfdd4401f139948078439177
MD5 9703e96a6047e2b6d0cab0caa9c594e9
BLAKE2b-256 fa70a0605ad6d6bdcd84f3f7e4c78076b09c64be37a18b0b81430ce5e75fa86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12f8e84bd656630270edff10e2d536cc57cee5ba41a7d31adb2f6db6e32be75e
MD5 4451dc41c6871cc25ac325f42f2ad149
BLAKE2b-256 0789bc945b5a2fd3d263df8f16cf0d94764b9b2f7a145f78c8980fa74f7018e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c70db8e9163a22bc5ca7773f9cc69f7cad99c4a9e055bb71487fc4636b13da7
MD5 16a855f9afff78dc261804e2da207688
BLAKE2b-256 48f57196d2dd40938860ea1ef2277db03b39e1e15c17af29ecc28d1300a4e625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7de67848b7ba9c8a6a8c8ca28a77241f34a58be5a9c9095d550437f8581ab504
MD5 44db8327d469cfed176c13572842a670
BLAKE2b-256 7e62f667cd57635ad03cd8b945d2c9e9ac82413a3940b282effcd6fc643de8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8823ec16c8c3e6dc4e91e67dc7b86b6c5fb829db1a749bffd2ae12b68a6aa8e7
MD5 364d0200c6c09012fba18560f33248cd
BLAKE2b-256 d5a0e4eb9222b2e1824d61baee3c83a2c5b6d4a8b3b9f831aaddf2992b109f9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a8cee13dc785c6d09b9480de3d4ba3fd5cbcdfa038f18b5a48eeb23e4d71536
MD5 2fe2e79231a482b86be831878636b462
BLAKE2b-256 37bcc999d206e8766f736ff62edd9374bd7609d9566c142e4ad076dc53dca7b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bab7edaa9063fe1fe18c5e5cd42cd66c35fc5a9fe2a07d61b9c4e2aa16d601e
MD5 78c0e7aeccc6d13e74958a8de5e2b86f
BLAKE2b-256 7be938202b51af084ca2b4b629b0f3dae82fe51d392392d5cd8f89afe2aee406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60edeaed106a3ed3c02d4583a61f900bd6cb85cdb93c61eb8363d8126502d8fc
MD5 ccbefbd694ec3229131e6d82290b8075
BLAKE2b-256 80a2431151fc6186f0560381bf6e6c779fa12fe13c40f36537bf694b51f17b2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 716015a1d7ee7b64d1271c61c13cd237c27568fab6f6c281ff524d46dfcae01c
MD5 9001df6ae17738a02a86e9a9eef127e5
BLAKE2b-256 99e13313eaa0a82458451b147a84b6324ca997b3d723cbc056f867a5505f9254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 012d7f8b5455f625f2749ad0ff3a4d9a3c354f45b8b659165ec76e12ba71ad14
MD5 98bb16a52fed9955e0d5802600bc2fec
BLAKE2b-256 6a9145a53e11018c2f681576382cffb41663aec489568afaa13562a88bbd69f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c97f0fbeabeea487e2debb15747e05f600b0f9f414c90e39c5e7ae6562fb3f04
MD5 a8ec264d19ab6f52a1d1f89d5d604a5c
BLAKE2b-256 2f50b842397fecf76f8a6443a747478d7a1de469a4aeaf7db4781d2efde14a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 163c88f15b74e202b5e8f0f86b3250be7de6a972da108da684a543a5ec1f494f
MD5 e5469d52d0259fc5d19e0a8dec8b5c3e
BLAKE2b-256 fa766e9807da9de46cdfcaa7e45269bebc77d6717b279679953be1e60d66a7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.10-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a137fb76c2a0f914edd593f37815ff54929dca6d7771335a408e71d63abafb2f
MD5 102b681673305ac2bd92ffbf0663983e
BLAKE2b-256 5c20d3bdd07629416bfdbab5947b1dc1b98159432f7b44dc6bc791b154f02203

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10 This release

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.8.1

31 files

10.6.48

37 files

10.5.49

31 files

10.5.29

16 files

10.4.68

9 files

10.4.13

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page