Skip to main content

passagemath: Computer algebra, algebraic geometry, singularity theory with Singular

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.

About this pip-installable distribution package

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

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

What is included

Examples

Using Singular on the command line:

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

Finding the installation location of the Singular executable:

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

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

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

Using the Cython interface to Singular:

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

In [1]: from passagemath_singular import *

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

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

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

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

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

Available as extras, from other distributions

Jupyter kernel

pip install "passagemath-singular[jupyterkernel]"

installs the kernel for use in the Jupyter notebook and JupyterLab

pip install "passagemath-singular[notebook]"

installs the kernel and the Jupyter notebook

pip install "passagemath-singular[jupyterlab]"

installs the kernel and JupyterLab

Project details


Download files

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

Source Distribution

passagemath_singular-10.6.48.tar.gz (769.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.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl (64.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl (60.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.8 MB view details)

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

passagemath_singular-10.6.48-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (59.7 MB view details)

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

passagemath_singular-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl (34.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_singular-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl (31.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_singular-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl (64.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl (59.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.8 MB view details)

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

passagemath_singular-10.6.48-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

passagemath_singular-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_singular-10.6.48-cp314-cp314-macosx_13_0_arm64.whl (31.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_singular-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl (64.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl (59.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.9 MB view details)

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

passagemath_singular-10.6.48-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

passagemath_singular-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_singular-10.6.48-cp313-cp313-macosx_13_0_arm64.whl (31.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_singular-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl (64.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl (59.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.1 MB view details)

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

passagemath_singular-10.6.48-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.4 MB view details)

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

passagemath_singular-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_singular-10.6.48-cp312-cp312-macosx_13_0_arm64.whl (31.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_singular-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl (64.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl (59.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (63.3 MB view details)

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

passagemath_singular-10.6.48-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.8 MB view details)

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

passagemath_singular-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_singular-10.6.48-cp311-cp311-macosx_13_0_arm64.whl (31.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_singular-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl (64.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_singular-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl (59.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_singular-10.6.48-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (62.7 MB view details)

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

passagemath_singular-10.6.48-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.2 MB view details)

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

passagemath_singular-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl (34.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_singular-10.6.48-cp310-cp310-macosx_13_0_arm64.whl (31.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_singular-10.6.48.tar.gz
  • Upload date:
  • Size: 769.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_singular-10.6.48.tar.gz
Algorithm Hash digest
SHA256 c2e0e3720e09c7630a0974b58d1b025d8cd90607f5480dc2a2cde2cdb5d7f1c4
MD5 a666f6b4ba2cf8d40512807ac1659eb7
BLAKE2b-256 2b922f55b792b105aed2561f9d0f6ea57d7fee7566afc6f157365fe9743fb239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea92d219b497b8c15085137e30143929a7365ddb15f1945a57e8be0c0e52a27f
MD5 60b07d12e9f857e30bb55b93641e0a3f
BLAKE2b-256 a62f7ff3a55157a6437aa7ff5c2cf67d6e7d92fb741925b6370c992db584161a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6a3ea26e7db38fd38e400bd2ee15fe09f1757ee6324c61b2332aecc86b30a33
MD5 6296a830403c3a8ffce4f045dcfdd167
BLAKE2b-256 d51527a35c087c55ffc5679b306e5d0bb01a80805d902f7db195070ffabb7e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07c2c41cc2f64fd59e19ba6bfe7a6e5322067b971499b0ff71664dbe12d2c429
MD5 5fbc2f52bef3bbc5d1ec970a614c0f12
BLAKE2b-256 70323c621697175a7b319a785c9420f55857ff221803bd42c0e3fa4373fed6ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e46101da300bf40b3c254c7396e2c9a1a1ef81abc47ed927c8e1f3cc1b9f1235
MD5 857189b32a60885980fd395381b5cfa2
BLAKE2b-256 291f3ab5bfaf390043bf179d2871bc74e02fc0e80ad3f96847c3342ec0716f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e8cb50fffc4473ac544e6ec9a213df01c1e4180a187e629dee39967be3413d2
MD5 531ece422451b48d222ab5b51352cc3c
BLAKE2b-256 93f7e5f1bc7d844a15d975758591fb355286ebf4594fc72cb01fdab35edf3e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 18163cc062e617fb72a597604435846072d7fed84f1e8e35849f9262683f3db2
MD5 9b27503ea639f4272dfc9554ee5dcca8
BLAKE2b-256 5f07249899602837f4bd8ef57fdbcf19f1bce15502585b9165e3180f782bc59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f733d797ee28bf939e61e7fdaa5fbc914db10db446393468d7d997dae28a0ce
MD5 bab6ceff8dffc6a36e585c8b71e5aa81
BLAKE2b-256 11eedbab7b16d3df6154eb8a4a4a9ca8b2480b8d890eda22d8045880f261b5db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8076f0d99ffc78873689926c850f6a3fdb791f264da440d06b5ff7d4e9b4cda
MD5 7ee0a0d7c180534faea23d38cd22b0b8
BLAKE2b-256 7a618de1125a81e7453c81cff0b07e7940dbe8aee23b791f748a5303b418262e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8676a0f3bbdc92beb284699b45b9e1859122c67f4d66e0192439b360bbe320c1
MD5 617df082c8806876f2eebc342e96f932
BLAKE2b-256 2377e7524016c0c4c9fbb5de28d2f83dfc0a2ff5c5d2aeb15616f5fa1521f857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdc0c004d3916ac5fe5c0b310194c42a3ebd1fab0f66996be6dae826fcccf4d1
MD5 eba8821c5922d2fec06d68cc8aaecf11
BLAKE2b-256 27cfb9fc68741c92744fb0a186a88b4311d18ba222b17cf89c177a163f6f8689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3f3ae83def83240d7df59bc9d95093574b6a2cf1100bd5cca3acbf833e87b5c
MD5 3325a159533782cade6ebf7d8a400ee2
BLAKE2b-256 edb5242726e53434ff570dd75b867f1f35a108503efd05e1ad558fa5e64475b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f992253c6fbcd09e6ca918d577275b84b56395da58519b7afa01c1fa6c4cf2d7
MD5 e2ee22030edd9f7c299e12c75b8cd0ab
BLAKE2b-256 4aa053b785821921a849f63fcb916d8b95d91ee42ac879e09625da4030ca21bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4da2f2bc5b8bb4a0f10f6033577da958e6b64af57899758df1a6818b5a55d268
MD5 4d500927db131239708204181eace2f3
BLAKE2b-256 5b27637175d8bf69d5e19d1cfa20376d5717ec7069d5d67d521312d98ea4f632

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a7d0dbcefee3e82b2a0d4222e1a3d30933fdb62ecf94a240ad31e62b2e05d42
MD5 376b3c0a87753cef26ce25479c06043b
BLAKE2b-256 1df264de0b2036365efe5e7e7a8704a2e94145bd31860cef0059fb0cb0263adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c14a270f2059bfd242c54ea2f1e7bcbf65c8e979e7ebe18c85ff63aa571ee46c
MD5 9d74cf4e7bf066ae13aa22b23557bb65
BLAKE2b-256 6294685885a0a8c7d8078d88bf29dfca2149263ddedfc9d71933e0e1ce7266e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 481948e6c0314f07592c7458ec93986fafb5c8a5583a9998d09d85d5a881b7e3
MD5 02b4e3ff3d52638cf1ad95c275ecbe17
BLAKE2b-256 d9317cce87e0d6cb44ad1e042aa2b8df32f3a558d9637fd9fe7de7c7b52f2ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 21612dd9527015b024992e63a48ccb39a3b78c548114ffdcca8c50f73cf1efc7
MD5 1d56443515cbcf0d1a51b908a68d03fb
BLAKE2b-256 be657d5804092b5d9be7b703abc66a0757e22ea42c9c39021a554a9c418a653e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e3e2275c0cdbee6dd2b549bc212787d9f123328e94e54faf08d2873c03ab5b16
MD5 d07d45c57bb072f5f70bb688995b0d0c
BLAKE2b-256 a446afb8afe9994b6e0ef64900cd99cab3c6883e3322b1da5d9976c523500799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c99dcaa105489690eeddff9a712856cf812f27ce5211380370a135996e782f6
MD5 a0519059299fc24aac4c5f9517bd9864
BLAKE2b-256 a92bc9a134b25a92bb2889ecc36215864836fdb75f64f82ed6627b8093677932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c659aa08cbd7caa665ed3951b9ef3bb444f04d5e8808b6e59d5ae22ecf2c1de6
MD5 deb3947be42a0d17d5706bd70a2cba75
BLAKE2b-256 b95fea8dda24e86c51ebd5f597be5d2272f3cc65cf56145e844b9ffb01d4eda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3dad5eebadaec07cc7cad3bd92c149ffc3bc7a86b0e671394bf8fe1830d2e38f
MD5 a1eb98a816e28755ab361cb8ef643672
BLAKE2b-256 40ea581cceadc2a4949ca8b1fa4289bb897c996da3eef857a63ee1a450536914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 950a0802fe6706d1a0279fe4a94de98f36a2cdde93ef8c9128a220502029416e
MD5 f0b009a09132d80ce53a2dad4c23003a
BLAKE2b-256 6e02648fa10b414e62bdf16eb7319e84224a3e13c22fdddf497215ecbf04e939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c8da4e394fb1c31e356f816eb7fcd1b3646d3c5f4224b0c15204d4808f8ce35
MD5 010b7f8a719911f40961f531291ffc0d
BLAKE2b-256 18b3a4592487451a3546d1b34e39ec85abf714b4e33806471a9b28b00c882d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7d093bee6538729791cf3cac69baccf27eb3f31278ecb8028834041926fac8bb
MD5 f972924baa0709ac27c0807daac04928
BLAKE2b-256 d741b382fe71171895ff4c47b526b0773a3e9de39ef688c52a1a2c2d16cd3c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3a305973e10cf26f676c5612f9d08c3f4958c3518755a35f30f9e4f5aa2af94
MD5 62c3eab3db1e75ef330cb036840d1e83
BLAKE2b-256 847c0fe8f63a16cf047189ec0716a6e24f86121c3154371a539dd89750d56763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 844ba0d27754e9b95447d16b3ebd262d8895777ac0eef4d64db167227835de9d
MD5 f815705241dc46474f5305035b455961
BLAKE2b-256 72121862f89a463927d9663c9d86ec0aa574bb701bf94965b2c8134fe240ca38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1132820a5832a68ad650891b5e3192b8511612905e17d9da597323bc9185d483
MD5 002ef7dddabe29a61a01494e649626e0
BLAKE2b-256 dcfb7a81f3040c048b664fd8b47fa9d4b636493666c12633aeb77c4c3fb8cf44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eba98e1f6af7a8352cf36c68242654fb20c14173f3acc61263b4921cab7e1bc8
MD5 6dbda02fa13c85e1bb6241a7385df6db
BLAKE2b-256 534e31c79f081e11527bdc8b8928e83e28e9d0cad0b257a5241270ae87bde33f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6de7a41439529a934754e0f767665bb975eab41e5e17d5906a7eac1165757ec8
MD5 596f1d0d02325a304b045a1b7800b8ba
BLAKE2b-256 d881490bd4217b714c21cde4b17214a8cbb0e62accb3461563ecbcf821fcd0bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1520b1dc21b8e60d2123523dc7756b1a8235b46d1897f0930a6f9f5568d82fc
MD5 5b67bc70c10d56880fe4c8784f714df3
BLAKE2b-256 824a8fe3ae982a31095116eb8cd21733c2c82d7e83244df30ec9c38ad59acf3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bac2f57368d4b606b5b1c5224deb8a4695a31cbba54869503b08d09b585761d5
MD5 b6abab986fa29bac06a53093a20559f5
BLAKE2b-256 c8b055ef335c9d5c4ebe8bcce5aa3424a4ba29baf6a9c5175b08987095e7bcd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc03389fbf5b67f1a9939eecd3ecd1c53cdbac0cf4267849803d541afac86e36
MD5 10522798c8016c57960fa453d27d8c6f
BLAKE2b-256 774b3f332d133ccfc87ef158ca9ab70f570d62581d3d9204ff2cfde5409102f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b565fef5aea24f7ae36344f79ff0a619c333b32739e251bb810a0b37bafff8fe
MD5 f17bd836c9e4e84f3302aeb84d05003c
BLAKE2b-256 3ff376b008d828824c27ad4b8be2a6662061c8c52d42f7037b7e73146bc2eef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d52b192b719418f30dc8b06754b465d1fb8d9944c261f8e3e1d741d5d409f2f
MD5 a0dabdfa6b57e272f15a3eeb7bbcf785
BLAKE2b-256 ccc8ee57172fe0f2f33890d3f182cbe3dd2b590c46d3fa2f902f8929aa984db7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b22bd58b19cc4d92acc7ef848662da2591ace17b23084be6127a2b0e5f154cf
MD5 b696064a28cd4a480b94ad4c96d8c169
BLAKE2b-256 fca0effddf2015211a3cfc36be54c759f046504497fe8ebe345fa5870f33abf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 30befe2913e51b373a9548af9d61261be869ca9b44480c5f8a43842772e919ca
MD5 9a44272b8a8960a50bc1357da0e1b4ab
BLAKE2b-256 4b1232f433b19a4666bae69b73b66d0c8a0d2adc928f7a9df502eab626de5b8b

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