Skip to main content

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.7-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.7-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.7-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.7-cp314-cp314t-macosx_13_0_arm64.whl (22.2 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.7-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.7-cp314-cp314-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.7-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.7-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.7-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.7-cp314-cp314-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.7 MB view details)

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

passagemath_symbolics-10.8.7-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.7-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.7-cp313-cp313-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.7-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.7-cp312-cp312-musllinux_1_2_aarch64.whl (39.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.7-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.7-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.7-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.7-cp312-cp312-macosx_13_0_arm64.whl (22.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl (40.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.7-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.7-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.7-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.7-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.7.tar.gz.

File metadata

  • Download URL: passagemath_symbolics-10.8.7.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for passagemath_symbolics-10.8.7.tar.gz
Algorithm Hash digest
SHA256 323c7ffde25b387b0f8f3e0b02a3769b3430ff3c325a497e1a061de0980d569b
MD5 88404cf7c2dbc2ad9b44c817b61282bd
BLAKE2b-256 9e01c513f1a9bb45b65da8688d0513a3c09853243b79a747e34b80c61458fe9d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 198bbbb09e517036e2cd11755a16192ace27a7a5f176ae7479a5ce1c033142a2
MD5 5fb52e639ddb0435db49fefe40b05c07
BLAKE2b-256 b26449c1b13251a737fec0fde07bbe289c62a7ff41a7f700f8a83ff27e923a60

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de823690be1dc22039a90e410d4b1003f18d6b829ee0403b390201424c331cca
MD5 3f1307ee96f0b14e1413a5e12ea5373b
BLAKE2b-256 4a41a256474c63d0ea1bdd4ecc268b53198a3141302e0be492165103d98149c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24ed796ceec86f6c3814b610b112416a8f6a825d2bd55dcb438d8154b98dc275
MD5 43097c8aad336a80d5fd7246e47046c4
BLAKE2b-256 3845bf1f6a653c5c732f5a6cc8087b7d44efd839e33e5369f4e1d28954d81fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a12719a99f5176c2cac58bdeb3a8a9b98ce6854c0b76775c62e60599abbdb452
MD5 6cb7675035c9ea4f59b527cade50f8f5
BLAKE2b-256 cc088661a7ccb5bec6ba4679d3fb7d00be87b3ce9081892860fccc93e29b63e6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b7d6a56387b54ccae9fb932b72987f338283e56efef173746da9e6dac91b5d15
MD5 401675c9ad0c1a12f83f97d42b4d1032
BLAKE2b-256 50e33f1325270a0163147ba5d9e52ba3f3d4dd9dc9ed1cb32f86cc7ec6e2860a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc58a97487cee041a4e78aa0d6cf2dfe766f8161a71baa103bdbbbd1eabb5c5a
MD5 ff983e7c41a5269c43c80e826e38ffbc
BLAKE2b-256 d5db6ce4e7a0f26f6aa9482c0eca40193d207fb4903b17aa581fcf4407f44226

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffda8a8bf0fe7e70bfaa6df95c2d39b0ea5d3c42715acc7be22920377efc3e64
MD5 8ca526e293786f20a2bc35864368c801
BLAKE2b-256 64acbfa531345f623a5db971e15dc6dff7741e81d8564e050d71a4ba429b831f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f80c20c604b5c315e89b9e583e9f84a125a09079712378213d492a19f6657db
MD5 715c227a4918318c04216627c3809927
BLAKE2b-256 066ddeaf95b2afd2b5ab3546b1b26b03e9b414321435f44a64bf26ce1f6ab3c5

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71e9022a3539b31e5beeec017c51b947f159d6ec46127e715acc4ebb5512b3dd
MD5 5adf82280bf6ee95ee9d3c8df122d799
BLAKE2b-256 6ae94e93086309afe21a7dbb5375cef4b4be8bae76def1b2f04caa004f96af7c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4acd38d093150ebcf757f3d5093a8c9d9c4d4795e580134cd2eb031b280b53c9
MD5 e5924d2180b78c1c455cb49c54d6f655
BLAKE2b-256 5368884e8fe62fda5632ea0774a668074ea9fae353f2da239606a869de0c8787

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e950641b9b3524e812b2d6599923627e55aac03c276d9bd5230914553966f091
MD5 02d4831c2cda079a11a195285c41b52e
BLAKE2b-256 f96580ac9af6e218b6bae09a902cad88a4e1237925d8856d791b0261334fff4e

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4e3ad727aa2d833579d70ca4794acbd0c45d4a2438d6f365fd448479923212a1
MD5 51c798cfcf5c91b349d3494dea776fae
BLAKE2b-256 479fe5fc87aee40a0e37e2f831c9809a8265ab0de5edec9d43fd631264d36882

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bb3233fc646b0593e28fb622bd4e1e36eb8b33e84eef67d1ee8e696ffebf4f2
MD5 289ea1edb9c5099257da6c8931bc6fe8
BLAKE2b-256 72ce15400f538ac5ddb355e64add8dbc9ab42be64b5f26124c38cb33eb20510c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6cdc86513b7db3e17fea7692f880c011649590f55518734bc146099ba728b784
MD5 87e4ef1f9e5e9c840a4bca2851b05318
BLAKE2b-256 b44083dae8a65e5a8fe6b76ad35f87b065a3843a7f51261c461eb16d2f1dc883

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ffee95233936fc21311207f089bd53e917d5bfd8e90c2479d7c28f06deecb6cb
MD5 d5fe3b79f35da896603527e0edf00d8a
BLAKE2b-256 1b873770e014a389cb8fb93a3ecbff04acf787fbc78e0fb42e0bce2734f00ead

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8eef39deb9bcb5c118e6c26b4322c1e9534c92fa1d2feef64fa7c45f13489d1
MD5 a498aab986b17def9fe6cb0326a8e4c4
BLAKE2b-256 0db59ae3820148a788d74db2a00804919c9c15fef2222901becc822eaa69d7cd

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58ccbed35f3dce724438126daab2b74d4027a16ad92201ea3dc82105c5335c81
MD5 22c0b707ebf1a9126733ede6c40044ef
BLAKE2b-256 38c2eef5d0dcb5a397e893d1c258c5900efe9cbd094bca859ae281bb3d043785

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5dd1c6df85a19eb4da32ba41c6e0adcae898466678782d7884c3113343701ec0
MD5 c455a5c9ff5c0f8a5cb1781c21a8a16b
BLAKE2b-256 3ffcfce6b7125c57f036e5f7f908ce0a42ffe511e6abe1a67dd87b8e138dfb75

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2de273502e2c367e55ffaacea2c1d1781b9b24b7d6a4b7194c29a9d99e59a5c4
MD5 d3cd0b52119b4511535053cbe6272585
BLAKE2b-256 4bc07ab7081aceb4f72e1f51e45a158790e6798f66979f3ad7643d3f342427e9

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 61fc886962081d831aad850c987e3b5ca25850b5711fff936b4836206637d19c
MD5 874863baf786e43d1b4cd00bee8f2912
BLAKE2b-256 ec7d33ee833a320ef628a1365cc65604fd6439fb00a76971b400b8c0cbd02c77

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2c55e4a6bfcf0cb58b32690bf3b7fd26075f0245612eb7c3e48426849583202
MD5 54562c92e1d53b3a5084eb2f1a9d9f12
BLAKE2b-256 c3ce3ad4fa765de65698cce4d16b614904039bfcbfb72255953a0a2c4060793e

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 231e2bce033967333e8e0664577dc85b5498770f63820cce3a5ccbeb12495c18
MD5 0be93a5a9c78323b99d6b73d39ef8f50
BLAKE2b-256 e224508b1714c790ec79fb936bc87563e6d1442cda4761aab2c2ae2f6345a55b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07e58c38a2e63a4af8bb219ea6c82d9e22966a3529d5e2eab186c7930a5f1113
MD5 b72032987d26ea2794869b439f834b26
BLAKE2b-256 3e983c6fa0da8f0b2c7beb80b968a17bcbbd3d6d5d891e9a57aa3065455ee10f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c07ae0ec67733a305f6108fb4357d1a1341687d59ed2c4469f6f83b9bc9b48c6
MD5 325a5f493927cd43d89c83e3b8a57823
BLAKE2b-256 b32402a355da9abd667820ec1680d6985b3cdc51d18805e89aef6244bb571455

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e878e01076d24b471072d48f303e86bbbd6bbe683301f332b92310ce229c05aa
MD5 3f8a7408e185e79f8474f94a3f948327
BLAKE2b-256 de824b73a547d1193d6261c02dacacef667255fd7488741a62c77d86808d23bb

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32c0d646e63d42584bf9867068bd011011d6620029e615d8e2d913cba3fc0895
MD5 d966f8ecf7fd311f9241185329d7c4cd
BLAKE2b-256 e25b296e1fd52dca8790a733fd8ad93c3a4f7622e3faa55b164019a249185297

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 041b006081d9d15d2f037968bb1c1ec011a748651472587592a8131ff05abc34
MD5 a9726aa21e443585c5face56f80cc346
BLAKE2b-256 a4abcc4dbf02ac880789b80793b7f66efb86d401089114405b609a4249d2b2c9

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc2c7f9ef928a398e9a85c3d129ac4f31b3519ea6b1216cf1116bfaf6efcfa41
MD5 108d06ed56f5132d1f6f3cfda0c76392
BLAKE2b-256 cfec662b3d9b6917c645955c8c37eb75ccd8413841449d919e75ad861a676d7c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9c50edff21929589e389899008c1ff0a44c5e4f61ebb6b576c0e5b1eaff065f4
MD5 442c0492d1cd2c54c6f029085e1dc7c6
BLAKE2b-256 dab3c3fe50cfd954b578709c84b104c58e7dceb5f38546ca7d07af654c37822d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.7-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 140f1eb16da3be0c78cc5a8d2183fd183819b6472eb017f3cebef9513e1e9dc0
MD5 57dba99ab19f3d124206464816b9d227
BLAKE2b-256 3ea438203f1ae44d3b82ce8233f8bba713e2786d7a9a1df86215ea9792a1fe89

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