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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1.tar.gz
Algorithm Hash digest
SHA256 a8085c739387e4e6224d2bce3c0334ed3486e4c3a2c29c56fba42da7481bfafb
MD5 29a7dc80abdb5de62a495824f123c4c0
BLAKE2b-256 f31781c081bdd3b603abb881bb940360ec7acf264cf84b3a4c2f00bdf7fcecfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18797166a17cb293eab587eceea9ae9d9acde74460194c12bd4cef2497a05b77
MD5 e758c969b5b98adbe3fac05391878df8
BLAKE2b-256 33e47bcdcac358122431dfb955032cf69119ebec93d75619e1675a6b43dbde22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f03481ade4ed2349981d00867e49d4eeb3072c63d3f77daca1d4ebaa5026b732
MD5 d2fa42e7a9934f2be9e57b9ba7fc7646
BLAKE2b-256 a5b9156705f0db8e5da3590f169e932160b80e2a10d2ff5110e64e68b0614d90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0efd57ea5eb6e844e57dfdf6fc1a43bc818d6726ad25f3f8cc573cc1d2e5f058
MD5 34e684c8446bc519794af71eee395c45
BLAKE2b-256 779963c857dcf8cbffc4b612358b5192825ac193f9b8b263f9f2ff8c4e407ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f092c234766d2504fd35c0891992675e274ed0c8a3f03ccaa01f57c101038c8d
MD5 2434bd8caeed2d22f5d0ad2012055293
BLAKE2b-256 38323e715d2460e7193bc9f7f53ef21d9113b1e5cc2e196da7cc6439c0af8fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 808b76dac98e250fe1808724ce47523aa0a542057aef00a517c5289cd0325b28
MD5 058b19f28977e117b1ccd185dea1dccc
BLAKE2b-256 dc9692063c686b247427d0df4fc6af78b6a1a4615fc7ba3783c27d24dbdf5851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e390b82d6127849ad44d6b22531b3216cdd6f6a141a3c680b4b91d0d029bfafa
MD5 1e3efe733249b90f932ba816668a4636
BLAKE2b-256 1ec541eecff17f2ccfa3709f4dcb6b721de914ec0ab6403c50282fec7925d935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a8d46152bbf858183cb4ef4f6cc2da988ea94185228de76004f5518a898dcc6
MD5 1aefd881682589968adc5c927daebc34
BLAKE2b-256 e981d11c9e6a8fc9d6194cc0fc00fc376fa6ac31a1207fe055a568c6e91fcd35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f953e6c0110d6f578f52b83ed76013a88998f0b730846ea249c2f93a192486c6
MD5 0525b1ed351efcb49381ee876033178c
BLAKE2b-256 a473e11915eaf0ac158bd68c4de70098cf623109540b0feb68a0842cebb10c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc151e0469f3354c802c0ff87711af93b8894890e7410c2744ed3ad5b6e54b91
MD5 71b07c73b034d9f3817f6b034a55c429
BLAKE2b-256 5815b13327225b638842c4645c707f08e5904b631c4d2fdfacb6b1c57912bdf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9da3d596d782e19289b2a93297b0bfef1b793ce74074559ed698791ff27bbccc
MD5 94cfe718d9574b5a48b08ea232969499
BLAKE2b-256 d595f014c3989efb1c9e94bbdc9720aab17c23efe0f1cba5f9bb8d070de39350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 10cdf844609dee486a0c8ce75c4dd8aee1d308242984a43636a97312e39361f1
MD5 ec89bc2c319ee24bdff4de3c4f2ba725
BLAKE2b-256 43ec327e4f8a41ebf5571c9126f12637a3939371bf1d3117c6f139d2db889203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 16af915d6b6b5c575974a9936de51607ce019918f5cde761b2c46dfd8ccd6254
MD5 de0dbd8202d553c0d60ba596df69dfa1
BLAKE2b-256 c38a7fbac3648a98afac0bb841c276aa4301a67cad8b5ebcf51cf60706c02561

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6d0138409907fcc306fc20ef5d767910d368388f213e76d5ea2dc462240cfaa
MD5 a7725a3c037921d98a7ff63541a3ff8e
BLAKE2b-256 eac3825c478bee77ebaaed0e78f86d0d3f4bf352c130213273bc3f8afcd35fdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4e58c6b023411a236ceeb7bbf48aa86095ab7f4b317dff0b6408b670ac0165e
MD5 1ebe6a0f06045396161d50b2958c6475
BLAKE2b-256 d94d7a7f1e121daff35fd560c691df720c254c1a479b46474cf035c5faa3ba28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7996b64f2529f9364777e24338818fb83887889867a7baa74d5c1f8689a09b9a
MD5 2d5cc4900629676e0d88f99d55a25922
BLAKE2b-256 a8b86a5647c772db24acc9d95b38c5eaf21c71bc889cdcb1056b7d39c68bfe65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40f411fa8a5fa10b0bca9801baff599bed39b3df66016c73286fa575186370e1
MD5 098f632e55247fbf03e9df2b63cac6cc
BLAKE2b-256 a27e199a5425bdff2c01e0113d744bafab634ebb6e4eaa95c72e0bb69cc11ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74b3cd48b19f03f29741474413df75a7b2eafe1230c97f35f9e07711a8221f1c
MD5 59d48bc105d9fb7541bae3a36f7dc33b
BLAKE2b-256 1c13b9ce35ddb91ef8b4cc9e53160b9891e38916bd70ee12b095b3341c046491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3a726fe9313abcbc15539c643685da0a4a75113fc8a06d808bacb085aa05a8e8
MD5 3dea46fb81beffa8d6ec497f81a6654d
BLAKE2b-256 ffb457a9d880449d85ebe6edb8148cd39f5764ce6eae2f2a24e9dc6f211b4228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dc03bae8d198b18ca2835b2da8b09cb699f837e4e1b13a52641baeaa22ac885
MD5 04c78e89eeffa06981fac3aa1e6f0a44
BLAKE2b-256 f4e7ee980d3a232c4a2c0a8f86610fa3d18a1ce01b112ae3ab8d708e8e022e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75a0d0b572e27de07a78723bf2793c05a4124a1c5ce3bbdd2ccfdea699cb3593
MD5 458c62ee0f16726072af0996471aa093
BLAKE2b-256 518825eb8cf73cdb295afee2982949b3a4826e1f8c1431ac051dcb3ffbde64fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c71ecc6db0bcce4e8670684d1ae521554a7a98faebdb0bcd75ee582354b059a9
MD5 fe691061d33cc7844c19805647891e47
BLAKE2b-256 4f7d78d37ea27bb2db35df3f2acdc11efe5fb3d6541258c93272dffeb83ad4f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4015551e589b288c08349de8ba5bd1bf1607aa5ce293dbecb10648b7bd5d2c9b
MD5 e4e6d03ed5b899492579a23b7182d714
BLAKE2b-256 10f912a840ddb313951e629d5e6bf2e17908673036dded2c4064bff5d1c31c21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57d9ecd6068b539ce9fbdc455ad0736e26ba9d00348e2c769d20e3ae016d7fdf
MD5 20449dc2d375032394519291fd87c214
BLAKE2b-256 c2b2b2346823d581e50676f408fc6361ab2008864eb7d154e81ec7f5b5636e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0abba8a59611096b1169631ef262523a91eba1f070793636ff425e607bdead2d
MD5 b4a819b59c4c78beef7a13e55a0e480c
BLAKE2b-256 334916b21ac2ebc8250605d6543bdac525ffb90d3044e30e96b8eab23250525f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f3deca135a0cec2657a4f7bf18313c934666a5f8cf07950261b7af3f8b8e0f2
MD5 14741001f4692cc1ee6c45c29548eae1
BLAKE2b-256 6e453ac898da738c789eb6bf1b39567023206e8ee5ad7c01335442b7299cbb8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2c263628054a6a70fb1c992a95b8650ab8a7f84bc5eb3d971ab06592038fe0f
MD5 703c16ca3be95c0bd83188fc344e54d2
BLAKE2b-256 c84cb27e694eaf47ed40a121c5b48b248712e77d486e53ec876bad67610f2007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0b5e42ba2cf41fa876f6fbe361ce12ceaf2d7372870275bf7315535f076b428
MD5 00f65e066a10165b1acc8a0190077da9
BLAKE2b-256 379d9caa0155e6720cee55450bb8024523b38008c5bc48286c8ed0b7a0745269

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb05a16ce473aef5ab8243a51361b4372fb6085fad4053cecbafd12d08b4090b
MD5 3249cee20aa3159bec53a2da95b34818
BLAKE2b-256 6712bb28e14883d88bd8116b79eef741db8c55ca05b7d48d086f1573edf54aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 99197f1ffa7f90c933bfb304c41a761cbbd56a171f5421e6dcc3a34fdf8ec649
MD5 d1fd8429ee0cb498b689d10dbbc5c810
BLAKE2b-256 3a768b8594bb3e4ffc133f0e13e2131942dbc48d844db6f8c1a5be36cedc8e4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f35fce10f53ce5a5be05e31e813b49e5f9570d2ab79d3f207c8d28d78f7ee196
MD5 2b7255257e2a38a2c4d7d4bc5c0619b6
BLAKE2b-256 ed2105d4fddca00cf51d4578cfcaa770fd0029c2957fcd6e87a1a6f58f8eb415

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