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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-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.2rc4-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.2rc4-cp314-cp314t-macosx_13_0_arm64.whl (21.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (43.7 MB view details)

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

passagemath_symbolics-10.8.2rc4-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.2rc4-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.2rc4-cp314-cp314-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl (45.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-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.2rc4-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.2rc4-cp313-cp313-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl (40.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-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.2rc4-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.2rc4-cp312-cp312-macosx_13_0_arm64.whl (21.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.8.2rc4-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.2rc4-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.2rc4-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.2rc4-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.2rc4.tar.gz.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4.tar.gz
Algorithm Hash digest
SHA256 120dbbd4b73f20872957b08114479da88fe1f99ec9c6d059cb24e819cffc95a2
MD5 d4bb7d6beebecbc0457be1589166e29c
BLAKE2b-256 181bd7bc6f55e9bff9c68139f2936cfa878da9e5d441180997cb6c8ac34d756d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e3843e9019b829ca909fdf6c3acfd72aa35fee6c774563df7ff92ac3470ec8f
MD5 54b497cf9cfc2c0d0e7512c4628f2ede
BLAKE2b-256 c6b14c76b5b43484533f966d48d8fcbded04b86a0bfe8c55b5cb3b98ebb90016

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 344d2bf9fa1da397e6bc5bab39020f3aaabf793218d3c36ec08b3ae3276cdf0c
MD5 f99975a4452823b5d862676d9e839005
BLAKE2b-256 feadffa4b4467ceca012c2072f686480548ea9be64edb1d2bfda658c31145773

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49aeba92ad4ffba8eb86e4555255e60f6153e4aa2d8b74a076596420a054d2be
MD5 a7617da7814b5ec2ea00899be69639eb
BLAKE2b-256 30815153e0c08a9fe475d8e3e2f0de83a66ff59fc1bdf6952c178c93f2b88e5a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4de80bfa2c24b5b95b4bc63d8d553643eb0190ca35ea9f3d4d5a5d05c4465e75
MD5 f2ccd54e888b395fb96753ab91e8a4bf
BLAKE2b-256 0be38e0de970c8d4cfa007c690d528172e7c72decdfa9d728a9f70ce529e604a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be7ca192fdd57d256cbc50e272351c31436e6041e30dfad95fa82c9324ca4f57
MD5 2e4a7d814f9e2e3f2ed620ae3d7a0741
BLAKE2b-256 238b2171a53dd6c8db1d315c81ef1d885a8bf30b0ae6e3a18ac05543345b4673

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff29e608d949ea5510597f25555897287e65f94026b37ee73f542b653637cbae
MD5 92b5fecc40f7473cf48f96271af26328
BLAKE2b-256 e2070a7fc47094ca2ba1e7ed1a490e8ac14227d704634bc2372b52cc81f0e9c3

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f867f9a17edd8e70d0ffb329e088a965c7600fccc69b16c4289caf5035d306dd
MD5 7dfb2516442e6dd2dcde5bfa1639852f
BLAKE2b-256 4f1bce6398fc1ef817bdeb792d74dbee9006b793ae2822214f30ff8a51b5ff35

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6e600b712cdf89717f42b96bbfe1041f6703d5d742d9fd57044175f56fc36a9
MD5 7aebcf328b44c327c9d97e542b33c164
BLAKE2b-256 e117adee5b46b4b9e843d16b6c7a82c72679fb17b3300b453f0ceff65d678d4d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08c017286584d041fb0e510a988dbad19bee16c415d7d7b8080b3196c14ba44e
MD5 9d5302a16285520c36e1605d26427aa4
BLAKE2b-256 991a66b4000191d690a46b908a0458dd9b3782fedcd1f5b97ee568adb589fb39

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e5199d5047bae25f4291bff74411caa1a9b72d2bbce4049b1a6017d41db65fa9
MD5 601d172d2631b8537d180c38b6d33bd4
BLAKE2b-256 8c45908b8fea059c7777a7cab07c910eb8e24170534a2ee184e1cba68a2d189f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3a9bb0abad7912d3955376078dc054e0ef5a821a56f68f4838beed3f491bcae7
MD5 1fdf8df6297ab7282d138a5f1e16c2a2
BLAKE2b-256 fc32ffdf938a8528b6828b43bcb29576741d437deec2f05a532f7ceaafdd86de

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 350c89c64620e26686a3c9364096c402da1023226e12c95f2b5406daa5f153b0
MD5 9b1aa604a8ce8468cdb9381424353336
BLAKE2b-256 b43508e6bcd5538e214623b9ec4ab953288c8496e720ed5897286c65fd869646

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acc338d066ee0d6f155e35cb0490a532ff317a6b755e81a293df65dd4179e808
MD5 22b92e253e9173850042a004ef06ab2d
BLAKE2b-256 5e5b61b515a7003cb85f6f7259db0d083b0e119c84b2dd616f6fd42d67926a87

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 866ab5abf45d976cc08fbb0f143e564e229c3874f83fcd4542c2e54fdc65312c
MD5 d9b2d0e39cb6ad6953c0f2fcb5352972
BLAKE2b-256 50fb727674e2d604bd21462e56b0978d860e78bf155022c8071bf6e02a68ac82

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 85b4ff584dc2ac91ffc7276766903792e6be11c52b022db5f3e9055ab43057f1
MD5 69df502fc16beb759ccc2c49a85921e1
BLAKE2b-256 af92590157713b57c0af991e7015bbaafc8de884555eef020f059d8f8b911f8c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 171ea07e5b4e0110da7c2eab118a738ea193127ab46498798ca8be7d970cff61
MD5 ae4f91fc74ba4a5c5ace1e46870e431e
BLAKE2b-256 2cf0e10470da84dea3e3b7217b8540beb82a1c32d93e48e9c04aa996de4fb287

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 07eabf1cfc4e153ce399b47027ce94c60a034bc102d1929bee5bfe5f8fc77479
MD5 25a5ecb19fa3544c033ac9816777c253
BLAKE2b-256 19ff4e57dc4de9fd4b76457015123392e7d14aa7ada80e2a912924cc7afaa108

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 10bf41b559c81cbabbc09cf2d203d11971a53bd5c8d162bf47be16a82cbf2e82
MD5 d6f1c4b2dccded977b7873376565e94b
BLAKE2b-256 3bb89ee2b24dd28696d6121d58128f5a4bfaf2b247b2c8a51fd01b36d01d9317

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 450ef11edc18443887e0e185130aa164f8bbb17eb571cdee9492f316a62cd000
MD5 c2a0e5b9a148cd82f61ea66736af9b34
BLAKE2b-256 aac2a384f1ce9bcbed687dfa2e8c59c48d03a953786da1cb9b601b7283ee10f2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b84bf1003bb1fe05fca1036067226efa1dd18e5faf8e5bf379203cffc9b3e21f
MD5 7295ba0e7a93c66e6a16615b44cbb09d
BLAKE2b-256 806c776c73d13161eb46119123a58545105810008bbff3d2057bb0573b43c04d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 333526936469b9a81e58c1ce544bb1ad873f7ff220aaa61a795f9664a6203111
MD5 54da40f92b6012c233d43852b4ec0d5c
BLAKE2b-256 5ecfd34544276324210a9acfbfc9ba008d3d85e9a019ec019ee12bbb5be83caf

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a53ac57068a8f1c96986bdb375f9867e7f014952a07d1dcd894e2a036578a0ec
MD5 a2443c810faba17c3763ea58427ba667
BLAKE2b-256 63b45f78c65dfa5aacc1a4f804952aeb8baf358af7df241aabbe42d2b65ad84d

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f4178c98ff30454ef4663b27c92d45df961477070cd033030b77ec2c1769f587
MD5 5cd2ea9dfdafba4df80ad2a9107d2740
BLAKE2b-256 77d7dd34a2a9854158b47423fc15c9bf15cfe9e92ac49891fd1880a194a34942

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c6780b9ffec8e611c7df97f148de5df2d7a6e0055f1df0cf9cf0018f4102c6a
MD5 cf43291210a68f19b05af0bf6c88b10e
BLAKE2b-256 ddf66caffdfaf0ff871ae593fcdeb27474fac124b31aa1a3985d4002bd391f5f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae31030a34f5cfdd8f8210b0812e43579996aaddd91084911420c1bf54f3e771
MD5 b7806039a6be3fb418534e796de22701
BLAKE2b-256 66cc3e7b63a4ae3cca79d6c9a30ff2223f5cdd938d8b6134f1ce884914b09844

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8c8a3f49bf44944c85dfd37d3da9956e51b2a677e03f7244bf9e414743f2e5e
MD5 26b0d4b033635f9faae65b808e17669b
BLAKE2b-256 277a3337d2e048e487a7d58c82ff79e859b4373939120109772481361a0bd4a4

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73168ac6d1dc1af0f44e7d0fb85b6c45783f4abb71cde549c19b1a4fdf31252b
MD5 79b31452b02dbb705abfa640b90dcdb0
BLAKE2b-256 e67aa1ad9afd1cc88d6f1abcd19346ebba5fb8e2c6e21386aa9fe58c442c530e

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dae615c6117287538bad3b884bba7d86c304473ff9ba8d6454381c03e0290d9d
MD5 7d54526574e575a3347df4fa7189bbd7
BLAKE2b-256 33af6af9724f1cf65c5fcdbb789caf34fd49b405dae960e12d12d433d0e74976

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7b5e1d9f8a3a39ef9cdbba2a57a473b172252b67fbdcc5ad65daa8c585a715ee
MD5 ea083968bb77630a4fa0fd8260722b80
BLAKE2b-256 73929f330b839b7184b8d1f3bf0fa4b3620cb256b8f8fc2a6e14ceca474793d2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.2rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5fc4b052a99374649400a1a8f92680495b7c75ad528d020a7461635d4deec808
MD5 198fcfd8224b73c298de6c86835935f2
BLAKE2b-256 129e146b9ffdab21d78f720d64beb1b7fb00281df52144ebb40ab1d06c064a43

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