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-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

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 sage.all__sagemath_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[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.5.49.tar.gz (1.2 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.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.5.49-cp313-cp313-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_symbolics-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_symbolics-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.5.49-cp311-cp311-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_symbolics-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.5.49-cp310-cp310-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_symbolics-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_symbolics-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_symbolics-10.5.49.tar.gz.

File metadata

  • Download URL: passagemath_symbolics-10.5.49.tar.gz
  • Upload date:
  • Size: 1.2 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.5.49.tar.gz
Algorithm Hash digest
SHA256 440b04291fc5a763206d10768760622a97873851742e2ebf14036779d4c73780
MD5 d6e411fd8fd541f28c6c943cfe7d36bb
BLAKE2b-256 9d801f9e544c71ed0cb5f68ea33593149d96c949d86ea51de90e2f59779e3949

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b791f370d2320585e35ddca840d0bdb0c21b7d4fd8350562fbc128effc9d418d
MD5 a8f5d46a6f357ea2f21898011f129804
BLAKE2b-256 4d02e5f70e9d3c6d6bc9258e2131f819c6415febe3cbdf6eb8e71fac21d91743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54aabea3a075f351e84f96557c01a18d827842621efcaef8d3905184beab952f
MD5 36c8d9757cc05ce508a2f6c6e75400b0
BLAKE2b-256 f1fb42cb8c29a65b9dfedfcaaa9e0b33ec67c4150e0bd820e4aa210a7dffc30c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa3348b436b3177956e4e988fb368c8233ef82cf653025013610a16119be574a
MD5 4872525324fad8da499c458cdc3384cb
BLAKE2b-256 1ec39c978a603c2b759e9b4e4aa9a9199c83ce89914e4c5c5545e78f32a035f3

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32737aec77e18c87a1f29a9907b7e475901055590a484c61701ef4fb0c7c6b0c
MD5 8a4d6ac27e99dfd34b25e5c2af99162d
BLAKE2b-256 d72a7d8627dac292c57af4e873cb4dd5ce129fee937b9ec385ab75ab2d0b6d03

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 71dcfedefa37ff69694e1019750dc31f4686624cf77edd2d680532259b92aa00
MD5 cdd70e61054884b488041c71912014f4
BLAKE2b-256 4cee7124f9c2083f662a06b913adcd32a17d3d62be8693523c540112d6ffe505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9d31ae82e942da6d1a5ce466435bc91683cf56620c07a7908cbde2968a838789
MD5 8ee14dfe92cda567bfb50355d74c67b3
BLAKE2b-256 d5dc28146a08a7df2142e3aba459c6679c3a1cf7cfad1b8b5a8bb4043cd69c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64e0ad0989cc4f6861910caf7b294109f4c24e38851b6b9dacea9ca28306f919
MD5 acc34dedb08aec48e496d7023f77807f
BLAKE2b-256 12e3422e6b894e0149c63e039ab1916a3b1e3d7276ec344376c0dcc636f94dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a727d3a765f66878ae496e200111cc847dae153aa8a07144001b5fe50da277a
MD5 7fc559b4561be48f6b70681101066623
BLAKE2b-256 b9b79fd25d5a659b75cb7f8c36742c89fa48804f54b8eb7f818bb40d6291ba23

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b1be9f2c20d53c959969df1492072751aee6955541286b340d2625f15f609d2
MD5 5ccf947718570407c7c7ae8966c9a7b6
BLAKE2b-256 245c327cfa984cab10efc91eafa8db9fa9967579562f1fa81531c1e83a09058c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8144d9aaa958b97083ccc9bba8e91b3c9b5ce90e0adcbf810df2a27a6082969e
MD5 7e7691cf65598bc1c50361f49b4ad858
BLAKE2b-256 72cb08a3541622d5c245041f8d609e0d433bbc43d1c31eabbcf53be2dfe2e82c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c53ea23e00a92841a6d999d906c00e60af87bb6658edeff2c39d48438292ca83
MD5 2307e9120985403a34898afb9dac0045
BLAKE2b-256 9226b349692814957436e3c0db84ef1acc630862f2017e881e6442e0265b3765

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 497badde2fd1be113d05bd51c761a4a7ef16c707ff4dc7a34bd5d4842f48b7c1
MD5 a52512eeceaf8366c2ea3ea6599aadda
BLAKE2b-256 5752f70d3a1e0274f5884610a100a49e87f1e546b4dd81df237e1553b536b394

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9b8788e52b68aa5091724299e93b52a006680a23323f9eeadc5326ce2eab564
MD5 2c52345ace83831b58576a7ddae8b8e1
BLAKE2b-256 6d262a00363e0149ee67af254cf259d09191a5fa49037afbbf2502f43a1b8535

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 032d66750fd6bb116849130b91d0c84536beb2b77e5ee7dd8970073bbad2208d
MD5 c990568851994d6c934c88eafdc5acef
BLAKE2b-256 d5719bae2c4e9c1f59dece99fd43a82b0a03e838813ea9d0d6f2c4754725dc0b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9e86010bfbe06026232bafb0778045ef8e8aaae240f5ff4af855971a176e0fa
MD5 4fb3edde43cd7d2459ce4ae0d9155959
BLAKE2b-256 59b426c247fa47068b870631619246d5cd413d834aaf050c83f906310de1db94

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df03e2fae5ff6036e4af7a22b5f87a32b367cc75fafd4849d6f4cc484128adff
MD5 bc217b048fcb01762d6362e256cd4b33
BLAKE2b-256 ea69bd346f8f089dbb5b0addf944c20f678019864f388e379a2bea6854ea9bd6

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 334dae3dd248662554b84c8ce8532b71dafe36a5ee4e3337fd3c8a30e0d7b6d2
MD5 f9fe223adfbccce8b43887ac4545b725
BLAKE2b-256 4673e93c3132fb4b34d12cd2ddd5d2ebe24da84ef04e2e362be978581c47e365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4a59a9be033f60f5535c7509a615f199b2cc3650a4adfc4f3fdde8458a820ecf
MD5 28a6740fad429612220958696bd593a0
BLAKE2b-256 baaa0f3cf251347fdbadfe0da16b2102b07bdface2c74701e50e658ef50bb9cc

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0447d90b91fc85d2aa0005d7dfacfa9c52ee754d85ac3a74e2bace90146dedd9
MD5 cfdf71a5ebe52c8ad460273d955d886e
BLAKE2b-256 cade11615baf60ea85a7c6a8b876f161875a88777c6add2965f3cee3598d1063

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e92073f3975ba5d3c087ab995c85f335bc83bec5c11f1814203454d4db62e66d
MD5 e938fc9150d9741c6673c840006df3d3
BLAKE2b-256 857c6b7e0423bec88b4080ae722bad3eb7056b87e0a045f24695c07673095d39

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5d37d11406f3380ed9f248e63a490d8449175c528b91a949f9d2b149a382ed3
MD5 9c790b64926aef31bab660e18038c4d9
BLAKE2b-256 f793aeeeab19cfdf1b8a44881731fb5ad619b48fbadd1ee36013b5f75749af66

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c4f894d6b09fff36eba8bd5db331c7c066d3008184f65645760bb04f144cd95
MD5 a5c636eb40b982dd1165410cd649e754
BLAKE2b-256 52bb1db606b5ade9902c66ff8aaa9b4c009a8410acfa8a64e06c969ced1b468b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e36e9b5c19cd3b26c72956a3562aa46f45f3d9d96d9685794aac2395599580c6
MD5 5b5899470233e5fdce1f681027d71136
BLAKE2b-256 cd28fb181d3e6c86b3770248451bcb36afc1fbec6be415e0208dca2a2186ef6b

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c83c0174f3d837c238cfad5f49d834e99ca3be998f41b43fa23ecf9afb7d4b9a
MD5 d65d6da098c561dd80c4c76c0632f8b2
BLAKE2b-256 3f887afe1722c2bfcb7c31143beeb1148625a2aed1573068faf40b4b051daa6e

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94c0c1c225d0ad28cf58ac47c331a5f03f629eb3a268cac2061b25f1b8203ee0
MD5 18c74d5333e26449ebeb5e988389ed6a
BLAKE2b-256 389fe0df1f715d9b42b4b50618cbf8a5871825daa07f86b00d8a99bbd24bc708

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d77340206de02fa27339050ecc69dc543e2d9bb2c8e9b98fdf970a33c1137611
MD5 2f4885af6ed272043f32f58f59f05993
BLAKE2b-256 c17b280f006bd50edd0c9a2e1f3f948938622e65d23eede8cb767cae8d9fb306

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73494c86bba5ff6ba4ec188c1639ab4d19882b28656b757a4a1b389a97bad411
MD5 b055eb8359fc5791db22ed166b967906
BLAKE2b-256 d378a8f44cd53ea072317b1085a8479746ec20cc6aedfe22ea0a73b2af0c253f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3b7d40e41323f91668780f58d6c34523c70682e7b8e9d2fcbb5899c6406edfa
MD5 d6316d82a8917d16434598121b36cfed
BLAKE2b-256 bb192cd9feef2bbe82126fd6ad395f71c11e236f999d109536578cb6bfb59087

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 99eed77961eb2f4dd9ed8d0437ed93bcd54eac48cf6382713693fbd3abe60e8c
MD5 cab0e6803124fd959defad44af677ccd
BLAKE2b-256 68e80de037c0583f3fb20ae9c2ac19f4164339a1afa6f6b2c47218c6a5b7d299

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 49107813c9ca103ee93d226d003fe5c2627737d90089c5980bf083e730ed31ee
MD5 2883e1e293d98fa9443f4e83d0175696
BLAKE2b-256 3f6c11d3a0f37b0026c699caffe14ecabacdc9989eb4f15f07a14fd472b3ba9f

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