Skip to main content

passagemath: Symbolic calculus

Project description

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[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

Project details


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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (21.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl (45.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_symbolics-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl (45.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4rc0-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.4rc0-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.4rc0-cp311-cp311-macosx_13_0_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0.tar.gz
Algorithm Hash digest
SHA256 c1778b55e5df64d7743e858c8373fa1d1c69a29b25608f5cfc4914e5897c5566
MD5 4171977492f68835e7b5c84a64a8131c
BLAKE2b-256 82dc5205d1c33ac7d8ede8c815d4a4313b10f0ccd00440116198a92011e5e7dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2789bb58ff986171a7dd28576eff2adce33ff832c0a393221498648842fc9268
MD5 98cc3ad4c87e2769b77db792c78684dd
BLAKE2b-256 03680eb33dbdc8fc5579cb8df291104746c5401f3bcf7dfc9741845198bc8834

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9696c33c08fc2894e2174f00efeab89f66b090549aefb5adf6c39b48d07a56c1
MD5 9190ab2bfc3eb8a5f21a500865efc387
BLAKE2b-256 dcdb564bdcb0b21bf1dd511bcfab8a72cb7bf4f5b0720ba564f5e8a8c0acb033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b37b39a8a10b393e4141216544786efbec23248fcd3bd5c95a37c746bda4f012
MD5 1ca75ddd4722f816fd401de9101adee4
BLAKE2b-256 7494a66ad4bbb04330e097066c2f1b6bdc9ee36c7e4b31a7beeb517e5f3b19d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5731f865bd651d64a3a95c69b49cc2580b7a4d5899fd7ea0666963a55185015
MD5 b05bbd9330af4c3d3b6e75225befe9d1
BLAKE2b-256 e3324c5e3ebab9782b527b953b556f6bdbe34fb582fea72d8288b513ddbde78c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 96d73d66c03fed72e5d84f257c4de6103cb2da1b152ba09db7fb34b9a90948db
MD5 26172befe6cfe61c29b53c65d47bbafd
BLAKE2b-256 de34660dee70773bcb40ee2bb14162162cd052b991ea8182830221b76358a86d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 67ad4c0df824acb48632f27bec36a48027aa97a00f92ba97ebb1e94f9576d888
MD5 17e8b9fe7f8b70b459346d1a59c0cc90
BLAKE2b-256 9cabe04586a13f42b29ef98b888873f864b17fd08826bea7c091eefc1db8e53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a72e4b176e35a984bd70d7dfe535ca30de6d3cafe1d0ed6e873069f01eb7918
MD5 0ec4ba93da8c9b1b377624467a4fe89d
BLAKE2b-256 c649f3ddbc169547d4fb4de4fc9731c5982ff49bf55e5f3a348904481265642c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc8136945853bba7cf7f60bebd4c28d2983397c65d5433d86f05527b1c310926
MD5 16b72fc86932666ad50d7266cb83bfcc
BLAKE2b-256 bc229ab033b7e831735b146c9288c32eedf2adb5062be9de55ecb5595e89a6e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 354cbaa43b006388e0fcbecc0b30c553e892423a5bced9b04c3bc9c32d5754e0
MD5 eccf589075f6bf853e13db1f71ce3b94
BLAKE2b-256 0095748814793081442617c67ed93c034354e7435b1a0d6e8d634b66b24742e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b290293941cc5e831221195635ab1db8178e2e8253aac75fb91fd7e21648386
MD5 045c65ea3aaf89708764e61b1723efa7
BLAKE2b-256 9e62e20f97f47c13df8a39e9a79271dd6dcfb2c6170d41a2eb29b0908d5373a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a01d9477a15eb249d1aa56d3c02bbd1635071320b7cf2c0024f4f5c2945e5bcf
MD5 f501669eac3998855a369f26a02cd35f
BLAKE2b-256 a99ad0378183a56b0ba36e58fa3ea562adaee1933a0a72fa5250e3442d9e43a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 273030ae10e97268a453adb751e4eb1deaa35d7305af539b3809909a79ec21df
MD5 6c6c5781996817ee259aeecf5d672560
BLAKE2b-256 fb919bfce98128693f8933546bf91a7f21be35cfbddaacbda10f2105de5d77dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2f72486470654eefa9e844030092e9c0ec8a15fe701d1a4f6baa4bc58beaf9b
MD5 67b05d999d128c559f8779689f01652d
BLAKE2b-256 8afcb27f16e934de637a2aa7081780f483eeb86da38b1a45bd2fbb30292a5c04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6eb128d1ac886c20df9a329de6c45c832b9b0a6392e58ba47319b1f74f0a8178
MD5 1000220914deb51ccf2014ee5bbb051b
BLAKE2b-256 c1c9fe205bc34d25c32ce2ebe3d52a5b53aa4c018d76073ac2b1f5d54f93a743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f9188203568d10753534f50ac1e1377bf6204187d213b391b180ef45887c9e4
MD5 df0addfdca6927861bbeeff042e48ca4
BLAKE2b-256 c1c1032a14080af8d50b99ba73249e9f5e0666b6bbeea9e6a8952123f03ed6f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c56865a6634a07a458243ce2ee7bd2c348143beb3ef644178b227b8474c4be5
MD5 bf492599fb1e6b5dcb85c5cff5a62a76
BLAKE2b-256 1ce7d0508f9a533dbe0b2a94a56a96f599c0bf9d1a6cbf0043ba366468cf638e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0bf2984750ebb3aede3cc02f2d0450298550fb052569fa9eece15cd0ce4ede31
MD5 dc799b25680581655edc9231214fe288
BLAKE2b-256 9ca46543a7e94078d21efb2fe14bd530f046826c82a6439a2ba265ad1a778c56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d13de0af07ddfd34d44d27ca37f46a916e9e854bff66be57725f567d845a0ac3
MD5 e4d36b4abd62fca8aeb28fb5f851f666
BLAKE2b-256 0e01521984dd3c5ceb2ca8680e2d147dac22ee4d6346ebc9f6363a4cb908ce9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e2059020f8a1ad4a1b2789bcb8d0abcc0a56920cd8b250afbf1c1487543dd60
MD5 b424e07f5e62a88ce1616084a1a58958
BLAKE2b-256 8bd55d6930c685ca35af0f9537b3f2cd161f659200d7929acb0fd2eabdd8694a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fec0a2735633876c862804bc349ce4ba2e77d04f57ad03ebd4d08e0a35b234b
MD5 c6e438704e188be3873b354b1943a129
BLAKE2b-256 d5e6cd839d95c2f4c0e0a00f395dd263f1f1deaa88aa0f38b8c5fdd398bc6030

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 470fe0f0f9166099b74f32e041a5768a83f71d8b0d0cfa1d4acd5d2f895a4a2f
MD5 af98b975103d4529bf58aae20b58bb0a
BLAKE2b-256 4f462aff62718ea3001fc1be31e89b8c0e535bf3973b779e8c258b882c03bb78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b19184727129fa9ae359e92b2ebb95e848f24ee5f87b7ce0f8f4d1626c432cce
MD5 d84521d8a80210983b4caad2ec78767d
BLAKE2b-256 e369f0cace0c688297e510f7dd957cc1f3ea75fe6c966ad74065594403084a9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a29d13621accc0fd3d06a1b04c3b510c960c7f0bcad27d4f06d2953422e63fa0
MD5 eade6d5be243717de92f8a0bd42c0730
BLAKE2b-256 e17a5ecff9e962a2cea1a8ef3a593106456fcf9d7c287841603c78ba0560d147

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e052e4ee640ccf76ad73ead00b971e7cf7d5a7bd146d719d9e866ebc19ccb10f
MD5 4e7d3f3b5ca03cf301ee59de3110ba4e
BLAKE2b-256 2cd97edf532249594d38a784b9d17a99850cf8dc696f25c2af2c3893a255aaf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f05b7a0b9f959d14cf287c74e3a3c0308af8d86da4b6eda59aab1cafa29081e
MD5 0841543aace9a1614b33b9122ba555eb
BLAKE2b-256 149284836160cbed6560588ed4177e7e9e606d0619a2ced901d54d1237ea0abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64e2c332835bae2a16392bae54644fa4a853de150d622109c2d7a892471f0957
MD5 67f796697ca7983df207752ef85ce444
BLAKE2b-256 67f50e80598e440a8d68d8f179904695f4d64fa2700db1fb8c5b451a841d3818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e57175f1e90c0405839f9d373de2a8ec6367e021c680ff5bcd9463d1ca5b97fa
MD5 623cc559a75396809349fda43b1808a2
BLAKE2b-256 ff8b11120a53d8c3cfee7fbe202b37720aba7be29da54289ce0a4855192cde92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1113631945a3e690b7b4ed29a6e0eafe1eedd402c3eaa7f2ac16319b12a20a92
MD5 7f0636f2025af21ac679ae4e2c6076dd
BLAKE2b-256 d2a99a97fc95d19fa8f9f7386ff02bf9dbe653bea5978779ce0d4eced531f947

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b201b4331d14462b3e351a7912c3f4178ccb3fce9e3e0b0626f604aa4aa0753c
MD5 d610984909c8b4cfcca21fc50fa52895
BLAKE2b-256 e1e1b384161063d9d83c514d480ff6752dc31aff767de78d05704d49feade794

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 77f9d2df5ca9ed86db846f1b2353062114b100c6c95525d7ab1fa01d6d241dbf
MD5 dfb69a681a85c4262356468b7014df8c
BLAKE2b-256 33651e0130397bd8a70905949093356d020c71cce21689b8e3b7b0438a78735c

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