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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.4-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.4-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.4-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.4-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.4.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_symbolics-10.8.4.tar.gz
Algorithm Hash digest
SHA256 4ab763796def06990a8166a30399dfb4f349708de1b5def35af312b40a409ba5
MD5 d81799d7050c0cc3a9a54c571f99a103
BLAKE2b-256 36d7127b14b2668a05e3c6b4f87b75756f615044cb10317c717531586d86991b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 435c8b971943da8f0aff8337d28fa3d046922d0500b03670e86551e30e77d5c7
MD5 dafbc2c9e248e28ae9da391877df3256
BLAKE2b-256 553fa79f04f61cb3563134098289d4d90cef80e58e9e06af964470ba10c205cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0094e74c00ae80059bb87b07fc91e5841e5bfdb1c7b202299c5a285b983dafa
MD5 48e8562ea96ed8603c8c541dfe0c424a
BLAKE2b-256 94f447ccf3fd78ce27dc1cf06ae356a0844f50ac5c2c97c1efd0790e3baeeb8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 219be26646e4bfcc7d114e4b0a29dd75f0e9f5ead0056421bea57739d68dd6a6
MD5 00848e572c2636b250e860159bb1f3e6
BLAKE2b-256 7a1415f1b769f7247cdfe8d7581eda3cacba47e33e91c5a17da19738525eb7e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7842d8ddf471c71660dea15aebb655e052e60441aa2803d7b73bb2da84197fc0
MD5 68fb26a1ee0ee3b66a0a5c0c6c4740a3
BLAKE2b-256 1e91c35f27dc761bfac49cf838da3bec5b65a29a922a974977060bb3e5fe39f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f85e01ddd09b95d7eeb07a5943befae8cb15e4895e93091a792b3217259afc4b
MD5 745da39afe64752f1877c7874fd13169
BLAKE2b-256 8e62e85b9659c893d90b567cf32ca8c3ef50cf90f952aeeda3a34bf7b56710ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4df9884a595970d3bc0fd29a1812247903a9b09ba05df20e88835fd9a0fd0453
MD5 24b348e30cc30b78943204948e08d3e4
BLAKE2b-256 6c807fcad8941b83b7c02d753e43c83dbe313b4a9b0aa3301001b30d6b8a1543

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cc97e48fea43e4a374f2cde765bcbc136afc79a79ccf4510413a4441db2b7f8
MD5 72a3b7ea2e046d9ba17f613778bb8b44
BLAKE2b-256 6503c0c61f02420e1a26c0f23dd013ca7ed1eb81814adaeb9773eb43b3c3b5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b47d2e15932c39b550e8a630f995855d7af501ac273a9677d48d7f2b7e56514
MD5 e73bf37bbe4e8cd980d835fdb41108a2
BLAKE2b-256 dad85f60e799703fa09a128c139aef7a68d791c42e0e7d921d8e8216bf8ae87f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0067142bc92b82be7f6c6a7b71b31a0413cd93765e25c221d04873231e5ecb7
MD5 efec10adef8a23aef32870d2d2541f28
BLAKE2b-256 b538e799aa99a9cc6e52ca2796d9ff525ffc7ee58cf440701991f621dbcdac09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d136891ce1fb2778914a49f0b8ad4f39f3341b89b7e8f9bd0949d09927c8a814
MD5 0d3a04f0f371f35cc216b2f21ce7914f
BLAKE2b-256 eb7017e1e79e198d1b8728713143b7e877c19a01153baf0fb9fa9bdc85f5d580

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a884a9c9e9d1cb2c44f7a13e2611c356cfb0b28316569d239836590ce87c98cf
MD5 a7ab859965cb4b8ef055499f0d231f71
BLAKE2b-256 c9c73a774cb0381eb5de3372f11f4c9b6f4fb52c23470004aa23cb1736303b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4fe89e270c58491115533530fbf439f12ccde9c3fd83c3089b4940f61ab7a6e0
MD5 f4d0d0853f03cf336f2dc2bcaf14e494
BLAKE2b-256 c42c80a84a031b26822de8b3fc36cd3f7fc3d9d87f993f1b7ebd6a1acb800275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 783990b347528980f5106c992e73215a2ceb17a377673813a0a95cff0582245e
MD5 094998fd1199b6d3cac42ca031fd31f2
BLAKE2b-256 5f4f69e32235eb7dff7f9b04471b340dcf9e2ca9de2437d24a6417724643ac67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4756fa8bd0f27c430097666fefa0adeeeca50004ac9999b87495c7a53cf72e4f
MD5 83c59565e1d4716b42284d25b70ff0b1
BLAKE2b-256 bc9a29caa67f37214d8a393942066100f51f8920c147892395823676c405085e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8235f42f4223f55d239e49dc1ec07d20621c74a997699e9e33192968360ea896
MD5 481889a89d72c8d903d98f53ff024587
BLAKE2b-256 4ac434fef82e8a0b3c0df7cb955c0e80ebd2d02b5d539fad1b9d516befdb6bbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51176d1666ac5bd9b2e87923587ba95a647209ecd5b17cbb85a8348fa5a4fabc
MD5 dbe37ac9995f6c817473675092bde496
BLAKE2b-256 ca99684594480325e1fee79601660e63244047d0748df2ba48ff6d1c7449febe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 956c69b982ee6fcde77f167e83b7ef5473b8346901852a2cac8b1cc87017281d
MD5 367e9db7a0ce6c51e8bd2a9e0c5e607c
BLAKE2b-256 ed7cbb4003bdd43365076d57820a38c2cf10b8e0545ad0427ed5e6be978dbdd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b21224df2343f90fc4096219a1ce9d18bda34ac99ff3513bd7487a8f890efae2
MD5 4b0dee1f728fbf4881009d9923b6f921
BLAKE2b-256 9613e9ce644b86f29e5ff4f77bed9de68d5b96087a7afdfc07b5b42a5a3db91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc70fee9763eddbba481fd94854ed6e4f35c7aa98aef1fd5262a881b70b58ac0
MD5 996e0f9e24c37be0e5964390c3ef955c
BLAKE2b-256 da285fdd0d5efdbafff1f787ce1af2b420df3a7ae78b30bfb121078ecf086ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81d24ed5edb598db96052437683ca365c2b1a6c520a164b8e35c69e3899abcf4
MD5 d369d9b9803223eb4dce64e58397829d
BLAKE2b-256 1e6df6fc7d7c8cdb87516e511efe47cb1783ef530c14c54dcda8638995cabb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03c47164f4319c4236afa8a00423439f7458929bd2c99a0b5cb47c39e3ddfae6
MD5 1b7af4999439b048c82dc8b8d62863a1
BLAKE2b-256 6014c2586cebffe700539ae73b91a6d9b377a802c81b346c0a595da3459943f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36be0fdfdd8db7f880021d69fc6296419783fa452810d138e30dd89f9a0730d7
MD5 1f42423c3baaaf313852f462fc195ca5
BLAKE2b-256 f035ecfae39f7924d77d00989afc46219d3d4ee2faba9c0e912e09b0b70a49cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 856a91a98d00fb37dbd09d100f34b4ff228e34966a2a5b44430a191f2d623a98
MD5 5a5918c98dfdc05c12c167f781d68502
BLAKE2b-256 fd03b5f29d970b3d9aac84d3e8024516e4de359afb5a6d39d20bf91459c34496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 211d4f1fd170bb05251d1dce5105475ec683e2fe89ee2b4c19995e1b8665ae72
MD5 14e9f8e038b5ba5d188e1d1744da2c6a
BLAKE2b-256 819abc1da4f5c858840322621fc8d1ac796de108d82939839da30e5cfc2cf673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7abc0fd3de4ec7db1f364d53e57c58febfd53a7e4c08738944b492638796ce00
MD5 83ee5972d6ada1fd7bd7614b8ca8570c
BLAKE2b-256 9f5ea68db0e9c3708734d74162e5c581bde10917fa77161c753340b6fa6f0fb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90b2067070361d5ed853770e0c8209322f99bc951f98427c42b8ded4217b3cc8
MD5 b8b5df501de0a901829c8d83a8e04be2
BLAKE2b-256 803790f19ea2c4d736e09221aea225dd383e74c05cc48bcd26e69726cd19927c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5736c9adf793dee18c16141b34d8741091d918b02f1a9eddd361233dd0a4a3e
MD5 8b5c5604d3236b6fbee7308f4348b988
BLAKE2b-256 b499734af6083c2c54add5039bea08674aab3c04a5127ffd0c17487c73a92df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21c848c20ca1771d02450cf9767b582c536de5adc5de7853696b8bfc424c2569
MD5 23b48c93ca5a96078632a91d44eeed8e
BLAKE2b-256 9c982146d6dfbb83157602cca2611189d89e175ed534b0bbfd3547700b8be28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 618b77e88524c1a3e2cfe3d58c45d9557b8972352152a8a1d98dbecf3002c9a4
MD5 327573a458427c5956c94e6ec7505535
BLAKE2b-256 76460c34ddafed2292dee5d940fbf5e1898b01148261b2fdbb605a2ad00e3772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cf4b0e549baaa6194951ad8501c83378c7d8382899868f8f51f92b238381a82f
MD5 b69e44ad76bd161ae59bab196846d4b6
BLAKE2b-256 6d97768124e7ff90cff150317cd5404c5ba22133d92eb19e40bbb8b6bf3de054

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