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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.9-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.9-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.9-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.9-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.9-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.9-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.9-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.9-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.9-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.9-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.9-cp312-cp312-macosx_13_0_x86_64.whl (19.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.8.9-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.9-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.9-cp311-cp311-musllinux_1_2_aarch64.whl (33.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (32.0 MB view details)

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

passagemath_singular-10.8.9-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.9-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.9-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.9.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.9.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.9.tar.gz
Algorithm Hash digest
SHA256 cfcd40d49ff9b5bfd29b3d5dd391fe58c71ee0fd4f05db4b24b7ddb0f283c4fd
MD5 b5f99a6c88a5df3e46d414d65cd354a1
BLAKE2b-256 5e72651e6b6d03d47690ade10664edde39fb49e8b538eb04da267edcc43a5ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6017c690e3a7b7f3174ed2594888678c546b05255a252f3b45166bba8fcae2a0
MD5 495a5c0b4bed787a95f10f91ff6cc788
BLAKE2b-256 318d16df4117f233849604d206e0a99743242faae877ff5bf18a193f04e63ccd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf51509c9261ed73a5d46a0e548ec2eb82b5a698de15fda0696633e93718a966
MD5 aa540c51305c332495231459f0601626
BLAKE2b-256 7b91e959f80e6d9f9dfcc2284de73bb74ba30059ca2db309577cb0b5b3b5c3a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a5aa8d9c06f655f7349aea981b237c1e9c145e39bef6a31bfa6bdbb42f8de5c
MD5 5665237c51ff21dfa1d5844df5335658
BLAKE2b-256 7719bf2ab1fcb3c800969f102d1507686368ab3f6c47dec2f5fac524f672d5a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce6dfb7e858e3c88d962b4aa52f970b261e7ff2599279cab9ce68098ee72cf1b
MD5 50a015eccd489c35123ab30c01508a16
BLAKE2b-256 f0f66dc5ffbe6552e4281fa7b7bbc92f27bbce374027b8cef54f5ecc30418546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e49db3094e2294d87de982b8829a842a69b17b2a63e4d112502de977778d66e5
MD5 330320ccf7514d7db02a3bf187e66e23
BLAKE2b-256 ed08b10a30a89e8f15c90f994e106a3e66ccf53198098ea688ed44dad5aae202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6ed7e6bfd21198dff157dcebf841206a56705b49da81227b203bbada9a858d50
MD5 db3df1c8ba582e425d088a056bddb28b
BLAKE2b-256 5214e3d3eddf8a42749ef4edee02c171a7b4837f207bb19b744bac6aeb870841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e2e4c351011966d766c38ef1ef3fc75392d3118a211aa0021917a3c33498be2
MD5 c22dcff3662a31a6956e0a17982d8540
BLAKE2b-256 7156218ab6b4d127226e50e2db8bae8ff2a946b9fdf311dcfd68dc0733d38216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 238ffba33b0506b4880505250b37823a98d23217456d68823bd140439742523f
MD5 f53f9a2acee22ef747250e0a7d15534c
BLAKE2b-256 5c08cae28170d4b21f7a3ed9fd0cb10ee9ca5225b0d663f4e350952d48b5e181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 458ac72f08e83fd8d12637adfe30884edf72c8066f21802cb99878b3bb80af15
MD5 609098762866f5436dc6f2d0772064f9
BLAKE2b-256 ce084c6a02d34b111e7b4eac38415685e323135935e3fdec4c75b3a26ca85800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0c8c6cd148b3d767dd4e80c172985b0f16312856b1357bd5a302c63f131d00ef
MD5 30d056d5eb16266c43f222a5cdb68391
BLAKE2b-256 6649888ab6911e31f6071bed3ac339b9162ebb2eaaf3eecbb3e53cf8143c9cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36336e1903f8dbc11ba332d827f28509be1896e4c9ebee7a9461fd4d03dbbffe
MD5 a51ed6af35cd1912acf0287f10f40301
BLAKE2b-256 b4971959f9898517482fc4faa6069ee9f0f4da524584e18e947e3f861e94f82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9764d97d55c6342c46e58fb02829139cd32fd5bd9a69b3d2345bfaa1a25a3306
MD5 3a3f701b703dc1b3ce743247e7f8b002
BLAKE2b-256 de010c4d6db04418a5b5fee8a66b1ddb420b59be08a5b7463f9e129a688b9f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1acc7559b8cd8929839f4fc33ef617cbb300a30055b4e6e72eea88e8b528528d
MD5 e8a5c481d2e0144c39ac53d6109b8ef1
BLAKE2b-256 83070562e906aec0ad25eb5a718ba3a4c5f93a7aff92f6dfc4671fe7c5b3097e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3abe7d4212f81077635b3678b2bbd2731f2905b851228c8a6cdf58e614bad249
MD5 a00f27e4e967c13b5105e4f9cb6115a8
BLAKE2b-256 1ceaeb519b4bc026d7e96c20afa51db2c88422c81f880f87e5fa80be2c414795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 685f1cf919ed4b947ef448c30dae889b94eeb2cc495f4a750efaf3437ec37dbc
MD5 92ae67b8e8552e2d8a11d8e2f0301ab9
BLAKE2b-256 735c9ded385cab0ef3d72a7a61c4214cebd378610fd9bbde14cead117e6b2a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 811b68521b1969d836974089637b54bfa5e52401102168d2098bb4a10058908e
MD5 3d09f2fbcc0ff468754bb7111153a4f1
BLAKE2b-256 9f17b4b9545dff3403f5fc51d21eeea1b75023ca89a800b752216e6f5887275d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d02889b22358e9e143aa67d10365e1dc02888de1b755363a73bb02867e88f6d
MD5 ce76ee904e112e0653250bd6fbabea07
BLAKE2b-256 06fe59cc08533932bcc6fe2721507078ad92bcb9c0933c509efd1994639215c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 09e9ffb585c25752fbe2584e6cfbb8a3f177c1fd32e6da1ae0a88c03707be7fd
MD5 713cb229f1eeec8e66e95d951c2fdb75
BLAKE2b-256 a081d707b25d382b25d98bd4593bf3ecd3273b641547dc979a5ed4263003f5b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e1ac35c7f0c3025560a85b9e5dc1f0bc0eb8b2c0b8e343fb72e3eab965af9da
MD5 6442b951e55b671fa26131326254f8b2
BLAKE2b-256 8f53d4674fd421cd1866d245d57395836e2fbd8b0c778290e4ed311b289b84f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b82c7b312e0a7a26a4c320a22eda14ec507631974672a1a09076130b690409c2
MD5 88f1548cad5b82b0b52bb9435c96d9df
BLAKE2b-256 8896089e45a11e23c896e5669acd739243db1aee7cbf82d018f8c3c20d6fda53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 410c9c4734143cf85f02084fa1b123cd3e3f6ac05677de58dfd46155fbe6154d
MD5 8980f0cfb0e1c4527b3a297279488e62
BLAKE2b-256 498974264d83148080493b30692f4e55891eca31ca9f47a1c1c66416ce2bb6d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dcdc4c0caffb831b4df1552461be7c72289ba7d75ae1404c469273951fd137e
MD5 625de6748e8a292857343c31bd63a59c
BLAKE2b-256 d8e719d27368f08061794bb344da0e44aee24990ae5c835d48da4f144ca44d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a04a91f39abe81fa528a64333f3428a98ebb9afd166e1d852c5aa70335ab081b
MD5 e47d90f8c37aa066cd4dbbf631144e05
BLAKE2b-256 2769ee66784e090ffa305fbc9ca61330e84743f55d7c3577c782b539da696fa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6a0d8b0f6749492cbded724a8b838a28dbf2ba831749bbbcfd6f66ab646623b1
MD5 227b2d100a4eb728772ec3fd60648caa
BLAKE2b-256 3490a600df0d98aefa83e6de0658d11cc7bd1af8e8b5355a2bb582e71c8430ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0b47a3e38fb0278e0685266c30c21ccb6481afaa8158142a7a1b28e10da8de4
MD5 11312a359fd07f0b7399b953fcb58ddb
BLAKE2b-256 618b714a97e621302961ca3c5070bb737f921bc831c7f15804e7705263be488c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4832cbc839d660a1a12a9593a44682adb5857511c52dde98424ad03e813e1a0d
MD5 ea92ea4989287e0de3f9f8888031df85
BLAKE2b-256 b1a0486965e552252994adfa17f0c37bb6204fcc9a5ae62dbfe59491008c8b3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f42b891dbe00662abc7406f61e5d917d49e3c3e40602148b93215a18c4ef6002
MD5 00066d0f65e33af31c1fb9177f6edde5
BLAKE2b-256 521295df7c6993d2b3df14e68450f8862c4ef329d3b716e5e6fc5af450c7df92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7d46c2ed55a5435ffb73b00c19a306fd65a02bee3db71539f5348e62bb34ea4
MD5 56d07242ca731e9a95a8421bb1db5365
BLAKE2b-256 e448e0fbaff2f1a908ce47351d9f927e497a2087f90c825ea3dbe75ea6a6e8c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38334157ed7a11363f470976dedb21472fb5c8d28d278688b5749bf56f55ed32
MD5 d6c252be0a550dedea1a986c3cc1ba06
BLAKE2b-256 89178401eef0a48b9512dc99dc09a87f670bfc899bf0de61ae9c7c676e673b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f2e38ff5c5a2356e37695d1801f0af5c141d65dca375cb714f34dd92934997e2
MD5 dd39db90fa028f9fe1c591e89e0aea7c
BLAKE2b-256 24ddaa67422cd11ffb483420d7d39dc6af7d397acfb744655c90485b990f4859

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.10

31 files

This release

10.8.9 This release

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