Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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-symbolics is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library (“sagelib”, passagemath-standard).

What is included

Examples

Using SageManifolds:

$ pipx run --spec "passagemath-symbolics[test]" ipython

In [1]: from passagemath_symbolics import *

In [2]: M = Manifold(4, 'M', structure='Lorentzian'); M
Out[2]: 4-dimensional Lorentzian manifold M

In [3]: X = M.chart(r"t r:(0,+oo) th:(0,pi):\theta ph:(0,2*pi):\phi")

In [4]: t,r,th,ph = X[:]; m = var('m'); assume(m>=0)

In [5]: g = M.metric(); g[0,0] = -(1-2*m/r); g[1,1] = 1/(1-2*m/r); g[2,2] = r**2; g[3,3] = (r*sin(th))**2; g.display()
Out[5]: g = (2*m/r - 1) dt⊗dt - 1/(2*m/r - 1) dr⊗dr + r^2 dth⊗dth + r^2*sin(th)^2 dph⊗dph

In [6]: g.christoffel_symbols_display()
Out[6]:
Gam^t_t,r = -m/(2*m*r - r^2)
Gam^r_t,t = -(2*m^2 - m*r)/r^3
Gam^r_r,r = m/(2*m*r - r^2)
Gam^r_th,th = 2*m - r
Gam^r_ph,ph = (2*m - r)*sin(th)^2
Gam^th_r,th = 1/r
Gam^th_ph,ph = -cos(th)*sin(th)
Gam^ph_r,ph = 1/r
Gam^ph_th,ph = cos(th)/sin(th)

Available as extras, from other distributions

pip install "passagemath-symbolics[fricas]"

Computer algebra system FriCAS, via passagemath-fricas

pip install "passagemath-symbolics[giac]"

Computer algebra system Giac, via passagemath-giac

pip install "passagemath-symbolics[mathics3]"

Computer algebra system Mathics3

pip install "passagemath-symbolics[primecount]"

Prime counting function implementation primecount, via primecountpy

pip install "passagemath-symbolics[sympy]"

Python library for symbolic mathematics / computer algebra system SymPy

pip install "passagemath-symbolics[plot]"

Plotting facilities

Download files

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

Source Distribution

