Skip to main content

passagemath: Symbolic calculus

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-symbolics is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library (“sagelib”, passagemath-standard).

What is included

Examples

Using SageManifolds:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-symbolics[test]" ipython

In [1]: from passagemath_symbolics import *

In [2]: M = Manifold(4, 'M', structure='Lorentzian'); M
Out[2]: 4-dimensional Lorentzian manifold M

In [3]: X = M.chart(r"t r:(0,+oo) th:(0,pi):\theta ph:(0,2*pi):\phi")

In [4]: t,r,th,ph = X[:]; m = var('m'); assume(m>=0)

In [5]: g = M.metric(); g[0,0] = -(1-2*m/r); g[1,1] = 1/(1-2*m/r); g[2,2] = r**2; g[3,3] = (r*sin(th))**2; g.display()
Out[5]: g = (2*m/r - 1) dt⊗dt - 1/(2*m/r - 1) dr⊗dr + r^2 dth⊗dth + r^2*sin(th)^2 dph⊗dph

In [6]: g.christoffel_symbols_display()
Out[6]:
Gam^t_t,r = -m/(2*m*r - r^2)
Gam^r_t,t = -(2*m^2 - m*r)/r^3
Gam^r_r,r = m/(2*m*r - r^2)
Gam^r_th,th = 2*m - r
Gam^r_ph,ph = (2*m - r)*sin(th)^2
Gam^th_r,th = 1/r
Gam^th_ph,ph = -cos(th)*sin(th)
Gam^ph_r,ph = 1/r
Gam^ph_th,ph = cos(th)/sin(th)

Available as extras, from other distributions

pip install "passagemath-symbolics[fricas]"

Computer algebra system FriCAS, via passagemath-fricas

pip install "passagemath-symbolics[giac]"

Computer algebra system Giac, via passagemath-giac

pip install "passagemath-symbolics[mathics3]"

Computer algebra system Mathics3

pip install "passagemath-symbolics[primecount]"

Prime counting function implementation primecount, via primecountpy

pip install "passagemath-symbolics[sympy]"

Python library for symbolic mathematics / computer algebra system SymPy

pip install "passagemath-symbolics[plot]"

