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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

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

File hashes

Hashes for passagemath_symbolics-10.8.6.tar.gz
Algorithm Hash digest
SHA256 1e7f7a9a7601affbdf391bd62230024b7fdb2246681c72c5468370187bb8e0dd
MD5 2bf953465ad2d9da73cbc49690dd363e
BLAKE2b-256 6d88e5255516697c0aa1719dac443f50a2723b2888866793f70775418ead57dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca94ac06e395015800707e6c77180c950729592ef1e6ab89022c3bc2eb0e1071
MD5 31e7f0e8482620f4998d7d75932558f8
BLAKE2b-256 375775eb5eb4956256210040e9a30cc6d3cfcbf27bc66d1016aa8bd2177fa203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8d8885dcec32a87443cf51a5bb49c7e3ad9e8599a09219897836bde674833b5
MD5 dd447584d50e62902757657afa82a23c
BLAKE2b-256 be9c864c94a29c5969ea25dbc3b7dcd6e1160b9e47d13d964022a9938a1a96da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 264d30174447ed120f780159fc143ae8ff68cefdafcb076d6d71696e410e2558
MD5 e3724b70f93e64c6d7419ef5cb9ae09a
BLAKE2b-256 804e0a05046e772ddaeb2d0885844bb0f3afa72efcfd5bbde9967ecc852676cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 219f49f578e7103093ee1e7a97608c59ba689ed8f0e7bf677c87966a4f0e1209
MD5 97857399ac089b60c5e10cc4f5a601e3
BLAKE2b-256 4155cb8a2e6af7a7e87ca5b6dc48d192974285db5a0aef7f17523bc1b1237cb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f61a2bee7fee67c07e658f0dcbdc42a008c1a71d0b72c58e2dbeef1c28549d70
MD5 429fcccb506a81e2b1d53b5f0ac7a774
BLAKE2b-256 300b223026437356392a4a5f086a81525e4b2bc4eec8a3bbd79a784cae189ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 476b92ffd9a49f9928a78da40ea3418286519737c82cd8ff2103948018f0d7da
MD5 7cbb139686f90bbc5f5d19d1f7277128
BLAKE2b-256 4cd6b275a04b9a913bc5940c4f1cbcef1e86629f539195d84dd39f2573e873f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da9b1b445a323d3aa1b9a0e56e7da38dc871e15c75bb16cb1ab86977b9933c65
MD5 0f4fb54aceefa5d9f2baf2bffec5aef6
BLAKE2b-256 84697aea0dc478719bfc8aa65fd388414df5cf1c5960a82d559536a6b63cc605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 173cd3ff13155394dbdf05b03f9af3e99b32a1c0abe95ee4bdd47d09d202f3a0
MD5 9b4d78e23752742a312f24a2ef432f33
BLAKE2b-256 06b92c74cecf6ccc63ff40449fb8e2b806ef8215d98bba4a83a4305c1eea5911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb2694ca23986dbb9db6e5bf2b082d01d3acb4ed8b67d29270fbab991a5e69ad
MD5 2cd7a3a31f93d24f2b2751489f208a67
BLAKE2b-256 24cbb0381fa9cb544c326aa3b26396702604607ac14db59f9fdaf1744a61f508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70a85c83a73e46ab7ba0eb3ccb74fd19d9758c80c0f867ea3f1b7b1f7dd0d7c2
MD5 23bcdcbd00e2821de67cb2e8491ba8bf
BLAKE2b-256 497e2ec36b09ae0e70f8aa098eafd72069c57de66d8fbdd60f98963af909fba3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e25582e73dbe50fd6eab1fcb80b4ab5f71a2f80563bbada9a2a2f56ddf9656ff
MD5 3a32b8fc51102de8878de4ab1f0d1e92
BLAKE2b-256 b74c2791dd8fbfc2f6f2ca48194d1cea3e36b9cdc7f7bfffe27ef81a5a7b037d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d8a6f7a21bc6415fc7672c503550804fdfddf80b733e0213b9bf0a70bcc5f094
MD5 1faa182f423de6bd26a3f39c12b94219
BLAKE2b-256 458fef0a70057728faaf9353bc03ff2d3bdb69b90201e653e82965254d72abea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62f6be8e2c9acfc0d723a652311e6903be261ab4508e363c2a878523499c31b9
MD5 ddd318f5c333f4b183f3851e45e8eabb
BLAKE2b-256 d5ce3f4a145a2a08695a8f9d3d830b151fa1c8a0c0e05ad30265a604a8c51c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74ad863abcd736e831e53206c34403932efc580e9ea216d79bb99e95d472fafb
MD5 25b069e671f00f65ab57c41c383301fc
BLAKE2b-256 b4a851a169d7dcee46e59059e30d94a8476eaab2ae816e9675a785ab20b64ea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb44c37de4c7b04d433efd4d9f96a905334059ee141adfcd34f25d5af7a74559
MD5 93a22ad5b74872a47df8e07a5bd238d5
BLAKE2b-256 773afafbaf8f49e07c20f61b9f56ea2da9a147955f2b19f7f602dc2474990c3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bea9eca6ab5e5570744b6e25d735da8006a550482e272326eddc9558d0400482
MD5 7ba8444afe41f66694013bd6f3230417
BLAKE2b-256 8dfc1a482838699c06cb75c6579e7bcede355a687ebf2967ac807e81e313145b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2e4091566d084721db60cb9bf2a28e3fd73be3df83b7ef52f531b8a3bf647689
MD5 1f7a4aef03412c75e83cb5761792ac3f
BLAKE2b-256 0958b888530f40e8cce6b06ea5513cd9469d0eda9b1037a1748c2ecf4308e894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dadc3be40793e9e6b1060245cfc2d03a1d734c8c1c24aaad115ce94c4b8623eb
MD5 87344a1d67d5c6f2f952f14212af5a06
BLAKE2b-256 c9d1343a23a8366202aec75e81bbc0c6b296cc870f4b48aa997dc7fff7133ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2be4eb5a6a4f0a5b976eb3355707760fac5f8b2273da29651a9f8e85ace4721d
MD5 3e83a1253c71d39e29b4f905b9ff31e5
BLAKE2b-256 0bb2754332a1f30b9737510a9e64414ebd45d0e8c8f01f3e339339c9491444c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7c5dded08d9fd454fc9b83391aa414ed11788681b94fa00236df77464a5efe0
MD5 59b71e41a1fc5fc89710187a4a9fc908
BLAKE2b-256 531cbd498ecd0bd3f5d888a37a1639fe487c818cc2529081c7811ead50e9e509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51efe5cfa91c927cfdd0a1940de4cfe86dad71e9f913680557c85542f8a07996
MD5 bdc281151d19d217edcb7e5ccfd828ae
BLAKE2b-256 465fcdbcb89a208cdd76be74729c9b7868d1f8ecdbf40749db79b45f06af3c8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97fc06fc6be18fe3282468dfdf0538f0b74e4901ddc37da68bbdd5133c5305e9
MD5 84e117d4f2779fbb5771e43de423ef71
BLAKE2b-256 3a69458ec5895e77f8ac1736706c27134a5a3bd403dbf335257a294a7e1ed57d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 20ff5ffee6bbf8f138d1ab6d915a2fb3adcd4d0bc20750517394e5343f8765ba
MD5 cde07eb65489ddaa5ce8bc6205c73416
BLAKE2b-256 bd198c9565c22d813427786f71ffa2a5c3e8fee9d419892e1f975da47f716073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 03005f7cdbf8dd4f831e75f8c6a470bfb9f774517c5ee367bdc11a43751c3630
MD5 a5cdf360adffdcb0a5b12bc2aad6da5d
BLAKE2b-256 571689f3dd226f1c36f2cc1bde0b893359eed61502a1aa17382299e5263aa90f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d41b51659326df3c4ca1dd76e03ef00f36514ab39e794225e63a5d71fd52b6d5
MD5 3a483a07703f841ecce474c5a91ebf20
BLAKE2b-256 3ce625325feedc04b0b2901d86bba4a5744e51f33eef11213bf382e0ccb3ca0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f394af20fca0ba4b9ae9c9e42070c6c69cd935c9bc8e3de43aa87fddd4fcee50
MD5 113bbdb2fe14b8bdc2ef1bebb7556f3d
BLAKE2b-256 5911a489741bb165197a71e49fa7ceec97e49668b0f523dbf7ef5327c25862be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 340eeca14e0dee4258ab43da7b7f4b567b8f52dfeb3781446d0535f5e0d65d3c
MD5 4b41e191f0dfac55d49002ec3b17468d
BLAKE2b-256 69eed8a2d51031de2b0064b301e0776f34f4bbc724c13ad25afa28066036fe6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47f0088a4824156a4885db90aec8f097e368f61f4244176492e1032f3af295bb
MD5 b0828f5d6912a38bc38c8399a60e79c8
BLAKE2b-256 849b3ab98c2d0bb58397e6033edb2e1c33a3696fd1cddcf2061dd4e960cc14d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7fa877b2086104323773f7f549f6715551ebb0abcae4589b16e17f9399a3a201
MD5 26f79c0c867c24f57587b4dfa86709da
BLAKE2b-256 a79c0381857436a0327533e2b6283cae5125a0752944b53e655da245b25db7aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 994d479984087324fe065382257e45b0d35c968a3a2c841a669d7b1e2eb56eee
MD5 9485702080ab618083b1e6db2f92a623
BLAKE2b-256 cd414b05de9febb31d1f7a8ad81b16e7ac37d198a1cbc999d4bd49229454c077

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