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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.8rc1-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.8rc1-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.8rc1-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.8rc1-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.8rc1.tar.gz.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1.tar.gz
Algorithm Hash digest
SHA256 a0699ea9e836fa151df302c48abaa473a8799e2603a1dda8686c0a1a6747fe46
MD5 1b6bfea4a4857c3b212994d9af44f0c1
BLAKE2b-256 3caf3e44d7387e2f116a397a5dbb92b6909519e73283d2402b85617ac621af6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a23c941384386f86eac4533b4f555f0bfe7e9c69e5a2b79a4d263ddb6e91316
MD5 828cf22cca99e0cd71b2f1d3e7d05cb5
BLAKE2b-256 5944aff037863f1581f183b69944ea31f30fcdeb4a82872053975532016e0fd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e71b633bf14b158021ae90a23aa22b8a32d8424360179eb02b795b4f0f9b7e3
MD5 743df12f69badf5ffe30291312320100
BLAKE2b-256 2bfb9c39a52ed733c1e51351d6e7fcec6ab20cc34755fc06b620894c63edf772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7c7f8029c212a9420a061d88f30ffe8e040ddb95648c8f040f2fbd8eaadac5d
MD5 3586e1fb45e15df7716d67253c73f380
BLAKE2b-256 727966513a3a4d3128e48a9cdf2316461360d8643f206bc8b4cc3d00180ad4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8e3134b8958f43693624bd52413995b3500dfb1a7a820592909aec3632da035
MD5 e307085f2aec8c61245a49b1e75b507a
BLAKE2b-256 ef1dbde32d3db748b11f1a965bd4ddf19a55697d266967ef6a81ffb4e9437bc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 82b6dde5b36735aa7ad4b5bfd8ba02b1f5bdd6de21bcb95fb8bcdb88fcb5dc21
MD5 17a93e156ed4fab01d8ab5dfedce3fce
BLAKE2b-256 d3f93e56fea4957979126d9941605454560ed687618594d417e167f2c95cb117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a0388a9a4fe99f5740717d7faece95e4f223874b7727986206ccec7d4d79e61e
MD5 d9bc7223e46cf376bc18d8ea2d3ee379
BLAKE2b-256 03accd52367a373f7c67b3f9cf5e314208dcf64640dafe12dbed2447570eb961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7ecb2921cd53ce9fba019b24e7bb4b6517b56ec2abbf971ee9dc1454e0f19a1
MD5 3b6b38dda1c71486b94f19c7ed4505db
BLAKE2b-256 83eaaed155032d3952ed548344900901f4abe6e068abb6cdeadd16a644aadde6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac99a0bb59cd35b30bfb2119ec0d0451f429da65beeb8305b43ec90ce04ee424
MD5 6ca44203638dde02da6f295daa6b683d
BLAKE2b-256 2378d178715efbbc657c7156853fefc63001066ea15ce2e3e148a21ae7ac15bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6254a076e289295c12cf2280d60fdb30cd6dbcadef35e022143d5f21a0fb062
MD5 100b236bcac4f7f1887514a7c507f0a5
BLAKE2b-256 cf2de287a5e7d97286a5e572194232d468f5b199fc9faf984a73f4bfac09f3e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de84519ba9db7458fbf13ae2f1a4ff7bb7d1b0696cc4cfb6620ed88a1408a8bd
MD5 763aa3782378c100590f2c05d5e11e86
BLAKE2b-256 1d941e2915264cfe50b6774d1e2e02b61bbc647908e3797f3d2246c5fcf5f2cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9e8c68badce5c0a57462012b89a35a62a1688d2ee31372ce400641804384d946
MD5 87a03bb10a7470838216cc171a9fecb3
BLAKE2b-256 785b3518426e472bb13dbb70f04d40ce6977d9286a238395c4475aacc1713e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 69ee0cb950dddf2f33cf4b809f2d9f29b9a509ea594d933d7d8e0f2b00e99d6a
MD5 bd78087626d6dc9d6dba3b10cdf007d3
BLAKE2b-256 a0f3681f7149f67273d02d8056a58b474cfdcc9b2fe6b2566ed3007d01cf1e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59d689b6c9a08eb559a1f532318207bbe0ec141ff3c1f779dbf2fc501825010a
MD5 51f6825062ec7abdcf67bd857ca92449
BLAKE2b-256 ed4d2b424c4f1ca7db659beedcb26f8bbae637bdbc1b50c1b41b6f972fa2975f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9a44e5485237282e64473c1622c17b30a8373ba9b3037608d3b90492478f33a
MD5 26f39fdcdda065e888a53fa7ed89981c
BLAKE2b-256 4ec6c7b94414dce019d613d33b074b78ccdfac6361958a2e6d1e321fe10fee05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0a0b8284c48f658836e9f81b94e718fb3f00bbcc51a1bb3e58dabcfdfc9412d
MD5 c02226efad4496bf0deb4aacc458cd81
BLAKE2b-256 bfd338f6116c26c740ad7535243e74d5ce4c20a0f4a5a58ca5e23f996f7932ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a06fa55d5da7cdc03f0f4393639dce8a5dba76e27745bb7d02a15b9785723b6b
MD5 f6dad39a8be818dc005acd0c67d376a3
BLAKE2b-256 47307c8c73fbf141640421da11e9056548dacb47686353d39de7ec9021e0a304

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5386809ce4883d76aabcf12b90979b02f650bf21ed459c3bcca06222ef47887e
MD5 db6983b47eaae93fb6144966522de118
BLAKE2b-256 c438a4c36c804dceb8772a47a838ea6c45598d81c4ff04216dca14a95ecb3ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 75f17de2b22adb032c1ded910563d29f50ebdb6a4359acc9392591dba8c970ce
MD5 ee444f05ba00f581d56df40c5da74ccd
BLAKE2b-256 d2dd4e1238cb1f89e5ec157edab09f29b2964c92f7940fc9abaf2dd0a14563bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f56814360c5d2cb31714017c72654e7d0a3b198924ec403ba4705b6431a2265e
MD5 cdeea3c7cdfb47c512f19d97dcfbc64b
BLAKE2b-256 746bd9e33e66ea023af435cce72080d7e8f17ef779474a4f80d6e214c2d6b837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 84ca9ffc7d5e86006d6e191e45c1d31af0acb886ad5dc9f7089b933041b70fb9
MD5 9352b9383b6a57d3c88309b1a3b235cc
BLAKE2b-256 2070e74fe9052a985c58577cdc497d2ba6df501526e03172f471c3327c705f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f07aa16e6558fd698a373568bec462df12c28410c1910f28e1a1f65ccc72d32
MD5 d6d5b9d44863feb2cf4036907b91cb81
BLAKE2b-256 223226e69b7de3a5890dc6f5e2908df5fd1d3a0b541db96604deeeb7e4b45624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0248bab0a397c1a6a32927e4c49fc180dc0e5a4f4d43aba774887f8f7e2fb2a6
MD5 320cca2dc1d136bd4d44fb0de935ea1d
BLAKE2b-256 9301c8dfacf7def7ed2aa8e2049e96659743330ebecd2457209821453c66e0e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e109da7517bf4508c0a60d8af9982fce7ee48f1594df3ecc3812e210b60bef1
MD5 1ce3e07c772133a2fb921483d8ecf831
BLAKE2b-256 ab9885450f281b0229c1b392804460d1eca1f511dd9a03c1bdadfc6bb53cf13c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c27ecf5c3e7c2e26e03b8404eb7deef75ec6d2ea622f7a2b1b941526b2027c0a
MD5 bf13faa2aac80da0af4e58ea22b20755
BLAKE2b-256 a6d2d4ed150f9dd3fa86bd993e7fb308cb6882cd15b713a2378ece0b759b8fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a36b13d07dcc65978c1016372d09adfc75f71b93b9edc5192ad3c4d7f85c575d
MD5 bffe197d60d0cac62a81545da099a657
BLAKE2b-256 61f163f612e59d8e38be69c317db48d38a1b0edf038cb423cf929af59c90c6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6da08afa64082950a4a6049f7f43e61466a71ffaf5f4bd003b1d3390be90c287
MD5 709302991cf38908cda09f5f5f1e739e
BLAKE2b-256 9fe7e7c66b5ff0793269f4ee9f70e45f724e3cd7b5a384e7f7e36030e69e45b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9171180cf9ca867eb1af76cfe39c384257f1e4b8f960ac5e81525487509bd699
MD5 2db55ddf01bdc0fae41cb6f9e24a3b30
BLAKE2b-256 83080b10578937aabb8c3de5750efbf448a5bf9b5dcb1011ad0dcf3f68d163a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e19032681318934a839bdd051a0dad6820352e49effc196445abca63431e4cf
MD5 6d2df36dde3b035228aff29cd1ca4d9a
BLAKE2b-256 68710b64e358fb62805b5249ad12b30832e223633983ead668f8b1ddaccd4ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5710a963880bec47c7e66d82d22c17b23d809966b36399694a8cc59e7951e309
MD5 4aabb10ae05a6c30f91afccbd1195b07
BLAKE2b-256 852e1896c92808800f314a76866f7bad853bd63db40579a54c3fb22a80a0445a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1147b9332f58fc9f9b4a64b7288cd3ef541df69258e3aaf235089bb7956088c6
MD5 98dca34cbe95882598a970b7c7e8a0b1
BLAKE2b-256 c20333f1bda1e25b7bd2fcc34878d5b491463d3e7f638d8eec0c1878a8c8958a

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