Plotting facilities

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

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

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2.tar.gz
Algorithm Hash digest
SHA256 c572076feaf4ebdca7f0d38eab53d04e7afd064afeb75e0167b7116c5cc4a97a
MD5 8601c972ec00bd0b0f1cf2d00a28896a
BLAKE2b-256 a8ce6d0d02364cf5ffcfc1c6d5a642e3830967de89227d2c850794381ab7b732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73ff0dc1af09a15c486f434a66dbe874ef84b3f36b44b5853ff18fb1c30ecb0e
MD5 68065ab3774f9f0a865750144253b203
BLAKE2b-256 8c9927a7f2999a0b2dad5ea3cbd070d3ff40034482961a4a15f30aa92dd675c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5363702e4aa94382f45975170a6ce2b5f7cbde4f35801afaaf1bad1a9e5e309
MD5 4ff36eb2a76df80d9e4d943c82d0fa14
BLAKE2b-256 66b924a2770e858c58d2161b1347dc70554183bec633cebb385a5c7a0db47a21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 268f77ac1e170f27faea68ed2f80fb4e923a1d3ba49d192d8eeb0db37e057584
MD5 dd41f29a7deeacfc58b38f13777b3360
BLAKE2b-256 bf647ac93d56d50f026d58a6b7ed7fcc41ed6eaa7c28ff99a66772103326e6d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 beb45cf004b450212f2be82cf0015f636d99c7e17d6666895ca83e4777df9be4
MD5 0290dd1f9401242707a11150bafdd46a
BLAKE2b-256 52c54bac5bb5b224173b3e1526fb2a49dae8a43ac457c1655703646929f7fed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b76465af531afad049bb645b5028a5540b5229a58e40b991d16f0d3a8ca5114
MD5 5d9dfd1213adeb0fbe47fb3463a958d0
BLAKE2b-256 3940d16dda98af5571b3b17c69f591a5316df5926a54071294ebec6bc02c82ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f7a5fdac1d7702f0392e7dd491f77a1fa7df89ca7f8835e6fcb29d115eb4a412
MD5 bba18aa3acb29fc5a90d624cbb36708a
BLAKE2b-256 d404d8f9ba2d8219ca25d6e62f15f455651b95ad54a3c548cfc1132a725a4bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38f4755e76dd216d7b5d22d6557c82cf846164f7fe4725359efa7574d64209bc
MD5 2e379da34b8c59606b871a20e3593876
BLAKE2b-256 7038da03e72f4b1364bb1633d0ca094eb85f94ae4bdd20293ddbc0633d14570f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c009f52af5b972ffddb77ddcd8337a4b257eae6dcf06ecf8b0d4435ba7311f8
MD5 7fd7a35498d4fd09fafd06521fff2401
BLAKE2b-256 3b13b31fb2742e15679c104d6a9df8d5472386efd7349af54f87e66a3507f4c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 973489e80546ea9a06f966422242f4bbb88e0dff9dab318db2da3f41a9fc05af
MD5 7fdf8954c922762815a0e6fe70d26e92
BLAKE2b-256 a10cb129e1fcd98254fb3a4e03583aa1497817587ce4cb288f9290fca59d6390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e3443605de81b9000592adf34174a0dde21ad9a9824cb2ecccf1f70f30ae73a
MD5 9abe2d4e8c0d6e7766026341858ffc50
BLAKE2b-256 74de3e289bfe7571cc04600883f611f547bc3bb46345ecaa8219b2d6aad535de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 11f45e0cee7b88ced7a15b5219bb7cc88a565f10bd0ee41845bd7feb1874350f
MD5 cf3dbf21ad5704edc22e863c1b6992b5
BLAKE2b-256 c780a950e59b312c5a83c174bfca35e02b68eae9dc2856e821369d38d6be1cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9d325983443897b20b6671d9b1d6448a5a3effc75eddf9e225c577778523bac3
MD5 e5326316777f9049f099cc3e6e5c4a3a
BLAKE2b-256 8a8b6c0dd43e3c2f2501645144af003b312ff9e659462ffb0569d263b62e4116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a82fb039893c9f13946153fc79726a4f40262cb6f037da2c57cd1f854de9b7f
MD5 80e4eff9698e59c33c6fee2d6636b1bb
BLAKE2b-256 cfd179e901e6abdd9ccc28f20892c5e21e2244dce61d5207c14d05d66340513a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15bb64b5d6137d6b25c22f3cdd16db1dc11d83c2b0a9843e52f76a9926b2aa0a
MD5 f7246b161d41f6021f0001d03dd1e879
BLAKE2b-256 54e4f9dc65f85c467e824489ab9a4af8b0ee313a422cf884db1e3c7efb264936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e19873cb58a64694220988f67cf87afb6406d936d99dcf5b071cce7b0f657c3e
MD5 4bf17b3096751f6ae9993782f2ae7c89
BLAKE2b-256 d3aac54229a057430d4b43a20b7dec910ac748511cff55d322d4609585e98eb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cfdab447833a27a901da36d0ec5b593a3626644a1fe3718630311da768006900
MD5 df95877e675ff1df7bc6ce812c0ce055
BLAKE2b-256 1685fb95d745911cd5b35c9f72bb5cab2b9c19e8b83646ba846d94c9328d77b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2bf3fbabfeaa7d2ac686cd05004ace954dca2edcd6392fa7b3a91254e2c95c66
MD5 fb25fe99258207c936f4a1487aa5c8a2
BLAKE2b-256 23e00362356e382700b75e94ba77595868ba7f57bed6d29464fc4dbd0d0332d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3b88f7316f17d8cd61c54691d42882503b35e4ad4747dc88c6cd10e532af2b57
MD5 db7ae3332f71b3a6cda8c13fda86093b
BLAKE2b-256 5af797e5d1d3bc4321dbf5f5e36f83de93e192dfc8c91da0a0b9086238bc40c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7d230f0ef584f0e8626da2091a7bc9c51155e17f8222de5a0560901a0a913f6
MD5 fe63f7a4891e08d956d651b3ad27aef7
BLAKE2b-256 0026da15c7e070823c7acb5124cc6229cf2e482d48b04946c50065f074e54578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ae1be4b5777cd76787a2915be0428ae170f4a9e229bc814ccdd49b52c91d290
MD5 b15016467a47626f4cc7b4d7120db3e1
BLAKE2b-256 243de852d860d60bcb0108950482d1e7cb0928d03f8b5c2967a227d92a21cfad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d81928c0f4891cf8a8748435a02ed4a39d2b6f634edfc5165260afb13c72547a
MD5 9e9a028ee4d7efd5407cf44d7817147c
BLAKE2b-256 5f0bdc27ab070c7ae888c1a5051efdaedda15c231844b89de84a42563e101265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22e4f28bd8591d6e512798d4e80b7d47450223cea833058995d29439f72e9024
MD5 c38b036e164e0a507a8457960656ad58
BLAKE2b-256 b63c2fd197891415c57838dfa47b98204cd8ae75f071f934fa410f4c8e82bf92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0404bde8f77afbbe5f52a8af67dc4b93be41cfafb70c60ac4208f57251136976
MD5 5adbe5a5bd459060206f3f588a9f5d12
BLAKE2b-256 5af783b0a9b8178590f499fb4774fa79c6c17d1cb80856e0e0d3ab5c647b23e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 594c1480876c11836e150bc8116f2ddc389c5d5744e6297a3ba78591323013a0
MD5 623afed1a02e483d3ef84d70fbbfd3a6
BLAKE2b-256 3fa7ff76837d0cc86ab95e5a447e72223c3c41613b842573afde34fe669a1592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3be18bd3506858d52706f6834b88b3954235a5cfa68fcee8d197f3d0895887c0
MD5 4b28ac7dab08282aa507144f63001244
BLAKE2b-256 d9983bde0a7d6b87ac1f01221a76b96a2760a40ad2242769678a5ac49478eef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eaf9dc0edab25bac2e6b9621bfdd2ba7e9e0995251bb72d68bf9ddab5529a568
MD5 db85ffa9b3707fb7f2c85036ed804618
BLAKE2b-256 b4fa21dfc5d7e293a1cfc660acd31e2e7fa7af98529ff531a642f1a3c10870e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a75ae4c0c5e1808db258cf9c944dba6f7ae2ab8a3032f7ebf5f86d7229788b99
MD5 28d9c71ac9037856e7c4491935d614eb
BLAKE2b-256 f4952c2f9c2f8cd8d0655efa2255b8002d69735017812ae19a463aa37d58e2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb2b8afd6c0033fda81b6a7f287ed82001486d4c5244faf9595c51a7df735e33
MD5 c25aa3e6588a99b59ae5a20110c339e8
BLAKE2b-256 9201fe1aab7d8dfa17fb39864e152e232cec986f66ade0015a9f083af28e409f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d40e37652aa6c4e0b3d20a88b8e1afc22a930cdc97d16268e40aa05f97e328a5
MD5 ce2f7e7ae37f47f90ec85077c8e8d91a
BLAKE2b-256 d8940964cf73d733e100b4306f088e7407c111ab2a23898d87804293be23fce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f1e0ffd030829c38c24a6cb559e8ddeab6287ea5ebaff733058c93d2e5ed1a1f
MD5 8e396407c8c5b81254883d99f97c1a13
BLAKE2b-256 fa2e16892c412d377a20754d9be7b77b5a18a14a93ed42aaa1c34061ccd1710d

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