Skip to main content

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

Project description

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

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

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

Moreover, the passagemath project:

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

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

  • curates a library of Sage user packages.

Full documentation is available online.

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

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

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

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

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

What is included

Examples

Using Singular on the command line:

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

Finding the installation location of the Singular executable:

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

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

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

Using the Cython interface to Singular:

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

In [1]: from passagemath_singular import *

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

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

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

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

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

Available as extras, from other distributions

Jupyter kernel

pip install "passagemath-singular[jupyterkernel]"

installs the kernel for use in the Jupyter notebook and JupyterLab

pip install "passagemath-singular[notebook]"

installs the kernel and the Jupyter notebook

pip install "passagemath-singular[jupyterlab]"

installs the kernel and JupyterLab

Project details


Download files

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

Source Distribution

passagemath_singular-10.8.4.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.4-cp314-cp314t-musllinux_1_2_x86_64.whl (33.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

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

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

passagemath_singular-10.8.4-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.4-cp314-cp314t-macosx_13_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.14macOS 13.0+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

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

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

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

passagemath_singular-10.8.4-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.4-cp312-cp312-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for passagemath_singular-10.8.4.tar.gz
Algorithm Hash digest
SHA256 0170d16202f2e89f51ba7100164b0cb8968a8bd2d6dfaeca18360dc77bfca622
MD5 c4623f1aeb74a7adfd0648bb32af56f0
BLAKE2b-256 b1ff67d42908fc2e7db3b8076c40f240c091d0ef5b92716a3e4e0e290aff7e3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 183e55e7d544b44c1b1c556966575b9b55b5051f8ab605641990b330e932c403
MD5 1bf0cb6c69463d69d756fd331ef482c5
BLAKE2b-256 e5e854492503cf79da6a2f98494201b97e9a5c895167d136287a9749db4ca62b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c37ae165f64f18a72434a0c05105c993a4d604074ee3d7a64b1a1d5c329c028
MD5 b300f5c7c46c7dd146d394607043091f
BLAKE2b-256 e2c3004baf7e62b3f5325469d69d0e314d40d86ffae4484b733580e8a6d8bc71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 822c8dbf3d3205702b5a6442fc21942671dab7a1726547355fd646bb3be3d3a4
MD5 23b6a00648617a89d305f604bcac5891
BLAKE2b-256 a5ce0b568c04c4e753c54909666f1166a3888b47797ee80438921ec604cac6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c103bf8a2a103f073a7ad467425ab46bb32c00f55b812a087850550d5d34b64
MD5 2091dc3521189a8502ee88471cadccea
BLAKE2b-256 7b31e63f55ec48dc62f0ec87d65e8e03bccb2515eb82da231aa769575ab4f502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 443eb40a5baa17c2b1cb7934635713a7764862ce7952cab31c0d59a80418f367
MD5 d044a33967dc6d5ce5c79673fc545968
BLAKE2b-256 7c9fdc97a62b132e2bd692088b472a937749f0d8c916a8ccf4f4f37250d95ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ddf17812cea59f898b1fb0401cdb908c6726b8fe798c53fbdec6622b5a2d3c33
MD5 24989bac06a018d5df40dc735fd30f70
BLAKE2b-256 e823efdcf5307dcc3b954d91d1082ba3f54667183b224ed7fca39b9101f2c1f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07b91a6e02374edfc6e7f42a6ce8e637c4c47fbc688acc75f9126c79102886bd
MD5 1d0455cf25b9cd9921ae60379024547b
BLAKE2b-256 ec9a15a0a3a6533c0d4d7b96f4c0663a7ec0b13a697758bafee693989ed8896c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0b0112825d76980a29de8e63cbdb5f8b0aa395ab11bc9585a1240ca78961f60
MD5 d8d54b19c9a2e3a6f42c5c5a43d4ea36
BLAKE2b-256 100a367edf3bd433c634b868bc8bde102cf03b002cba4a2d5427faf79ebbd085

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52d639a46e7d5036f6af120853510b485575467d3319456e1f44b7ae113609f1
MD5 04202554caa17b8ed89f738d8a63462f
BLAKE2b-256 a55a9ea5e7dac403ced59181d873a0e6cc36210039b0b7cb5478013255a15e2b

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b653cb96414ac072fc3c5620b5812055307aeab44044f71aa19cd1be302a24d
MD5 6a7bff5f5d7d430634feb30a3fdfe66f
BLAKE2b-256 19160775c437b3f7b6b09dca5732c8521e0ed2d920fc4edfa8d3cf6b22027efe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0efa2875cd44e0968c30a9c00a3b4da62c5b8e60de77bae6573d73d3f6d52b9d
MD5 ccaa6f1ec2d6577db39fb1f58ba039ce
BLAKE2b-256 01017645036177c54f9786dd34543873c6ffaf1bc79683683b5b596bd942268a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 837bca2fa103e5111cf82447073bfb7f589f4da4ffe033bed33a8d34fd43c208
MD5 30f8221eff30dded34b90caff1843483
BLAKE2b-256 e3c8ce11563dece6e81cde3fc20029b859e71f59b7d2dd80a4e9125599e5495b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f74374229f2d257da9f68bf37ef80fe38121e9271422b024f6245f7e7161e65b
MD5 c8894647b2da27aa8df326e42be8c021
BLAKE2b-256 a13f86023f0e06eee145316be5ce598c802bf53707d399f73fd618daa59a2006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 384e6ac2d995abbf0de8ab271feafb6634a2bb10e8d82a7b37ea7616eb6c2b79
MD5 4977d2b7a3a9df7872f651ffbbd31b3e
BLAKE2b-256 3b2fdd8f97ed6ffb0b893e7a057f3aa685e2e4c582dfcf1468d354324afdf447

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86b74a360990eb7b380cf9c5522cad5d56e9fc81187531cb276950d298300717
MD5 7db3e55e3f3457b2e475b518dad2a9d7
BLAKE2b-256 06db6c845d2990894e4560c74ea4eedfb4842ad00e5733b51b3b69291f4a299f

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f0b7b46a4aa73dcbefc7e867e565eb0bcf0adb277dd23648ba2998e5024f898
MD5 64b28ef42992a9768bbaf632041f4fbb
BLAKE2b-256 ab545f638dffebfd5af5fc49e3ff7ec2248f30134caed42478b8427f129ff698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38b450ec9c92c1392dc2dc4503bdd9854980bc0377d05abe2acdd40ff729397a
MD5 483e1a7106f044f2d95e345524a21d72
BLAKE2b-256 f7e35378a7a5ca1b233867a4b245813a7665c361aef46c66b4b8a1f1b25d0338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 30d680540fcfbbffd76e7c92416b81f8a649fd845c4be9439f18d88624b0c28a
MD5 42fdaaffd8959e0336f061b1e9e72b1f
BLAKE2b-256 0d3914ddd39b9ea7101527279cd459916cd632ea8dc592d756224763e65bc473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03043b0a59da1454f38de9b1a089843ab6e59598f4242eac3db834414dc92d67
MD5 fb0162bf0e3c318742ee2bff6c69c97f
BLAKE2b-256 2123210c7bd1551518d68856a0b6f7722e3569c4f8841a94af3f63b338a567ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe38d012be72c186493640e8830631799d4917909044ff7eeb583851b65b60ca
MD5 f0e126a5e4bed9e2aebc32adad5f05e8
BLAKE2b-256 efc1d5e2551382d64444a29f26cb5caffaaa77d18d10e82ecd104f61f3e0a488

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1462a9ed408b6a063dd888b488b8b841d6b80b49bcd990c1af244a1337d133d
MD5 10defcb0a2e15918a0b96d2c7b3a3296
BLAKE2b-256 5893f48670e812ea3c4e22defeb35918b0e3646014f5de7ecfa5facdcbef4cfa

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a83f5b44be4b036813514a774869fb438d7c58a435116d3ca321e80ce5157ba
MD5 dbfcddd3aac0c527bbac168b2aafd02d
BLAKE2b-256 9b3e8a0df854dade956ae3f8316019b393ec9468e6b229ef0b7088ff6ce3bff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ee230a391056ba680e9f61e2399f65b308d0f41d5e8b86260174b29831f372b
MD5 dc27c8df1c6d7358ec3b4429e2804f88
BLAKE2b-256 c3ad40b89cdcc585396aa34e0e08aeeefe10408dcfabd62aa0874b79772281ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 83113559f1f70bf615093d381b0e0c67bcb054ebcfaab838b40103ef69ab418a
MD5 5d958a943dfae4d1a3af472c38011ff2
BLAKE2b-256 246ac21326d8f6a92cafe6f4f2d97fc917fdeb9cbd56ab9bc28ebf2e9593ffbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e052d9fe59f909c0f8419d3413dfb8e47e6fe1dc78649bdc039b4766c417789e
MD5 4ea280a1e2779194d7d274985d332287
BLAKE2b-256 b861896281f21c31ce955b7024e36b9a428d6d4002904a2c0bfdae898afcaee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2733478c295f1d70a234c537fbc8ab6d566161f48e3b3f0b93fc1827bd8ac8e
MD5 50cbfeaad337c09ca2706ca165618c1d
BLAKE2b-256 25dddf5befcbd3353cf9a163e766da50614e22c30ed80e0aa5cb8d9ebfd47244

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62c927a4038099601e29876431d34cb399fd01b320aa79d001da98a3b369e89b
MD5 fd97514f3380b14cb9051f38b96071c7
BLAKE2b-256 d0e4f65bbc44941efdee5808b735bd19500660d71f4693d3bd6a3fc01e3e1a91

See more details on using hashes here.

File details

Details for the file passagemath_singular-10.8.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b282cf4ccf79f118792a7799036ac6d7178c133b511c6f1f725478e34ceefeba
MD5 817d20e646e3925275e9fe1de97399b0
BLAKE2b-256 fde9cd7b0182b5421166e25d17f8517410d50ac75fa058c6011a1cccf58f87e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8088cb1e18e3a2ca0617681e3fc99df4d98b9211bb336a08ad24feedb5f1c844
MD5 6c55ed4f4ccf12ec4f4e914e019a1fc7
BLAKE2b-256 68512c09234ce2a89b2351a44fa721c47dc2f29b3e7291b2ace2c4fc97e7d4a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 15d1c6b0a73502ec2e92f17bac2bccb8684b2da916212fcae3ab5bf54acbe227
MD5 add3455566b0f1c6356f0aefdd32f37a
BLAKE2b-256 f4f751717ae8a672a816aba3cebc647f1e3ce524874de8fd5267db5ab66fa97e

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