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[mathics3]"

Computer algebra system Mathics3

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-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.5rc3-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.5rc3-cp314-cp314-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl (45.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-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.5rc3-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.5rc3-cp313-cp313-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-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.5rc3-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.5rc3-cp312-cp312-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.5rc3-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.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (44.1 MB view details)

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

passagemath_symbolics-10.8.5rc3-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.5rc3-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.5rc3-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.5rc3.tar.gz.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3.tar.gz
Algorithm Hash digest
SHA256 98e1672418e468d12b1c5b1d86431b2e37f74d45461c99c6bb8eaa07c902555b
MD5 faf89c6076b1bd70d55a6d862ad53c9d
BLAKE2b-256 a2f9abf445894e87b926a0c3367c47ed3cdfc6006fa25b0f954b17aa12f0cac3

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef022a429912db1e647d349ba5d3111cc8bea898eae8185ba6f80127deaa1e9c
MD5 3ba0a24de49cba89fb2d5b88f6a086b2
BLAKE2b-256 221ed9f7954777da79f18cabe420951a01be13eb7cd0e6b633fcd744540419db

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca4ae8373661d6d0f5e88d3f463cdf8eb10536c91328824effa732368c9a47ca
MD5 1416fb41544ed637d5cb58bc82bebdcd
BLAKE2b-256 0c9a7dcb1802b335dce2d9ea4bd2cb163761c9a85532d4343070fb47a89713d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f948bc5616caf0d84e57737583537292a9aba81cdf8861b78d8c9fd8211fd2ce
MD5 de2e4814a0f121f6d2a0a0307a8347ae
BLAKE2b-256 41ccce6d99abc02d366d06e73bfdaa4b027c911f5523b3a8400de1fad3206c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d451e6327733dc268573d63139b4f9f0c83a7b101c8f1362602b318fc8c5dd84
MD5 a7c7de418249f547fb669c6de3fa58d6
BLAKE2b-256 c0c0b9d744ceb145979a762b1af650b7b0c8c4796332a9a53b52a61d38cfeba8

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed2d407fafe1c93429e8fc35f8aaec00eccef5eef4d02c9258a865d7a68e7b21
MD5 d84a11085b7ee02d47f418c9fbcb700d
BLAKE2b-256 9eb197e99c50bb0ead108d5ce592646990a9bde5d70e7b6d337ec0c6f08658fc

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2634416db5742aecd7f841348903cef51ed14784af6b7b21b303f3b1332e0870
MD5 371625f9cb1dcc7f7713ad59d9308ad4
BLAKE2b-256 de98a862eb2ef2843f44ef571f61f9a472bf7ea1511fe823eaf5889076acbc22

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6038416dba1603d23be9019ef8533a090c5ea3befd1864d88b9b36b1c49675d1
MD5 f00c2fe1b4a63de5f45c2624ce1d60b8
BLAKE2b-256 c5d314b71eb4238fbbe97d69b701dac18f3194e113b32851d1295108169ef584

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ab9de77f58f836597122aee9845ced48c9e6eb58cecf9f1a961a50b36ee5c85
MD5 57e8b7049c198d8a2eaf454d178ad52c
BLAKE2b-256 dd3fecdbd663441e1a540a4edb814dfc15cffb8358b43cb22562d9aaed7b2593

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44edc78563d80759a9e4a3933e586dbdbd322df0beab888cdb6c956d73673f52
MD5 b9a8e00dd89a8e25423b4b4b2e41d3c5
BLAKE2b-256 5dcdd12036619416da797e59417afaf91f7f386a75f9368e4e027ff12b17284a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1b1173f0b165502221f6384c5af1d8f06d361e3eb7b11a8451aa7cdc390edf6
MD5 fa7ff1509ce3b1d041db2139ce4e9346
BLAKE2b-256 f29881860e9dffce9382c431fe2b1a69ad9cb78c0f537795e7d9782c9c5eb06b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fbcf99b04b15cb36d9021048558a03995a9a5127b2a306b727d47b978d750cef
MD5 f7bb25be25265a1415deb53682eb24cb
BLAKE2b-256 453dc7a1a5ef815c7714d71593bd5833ac1621652e70998d905f1b5a36244f1b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3aa6155495c07b8feca0d85a6c44e63baa7a77c8b13b895b0472635168b3ae7a
MD5 127d3a6a6f6e2b6fd0d7ee445a7a338e
BLAKE2b-256 52d520a31f4b59f50ad42243ae99b4d592703d4275057d1f480588961db62af6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 167eb887011e385713bfd9eadce14de9b02f42f90e7353142fbcf0f77193534f
MD5 e4cf6e3afdaafc452c15abab145b7be9
BLAKE2b-256 e6005c28dea665029ebdf61e73cd3979719e9a2de754022c84074c0193c3d581

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 256109769581a5b581d40631c7c6b95693f29269f2274fec7654ff23af131962
MD5 b38e6cef14a25d0dfeef43bd7dae8a4e
BLAKE2b-256 95755c474453efad4a8cd71d8187b0b97bcc5f5c926e4832c3f2d26ba67c0c0c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 675ff177a418ed3f88be1d48b2beaa5547da65633822431829adfff0867b62d2
MD5 4b5e243bc2b39c5508f6d1ef8a9759b7
BLAKE2b-256 b730e1d36bd5738dcf2b983f316bfd61b01af8b650d8ea712f0830419f8e2213

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ca36518231d151e8d951f99e0a08a3147f99e105e0fe4b0d49d41a7c3a20cbc
MD5 d8159311c6123c2fc13241e9bbfbd02e
BLAKE2b-256 fb543f79133be8b4eb0f16f0e2237c6aed10ef14b60b52125e290eb0be45f030

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 09b04a8ca17a22aa441a5ac14446eb68b7275900bf712c067eac027fd7ac93eb
MD5 1c16f4c0453e8e73f25738ef74d67db1
BLAKE2b-256 57f21c8e59846930d42a3bcedf39578e3ea321187aefa8d1976c587fba8ceca4

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0f406d0f78e2c980b2390ee02f4e6e18522036dd6ce5c3256763e8c5f5622588
MD5 fc851a936866d6e1f614ac55a4de496f
BLAKE2b-256 55c80c19668c2292972de05345daed3e9e34e2d4a6c38766ad25b431ae2e89b4

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 621c4e90ee051714be02f695cf02c33f84b2db47d212568c55876a6a84ae267a
MD5 12e27afc1dde43fc17a7fca63581a5f6
BLAKE2b-256 2acb34d9d8f46158274c7484354885103dc73a319b72bc582d8dee4888f4b690

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc138c88e88fe0c0d4ceb01314a40b4bf48bc36d33325d2455cfc2749b952597
MD5 8b71ece746071dada7f328c448acba52
BLAKE2b-256 16b55965cd4448b9b2f10a97b42167c457c3e03ca63a06c6181a0bcb81cdf4c4

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3d1fe337c3dfbad898e0628b02302d6c3addbc109c1ab8dfda7eaa2f3272c93
MD5 9b230ffe1d870116f9298e367165169e
BLAKE2b-256 305256ab521993f8418f8376b465579c3bb156f53fdb03646cfc06f137baa4f6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dca1c14d2a9c6b535b9346ca5af6e36f902d599728d19153fd49bbfd6518556a
MD5 ec55897f4730a2e8ab09283eede43f05
BLAKE2b-256 acd1ca8f8277a3652bbacd16ad5fc3c74cda9015a2cf51af84edde4e4ebf51af

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 409ea63d95c5e9b97c8293aafce4a687ed4429db37896e624d9f1fd6483c57d5
MD5 cc7f991d01fe3a0a6635171d4014ffff
BLAKE2b-256 c7c445bc7c3ec427d12cba11db6989afe716afaa9b4d84afdf727f4501fbcbca

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 00c4598353fb9980a2008a4b1bd105f00ff9feec0632c4deaea0778271127cee
MD5 ad976ce831eb8c32d1cebaa2212607f7
BLAKE2b-256 d18eb03a7bedf9699d55fb98e4d26c8bb087f77524ff0ff492a4043eec900be1

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35f93a038bdb0636eeb25d3447436a5769f030d08897c5d8cf1c05fe59b154b8
MD5 258197c7c5069e930819bdd6c67ad40c
BLAKE2b-256 1998c55ea8cd02e88afe44e5e481b760691629f41f01b2b4ba44a5388306a9b8

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00cca10922cabe675d849b50e2f39e593d5419ced8077108e2dd7007078366c6
MD5 e483e651d42c3b69268707970bb80054
BLAKE2b-256 96956867132602c90907e231d72acdd63669db0dd6ce8b05c017ec75e224c579

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61879f411a8ffe59bb71a26ba4389c6c53908e6750c3ded82883b93e9bcc4c0f
MD5 3ba89cb4d3b10f1b78e44c7e3b0644ca
BLAKE2b-256 b5b8a8bb5dce74e61657cd2f5942a2b31006321b57c23381a0c2e1da4dc67d7d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 221c7a85ba7416bb6153b3274299260374be17d80ed9ea473580d98b09aa2938
MD5 4769fbf968048a8fe0340381798b3fe3
BLAKE2b-256 174a5b7621f114d463de5e64ebfbd0d409c00fdda9bc6f2f1a187968427da7c6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dcca6e89c9c10aeb92a496da0b13ad8a9856c856fc77d0b10c421a01c4407afd
MD5 e725bcb9495328159247eedd82b61ecc
BLAKE2b-256 ec39a98de624afc8b2c4e82e414296e24681e9e357b0465f6a513005c7dae3a2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e1e7479b19e9523f85288325c22baf26a15479ddee0bfcfeb15dff4e6efc6c48
MD5 f733c9d4aecec04daccc019cac96f336
BLAKE2b-256 227facb403f17a0a6756e6b23b1ee9a36015aba133ba27b0ad7d94291fc545e8

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