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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2-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.2-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.2-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.2-cp314-cp314-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2-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.2-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.2-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.2-cp313-cp313-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2-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.2-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.2-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.2-cp312-cp312-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_symbolics-10.8.2.tar.gz
Algorithm Hash digest
SHA256 fd172be6025051a5d7334e123056070326d7224ccbd106765f853894372cbeba
MD5 b9a13fed6c4190edbbecd1f90f396af3
BLAKE2b-256 4ae3430760b288a612e355214bf0423fcbf1f36204c0405651b44cae5ec45b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b72f604695b2d140605052f32be359251c1e9a6fc3f07e532b33f6470b2bf47
MD5 1d8244523053467fb2dd9568d92c6142
BLAKE2b-256 7ca75f1a57e05d97217cc67ddab4ceab8ea7550f2a77727700f05dc61760e099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a50c7df43b926b6d0ec79a8ce856b7bbcf0b73675e44d2f880072f2fe8c4c32a
MD5 acb0ed601147d1040705182e7c3a248f
BLAKE2b-256 ff3fbd67e1d5cae82d97801acd0a4942e06c65793abb7c9cfed5fca7f6344c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77843c4c86e897f7f58c5419230b2fc19eecae85364f8e4d9ea911817eb511f1
MD5 254c15787caed1e179be3cb78a7f93e1
BLAKE2b-256 f760a3654fa23d0960b897952d3960699c959abf0c98b87e531692d2ca794116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cea9c2ed423c4c14cf45050826f3e1f0314eb994e6789b3343e6cea3834115d9
MD5 086818e2602ea6bccd41265e3fc06473
BLAKE2b-256 3c7684a42f09eb88bcf047633b8343212899a3906a48320854836b6985f43416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78301c1b47c0c11a0e8b13f1f5a8d0930b011b16dc838ad3df77996c40ec6c42
MD5 66c3397220bf2eaadcce20168f2a3e69
BLAKE2b-256 d1746253c8d6c336aef24f28207c9535bd3eb2640872b8d6f937d81913204ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a460556082aeb6aed15e2de0f338ccc3fc29dc75fd5bb03bd3027dbf3b2e3d89
MD5 b539cfe256c2028993c8647b1803614d
BLAKE2b-256 63c9800fab2a74f71eb8a9f6e8ef6d33aceffba798148cf7d5793b3c88ad3e07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bcb4ded4797045e08a8b555e0b81935b0bb47c3e49c9587d0f9fdff544755a9
MD5 de06deff21b35724e09724492f765570
BLAKE2b-256 b1acb74138f326edc22601427debe9086463e6ea7f5e4403e0b74c9f08be6829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5dce872193a1caa96a0185019697f22d98cec2c8dad820366ca2f341f5f7b341
MD5 04d62253aab355337ab151e582aeb198
BLAKE2b-256 10eb90c2d5530b9fda279dd8b9ccbd8b6bfa61cb46645015ae91f1582b0d5a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d517df47638b57e83564d34dffbf14281cd242d8c29c4882063ddafc7526e03
MD5 b311e33077160442e9698730b61d922a
BLAKE2b-256 8d95efea25ee1201c27b727e3a502553a21725292f40644d46029ed81a64d869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8bbaac8ead486efe930148270c0746198848cd4c63dc6dc941d693c8121e8bbc
MD5 7f914c78212f1df1753726d53e10f75b
BLAKE2b-256 e3095221a67f3b48556bfc5498a02e06973e15fed05b2dd65dd413342bbb0839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a1671b3ca0771ff0c5d3e8f7a97d4cb35fa2dc637975a9ed136d28432e623d7
MD5 4328a9e0b337d13320e8a370c0dcb677
BLAKE2b-256 ebd7d59c0f7dba2446d93fce703deefb58d898bd0f49cf330aec016d999733fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 32219880c81f662953b01f1a44e05361900c3857bb0272ce3b371683cae102a8
MD5 0194ecf7b5743e14aebe8dd0d5a10e23
BLAKE2b-256 f01aa0097d47174f6580ff0f4389a76329c1bc6558a644c74e752e337a24ec9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11a7bd7e3ec016e80212bacf126bf2785d50e61a77df454a67b6ac05cc77ca9a
MD5 7a905e1102848dd4e8b42fef6619c790
BLAKE2b-256 644a46c61da99fec0170f815aa81a7d3af218a9c22824a7dbea70685ca3536ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f826aa4806df848b1d6661eda59b6ca6a2c9ab58c5f9b3c01647e2df1cd40775
MD5 2afc51960fd3c2d9b33406367108c860
BLAKE2b-256 c2f52a8c076708575b52d6dac55ce92dd6393b222329e049b1b8a2f9194ac5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5eaa6fa2fdbc48539c42c0e422f29a39c7204a5c531ad7ce85346599adc04c5
MD5 1c3d3d4919cb917e900679e5d7ce3e26
BLAKE2b-256 52f5131b15bab924791556c569c0aaf8b45945eedaad87c601e02df9a5e88171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 192008b9372e3a9670c4bbda87b3b6d20ff58438c5ed314c867e5ee74572170f
MD5 1d4d1c599932e5c554b59cbcd3b1217c
BLAKE2b-256 b688b46adbc76b22a21d7a3d53d8bb96182603ef7eac3373ae28054cfdff9f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 612991b7f1cbfc73f35973e50c548a140ea77c7400573117038ee7d323396840
MD5 e341a675407ac36e902f8a653544f8f5
BLAKE2b-256 8842e2cb1504a04444b8a8bd3b2a988fbae3cc166ca3cdd6e1c3c808614457c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f29c493b4f3d4925e7ca14b912c1b22f6888c79172f61b529b3b897cc8ff6eda
MD5 4490b676f7fb1dd86c6ec53046758caa
BLAKE2b-256 27f49f4ef0c9f2d399ac3e8dcc533e56e039c92e98be144bffd49b8562473ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92754f77acb6e79ec22563d4892e186542271278a92adac05b12dc3270f51691
MD5 50a951b8b79897d423ce900e61496e60
BLAKE2b-256 8145acf44b7acfa77a0ce34f3f624a0a30fc63d3b60f3576cb9b31b8f02f8a09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87c31a4c92d6d5d63942e72c9c946ede9e2f4217a86ae33eeeaa73041e7853e5
MD5 d2d7dae4ad72cfff977a848d25576a27
BLAKE2b-256 f1f9d26ef3686822f7d984883d104987063c3ea79b848829532094a7181dd3b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2e52d3e32776629c8330bfd8f6b2710462450af6e002912e7925d87be97428d
MD5 27744f23e1ea5ca7f26266c9c671c116
BLAKE2b-256 5764369ceced051f13c615cdb92f520fd6d5624ce32da843157ecbeac4f558e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e1772d22c0f3ceea385475580f4f7da73f112fef28ae22dcabd6e6fc2ad1017
MD5 84b16a7ab6b017bdcbe63eeb8704f167
BLAKE2b-256 bb082d363cd18673f85897ffb13e2cffb08731740bf2fbf5cbaa09b81e29c7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0c2a5ba0165829fe940f7b9ad3daf97d191e65bfddd67daeda239baca7e7b557
MD5 f5337a94da2fdac4210dee6483f757f1
BLAKE2b-256 fdf970ed677758a9d9c9a22b1fcb7f955c5e97ab1e4c6ee616076b1df54d455e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1710689275beabbb9f2d842071aa8e6c6da4b7366adbc475abb9bd770e66ba3
MD5 822e9a28b9da59ff13a195aa9be7c726
BLAKE2b-256 a3abe10e22fbe80f5a622308538927d0958bafb1b97f2c35c36c8c42684087d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a07a1bc4704f1d9fca702e3498b82800f450fe0a35f4f67aaf22161fe88de242
MD5 1c0bdb24b55f11fe43603ee14055edf3
BLAKE2b-256 1ca990e344b0b4daebbad1cbe7f1846f429968451261c50a5a9e26d066e25e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 420827ca3ee92c62da39996ab08c2ed88c41008be08f1a800f82ec33b7fa6cc7
MD5 4a6899d9c0412f82ba267c7da566477d
BLAKE2b-256 e6618d1e80ec4e20ad4bdc86bccaeee0ff73bd74af9fd5b04101ef5c199fd47c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deac7c880c92f3af0a4c628360c2f29980c958f5984730932d870f373fd92672
MD5 aca1ae1575e3701273adbb796fc35ce2
BLAKE2b-256 e2132aa50aaeb41819fe489493bd6a15f140b045bb19b503b1234949354031d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bf6bc6771f9d5fbc1187b352453505e1334188e3c0478f09cc812662f4362b3
MD5 2314c46ccba442c362be48c57a4276ce
BLAKE2b-256 b82c2eee4478dd03f9e23e25028478ed709a5f11f865c42b45fb01715598a9a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0cad0da8d4ff0c47e0f8db6b4280dc25bdb097f3c11e42c97c16fe5a471a5b72
MD5 608511a81ca497f1540241de04bcbf75
BLAKE2b-256 1ef154c0d0cce949afcb59cd1f1861e794fa118a52862b49f95e89ed09177bed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d8bbdff4fe86fce4a2ed844257d2a1570c91592d009f360e8006aa40d3356f1
MD5 5ebedcc9709694061a005026c1835aa4
BLAKE2b-256 4acc13ea4dab42b0640aa37605738d39f4824d1dd592b0736d3a97feaf02ea4d

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