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 --pip-args="--prefer-binary" --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.5.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.5-cp314-cp314t-musllinux_1_2_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (40.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (44.3 MB view details)

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

passagemath_symbolics-10.8.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.8 MB view details)

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

passagemath_symbolics-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (24.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_symbolics-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (22.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (45.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.8 MB view details)

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

passagemath_symbolics-10.8.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.1 MB view details)

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

passagemath_symbolics-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_symbolics-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (22.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (45.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.9 MB view details)

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

passagemath_symbolics-10.8.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.1 MB view details)

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

passagemath_symbolics-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (22.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (45.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.9 MB view details)

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

passagemath_symbolics-10.8.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.1 MB view details)

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

passagemath_symbolics-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (22.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (44.1 MB view details)

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

passagemath_symbolics-10.8.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (39.4 MB view details)

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

passagemath_symbolics-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (24.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (22.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_symbolics-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_symbolics-10.8.5.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.5.tar.gz
Algorithm Hash digest
SHA256 525b9a830e3af814702382751256ebda33d1da7e9515e5b4962a405d719e6809
MD5 553d9138a09962fb39fe705eee6d7c64
BLAKE2b-256 13f25262a989ff0953e6e696f56011fcbe6fdff15f377abd1f0395be8867ea29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95d2869d3844a6169cf6cca3737e83f6b91786c3479d982aa99219ef6120473b
MD5 6180ea795369bee5bfdff9ac65532ca1
BLAKE2b-256 9f1e0ae0ade72288c392f26c6f80f52ac72b45e62ab61a83270ac409e8d1d0ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ae8c7259bb0ceb885cad13feabe22ebc931e3b7b5f9bcc679a459bd3e040912
MD5 bf0ba83ca435a62fa8005542d1587817
BLAKE2b-256 5301ee898c9b4162fcd7c13a759cecc6115320edf09719f1f4e19b76b7e2ff71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 127e835c3f9ade89e807f48f446e4422ce0245db022b2fbbcbf9c5bb6281965b
MD5 e65c8b37c794ddbaa37ccd5e09410351
BLAKE2b-256 8a76fa60e40b70b49097f15deaedd87c4497e5cd317f7863f02fd905cd7de0c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 99b84139c4615c881799dc161c273fdbe7b0639a1082d158982ba8fb96cf907c
MD5 9aef80cfcb97eecb3667b35c3bc5c422
BLAKE2b-256 c8666e2a31c153adc775a5c7baa982efcda0d931bbc90d10b0e0c4f25ddaeee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 31d66f6112f1dc3e02279a78102a2f7142d6cff7beb86ca8f0dd52c9294bce76
MD5 079e9783844fa524fe0215e9e676de9f
BLAKE2b-256 c8cf3ef599acb0bf0c48860c3d877688b1772d35addb75243df0a51134a79378

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b2593ef4bc67dfab8f697cb3d79874ac7b303483304c98de5cc506290cc8b88
MD5 15f086cb0848f3ce3a6ed4c10176f93f
BLAKE2b-256 283dd01f15d651675f12d38287114bc38f1fac6b5a1e44154365b712a0e3aba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b58cf99f61439253cf7dc8e6396d187f0a70236ad80b2b6c8db43f9ba2aecb7
MD5 b43df60eb76dcd30725943215775c135
BLAKE2b-256 0586ff234edbab3e216aad273b272f7f566d3e3804ddb76d11fb5166a2066119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f88d21460ea2e61920b345fcefe9fa520ede6ed06c2bd5cf02d70b725b669175
MD5 9094c8a0b9487eeecdc92547aa6fd64b
BLAKE2b-256 8eb37bf71edc2cd99412d8d011e5aab2aa9f02d0521d2a042b564ecbdffb4071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ae0eb09ee9e2b8ad0cb41938096ebce8070f39241f9259491ee986964706637
MD5 a668298259818b87afb2aa82a72a14e3
BLAKE2b-256 8661c67ce1b41b4e5b87a25477cecaec363eb7d95726afc63079bc1fc0e1834a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d0dbf19e44f3f806581b5ab33c8a8841fc59337f6c94b679de786d714f437e38
MD5 92f15e7a2bdd09a7043ca03f40f4e5bd
BLAKE2b-256 583697e76352156a5baf2050b268cad17cf7e049c4a083ecff30463310d7b9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a20b31d157e57db83e3cd2f88b5fc4e5199bc7cf0222e8d775fbd5b2ede4744
MD5 9de7ca8a953662c05b9808bfe8844927
BLAKE2b-256 fca1962c4010ca76859d2a4b1e7867fc553222dd31d979078844b33b7c5e9564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5f5c4ef9a733b2173d2c79105f297c76c44aa0d408455f2e2ce6b87bff94511d
MD5 d9b1611304f9a1273372e49f6413313f
BLAKE2b-256 aa05537d19119bc402cbd1819a894dd900b884d013c176ffe60c2f9e90ffe24b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a1bae23e223c75ab587d47176a6735ff70cb1719a01523bec74573d2d7880a9
MD5 27a09c68078c8f5dfe716f1b2b8a6a81
BLAKE2b-256 37a38df6867ed83594ed9342e71669d8c49adc657e2cbda57289f6d59f514f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fb82eb9e9dac2fe9b8f6a27284872d780d0005748efbcadde0dd9d2dbe209e2
MD5 c63ac77ef15f3b0002b0ca7b43f0cb22
BLAKE2b-256 06f588b327d751f31a41c1c145452f98cb777063f9314a5ea792378c0f0e7359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3b83f28d3984cd4313bff4e6a4ff4639bbb6aef21cefa67ff5799ce2d9b8ed9
MD5 0860e236af6e775a021925dd214027b9
BLAKE2b-256 c508b3ac4d73108b2a725a0095b0e1d0c0b68108c8d3949be7785821c2a100a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8ee6e111e7a66bd2af370dca40465492320305d2f3aca9c38eb869517e70031
MD5 d3c1f99d39a8130f3df6613e3bcc5479
BLAKE2b-256 3a09ada35299cbbbdbd8d70f6204136ac3808d530a5fd6cfb8d0c5a55d474683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d765151fa2687d2c02cc33fd8e1dc8aaf21e932add4db3d1fa76734c5228c5df
MD5 b434683d9cd3d3290108585f4ec19089
BLAKE2b-256 ea969da5913c3ef597e2a20a5cffa681e0045b6a187f25c975e17dfd1f27af08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3d6cc6fd0545d7138a73556cf79982e3e1bda6d560518bc88f9f37dc09ac6817
MD5 77b7c8ed88569580551e2ed6900b59de
BLAKE2b-256 fe612de1a5d7799f44422a7458f9d8f5d2792bb2d75eeee88e0805f25d87f1b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4adccdc05bf1fd4712a19ee5e599281e2cd64961c9782ace989dda1a3381347a
MD5 4bd090dca0fb320f958e4d2377f699ff
BLAKE2b-256 f63c380d328a599f67950ad718ee4c20e3d6c8729dcda4c7af61e787108b0eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 241af3b10644c4c206449e03e0816745db95b0de91aec983ab0ec5ddc227813d
MD5 7bef2599c902d72baf3f53bdb6036c53
BLAKE2b-256 9ec2413c6dbe1289714da6df98b6fc190ff7a2a612170ca7bfef73c4b66a3a3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7611e1a2c3ef704048683d8301f7f6bb28a61038627f8f42c36ebe72d823e112
MD5 ac02a9ac76b544d3eeae687c6bc3a3a3
BLAKE2b-256 72c0d5cafbeb74cf9631d95cfbfda13f3dcee2873ba46b543449f20b8011a814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b03b5e42926145ab19203d9861213ce1412e5ead399526a6cf76c3e6bdd2812
MD5 ce07aa66ecefacf08955966d36fa997c
BLAKE2b-256 b4f9dab2f0a2f41250afd3b7ddf22e76a06b22f77e2365d49c1aa2c873660019

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f3ed99141466ec28563370ed65e595d0e672401571d8441e393af62c7108ea6b
MD5 8d7b373bd27df83ada91eca646bc2b93
BLAKE2b-256 b076497b29a16f030b826886cfcbafd3d9c872008bf4024a63a7e02e20428bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7016b23bbacb73a502acfbf7e644b82bf18bc66997974ff184f31f5c4db60e5a
MD5 40fd521c868f68b01929c8964d891f5c
BLAKE2b-256 25ac65855b2983b05ab99d7cf894e0a1472dc406e36a5840f36c1ba9ae5a4a28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0eab2bf6e908ef56143a33627b360d163605299088c99ee0b9b4ced614f9bcd6
MD5 b718813d3b6df24c3b4564046d88682b
BLAKE2b-256 95a55c3eb81028f1c31d04202018742db622a1724ca672898397b9187d4749cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1b2e3a2afc7a23aa488f27714af3a792235d701d82a158d152df5c95f5e57745
MD5 30648444f781174aa82129b2de1ea650
BLAKE2b-256 80eb83c3ad13cfb704d4a139ee650e9411e4cabe2b229121409f19e2ea4e46da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f19825bc02ae26ff1c2de4f16fa0fed4d2d9059d2178ddffba4d5b3bf545f144
MD5 b60d01dd27545505b65c5823df4ee28a
BLAKE2b-256 b2a27aa1fe51e8531cc2dd3e2af5b48b72ac8fcfa936b8fbfb86baf64d5749e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51bebfc98c527fdab118725a37d7bb7e186569c9e48521843978460404396625
MD5 06f5a888b4afba09ae3854d3af8caf4d
BLAKE2b-256 804e29a857f9041c97bf83f7d69acef66d35100abddfe795100f06284a5d4778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 123647d6af9c94a804e7fa793658640b08193beffbaf6b2e0634aba237fbda8f
MD5 6565de9db64c45cc671f52d8cc3297fe
BLAKE2b-256 b948a51782d7e17913d12080b072b0fc11bd76a9ff239f8d79a3d5154f172733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3ee7dfce2519954a57d03170804115127444c75630390511cba67623b3aca70e
MD5 25279d5321fc2aaee956b97ea21ded38
BLAKE2b-256 0171dfe963816cbec6286640921fda69c7e05f78a31139257f7b5167a6cbf954

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