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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3-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.3-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.3-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.3-cp314-cp314-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3-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.3-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.3-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.3-cp313-cp313-macosx_13_0_arm64.whl (18.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_singular-10.8.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: passagemath_singular-10.8.3.tar.gz
  • Upload date:
  • Size: 345.2 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.8.3.tar.gz
Algorithm Hash digest
SHA256 e3fd59715d03a82abef087ebe6e8191e08f74e97e9b0e667aea0f85a9cf01104
MD5 0cb9b57ca8f6b0b626c6f739f5a9f8b6
BLAKE2b-256 3b3011be00693a3f97cb33079ff9870034e79d9ffd64a2df7c1e1f6d1d534d9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf7045d39bb54c8286876cd6b96937a9ce93d5453daa12e0f81dbbb4dd3c6a1c
MD5 efa3be2a24c0e70b516f2f32fe30e68d
BLAKE2b-256 296023af68cff968b8a9a0855181f64634d5dd90faf59f68465e0ae9ed294afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad1b5520d5ebe0fa83f31806a70cbd295a64801d2d378f90e27c84e47eb61b68
MD5 648f95b84d43e1d05f69fc55257c8cfd
BLAKE2b-256 01ac21ec10009fbd15842691876354eb83644e3dab0119f7ad79b11821199d30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6a75c2496dde67c8c7a764efa938b76b85d702c9ff4229a44d5494068642380
MD5 473ab290f5732db16846e6805e4039a2
BLAKE2b-256 bd4bde3037343554ce7914809ee6f2640272963f3522420d973e132bcdb76d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a92a4b324fc01ef272efac6e58865462b09df7ec7acf325d48fae76dc1cf734f
MD5 ae3b1986ebe008bdfd6a0fb87506e664
BLAKE2b-256 7dd57e3146020cec2910af33da0d7605570238404473ede903084fab0a58e667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b92561276e64d5699a49ff1f466a640d568ef6f25eccee4edd1e1d837edc99b
MD5 e8b35cec351bb4aba7615ab480523d38
BLAKE2b-256 a9ca086c1d9fb64f98ce9445aa9325fbc3c3f04e64e1cadc2b3441e6c44bddce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7e51b6345210a5a4ad0b8d96bc138447ee1d2b0d87df7a9b2bbb2fa7d2d11b38
MD5 7c74436de5d42b0c08c1563fea66b6ad
BLAKE2b-256 895fdebec903c18b13750ff914af00d20818972906769cc015db380c0ee3619a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3b758a36d50512473b5e6dfc63a60e3a447c1e1d8bc3e41b6139e0798736d00
MD5 f1ee1bf64ce60c21c170dd09e641fe44
BLAKE2b-256 d1a0183a268fe7f240988b2e61bbcd21efb643613072866c57346f28a7ef3ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c982eea15234b976efe49470044b22d13aa7d13fc8adc5a9d86edc7612113cd9
MD5 8e39a71bcebd6b8c534302cbf9a2b7bc
BLAKE2b-256 ff2e345bede5f85dc1fece09a771903a9e8dd106ad12eaacdb8b3411de406a62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a795e96f5d592b2f35c5b24be5776c5efd31b2baf422d110d0f7566bd9c0572
MD5 c0e5c4f676c4d9d7cf68eb911f1fdf15
BLAKE2b-256 18fecdf25f16c8403103d97bec0305bb51574038368aa4148a6a1ff3915ad44a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abb9e8dca0dd1547151c3e7913fce748443745f8cf50dfd4f134c6791b23c43d
MD5 a6717591093bbab6f8181000f00e47f3
BLAKE2b-256 f2cb822e1f6cf0a52c4ceb0c62e8dd1cdafb3801a32c82b4ae8c8d0fd3cc4f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b323a20a0993f0507048579d868d09bd72d9d1fad5d69f11264509c4020a7377
MD5 48c06942056bfeaa11dfea214af9c540
BLAKE2b-256 3a325f048f299cf0e831a6a48786b2f5b42dbd9f6671d89e1e750beaf27e176e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 050b11829fb27eab343c9d1e4412282907d50a3a0b498fc62aca58e360c36668
MD5 f0c890cd3a5f832a85856d3037c8bd65
BLAKE2b-256 33443c86d6e077024821bf2b93b9825782a0d56cd31f6bfbe5003afbb3acb105

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a7e0afa999d9ecffb9d4558ba167629468ee0026b63f1fca736c6d342c5e81d
MD5 4e46c0a7581f66d443b3fa6f38eecab7
BLAKE2b-256 4f447b59d7d6f87b1f1a66ab2e20a8a598cd3b66c3f8d5e6f90dc3bec8aadc4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7cf797f4dd04a35564a3e4c658b946a380a5dc0b5cf028c13db3f7e60a6e8137
MD5 bde46bafc1dadaaceadff63de6093e94
BLAKE2b-256 3936e17b4f1f8f790b725129f14c058a91d9091bb92565ba4930041fe2288f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2d7668c988d97725369a5b4a1344b02da06ce119497f2eeb4d148e328bf4fe0
MD5 cab0268e9aa5789e034ceed3a9f22024
BLAKE2b-256 5b3129260d37cb1d5ce3eccbb75c8ff7b85c93c749c48edd1cb26a9f1c54463e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6f3857fdddb1975d7cb536845f5b67a60145542a3eee58e310fab3405f52cdc
MD5 ba50efeab57100cae512ab275f8fb148
BLAKE2b-256 18e9a04eb31d9dc7fe4ca6d4169177927a511587dd5fe71a2ed6e7e0f81d8ace

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fe647669e4c6a6da30106c4f1c4cbf5d5709ac73073ea77b5f122854977e5cfa
MD5 88e049e6475545a3177dc23097474a08
BLAKE2b-256 b9e19340c367dea3b74a0c88ae72ce8d6040d909c92c100422f6a57b5a889b49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6221d076c84bfb1285dc658f2a532daaeeee03617e0d475da4fa90cd9b19d200
MD5 22f1a175db96117fd21ddbd232986b9a
BLAKE2b-256 c444d40bd23045321739736194751b779f33c8c121a52db5a522afb719e908ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc2f78f08ab736e885b9ad962fb165034cf3984fa9b9a43def6a927d92ada176
MD5 2a2abe0a71cb64935ca291175a898966
BLAKE2b-256 1e6833e6de3e3c109e6cdffb52caf2521d81d28a911f79423ea9f9f3943af0aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30ecbb696ce2f048acacbd43a8251e24495ae69a2a930c0ea1c308fb111d40fe
MD5 6935172d77d0889fcc7593e101c45c6a
BLAKE2b-256 bbea355ec294f8fee8dcdd2437ca88037423d5aaa83af4f7af074a4ceed45b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b14ff53d8ec90d628961eacd887f2e0916ad9fef8369d085e0c5fe61e913f444
MD5 8ad854e3579a97b824d8a5cc4231f938
BLAKE2b-256 4cfbd3f69a8883ccab37b123588baa3abb79bc6ce9c33d9f0a7f1bb122f126c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ebc70ab6da086764474bfeb786fd58381e09814e595d61e2be5e6ec4fbe93d20
MD5 41924199b84e0dec084bc9913afc4563
BLAKE2b-256 aaf93c26f8d8321c1f6b813cc307ad51324b2de89936d03a0580d87ea23aa7f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 30f9c31b29cdaa966c890324f3d66e1db5fa8fbbe877cebee23bb94b2ec85b3b
MD5 5b781d77bdef1a81b249ba68eb6b7bd7
BLAKE2b-256 ed062245d89e37f1e59159e1e25bdb677f55848ef4146e87c944cb0d3aabe533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5582cbe20b0253e6849d7fed77c7dad2e5b18d3ceb61f903810b0f71a4c09b2d
MD5 c9472235d03b1805a9c42df24fc7518f
BLAKE2b-256 03947faf6d96c3f7066645a62d17865aa81440843d68a2ce0cf63b8c7cc6f97e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7da1b19e81f50acdc30e3efff4282ce4c180424623f7223b95daec10d1d27294
MD5 4bd4760d66b5bf7b26610098fe564e72
BLAKE2b-256 ebf783534d7e34c979ffc0b7355d454e8c7f75eb0947b90ee8a72322e6f72a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a21089b10afd50a1ed90f1af9c6f75437b956d9ebbf4dc395944bc3e939e9a05
MD5 e8bdb45c64ea07ebf94c9bb6ac363015
BLAKE2b-256 8fc340de1d8325b1d8b52122b2e90048557ec7fb2d044b08ca607dac62ee289f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 803b70ba398ecc66f44132982d7956e637f465b354e65173fd22881e0657c5ea
MD5 b59126e8ca70916f556458762319b830
BLAKE2b-256 cdc20d1b0c27cd5cdd08f83cf1a9c96da72aa1423c50e600fed7ed7e0da36789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f0e30b13cc0500155d9dcd03443190717248ae652c7146454e5491425da03ea
MD5 1eb7848c73537e590ce936c5f1f24f0e
BLAKE2b-256 0579a80ae4da8364554e6315756390c98c2c6fcbd5bed0faea63505554111cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 105127538be5e45591de4a18efcbf20bffcffdf7d412e737a44c0ce5563a1e35
MD5 5f92b5d8588b905587ea981838a7768e
BLAKE2b-256 cdc8f85bc3dc9481ae104510171260101dc35734c57276241bd15e0c2181308c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_singular-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5791169265b5ecb889f4a624f455b4b0fc26b95e91c681d66b1f56e551b39481
MD5 987f0ee5056782b0ae32627c6ff10a01
BLAKE2b-256 176ca38f096540ca6680bcf90773e94c3f9f8014adc7103ed53abb81b0bcb398

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