passagemath_symbolics-10.8.8rc0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl (40.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (44.2 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.7 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_x86_64.whl (44.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.7 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.0 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_x86_64.whl (45.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.8 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.0 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_x86_64.whl (45.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.8 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.0 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl (45.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl (40.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (44.0 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.3 MB view details)

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

passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_symbolics-10.8.8rc0.tar.gz.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0.tar.gz
Algorithm Hash digest
SHA256 130f7742bd00485500bd215ec3b333fdd875448b21b3aa1af8e22556854f0a94
MD5 add7b3988ec8d0f9be395fdf92364fcf
BLAKE2b-256 d895866986df0d413d3a24e60aefb6d669e1c7867baa3e1150c0470373e1dcdc

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0367be537231b0c036d8737079854907ed3501214d57527a17a9e9c89e6f2a0
MD5 5539ea7db14296e17ca21ed5b6aa61b0
BLAKE2b-256 73ccdc9ad62bf629239b4a76938cf0a667fc87a4c5c9cfa1bd8a860c6bc7fcab

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfff15088c7dbc75a10bd068862ec50c1042120a001de78c1273176fb1b7463a
MD5 50f25ca8a61e01b0066e1f86a0df1015
BLAKE2b-256 bca7b038f818f723aa8366860d42ae8543eec03189dad825f8650e036071545d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2958664b44e1a5882820cce10962c719ab2863faa069f8f16fc3fd334fd84daf
MD5 40e8520c681604bcc0b71af58561f48c
BLAKE2b-256 24dba3205c78eb1d66a3e299bcc7b2842882638e6b391303bb895194ab02ff80

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6b0a64dba7251c67de139f20a50b2fa16f22351da54e75609682f27f44cc5af
MD5 876c414fb6562ab2320c3286e622e61f
BLAKE2b-256 4d0b21a0da77a9268bfa79a5eaf1efae9e70e253331ee08ca63abac48aef6a26

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fdf1020ae41ac57ed2aeae2f1b5e854318254a57d98bdab915483855bb9f1680
MD5 e25d7564b2ee30d5142c714f7d4722d3
BLAKE2b-256 bfab9d2eeb8da5720d9b6a26e8d11297dfcd219011d79ee92b0eeba3e08af846

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5b400e74fa92c97af45a869722ea02ac08fb440d3a5e95eb4c6bea5ac2b16e43
MD5 f7ff660ac96d570fc72a30cc760bc6f5
BLAKE2b-256 1ec1b5204b6923678401692f3b3ddfc62d3975f880d0f68fbb1dcb07c359df68

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b479261c102eeb4c9b9599d2f7cd846c746716788f56cd63ea40105ad145795e
MD5 232b764d85cfa25a012c60d6e574b9c7
BLAKE2b-256 de21930a3f7629a750f9c2dfd4800bdb845a9d8930c40f108383e03177546019

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f3aa37a66a0cc73059ae2cab2b17ddb3a098cd42ae6fd18e5435b03321d3c6f
MD5 85beab05b8281daf611c0ebb20d039e2
BLAKE2b-256 8b6180f6877616c53f6e41e2d30fae41096f8a89fb38837500ecf12042994db6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a183d9995ea9850c3f2d4135fe9fc9364e0c0d8fb7db51a582cfc2b1c3aca36
MD5 4dfd8a3acb58f18e1446f545955c1aa4
BLAKE2b-256 b331b7fc4295b4bda123baeb4616971d4bdc720a958dd6f4b793212f6c1190ac

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8d2d8fe5e0a789cbc8ba8ec84e97c739015e7f12c897f3b83607c5002bccb57
MD5 2e7b6bcb653eedd2898090160b2f8df2
BLAKE2b-256 f6a50f3f81003034cad9e3b4ac75fca5921412343710aec4934c573fcc73b61f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71177d32b08851008a2245279992d47cb2f05ac315f389635b0b45459acdaf41
MD5 ee10cacfedfeae2fd7aac0f58c50e459
BLAKE2b-256 00aa5e30d08f7e1e7f0b7dc1cef34aed9eee8ab491c4d39aac591168331bf6a0

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 59ed6eff6d69ee57b8fd5758d806a5d0ea78ee7d688dba228935dfb30d660a52
MD5 086a612b349735588f110afcdc12bea9
BLAKE2b-256 7707d3f3cb92bfa24a7d40d7e6c717f96db4315287d72c8904711bc35f7ca956

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b468e84e836bb7d4f825afc8d36af02d3a4400e01f3f3c8f6e418c4d3f98e2b
MD5 ded510d39d9e104205c0b981d796ecf2
BLAKE2b-256 0eef01e4eef2629e4db00dcd6924c2d9c9eceff6e6a8f33d75cd9399d80a1e29

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3693a95dfbfac1aeb55ea8e2ead488d2e69d105cf3dec7462ec2adcf37c87939
MD5 df6d3c24b49a3440376a55ffb1ea449a
BLAKE2b-256 f1e4a1e733d10a399c19b655de5622b123f7589c695ba55f87ae95f225999d6d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83a76def5f6d40b5b7fa9b8710851bb465356416126f790c0da9d0e7fe341f07
MD5 456dcbaabefaa2d237e0634f7793ecd3
BLAKE2b-256 3a0cbb00c4c12fb5e5e8682b42d11b0ec50006cb9c2661ee7157d5979be347d1

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b8f7169a2a95b45ad08bdfef00073e351900f947173f41bb0978e9aff85f3d
MD5 f81c36ba5ce9f297448ae2e7debdeec7
BLAKE2b-256 7473fa4b9ecb4c5f6c5745e4e74c766450800c9df109ffcba9b3f2c757f55e30

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ca13ab94d16e11bd1ffc17f34598e01aed90e2fb711048ad0f9e592a7dc4ecfa
MD5 7bb12fa62aa7dcbccc6af7f6e64a66e7
BLAKE2b-256 457fe79225b6a835c1452b34788d533717652d6a70dcb41033778dc8f2b9c11a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 52e407c2f7512d8f1e65e592fb4c8812d14edf80a902fb4a6c58bee2f7f6a0b8
MD5 38b49c39c0e4c60de6e25c4d860ae68f
BLAKE2b-256 21660057f74c7536eafd07f263838b7d15eabc3abe627c1200cfae962ed34143

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fae0cc5c064443fb3eaa8e6557d2f6e92f453d736960d38e2d00da5ab43670a1
MD5 741d0db8f95d21a85d8dafd4c408cfa5
BLAKE2b-256 4d0544a031ea4806dae8ecccad1eaa97d1bd97e26701e473cbf1312e0bde4858

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d986d4b55cca75e2d90ba0498fb11a6084baee5465d21ff6d92b022bde16c28a
MD5 4599a41c98fff9af7a02586c50ea7c92
BLAKE2b-256 0dd82ed81911bdaf9c1bf7b09cd2ab5f6f140deb054a64e8753a829debf6c17d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfa09105d742c8a5022d122d258993c90e98b6fb06ee77f82a27237a8528e7ab
MD5 18b3913e123491b2f8277455935c3fef
BLAKE2b-256 702f553b04304b7fc6ea564fe68bcc80aaacab5a6d02d3542444832f9b6c220d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2344b3fa433cc4acf41f70dfb4bb4bd2714ff392479260ad9274eda44184db6
MD5 a5d0b2b5f7d79aba6848c35b8e8bb0fd
BLAKE2b-256 52666144ae351d2c5f65a0f36741b1da9891df1012fd0bac3393bac8831760e1

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba82964f86c26bdfbf7cb2104bed840a737628454fd5b8cfd0aa441e431d9f1d
MD5 3e3ea163f09e90a84ef5bdf53195a52a
BLAKE2b-256 3028da0ea66dfbae0b93b685b8ef4506cb8dc0eff02a5a418d97f0c5153b4972

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 640d406ded425358c3d9528874ea2521a188dbc6baf6d67dc6bd9e56c2ccd68b
MD5 acabc10ba78953e7f56464785036b5e6
BLAKE2b-256 9a2a3e886773d2c42441bcc9debae5396d64416ea1105f57a642c7ea69701073

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7141def9a86e4786a8040c70bb0466892eb7188b853acb517e87d464c6fc1c24
MD5 1fc0dec1188cf17417d027069edfe140
BLAKE2b-256 bb0d23818966f144c096d0e7ea9f574a338811114a24930f8d72d0cb6c43c120

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3acc33accb676bb1d0ee9a20a64c1a1c5f16d29161c5c06a8cc0c4bc0fedb03f
MD5 d675c16a88bef1c5ff19ef677492b3d3
BLAKE2b-256 d998f68a8376bca7454e2012ec7f524d2f790d67a7296e3704203040593421bc

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c9e64e2029cbbb19cd9f93e67c54e67cf664310ab179a37d2caa00be7491cce
MD5 97cdd0f2711849c45ea679ac96fae393
BLAKE2b-256 8c4626899274df7f8b965a093e2b32e31bc462096f7abf9aa1713f3fa95feb9d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 317f42e2e5babbbda73fc1e29a9d9594c1571a87153679419f8ea29cade028a9
MD5 ddec8c2ef970e721a77ffd7278937d48
BLAKE2b-256 e0789d8cd047b6354eafd103446ce0e8491b19e80a189d51ba293d4f993dfd88

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4cf5ebfbb1726aa0f8580690ce69a85491133255d59237582ee2d4c20f365099
MD5 f4c3004c56eaa1552c91ced992f6ebee
BLAKE2b-256 d2657f9740be9571a550505722d7bfcc56e8e01113acd4ab49dc04edbbe74a57

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 265175b0ee6d3781862ffa507b8ee96a2ffb229c3b7b0b142911b03a4752d9ac
MD5 2508b0656d1edcd3132e54fab8bac418
BLAKE2b-256 11fc4015ff12943fe09ef00b2e24f53962a2ff6e870444b5910940ec11253333

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