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-2025 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:

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) 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.6.x series are 3.10.x-3.14.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.6.47.tar.gz (1.2 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.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp314-cp314-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp313-cp313-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp312-cp312-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp311-cp311-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_symbolics-10.6.47.tar.gz.

File metadata

  • Download URL: passagemath_symbolics-10.6.47.tar.gz
  • Upload date:
  • Size: 1.2 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.6.47.tar.gz
Algorithm Hash digest
SHA256 f0b57ccb741b846e867da618cf988201c548e78d9d4fd240b126ede761e80c62
MD5 5c3f35d7aeca1411cb46fd3ffd4deba0
BLAKE2b-256 4dbbfc42730baca5594da7dcd8ed466fe21903bf0d99f2e4f0901a22183fb568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ccbe10453c643881ac4a239d17ef60504479de050bf5eebb1785992cd54fdaf5
MD5 93fc8f536be245e4ca7dfa74b52f8baa
BLAKE2b-256 211c16ff45ac9674bdc52af094bd241e8580b3b28f06f27267eb86d175014982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6776bac0b820f89767a1e491c4b3735a5b27a3454f11e00f6e3c09a2ea2b6053
MD5 a15f2e943e34e887650d404e951cc7b3
BLAKE2b-256 f41a7395b1ca160df6eee938db64eba1eb0733a4722268e8f369a8211f8f3efc

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 765e6272ceb478d2b25c92df088eeef6cd1ba554638577d1dda23b97388124a6
MD5 597828352aa6925e9839d305ba48a6f7
BLAKE2b-256 a7faea13961cf662d8b6cb8213a611dabc27e93c42fb7cbc5a0c6264e959495e

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff824f6fd5821fef19a5d82f4e1a45cc57ba95cb35fa0975555743db21db56f2
MD5 65a8bf1122cc1d9eeb6d2211b1045ac6
BLAKE2b-256 da3fb4cec0755bd0891aa151b18204b309cc0f872b7968eba3df9d8827df938b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9212a4fab318393cc7fc06978dade3ff0c17cf0b663dbaddf4675a94ae65a8e1
MD5 e92472eff254ebfdcf014800a836bf4b
BLAKE2b-256 500d3bc6cfca3c2aa4994865c9d83ca3a33a009eee2dcbae1483d1d0be07a172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c175ba49387cfd136ef695bf98320dcf5ad9e4889d773a71cf5da75e2807257
MD5 6c89718fc2eb1ec67486b0f7edcdf589
BLAKE2b-256 57e0e33b336e7e82b3f26552952ac9da29e2e0f676aafb6d7e3a96d9f44a4768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1df653f125c62ec5836f119a5cb597c612bed1348e4507d694e078c65e5622d9
MD5 ced706eabd1e5a0f233e015f4fbdc588
BLAKE2b-256 3d2f46a1935f5e7c079a2ffa4aa6b3c39814a73f4b9bf6788688da3ce6e9f350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a04ea7459c08d9b3f94685db56f60b4dc94909fec1b75c1cc8560f5705db3b1
MD5 901ff269df7eb2296ccf7d1c7c4a2627
BLAKE2b-256 5b4a8b5afeed2a679ae02289e93322bf34e65c6d4e3c16e8eb111c1df9694d7b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d07ef58a26d1c87e6feafc457200d277689806e578d086b695e68932ac8198c5
MD5 8a95d14b8f104eb2e3028aff60ef6e09
BLAKE2b-256 e5715296862e218bdf497b69dbbf645d7e2af4dc409ef10061eccee477a52ffd

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40bf710bf5bdbc6db7c476c9263faea1eb4938fb3ffd5e2db84a082c95559c17
MD5 6248a6cdcdd2986c161a399a06a030da
BLAKE2b-256 fbd2ee0dbf445e447924b2bd7bbbd63217abf4332783511bc04a1e0fce3c1387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e35cc2f03e08242a2a34c27186a1e44a6e809c6b494ed0926c0151526a4fdba6
MD5 99583dc28411a29f49b4e1df0aa9cc93
BLAKE2b-256 00471379a6249fcd43b8748ff71780d91fd858ba70222e9358fdad3de675a242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a8edd49ea052e9bd930f17ae5ea868f9702dffecbc7bc695cfcabf601a3e03c7
MD5 8f73dab98f84fc6bf31eef537f1b55ef
BLAKE2b-256 bc4105144dfc9649316c1a7b636d260966692cc5858d9770a7ebf700f61e53bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbad8749f9f32c32168029dd7a3affaf13f8d3820b3dc922c2309aa4f84374aa
MD5 2f2a024176c4cbac13651fc182369724
BLAKE2b-256 65f70f740355893c4ff394ae5769dfc67305a340b2c665226f9f5d5abab2cd58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88a909956b627d5a1ca247eceb5ad192b0479b5502bf4e7c9503890a143d09af
MD5 7f6f8d40cdaf686aa87d09d598c809da
BLAKE2b-256 c90afecca97d9ce284153e13584f544b74f55a831b5b0dc83024519f1c4a3167

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8c0dd8fd901d949f9fe4fe67352c52d1cea253afa25e0a499524a83c61ea424
MD5 6e40d689759f44b969353401b2cbff90
BLAKE2b-256 39704bc94a95dfa75b7c44b9d40018e734e2a8a822193386061e27fcfda8d6c2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b88262081de06ef987309f93c10b2f612b6a76292cd1ae520e47c4023f98e14
MD5 79ff424c1a9ed71262bcf9103b38fb90
BLAKE2b-256 17b4ccbab57fa401b0f8684a4276fb7a26e1c54f2bb8564f0d5f782fc70218e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a73ecc9a323dc4c059f0cc4b21db2fcba6afcfff8fdce299d7d3e9e65b0af0ef
MD5 dc3efd1d03aa74e4b698c139a0d4322b
BLAKE2b-256 2fc7a0d1f98d67fd2a9cf3d315e791c61b1a5e7bd691fafa42e57d2dc3af4f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 477b9fe9fdb44197fe4366fe105bd0ac0c0695b1bbe2cd3ae82c7402e9ebf1d4
MD5 94ba03db7cf21b48f9d48b9330d14cbb
BLAKE2b-256 d06f6af60f5acc89db48b6ff7af12b83a04a93df9c58b02bf60c00fba96b9ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 213dc3adbf58d3cfeb6a044ef8d3c1004c873bdeba1d3a174732f1cfd03d6bb3
MD5 497fa1bdbc541b70fb36fbec322279b2
BLAKE2b-256 1d47bd26010cbddf55a346a67e3b0b48ccbd46814ff7873d5b03cf0bd97a2a33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2463e184ae43cc4add86a02d136b31b028ed7d7759dc0491b1dd79aac4f4f60a
MD5 fe7e92b64d55254f2b4f42506124225d
BLAKE2b-256 2272c0d1ac83f0adcee9f32de78111895e45aabec1482f5d6ac88eecacb86205

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bdecce0ce276fcb5261d6ec46374974276d3e0a6dd8a3606ab8ad037eff4e1c5
MD5 6c53b78536a523a1579f02bd25006446
BLAKE2b-256 392548a473d4d0f9a8ceae87a56fe96f9c2bece8f9e55b7456bb123aa4bde3d0

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 554bacd3e66c8a695ea99519769d06f73a859863b4972da7154f9b2d2db02db6
MD5 02236b5c7c3fce6bb552350a7c2422a2
BLAKE2b-256 dad33ec5c194cfb14dc2338065238f7c1847890aa1f50a7ce48d6ac324e5595e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 73f2540efdb6750b23f6db0da3d8960162f62d5b0efec425525b0b7fc25fa965
MD5 8828b813c15bd00094c44a77f23c98fc
BLAKE2b-256 ebaf346f7bb7cc036f589a55689d0ce9bb9d86efdca106e9b8cf75552ae70c00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 17f5f4f146b0f9ecc30299bcc5af09640a326930dcbfa129342be3da0f682f46
MD5 5ea3442e600f07ea1210a729ccb21bfd
BLAKE2b-256 d0601d3745078f6ffd22dc22498ef487ee44c9c155e38c392dc8b98cb84dc855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 848e947f15f1a3edb07967dc5cdbb8bca1051781330f8b1289b13eba6e69106c
MD5 2c2dbb10e6966414c4d6fb4c9fca04d3
BLAKE2b-256 a5b9f9c61c0cb0efcc51eaa4a0ee6597e8b6473e2700642ee469d24203c952d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e24f8a7b9327d3bbc23808a6c6f7bf08794b2122ab66d967e73904ed5f9ca4b
MD5 60f9a7cdafd75cc5d11c8c8eeb6e4bb6
BLAKE2b-256 62986887cc5e0aa1760358d0b7275a1b6ee9ab017f24974bac6b40e97f230833

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a70c6add34dfdc952526a03916b7d8d517dbaa0f507d882d242c4d9826fae04
MD5 d3ca24f207cb4d895a90fbae35cb406d
BLAKE2b-256 9144980c99c5f4cd8056d600752ecb0d85209ec18f1244eef171cf8ec10394e0

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b007fccd1dc4615cb329de5b502e52d4a88c756eb6b05eec88065bb72222efd
MD5 07821da9cf06bdbf5fe57c2b2ea70a73
BLAKE2b-256 2eb17cd4bd9a25ef7a6a7375a5c3e9942e281b23b102aa6a35aba45d61571aa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b52eb4c496daaa17428a569b89466340269cfdc1c76d79d8f59ccae2d48d6c29
MD5 fada2f92221e7c60cf27881acac8ab54
BLAKE2b-256 cbcb4b57bddb7343d7382b2faca48e73518b6b2e30c07a0282158ba060bb900d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 22ad53ba465f62efbaa714a0ab9080a9183512654ba6374a5e22b9492f4b38d7
MD5 4447042056373665c984065d272d847f
BLAKE2b-256 a954be31e07497b4c40a1d54b59eb4232f987c0602537d91ded2225e8b7a58bb

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f700336e11ac5faac394bcd53d67236edb7e9d5d43f7ff83af5fdd77a648096b
MD5 99429521e3574852c3ccb14ebabbb663
BLAKE2b-256 266ffa73a0804553b3bb18212bdad87199112855b19afdf0cbef93e541389663

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 feb704d9c8bb69f08dd4346d2c0babdaa5514a8ceb6fd3e5c869ed8415a8d7a1
MD5 36cd02766a44ec5331e7c2354b8d6261
BLAKE2b-256 f0575031a23b430db6328c1aef4b2d2d6e494c8a00279f39c36486a592f56038

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7744d919815ba9823e0f962292c79059cff0c3476ae42fe10b4fb26c67e505b1
MD5 62ab0179bdbc0464bf93d64bda56d6ad
BLAKE2b-256 77a9bca8bb9815ef801881ad42fcb244df86bc6da6cb60eafbf0ca8834c44acf

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e971f268dcdc33d10ae0427a6f0c31716bdf2bb67f44733482ee2b008d1958ec
MD5 66cc0e36a677edd765f41eb8a8c88b34
BLAKE2b-256 418ae43000f3d97f40a66d45c8c86bd39fa50395d2eb51297be7635194b40239

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 59ac72e3a089ca25332993aede1020a8c03930874aa4501d5d3af4c716efb946
MD5 6cebb65bbf9244959b4f586a68863f84
BLAKE2b-256 cc1f8a3ee19a587b9f9273106d4048ce9df7388a8a87345be69b09bba1a4d644

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7b56a03807aaf95ed138576d60788e3319dbb3f30d0f8f62ea3d83a11e626826
MD5 52f6105ba70c535d3099b3da1ca6d2e2
BLAKE2b-256 32b290a358de92cd6fa5431a1508d46ab019a609b9c096ba77fd7b6d0af4c6ed

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