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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl (45.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1.tar.gz
Algorithm Hash digest
SHA256 d7e286d320d0ca7bfd18c16c7aff30cab125e535513456bae40cc4b4259032aa
MD5 3aa4d0eac721f75c07da4990c627f583
BLAKE2b-256 8e2f7033d653bab1ff8f8ac87371f6aaa63905663b7b5cb75e3a8df013334954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d9224a9057f333d36eb1b101380541d94e6b668ffc08e0f48c9ee9ce7e0bafa
MD5 ab422e654eeb32b7e74cd5efeb2e19e4
BLAKE2b-256 9a9edc4504be70716b3670b3c0e49f27eef1df79db7945d59f69bb0313bda30f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfca93618b1560af1fb0e3e83514821d1c5a39a0a908db068bf46d94b73e2560
MD5 dc5c8fac48653190145cb975c44a70c3
BLAKE2b-256 2f6d0bc10853ce5a152242060da00fa7fe9ee3e427039000b158fc79dcafbcee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 731d0878c21991688b0a765ee3c86c5831dae22c51d88fa4f0524c3f42c0781d
MD5 ecca82560cbe8ac4b0d7f34cb69f9307
BLAKE2b-256 48c79c63b78cb308d29b2aaf2dc6494c8f6edac4ffbafc0b32a7196b7b191f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8ce39089e6d33607669a24ce77e5dc46bb2f07154ddf64c331d3be9160ac4a2
MD5 bca00b88a2926e7b4e62a6e2137eeb56
BLAKE2b-256 49c01bc62605dd8f1b66eea10d0c6c688ef8a73f54cc406bbd89571b88a361b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38d2d61537b40a0db7c32b09c4c0cb941c5c483df4d66e8fccc87986f7ad59ef
MD5 f181e5ed7e583766971b7ab59ea75859
BLAKE2b-256 4b84d44af46b8728a7ed9334965765814d918e92355400c2aa41d278dd02edf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 215da2eb443709967a899f7c32f144370cdef230d654d8dcf35838e44f6c7574
MD5 bbd5a6f290a053f08ef7699ff3edc11c
BLAKE2b-256 082af1f0d12b9eac9d1f2948182221fbd19212c43a42db95d5ff514c58805529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84d80cb090dedeca311e7b66fdf843300a9e925ffce8c76232627ea537cd61a7
MD5 f19bd2f007e4381946779a9bfe800b37
BLAKE2b-256 78c59c065b14fa53077d0904e33906ea995ad3ad4e75b7d4d1a11c5849349aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2d3424b6c19f9c6059ad4f8e7a61f06e9d7bb77271684a72cf54fc8a20d42486
MD5 6b1a7ade5ed88f2d2a4bdd05d3bc3a03
BLAKE2b-256 2fb9c319d5600919982062c5462311720ff1a9c1dedd665ab94a96d430761204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3caa4906b90078c0a4097c53bc0566d98019af3ef95e0332aa2fbd77be0f508
MD5 0c12f45b4dff4478711d0e466d217f84
BLAKE2b-256 1bc955550a5e9ee6f606f321e2131db14dd29f5c368ba5ce2218804f3c16d14d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6cc9729f63faa40a9195b380a22f9f628588db13815dfd5141590585aa9edc6
MD5 9073cd70d4dd0050942022d1c3d23c85
BLAKE2b-256 824422da611f8bd44bbda2e323f1bcc511a4378c93cccf36e52790cf3766d51f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a5e2a2cb443c37a36a8c9927cad6781a56cc2adda641d17ec327721de3b73ff
MD5 eddd32528566fd6bdcdb7845dad74e0e
BLAKE2b-256 2634775b886a570445fbd1595c42125c8a3cd6ac68d482cbd2bf63124bb674e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 30ffb61908f78c894de6bef3bc16e39abb30702cda2e984dc507be94b903e3fa
MD5 19bd0d7b1c507e70071d178c288a77fc
BLAKE2b-256 d42a56cb76de1768d1b01b9609ffa3232fb4a28a01961537eb3b64e05cc6b1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64d02348e9cdd67da64156fa654a305ece4b1ab72a0fd9c5c3fd9fe9fbfc0a67
MD5 ba85d92464b407faf45cfefc74186d5d
BLAKE2b-256 25ecd10e4e7cfa2f28a9451fd8ccc13eb4159ced3d32b3356c245f61949d768f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 354f6fb22ccc3e9439ced914f95b4e72f327fc7133385a687bdf92e32e59ed98
MD5 698423494791b3e6344e951a87e7f9de
BLAKE2b-256 35517e86c66313b9466c2ac6fcc1e7e9bccf68dc39278a3c740b74bab9dd679a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 763dac9d41b405452be1985897096951f00a94ce123694e45332cbef26374367
MD5 7f492cac8bebe701ef22b4cfdb1de9b3
BLAKE2b-256 70c4c2c25dd87bec69fe65e7b244e1aff04f92e7bd75660812f276f02d146d37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee16c689477ea230d3d60806504cfe21f9b5de849166456229705041cdb8169d
MD5 36d82c37a1c5acabfef8ddd2bb434210
BLAKE2b-256 d36c8ab107ea68092eba8b0823e060aaf5ec3115fe1f2e15f409483f54b2d4be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6224f7d09001ccb66497263c8f0598f2bec5cfccbc2fa45cef2ed05c8463d02b
MD5 bc8df72d67fbc355953b8bdd4114047f
BLAKE2b-256 1970604b0ae2a98663c45916ef673ad6c8c4333e136c9866628950184d174861

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 93ce5006218262bd100c42265957adf0ea6f858c8ff07e356afbc9e65753e216
MD5 045c3474a141ea0f8914476525da5a7f
BLAKE2b-256 5d4fb19e96b0ce7c346e8c26f93071807eae08466baee2af93c7f20e0717567d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f33474a488a97736093792e7474508a8d769e91c98ea20417a7f2534bf73108
MD5 fc4adeab8571a52257a6c568867e508f
BLAKE2b-256 fc1c304ddbe1383cf6ea8e93fbbf4a248212e96edabb43a1f78545bf2043c8fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4f1cdf03dd0448f3a6b415f0c160abe8eea81220e3d7b24c88cc74cf9b336e9
MD5 ad5ad47c3cf487385363dd9b6df64a60
BLAKE2b-256 14e83aef37050b0cef65508ecf72f8af74cd5b26a2cfbe60badbc4c0ba7a8014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4883dfe75bcb14bcdaaa81b625d54f1588a995c437406186552247bc9c333352
MD5 bf40bfb2a3addb8cffb877f672cd76b3
BLAKE2b-256 8f5245d38f554912e42d9cdb5f499b7d89839d77074cefa7a9a1c06fe6e7bf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a2c6591a28d4fbad0b95124c6a6b94a3c150fec4a186710732dd2199d88c7389
MD5 197d24f8627f5e6cd15f37b0456d34c3
BLAKE2b-256 44d383dc10f936abe9d7e4f280599920e582e9131f4fd59d86c6735aaaf8d00a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1440bb200d1db50a7b96abd90f3dfab0e8657e9ce4d51dc997e1de60dcd523cf
MD5 9282533e1c2ddfbe56105409ba47dc63
BLAKE2b-256 60d02f75ccc44b7092104b3152fcf11190991bddd3fe41550cd2659bb3c4de24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9112e71790b658879f63c9b055c93f2b71b5ba42163f1d6807672e7afbd9ec54
MD5 dcdf3d3c3235536531fd6277cb92d26d
BLAKE2b-256 9a51dc032c958aad5b36c7bc9303fcb933684598d04c2e873d5bcb1cf9c77a02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca96eeda080ed9a7c5658be507a7d8539c7426caf6a04ea8b68b83e7222cd3ba
MD5 aae95dc11e2a3c66b51f833df341693c
BLAKE2b-256 0ea556213c4076a807e82a4daad3b994e394e4a9877f0358b3d75817c0af5dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6dedab62b364efe91bf36efc566db46896237a58cdc207f14e6a30541e81654
MD5 0ac4bf03a1eb9cdb03e4cf81034302da
BLAKE2b-256 2ac6056c52c090aa54f3db2009c6c1c976139c102c3dc2ebe060d542076a9b4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 843c6177f6548941ca448544df967a01631072ba9f71ae0b1ee6bb971d1de94d
MD5 77a37402c4cdaecb306fdea324179b63
BLAKE2b-256 b02c8d3349a7874fd818e77dfd66bf48b63c75bdb998ce48af395245e465b7fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f48ed0167a985c996373ce2bf27faf0d25af301a90868255d72cdd9c1c932524
MD5 44321eac5b994aac89a0afa043887e6f
BLAKE2b-256 12106efd95dfa74d2a9accafcb316f78064b24bdfde474c618c8444b733ddc7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dba166d6166577e8d50b3c211372892b9332b66f9516183b2aed3a2b4d5a8dc9
MD5 87b7974971811fb169f609b11aa0218f
BLAKE2b-256 2593e09dede7dba5c1ae2cabd2215d285939fcad3238417e5fac6c3fd19a5ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e04d68523353358ce17e768dc99ac6a7f96f95038f7388ce3bb811aad5f983b3
MD5 c9e9ed0bf5e43cafb6a936c6afbaf521
BLAKE2b-256 6bb48465e478fa8f176ee848fb6fc19ad15ad084e30c83e62a516db4678088f2

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