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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp314-cp314t-macosx_13_0_arm64.whl (21.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp314-cp314-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp313-cp313-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-cp312-cp312-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.3rc3-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.3rc3-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.3rc3-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.3rc3-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.3rc3.tar.gz.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3.tar.gz
Algorithm Hash digest
SHA256 aedf8631c8990d00aa7665f51dedf31ac11399e495626e8fdae6a6a8654e8fe6
MD5 d195561069d00f16b1574cc7ad6fb533
BLAKE2b-256 bf82049dcd2659310fdd78c72930dc214bdcfba29c8e41e1ae505c2fd54bd660

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f53bd5c09a21980df41a8a256fb57326c200cc6a1a7877890c6e320ee23bb8ce
MD5 04aba349cd70f143c8c7d92d135213d1
BLAKE2b-256 7cd889735924123500dd692ab2b80eb3a6d9665f5ca7422f62dd5c309a076d2c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1abfc31f32c8ad255cffa80679af8b15d1707415b679d924eea9192c86559324
MD5 24b287796d98814a0d7d6cd7b6a27ebb
BLAKE2b-256 8b36e770f809319d331c11bc6b3ead1cab15a447bf10d777aeb6fcf991c2ff63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1533aca31c29c458185bcdec82bcd6b2dff7221360cb4138ecb244303a30ba91
MD5 30ba6db20a41c4586cdedd396077574b
BLAKE2b-256 e2bf734b2aac3a3467bdd7332f9fc6ed98c6792dc4fd9507dbd262f34a80fded

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a5fdf389370b581f53cf7579d59169e98c5ff82502dc68595f9cfe1435de89f
MD5 e9857d4dda0015474f4ac62e91f7b22b
BLAKE2b-256 b952e45fef809e3ab0380de477dffa074dfa672cc203aaeca23170c7bd801de4

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd857626d3cbc8e17763c08578cdd5ac6b6bb3d1e65d6e3f264eaa977846b165
MD5 942f12096436083408f3145962849089
BLAKE2b-256 393e281055c76158601a49ab44d0f6f56e35e3f8d6278e77f99b2c415becd488

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 79a102afda5c213901ecba860a47de48eef859ae76f6c93ffe63eed880af0d96
MD5 e97aa006c866dc87c24952b99c56d642
BLAKE2b-256 8e870023da1ce718931dd15592a91a8d17b0de3773d1d45228b214baefb2125a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77a1a88f63d3c87596280114c5d91ceaa85f9eefb86af6a3455e57b74cbf3ace
MD5 f4459a81370ff17ab69b470bb66343ed
BLAKE2b-256 2074044d3cf72e282fa7d4b025c667262ba52a77475e2154bf67a621353ed163

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a00ae39550f10697c08dd35270ecf34db0b0aa2f3564db98f73898dcfedadeb
MD5 2b2b5d3751fbdc05c9f3133ba4b89458
BLAKE2b-256 a4d886a1f04036c30e60c7207692998abfcf39f93a4f767d9d462c1cff324d28

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbddc43b6c0af27e688c42b92a564810a2a6ae82dbc8783929c9231bc9cdb080
MD5 a4d9e7f240e05902fb300de9d247c62b
BLAKE2b-256 fe4772c57e5133d04aab97dd90495fbd260239091bc66975fa6400d6395b4064

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02361135606a0171df0ef5c3ff92e1ded01c5a58b376dce4fdc51f7fb76df7d2
MD5 ea141a54b4a0c331fd6716bd2212cc36
BLAKE2b-256 c7c506c142493a88510b4e73994278fb438a92f95fd7182c56a367e50ef5b64f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c3a37f8c195ef8e88a436e6479b1afd580b4aa963edc0601fb75d5831a5ec91
MD5 951831c0a1be71d5fb5635f10efe32d7
BLAKE2b-256 a672184aa6cee01c071afe578840bef620f4efa49d642c264dc4060a387fd6ee

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 56ebade2600d9734feffc977d4f77f2bbee5f6b1d87989655852e204211de41d
MD5 512e655eaf5a14afcd2c0f1acfa68d6a
BLAKE2b-256 ad3399e63075c30bf08944dcb8ac53eb4a8643d3384569b4ba53f22af4636418

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43bf3c33b9a65633da9137ba60c304a25d542205306746ece5e36713063fbd71
MD5 c192f6e821824d7caea3cfc163c75cd4
BLAKE2b-256 9364c2cc39268eb875bee763c1dc11cbc2c7235ef9ff9b05aba24b28279dac4d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 490e498068789e49035a160d9fc8e8bf2f63f736d3a62be6f10d942167151f56
MD5 f685d45e5875fabc25431ae665bd1f16
BLAKE2b-256 0e55c9115e2439cc21f6210bee7d68ff76a903aa2e8e99783750258343fa08f2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b44dd92eecb13838e482b832dd519769b34de22163f0f791178a0466bcf67566
MD5 ca4506b2a1530cd4cb9cb32cdd4973c6
BLAKE2b-256 405db1dad7308f7ecd2c6add7b97638843b60751e043ce7ec11c1cfd465743c7

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7757050fa5e65413ad09f88432c098e848b152c8aeb5d2811bda2ae1a866cd4f
MD5 a54f4babb6564bd3f3eae59a12581555
BLAKE2b-256 332422f60b288c79cb76b6dc85317fef2e7aebc90290b538629d83616dba5b2c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 10c9309c1282a182e62cf5df2ad5939c6548dfe5d53bf8135f5f304c2d6664aa
MD5 cf8df05edff7816c30f1d2d6849b568f
BLAKE2b-256 bea277e7e434816824d959f3aa1d0b0043018e0321d90432b93431dc1300727b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 437a225e42be55702077e8905049852bde759e4e8c2a69d7a0799828548cc1ed
MD5 b6b022cbdc089e6564cfa10033cc8f34
BLAKE2b-256 cd34bac9867e498666f7f0df4e7e3a8f44ffb0b7b637963e7e5d11d1d73dba86

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4ba1e8d914baa11a3a35a9331f6aa3e817a6372e7345ffbf6a23e6df07d6ed5
MD5 e16b4fb3aace81df5ab833c4d896eb61
BLAKE2b-256 d90de77cb4b9154ef8506c1e2d3c5d197994343e0da703fa535bfcf59c149b4b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1edcce435b02df200c3d74772d054abe768770c452f1383480f059b4cbf80770
MD5 40fdae1067b24b78019b011182ff6707
BLAKE2b-256 a63f2538cba244e50448205f8715148668b514b9594744316af714e694e744a7

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8011421e6d9b096ef25babeda7ce6c88286cbbc5aa465eb801850a6fd78846c
MD5 53b30cf832f4cf2c32227a95885dc37c
BLAKE2b-256 4da6414895ad733436f6bbacee370faff33838b35b780e981466d60e9be501e0

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c46a56e47e6c32bb239ed0db13cb36dc8e19be37050668babb8db046f9c4e63
MD5 2790cdc25031735a509824c562af32d8
BLAKE2b-256 91732d962abd33ab9b7b481e0cd3f6e4c0cba470a5c75be2b8b9acfbc1514373

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 03011105abb916ed193c68f99ea1a372fa5e982f29c82efa0cba9bc836b27ee4
MD5 df4f25d6f395725c1a35643bc6bc1cd5
BLAKE2b-256 c01601612192534bff31c6c547fad9ec33fc35a87bd7f17ce0079492a6d5c4d7

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8d027dec38e986384469a8971ecbfeff7f53ec7eb44a63fa263b0d807b5468de
MD5 3f24528427929037fe49c2f16ef6b239
BLAKE2b-256 6e8736d3a4e938aac330e0321684c7b61857b88c5319454069e5963bb095a296

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 417aae8c5a726a8b9608ccd865a237c7291e0aa51b25fc19b79297187231db29
MD5 ea0f8d89e2e4afdd0b8e6d57d94a05bc
BLAKE2b-256 1d5c62fd704decd945912e2fd9fc2f174c3b208b697f63094fcbc3564c9d907b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 289fb1e85646936315ffbb37c5320032dccf51f5f4be8495870a19568c2c9467
MD5 0ae0d53ca3df807203ad17ed31e25553
BLAKE2b-256 d695d0af703d7b2f6e40606a02dcc6ea7811ef960fdf193b160c1832c366ce19

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15fef0c39c1e5d3a1a31359e80733bf51e9ab65679fee504bc4d2d1eb8298f00
MD5 2ef3744c4b01ac01af84f5850f3c2a66
BLAKE2b-256 8e0ebf22ba90e2dd0a09ac0f1230709a4dc3982354730a772f07c35cbd1c3409

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89ee3e0c0158a5c6caad2264d9dcb1f24b539d6e987622a8c96fce699d2ab9a7
MD5 a01721ae38b9a8ad4d8306ca91b7f6cb
BLAKE2b-256 800af9bc1af303de4681878990dadf61ac018afbb1dd42ccbb51193b0c9c864f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5548d7238adcda3b0d9dddc824d10b354974d93ab04ba06dd9fe9e52b30acb5a
MD5 7f1fa0c984486a3573e012c83e333a49
BLAKE2b-256 b99048defc581380c157114ff6875357d075d4595ba3110ae253c8d0d7e21abd

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5b5dfd92bd914e34ff5a1cf8e0891228d8651d51ed37ebd5a1633c7e5d79d26
MD5 23142bc6eff46bb8fc1cbc93e2c1df80
BLAKE2b-256 2c8f52f8e20d5f8be0b67844c482d984743cccb35cd0d254f74350f0bfcdbcd1

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