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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.8.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (40.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_symbolics-10.8.3.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_symbolics-10.8.3.tar.gz
Algorithm Hash digest
SHA256 4d0f94cc160efb9562a9090449931e10a3b846b5125c81fa7a43d4a59b27a449
MD5 6f7daaff9015b34f8545590bfe916f7b
BLAKE2b-256 020274a5171892f2a9425ae0ec9748ddb988a2d5979762819e7bc5e8ede85464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 871acbf3775a04cb55485049b66b9ed0b7c4c72e0c2fee617d27daee46d09943
MD5 d5243f50b01b29360156382ce1aeed14
BLAKE2b-256 60a6986da01b97bbc2cb6c5333d2689546b1021b29ef0ecf71309525fb4fb6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 595303286fb90b221e16f197f3f46cf3180c0e398382dab4f49b754d93fe6d2d
MD5 101d063be5f2d3038484cfe2f7cec4aa
BLAKE2b-256 e0974417c9b248ffa920d40ab09e3400d045045b12e7a6868db36d24a0699029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17dec574bc771a47f6a3646f8d6328d825b64cceb5ab147eec09c274f155fc7e
MD5 0ca62f69df34ee942d2df6ec541e8534
BLAKE2b-256 a51f6f886012ecc446c762aa3410ab305c777b0ce266a2eb54a0c5f0208e133e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07e5f46588dee2713a5895a2ac3e5957fb288341bc489498d47879bc2f43e45c
MD5 99164f7a6fe995918f01fa91563a386f
BLAKE2b-256 95de7a540f35d75c2a3a6182b375c30533427f7761fcd224cfb6d6eba4b2bf1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1d9d440ffb1665e77ab259fc582900084af5ed21b1e5391cede9ad30bd95bbd5
MD5 4f03503a08917cfcf4cd219cda7637ec
BLAKE2b-256 886c39c9439fe8c9bf10f96c3190326c5951240a544588194c2f3964f6563b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b16fe3fab7e5b40c73292363aad1a599a6e527c459d2d617310a872d0c8cb2ba
MD5 112f680faafcd0728a9c81edc37c4655
BLAKE2b-256 7063f4c945e8eb18bdbf9459ac8e9a3c413b2b2ac75fc71350e1e8c47f810bf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e99b4ce4efcc198293b59eddc6ea08353ce1f84247989961531d40ae81d5dfd
MD5 c0eec4a7b766dc1485528a67a395f250
BLAKE2b-256 4094e35ff4f031b228c57863d8bf47c4868f85ecd94036fff0dff276579a8f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e46168731cbad8260f4adfb4f7f07d21fbc2187927f6dc0584ee55e63d2b4f6c
MD5 b8bfb1b40bcb81dcd4b9a18957bfe14c
BLAKE2b-256 f77fe969e08b046d8f91d3d2f60ed01ef68c8f23a6b1aea1a803e304cbf6f6ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17bf505077e6e0d001db392c8c3b1e879343d3fbd22b3e6f04b59f539ce873aa
MD5 a514f85918fb5748f917b77702ef8884
BLAKE2b-256 e5364d9769fd711772a17d18c0e0b430a90adf5a46c86ce7bf2997e25a6952f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1a5cfdef797dc22f5a72c5fe3bf28fdda950be4310848e6f607d5181897cf22d
MD5 17422121cbdde068666a63d421eff99f
BLAKE2b-256 6d8d87c1d5c8ad874683203dd9c772cce875a4de822a1f2e2ffdc862e6d9fd66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b9d7e2fe4f9b94f1553ffede3f05b320ed73e9a30492af580f1ad35716f7593
MD5 ff727b4ac81faa74d565bbf50d999908
BLAKE2b-256 41179d05d58b712252357f89071b42f32d90ef479e649059a4e3e155a61193c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fa5d70e324d88f4e3cb3cad6f32cf1b8d802f996e91213c7262a7d45afeb7a6a
MD5 fb110587625bcb1bacb74803fe12c795
BLAKE2b-256 539a63f99fa9110c9712d4cea996d8d8989f58afcb60ee1a35c860d740835676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50ece9c055085bff871b98fe0a31e41b3e9cad412843e7e785beac1fe0c632a7
MD5 84e00f31bcbecab87aacb9c05a1578a8
BLAKE2b-256 b8750c96d01747b0be7ac78816aa69d78d3c4950a5fa48cde10c254d6a30e396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6efca7a75507034b1e6bb0e615306017cad31485fdc982826692c7f10b245fd6
MD5 c3322d460e43b8fe4af9b57a9b9efb64
BLAKE2b-256 b2f44d339f537d764af18fce5fb44e5acd6886fa86314b7bb8bc9378e69dc769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c7cef237e74a874697ae4c1e983e50f2ddda3214f7d4d1f6a188298fb3f3657
MD5 d6ed8b9f7171647e2122ee7bd3d18e81
BLAKE2b-256 2f5bfb49ac4a00f1b230d5106515f4273ec8b9728844b9fec56b7e56036e4fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af509008173421c6a9900b3efd1a2e9210a811619e21b9bfeb21ef26a2df1ae2
MD5 b1d7a152ca8bcb074391ca48937aff74
BLAKE2b-256 73e7e81204a7b19839d8eaed092c2f4388b1ec14cd79dce836702f09e8148d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dc2e0aa4f1aa1b3c7a066f7b89389d35ec00c11d9f7379c74c380d5bcaded2a1
MD5 41f31bf84830340f68c5447ac91ddc46
BLAKE2b-256 163c2efa88441e16a0ddb6f649ae9dcffa7ef56701af90103a2d5f430a399635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cac0d861ecef64639f930b07f35ffec6177f02ca5948c6c51d1e03453474d495
MD5 1661095135ddcf405cb4f796413c86bd
BLAKE2b-256 0c022edcdd2603278d4100af2e286fe26d175c533b90c0c6eeb4631ae871cff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0d1ceb2938782e69ba176890832dcfca451a77c868be239e8c72e28adfdba20
MD5 ae43bbee62f0fc4a61da4ee29e55e70e
BLAKE2b-256 7c46c2790b466dfee2988f892697aef611454ac89365d58b330c70124bde35a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c034713ebeb4d265eeda7791cbab997813b0b22b125dd0b8b2d2cb1dfec18638
MD5 b453ef5a5f55c974166ca4067849b6fc
BLAKE2b-256 ff19e38b3b07f31853ab50e10331bf280a3cb9747af7e9c69dc8a0096cfa3b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcd820e20f905bd94a6fe3521f41371d76caf377e71ed50e504749cc8a491a01
MD5 59e1dd579da93916550fb9fdf863df2b
BLAKE2b-256 9c61921994fdaabc531e281c9c66a724617f2323f9c3665befe82309a481627a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdc2b93014bb80d8a94d0a5cddc43e1be49ba74bf05f7c3d15335a080f0aefb1
MD5 25b9f088acf0cdeb932cf310280ff131
BLAKE2b-256 b6def9ab3aafa6faed3c780ef4cfc64e152d436b7d7fb7327051d47c07465b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4c71d7f1ce51b3bbd62b363d6b23fe2c7345d18885d33f43d8ce7f1f33582aa4
MD5 ca79631ce45b856be055ec65842564ae
BLAKE2b-256 3cfe00584ad0082e9e729ce6d8865e8369322018323f408b69dfd8ca28fb1137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5744d36863322e41b542aa76d7fa1d124e8d8c058aa431a8b913ebcdc5ef0b17
MD5 70084a2ae04b2056af912b159268f9a0
BLAKE2b-256 dc98c4c6a8e7d0c76fb694c4b79be8d57afd4cab0b3e8469a21f80c19906c2cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22c3f25b14060a2aae374cce5953c0a1ee36a5ef2b91bd5166e48dc3c345a0b2
MD5 58b02e345de9098e0d74db3241eebfad
BLAKE2b-256 d40de1459225f378ee124069d92ef8c8b79dd2c795cb3edf2aa6fbcf166acf55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 727fcc3799bd4e6e6a3689627cde17b13100ff86c20c9b899023841369686fff
MD5 73156e2fac79b400c622a14c8338ab45
BLAKE2b-256 5db5b2efe74a7c308dba379d4858731ec7d767e7e32fa9297640784e603945c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbab577758bdfe5fefe26640bc1cc1b6c42cbeef5c7e42d2aeb070599a2fe39b
MD5 4d7c15608c66b98bf14a7890b1f96030
BLAKE2b-256 1e0b81e8b5c920c0cc97018b00d03006d32f07d21b2d6c504b86312fc8fe4caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c9adff3ddca89ca9f8d040a11ae029f8b9d4e3ddd52c2eb3c2c04bf20fc62a7
MD5 7cc35951464ea6ca44329560040b1ff3
BLAKE2b-256 5cd0f411769d122610e8b88e59a1200d2aa11fd00a0ebcb902596744be14a3c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 313b69558af5d6aa82c18514c7cb41e2ae8438de0001c37febe5f1fc8150d582
MD5 6e8d14e0676ff7920720fe86b739ffb2
BLAKE2b-256 0bba2de392157f540a3cc3406656dd171dc671d8c869e7b399b17abeaeb35fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7e2ab519f314a03ebc053a0ea22cf902965fe4e72ba47f94ea161ba91732e398
MD5 5cddd02361ba7aa3d7ec845c0428b120
BLAKE2b-256 6bc504a2145ab37bfc5d109a1edcbb0d7dd25e3b7c73fefafaa71a2e31ef0d5c

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