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.13.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 sage.all__sagemath_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.28.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.28-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.28-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.28-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.28-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.28-cp313-cp313-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_symbolics-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.6.28-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.28-cp312-cp312-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.28-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

passagemath_symbolics-10.6.28-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.28-cp312-cp312-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_symbolics-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.6.28-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.28-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.28-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.28-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.28-cp311-cp311-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_symbolics-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.6.28-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.28-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.28-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

passagemath_symbolics-10.6.28-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

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

passagemath_symbolics-10.6.28-cp310-cp310-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_symbolics-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_symbolics-10.6.28.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.28.tar.gz
Algorithm Hash digest
SHA256 e78cdc9b492ed7ea8decb4d6abc8bcc3f13e5c1627e563dc5aa8b95e36a3f07d
MD5 23b9c14f81a9ba78542e2b0aa3682e30
BLAKE2b-256 1e2321824dcaa410ba3a84dccdbe592980c126eae36730ea050a1276f8702b15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4addc5bd3b03fc12bbeada2a9aac6d0b96de4c807a841964479697dd1308e661
MD5 5a8a7b344fb60612a8f2d59a8668ca70
BLAKE2b-256 ca163e5ffdb4ba9364c84a5961ccafc606a8b477c0b38f96ed31c9b72567f65a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd3d83df22223302443f0cff7b134bbcceeb2fa8a89a89b13160fa991eafeb3f
MD5 8a93780d82dee4e04ec639651e8e2c74
BLAKE2b-256 39b57f13fa3d7d062690cf7e19ddc3dc430a497d614fe39eda538efa63284b4d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-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.28-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4ed80df4b3a558b6c29dfb5afa81f015053f328a28421a1e7c6a303b79ace55
MD5 fe5ca586e6adc8ce1de535d016b0677f
BLAKE2b-256 e222896da02e48c31e555f5bc4a33aa23634c07ae88cdae6a5e3076a30b2b9de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb648c10bac96ba28180f29328f1c8032caecf814ae2f0506199ae9c91d8e57f
MD5 5a0264bbde2e4c543234518c152f20f3
BLAKE2b-256 0cca9a2302305107089e2777cc36c8bc6ddaecc5a916ec7e2378178b8f872bd7

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 256196fbac79f2be25ceefed3cd1a083b6b4d96688ffc1e32e6530f66747d372
MD5 a8854d4128c667af47da892c60477aad
BLAKE2b-256 d72c6777652dd5e4620cfe1a317e532303e0d7d725e6807100502cf7691f0850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b4e5277f1b9c8f7bcfd55861b2ee315a67e097e025120b27bbf3356c2e5a1353
MD5 49360d46f327327ef6cfaa922b9a9d18
BLAKE2b-256 ec11ebeac184f71f08792ca88b49160ff50090b28b09f0438336e635ac0e6ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c3768b8d054badead5855ce70ef96d773eda47d3015a53a85d93e0448431364
MD5 86558cf7945e2199789c40713b182fbb
BLAKE2b-256 f51a84cb0c2448a214bd841eaf767bcfadd22ca63d9fc73897a4df1016f5527f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 98dd32c6a62d47063e40fe8ad0f5378e2de6a8e00ff20d6d6d231a13f368102a
MD5 28f04ca09b5ef0aad511b8225309e848
BLAKE2b-256 b9efce10d1808d6a06b8b6adbf0032afd64cdb927b49932cd05968ace81c5786

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-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.28-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74dddc3bcfcfcf68de5b8fbb774e0d0304c225a7f41b5850beae82531147b284
MD5 7c77f6292cd07475fd54bc601e675889
BLAKE2b-256 31f04b03c1ffcdf9c3f066f8b0a191b2da4e5a80d1eacb9e974bad090d7aacc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1c4eab2d25e5afe93aada0494f1d778e54f3a111bb133e3a182e45360d0ee8e
MD5 d2ad5c50f593a8a639fdeb94ddd5e7a8
BLAKE2b-256 0afd1a5612a50a367afb94971e951ce86c0c3622abdbb2f99fd98c0c4de43f32

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9e1c18753101c20a91eba882548404a4a85dedc963f69d12a610bbfc239ed675
MD5 58311cedecf6d42ff2c0502064db006a
BLAKE2b-256 b30d72823a025c27fdb67b3e1867bf56beb716d82103deef05b0cb230e49e585

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e19210fa426ee717c4fb7674977d34575d3a7745fbec750d00940e6c0857ce65
MD5 e341fbf357be3b3b5e6bd6e58fc34fe1
BLAKE2b-256 1cefc44c196adcf69b3252d1c754eed11d66078b47ffbf665cc0a4d2be804a08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfa2e33b155c64ba70b9cd0a53d898affd82a52f9fceeb1d5117e83973e955ea
MD5 999eaa6526484423c198ecc19b6495e7
BLAKE2b-256 f949ca4e6f0d4f5793695d3c91db16aa1dbaf20651cbac3fb3ae20be4926449d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dd0fa099f888122a4ed08be372dd8284c72dad2a8e1361f836a537bb1ee35e0
MD5 66c9c73c95dbbe4e5b586033b9f0e828
BLAKE2b-256 b1a839408a224aa5180bd48287378090ed97dae8e363f75be1153382bdb2f041

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-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.28-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce986d18087ebfc433754556a27b873a64710536634a6d2e3207633b5bee1eb5
MD5 cd012707677185ced14d7abbb08901fe
BLAKE2b-256 0681d675c8cc26daf60f103046c03d0bdcd596927fc99e19dea85959e6cbf3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6ddd5e5c967e40cdee4ad52e0c7d60c8204b28273c6793a42ac73752f314f46
MD5 e66924f61c24296d2bb4f962b5c03fef
BLAKE2b-256 a2003059abe878ca821e553972e8f4717415f0e47a935cfd34001a9b13dbdbef

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83ef0a9c16d9435e85006d0045275421a25eaaf68fe8b02de7034c9875756016
MD5 a9a3b274e80c681f11cf59f8de367863
BLAKE2b-256 d2a6ec9bb51e855f067dba481cfb65336ca37bceb6de8f4a8d8f5eadf7566c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 87614cec58d79319547d93ec322a5b1fd6e2bbcfb1d45c555a8d99fdb46307d7
MD5 9468bc589f581efa6f8619ab4402f347
BLAKE2b-256 ca8be9c33236045c5de771b8e8ff62668ae2de26e88f796161d00371b5615b5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18ec8d16b55936ed2c99301956dbe28b45fdd3a4c9adcef80cb9f1a9a91fb970
MD5 2a361199587c7e9285779424a62a1864
BLAKE2b-256 d71fd1a84829b46c0c29c1f0539a8c7b83e2264908175e47f2c39c890b7be834

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0905307d2f029fc595e00f337785d571310d0a989d568292d93a9c2a8c99ff28
MD5 a7745f7d717547dd44ff0738f642d84f
BLAKE2b-256 a20c31414fa7bb984ed3a2429467da4316ea1b9007cf5331616a79ce67cfd017

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-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.28-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16160d3677c2ab5b8ec4eaccee57fc8094d16cccbe7988e2f00e2b8cb49805bc
MD5 2ffc00d19216d3b76b9ca063928ff8ce
BLAKE2b-256 256f16c18dc11d996aaee9e7e2ef3c544601a9868e2413e8eb2f3150ac0e9aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71ea0301cb146e62d4a18cc86be06a35bcb220685b7caf613b85a0c41d1fc59f
MD5 34f57492a7fb19b7e7059e4da4f0068e
BLAKE2b-256 38237a993b5ce269cafc92b79eb9c5e6892f0cc323de5b9e8cb1efd190a723f7

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.28-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ed4efffc982597ff785270571a2d860886b66aef3922ea0a02f1c39db3f3c7b7
MD5 aebef2cd95a0add4d670e6b053021e11
BLAKE2b-256 a6e2ee4d1a4702a876d6760df4483518b92a77bb83b2f85cb9c7b0324c93d7a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 778fe4beb0de46d5d50bac8122108be49c66299d104048a308d780e87fda98cc
MD5 a01634cc5f06bb745e97cced4749e858
BLAKE2b-256 dd693d8c2a16419ff11ed9153ed4c50b5f379d882b9d400aacd0a5b284ceb644

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