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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0.tar.gz
Algorithm Hash digest
SHA256 397faffeffee62ac548cb62b7c3f8c743487b32a08927d08b2b39bcf08a032a8
MD5 7f6ff3904c6565e0d05ee96bf2f36f54
BLAKE2b-256 24c58bf4b127a35e6f76b895032caa0bcf0e3dc44818b4ee7c4e6cb06f7f6b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d7efab84c6ba5be43c506e48591b365718f256148a48af9726050e45c81d477
MD5 2c2e8017992b8afec7aa764f46b00b7b
BLAKE2b-256 e3472917121ef27463909e9d8aae5bc23c0df7cdacbfc08afb89966b8b51a2f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7243b1a75e9bb43fe6c0d8e0411ad4a3e324709263a7ee776bc5adb65c3c75f
MD5 ea8812ca1a37f878f720a35e669347ba
BLAKE2b-256 86c9183d4e2c05f3cb7f6cf532bc521399f8b5303e8c486d5387f5e8882e6c4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29ae0748ed3b551f11c78b83d0443cd047abee4a98146f7729cc4b3367ff0da6
MD5 40dc422a95527249a9a25d2392db7931
BLAKE2b-256 e4ac99039b82317deb014d55988d85e3c3bdf9c1bd50a7d0109bfb75b3b8d585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1e6bfd58d57874b5a7c4fd09e644a0de09090eeeca6215a354346db7fac372f
MD5 f2c540c69ff72c13894b260b46a5027d
BLAKE2b-256 38a1384a7aec01d8d23c13d4ab47401fa23c45c2c69fb64c913d870eb33f2d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 43b2a848652b5f038411c3e706e95d283edceb17749fb15bea7a612916790713
MD5 4561f50f0b9dec241fe4cd07097a8b22
BLAKE2b-256 27c1160dc4a2e8778086d01a9261bc1bef6993c12e9f1db833438c71cbb5c73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e3d276040dd2c4359c0459fa0e57b234239c13af15a507514f322745a1f780ad
MD5 b0478fccc6df701f979985304302c94b
BLAKE2b-256 9cc8facc9b001eb814639815a8122d9ea379b55812ec890e642240efa405e7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18f33252e53de4279769b484b394abfd8488b5d39df001cfc33324500b5993f1
MD5 7002392bfbb89e1c9fb5abb6b494a517
BLAKE2b-256 347573987f27b3a695342f55dc6e19adf5f83dfd40baeece7325428c429899ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6531a97a8f52af3b65b5db4570d4f56ed08a626975d49092a594795a05df95c7
MD5 8b6c13a7ab41f3511c383d86526ec91e
BLAKE2b-256 79881b99d1cf75d98d63facf3d1d86091257fc7839921851230722f4a0c51ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 949b5157890053e27ccf60d9924484500eef3266d2d7a6d0f6e2efaa513c3ca7
MD5 366fe248d8c8951e6f10e1b2fbae05cc
BLAKE2b-256 41a177849fd21fcade6a1e537c1b3e41d8e0f87c98ed29592f96256d23c01e38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58749df8660f82dcd5d2c6021cc27d15a2097f1319183b033b5b88ef90ccc2e5
MD5 97f39a813924b70597156990ede3658f
BLAKE2b-256 897c1ab7af87f6a4dd8e19e4d2225d3f8249dc2c0d30de714d5767ba8169d1d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a70f80cc9846d725f39c75a7fbf45e7d2b13b906a9b320a78d908f4c2104a8e
MD5 4b6eb2f516a8891ea1e0217667f54bd8
BLAKE2b-256 6c0975d1949100fe52e5f2e3acdf9d2314141696ac530398c9804016c88df5b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cb05764a2f8fdfc050f7bff041f47dcac0a5b623cfdeadafb5ab04b7cec00a2b
MD5 df688b47423012fda065244878c0ace9
BLAKE2b-256 d8b29f4ca879469c73fbba67651692ee42b5a1013ebbadfd6fdb37b746945ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af056bbef80a170d46be9cb0145e7a7e119e0415c4862076ddb2909aca6a6fb5
MD5 ac694bae09fc96a1b876ae8b19df1535
BLAKE2b-256 b4c987cf5268001e891a51876d6c05f398497d27b38cd04a18b5f365f63c90ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8c857f8c7edaa84e9dc94d4bfb9bf2ac2497b5395d730b21e4acecdf29b516a3
MD5 7bd0201163e36497f5dfcd631f1a20e2
BLAKE2b-256 7d1ace0a6519ade6abc9dc7f46a8ca6fa3fad67cd4eb7307e69c3577b0c37809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10303102e56ff973b25342d45bb6d4296fb3c854c738a025e75cbfa69c90954e
MD5 1865ba694b373f6ae9d6ff2637febf71
BLAKE2b-256 a0fc991868eba0e6f3b3e30558fd028b5f157a5abd3d8d140da5ed15dc58a8c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5793c9f03afebb571f5cc6be7cbd4d51aea44f4ca38855c72674431a14a7ac4e
MD5 730e30438d6871f3d03005bf50e2187a
BLAKE2b-256 c09c03a0a0d767364f69c1a8ec31c66912a1594b8a3b4d754a5906c6cc97d6f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e3894522b479252b2c9e18bdf1ca36dc5b2bf318727521c16376e1a273951ba0
MD5 d19c67cceac1de3a6cd0a10dc8f5192a
BLAKE2b-256 b33d18e2eefb13db392685b75b7330a67254a2ac89ed068c7145398351fec704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 309eca2a1988f9c55f475e96c4125aae03cf8bd807d655d43989c551cb4d524a
MD5 53457d85de94b9e4fefb8207d062248f
BLAKE2b-256 7eff696b8746f84e69de0dfb9ca67fdddd84898ade999c69a803f9e539dde45d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a40f6ff4fc97eb34ca322bf147b41675942125354a0be045ee395ce063bb0193
MD5 b84ed5998c0df53787ccf2a757d57771
BLAKE2b-256 520b701896c6f08d2fb51082c280dda8b80f93884d68ab110f09a8bad995c448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ad13d8bcf84e544231f6b438d1044a264ed49341b5afded87e84b8a7bfc53b0
MD5 73d8be661029d205ff43c6c52d12ec85
BLAKE2b-256 3573db2ebc3c0a99797de46d63e55ec80754ea7052beefb388a016a973b18e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1792b6c2809fbfae36ca30a23f8dcd01d6a7c131a1a154d30ebb4afe520fd126
MD5 bd3091fb05d682169e81414f5e5ca35e
BLAKE2b-256 a724db1e35b3917ba2e06a87b091252e7f0d9589fe446bbc9fb1a2692f709c56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4591e23ba377a6e5460f41090be4d3ec59f2e8c8ce614e8b2c5dcbe1b9853ef2
MD5 c63dfc495f583da851af25bd544824ef
BLAKE2b-256 8529aba47c717670d3d483b5071b2eb452a7d9bfcd538959b2b21868aaff193f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c93ebd6fa05a4a31ab753667564c06b6344337e8e2444a8e73543f82968b61d9
MD5 f0d81fbfcbd17382203cff45849f5f11
BLAKE2b-256 26a06b906c31156612ddda17bd406bb16104c8c826990a32bd2c39dbb30d25fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 440823e6f9aa21b1b1a9a3fb5f298d07cbf07edac9e089b145e829af5cf04f6e
MD5 b70882a2d247eb3a866611bbcedfe05c
BLAKE2b-256 599b4adecee831e9bc1e98cdc00e0a5316453fd71f5d1b94f42cde127cdddb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cd189f004051817fdcd79c7be3c3c43133d0550150f0581f2cd018a2f601707
MD5 3c3ec808c38c68163b42cbe93b0d6b6a
BLAKE2b-256 b5eabb7406884199cd3071f38124e1450b3a47008f99c806d4eee4e9200d6a3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e44a0993ae741d645c527a0328ef38c29be0eaee5f68bc5a66070d6655786ab
MD5 c549c833df5f1a0420a5f7a92f4e8622
BLAKE2b-256 4dea4c21bd32ead8918be6d34b82e450ce1533ca8ba4c949cf762e47561416c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29c6c0c852efb8fb58975e4cd8f02edf4b1153b0ce565c7d1520494bd7622f00
MD5 0a48da7c5a30b5fb4f5261fb2df92453
BLAKE2b-256 cf51cc65e9917fcf8aebd3291d98eb3b40fa3eba6fc0e24680f158dbd82b9750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f24300a667d2b151ff027738d4f4cd624a8d535146fa863fd387585fe632c9c2
MD5 1d929a7710107fdfa4bf70909e1497bf
BLAKE2b-256 8b0e7e7c08cc5f9b80b9fb61b1c118293982524f1dbbe584682c45dc181ae3cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bdc4506ed4fa0ee0a9650d1a869c3b36c60c79c893f0f3f06f2fad3dcd7dcf6b
MD5 7a4302186291939803bb453342161112
BLAKE2b-256 d5346473421f5ed79d56c195143e1dd09ca7c2361eea9708c1383a8ba7cbf11a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cfe8ca85f79817c711d72144bf088bcf9cd3fb2f857bb496c7081710336e2b7a
MD5 4314245b79625df81f3ab48249a15d03
BLAKE2b-256 545968cdbfe270882ca6addce8d2f19fcb1629a957e8f98c9a5d45f07458f2c9

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