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

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.6rc0.tar.gz (345.1 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.6rc0-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.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-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.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl (19.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp314-cp314-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl (32.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp313-cp313-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl (32.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp312-cp312-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-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.6rc0.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.6rc0.tar.gz
  • Upload date:
  • Size: 345.1 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.6rc0.tar.gz
Algorithm Hash digest
SHA256 9fc1d64ddc11d86b75897a06a278b7269398a765323b993a755e9854f8e4f23e
MD5 884f529e6f10b1e5a4ad2fbfa86738e7
BLAKE2b-256 d9ca01a3bb07aeb85d62c0d603c636d605003cda83342ee760d93b542ae08a4a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 960514cf43640ed97e56c6ee8bd5cd4cfee3a96f06dac1d8c0a10f737459c8c7
MD5 aa20d455975dd12cef760c09b2149165
BLAKE2b-256 300a20587d342f242347373425f43a471c14b7d878853e79bb23ace0f842174c

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a655c8e6774e590fdcde519c4d1043d1085dfb788236e7826a365790dbf06cc
MD5 d0c406dbeaa4f08f2248b26334e3edef
BLAKE2b-256 3482ef2f8f235c8e4524b77edc21a44200c0fa2ae63b67d5aa45532fb52edb0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d980fb84c9d98cf26a29b020bc033ad673ea14cf6fdb957809a1892b798acf96
MD5 785da299be20e71a8a23b54fbf198d1d
BLAKE2b-256 26ed934a85e014b5456052d7e063592bfc56e6c6d00d4cf23727aa1da88d2017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3e0c4c6f7f4b4e5f072504ef8438e40ff4d00227f522d66d14518da6017bc64
MD5 eab1688ccd2a27ae66144a008ecaa145
BLAKE2b-256 30fb4d0cb36b701205568f39e37040dc56158e99208d918a430c61946f190c4d

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5427439765b4f5474d601725d41c3cc61b1f4e8f827fdcc4742455a98cc5e30e
MD5 ec23ce6c36e72d8eed40e8a68bde70ac
BLAKE2b-256 50452fa5236ce01f12587abf73a1542bb03d2e815d36edda6baebd1f879c4ae4

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d065b47d63a6579e096bb67c2b1c47b660e33491c6ed9ff90b7fe12974ccfd00
MD5 e2bcdbfe33cfffc8a4c88255ce74d0cb
BLAKE2b-256 cd9d2692a47ced5a526870c6cba0dfe45315f26ace8c11bab3fb20d1322d205b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b1b34cec4d25955bc36d580d817105533e258187358a1983636cdb04af0b4f0d
MD5 84b83116e04135d9af5bf584cb46e3e0
BLAKE2b-256 5647696fde17540f8169df1f41b1ac56eff940af958a13e8301b2af241961bfe

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d6f9cfcc7f4098f381c3260793508eeea97653a07b0f01d2c49430de244dbb3
MD5 a47b49e7b43c6225ac017de0d087fddf
BLAKE2b-256 86ee2dd74ba334e4898b5517d95c6a07f7a936d83a87e641a9c6ec65a097c5f9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 169bca281fcf6e885c2b9bd5aed01a1d2882c296bb9475387ab9196914ee5d7e
MD5 dd961b30ca4fadb007a5fe18e8056045
BLAKE2b-256 36d6a7b14d1b0de6980d6b7fcd50935d5b39f207be67c0883477aef1e6032ae9

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8794442c9c0aa2ebf040930559746bb4c2d62a10ef85f7cc8b34d2a2cf55ba11
MD5 e039453552db4e0d197fe44b2be40b51
BLAKE2b-256 22831a64cefc9ffb1609c3ff58da321253f9832b42745fe720a2fd68be8e5721

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 34cf42c49abec6a61b132eed1690cfe7f6cad1f2e325c549aea8a47bbf4c0e5f
MD5 55b52cc5e16a9e6c2a1b245beab28465
BLAKE2b-256 24f9bb3b84a65e74afe673dba1ea26d2d8fedc573a9f1a850fc56c6edab47728

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc5d070362e1946271e7da94b6ef4a8b3b20129eed7b663970f23a0b59629f69
MD5 665add6c1b82d0e8547591f635aea06a
BLAKE2b-256 b4c080df477f207de49a917777bf7bea9bbfaf2cf344878c2708eadfa924e8d6

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b99b77aa0d57652ce08e61be40de2b6a7f93723e883f990a27361e2b0b96fdbb
MD5 b2cb05eead67c2d16f3b24a808c3d562
BLAKE2b-256 424d4ed212bf2bf3018b6299f016df2abf5188d6de112715e0c6b7d16a8b47c2

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea4eb434b63ede76b127380521d2a52c720e8c366eab24330b205c298c301d4b
MD5 9815d30849e808d852639eaad18b0a82
BLAKE2b-256 138b45cb43131f87a2a8a0cffaea2c9d09a56ce1fca4c59aecbc9af9564b934a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f6cb795cbddfd8cd62d0a4818b91d3a0f6ab55f3b63d0dbbe220999f903ee81
MD5 51bbaf5588e9e89377867d150f288c34
BLAKE2b-256 d21b4f6804b3a6a6a49230689f4a4296447e0dbfa350043276908aa0fcf63d0f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f76d14609e19fe107549d9fa02d6d77962913c87063dc1235d5ff64b4cd44fb7
MD5 5bfa07ba2571d5fe3997022911de80cc
BLAKE2b-256 ee16e09423edaf076f95d2956e806dcf8070ca5a81dd29a25e9ed2bb823c210e

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b16d32b3c743eac0181bd22157222f4961d598531b258dc93b8f4bfc85a7a94a
MD5 b15977d7e425a50faf61f463311c839e
BLAKE2b-256 2bdac43161579122a068d9a0283f1b2ba3e970a9b7dbe6e5204bab69b4317556

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5dac15b51769e985a69c019bfb42ce466510544a890f12f295c9083c86537cb1
MD5 b113d4fe9976f761d211b2f6a3797619
BLAKE2b-256 7a405622e8204c00a03c2f120f8e9a080f3fca4732d70c15dc825a4ac6c1bf33

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03d623edc7e7ad4cb8c57834cb5903170b4fa09b56d487543bff7fb52b496fa3
MD5 d8231cdbb161c26d81b7daeb018cdbc9
BLAKE2b-256 c56e9db8b76ac4fecc174ead6dc263a3475259a1d56b2447672032f6394c58d1

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40174f2c9dd9872dd1c30a2a7b2c17f088bd049ef15288377079369ffac61353
MD5 c8d28d60592cb2ad4fe499c2c608a74a
BLAKE2b-256 695ca0c7171827d51b599c8ab3d556fb93f79f54be81d77e01d2bb1f1aef9a1a

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab06334ef5cf47a276520e8bd3b364a1343439af5fd29bdc79285cd697c252c8
MD5 3a1015d8df7bbaff88e1263fcf69ca2b
BLAKE2b-256 fe0d3178d2c2a9ab616f03cc8336573b6c13c5664d48f4426c312727c4b307ea

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00b41ff486ac258a7caebc8862e4ae8aeacd9cd6c9f4c1859ef5a0d955c5adf2
MD5 2b41c389a8babc0a38e61057e7dfd320
BLAKE2b-256 1f7b9af088b3b566efa51f1a247bf130d8c52eb10bbca05f310d754454006540

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 41f3714dd8aa3f68ff6d118d6c83b1f1d8d54750d2300ec3aad1af77d21075d4
MD5 aa91931df320cc235244b1a69ed765eb
BLAKE2b-256 a97e599f3ab052334eed64147c0bb909427834d667e9b51ca62ab9e6c773bb44

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d87280196e29a3a4cccfc1ae56693f1658f509da76b441f7b1624ea4fd56f0fb
MD5 d6c4016a8da3a450e8edf1f004b81d53
BLAKE2b-256 48a199adcbdd258684d532e1aa5d3d6b102a0081c902fcc34f0275d59ef8d27b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 686cf260b0c0452a50ba43e3628810bc7799f7e3769570d24d9591befcf8d55f
MD5 6def78c0ea465b59ab8c6bc05c075a79
BLAKE2b-256 38d4c6f8dc78236fa3e6a955f632d42c448176c74a6ec4df3c4d6db4d3ec0eed

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36ea032e5a49f2f98ddb11ce2b40548473c219bf482529f402c5846ff45b8518
MD5 c444c123ff1ad362a306ede22de39329
BLAKE2b-256 10c9f0bbbb4f97c224f007c312a66bfa92416a091be90cc125ae53963f098b10

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77b49f36cf17aa471cbdd75025fc532c1f2fc0ceaa5512069f9ec5ab4deaa163
MD5 a48f2bf1170d53f88e387ff1ba99af60
BLAKE2b-256 13b6821514582c246c304c9fa65caaf749ec543bb02147c2637d6dd68cc6c0a0

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd4a50e4011e1026df8f4f44635f3d1f251056ac3d6a47dabbadf35d71565f81
MD5 9cf86689fbf9c546bf5f43781859eb81
BLAKE2b-256 03be1acf9852edf341ea5473d04ad6e9ef0a2f1f4e3e9ae025f4ab6cad363d4b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07b664dbcc5b8e8c44a5bd404e35c7e91a4bef55931e2bdf1cafc5c4b0b63055
MD5 549b7a0ab0030c1461aa80b5561d9d57
BLAKE2b-256 650b1daed917624b07b36ace34bd67b83f046d0eff3cf3fed6c5ae70783b9555

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8b13bd8d7a192828910d046ffa94797848d19c6c0434954cfea2f68c69b415f7
MD5 940d27395d79a9274b0c8819359ad0a0
BLAKE2b-256 49729cc2c0b5bf54cc82f2473b3cfbc8e15eb5e061b2da9ec6e5775b5d60ffd3

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