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 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:

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) 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.6.x series are 3.10.x-3.14.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.6.48.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.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp314-cp314-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp313-cp313-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp312-cp312-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp311-cp311-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_symbolics-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_symbolics-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_symbolics-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_symbolics-10.6.48-cp310-cp310-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_symbolics-10.6.48.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.6.48.tar.gz
Algorithm Hash digest
SHA256 60794f31490c3ea132ad9a62b21a4cde384d866b44ceae4be448bbc14ee0fdb4
MD5 4e190716458a02e08070ff688847ddc2
BLAKE2b-256 f3f74e752ac13214f772c0025b880b92bee7b6b93a80d80b5ed8f1f7b16d360d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eed83455e556e2605db1059195d11e4bb30629f1d574fa56bdb26d6b95cc383e
MD5 2bd2724854f0cc1cf7c8e3d6d5cad318
BLAKE2b-256 284e7a13f33d261052eeef8fc1251cf4a1725cce36e621edce7f872a3d09d4db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f884a295ea69633fd4a5e68160824ca4ce2972d1779a868f9ec4d3a205a2b306
MD5 bab0ee166a9bf4b5a8afd980dd9b52f6
BLAKE2b-256 0b3fc8d812d2a939bcfd534b17222199712b0424b12219dd724754cebc333bf3

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a149711baf347be0eddc41b0dbfca8e2f3fefed30df0212eafa48b9fc2e3752d
MD5 c16512b067f667fdd843c84521137270
BLAKE2b-256 bd810f87e76c643ea6ec5f1e8bff6e40c2d938cf954fb27f549c3fff9f35129c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 740e8d68fee2461cf4d49b7fb70eb5b41403c1f34fa83e5248047be939e7e06b
MD5 01de368df6ad6d2126c817174cc6db64
BLAKE2b-256 3c5a41005e184d7a8ea67a8af10b2f9bbdadd5fd06e8bd2c594bb3a04a85429e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a132070b1a71ebeee52d60af2e5061f2febff64704ce6abff9d1f2f37748c961
MD5 21d114527859f62155b066f185071bc6
BLAKE2b-256 01bd07537164e1765d386a37a31364afb7f4ca0c1b99095db9481f7b4fc46130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f080f501f41e9ef30eb8e36649c83c53162b713632f910ce30ff3410dce15b7
MD5 5a1132ac2f7f88d08c7deadcca45d11e
BLAKE2b-256 4a195e3016595f69b14baa39d18287e83159b132ed07e744917d9ab7278f18c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e7bd462492093f465261b074c74e020645f90edb9822cdb5a9007aa0a8ce2c5
MD5 db46142fd2c30a7e5c79572faa49a456
BLAKE2b-256 f323e2b68c07e032e7da4da54d02a6888ea85be7eff38ed7a422632935d00ab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4017f6502f77fdbb140654bf9ec269d45436a768a51716684488c51f14c6285f
MD5 9ff71f29821cc5c19b856e2eab4bb1ac
BLAKE2b-256 a9738ab3a256246a0aeb2dcefde7f51b80fafa03429eca142d39cb4e91524590

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9618d82275bad9d596f79271e363632fe13e643fd599c1838f6975fdf396b116
MD5 23636ba73d5eed048a9c5c152f487715
BLAKE2b-256 81f5312e122c6e2e3b117581620f074d798263228db5e0e7386cf2930f7edbfd

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 29f2f77cf2304a4491ef2622259b4a0319e3a12b6943ee8d339fdf403a269224
MD5 9fbff964e8d1586372cad67a82ee1adb
BLAKE2b-256 64fd886057aca71737c72d2b56d3b0d149386b76f463b22a48c8367a80d8e0a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5352a34ed0e74634b943260bbeafd6f46c09f21c266c878d81b632e38c4c1ca1
MD5 ac0a266f698f76ea989d4dca64898c87
BLAKE2b-256 bbcda91658420368f803b68b19dca0de83ddc45f5e40bb3fadba326e9a296dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ef0346526d4c59047e31dcb0d09c8b72f199a5b54bb3d15e5b6f1912bda15bc9
MD5 1a84150e13004773efcbff294d904511
BLAKE2b-256 bd8a7b56b6e4679c866ca2ad8252d6d3a4ce1cda0e1977889d1502bc78f48fb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 362618ab06e39644023b558c9e02d5b9ee171060358da1a8b8f4a9c0468c1624
MD5 d8a31ca2438384ead7f6697a2952a6dc
BLAKE2b-256 964fb854ca61b270119071067706a9ea7e8be68154d071acf8ac5e141659ebab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 623673a32448ea70edb02fd064a9a0abef60ebc78bf634559c67ca1f4c0151e1
MD5 b6d69345a7880bc8e4a2bc92845220bd
BLAKE2b-256 dc7f6c56d8bf4ab7636463a25eacf18184a9b8ceda3f31a9027e0a45edaa0d15

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ff4369bb60b227c7288f84b255ea1214644a00534fc3d8919afc8577c050abc
MD5 0824eaf0b92e87f3554a207e266950b2
BLAKE2b-256 bdf7e552764061f0a2e6c1c63c8ddc1774e78ae810531549fa63b6cb3df03d3f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ea1f7c411d2737d6843757a63801505f51bfb430a0b0ad553d75cc629e0f460b
MD5 25abc649b890aa7d102cd46c85a3b9d7
BLAKE2b-256 8b77c69090f5a0d0ab6e812b96d46df63070a6813980971d9422719662d8eb9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1c8c5ba462f41432a6ce78de7c707f6df9ccf629f7d1c279b4b07e4cd94b5977
MD5 dba927a435cab65233a03a1feb7bf0a2
BLAKE2b-256 029db6de5081a4f959bfc409a48cccc95c7d7f4a5ba7cd77106e6bd21747114e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e98c606d6f28aa196e3acd76fd265aeff8aa5c808f2de69984206eef76c59e10
MD5 8c506b895b1158b5f85c960d360610d7
BLAKE2b-256 7418bc630f6b6f3ddc119bcc66e836718a5a0d03f5c4fc9eac2077bc5e5e7f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be4b00693069e8484e1eb95eba0598e65f715aaa3922ff0158363801c63e8900
MD5 d281c2e22054c96487c5b0a25b8c1292
BLAKE2b-256 5cb23b905a9362718403bc181ee5fcb4ee7f1f1a1b914dcec75a0ce60d86647c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 04adf6e2755d6b29a90a0aef8214be6fa57e126f1d1ac0b424841e128c0de507
MD5 67175caa1689d9f0fed11b388659326d
BLAKE2b-256 b864023eee59daec0d5ba1fea5f213864af6b914ff54347f17578c4cb3d6f789

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e618d472a72555007f19bcaa5b8c44f95830f3748807e9b341c06a3673d16760
MD5 e3970e50d2cb6e6e3106cc4db2e0fa23
BLAKE2b-256 c6e7651cc90a9ed5837fba30774b1b138a41bebd44dc80ce27885f63ed17c672

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2184eac9255e495b543e2243be47a35f7562e8a1f823fe4a63aa7f9594751e0f
MD5 9d74c44f6c19de2593f245b2c938091e
BLAKE2b-256 233601595e5f8a755636b4a8e42342346fb3b76d8ea520e9f0e0c3d7bfb0ba3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c5095c508f1588d4c2bc0ee09d4917f79877f492e70c27fda1c0f9f92ca9c8ff
MD5 cbec97150604bc731aa8a2fb4877ee78
BLAKE2b-256 ed37b6449fc40da140733f129b73185979ab9d83d13c0d2fce977d0d2bcbad80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31d97d87994060a863923d5114c8e2144f0cc27656418f8b64bdc7042e896d38
MD5 7bf0be95e58fd78cf69a34168772dc90
BLAKE2b-256 8df602a62b47896f7294c35ca52718caa014df5d11d870ee7da42bfd16006826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71424b161a0e8a270be655461bf4bd50ebaa0c91685494986f69d522b63dea71
MD5 de56ce78ed02bf5651d044f00245321b
BLAKE2b-256 b516fa6aadf5fe0b7b7c180efedfc7ca5bf8b01f9a17c8ff4c1b25c4d39d522a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 663254a7aae96e66d723683cd565b001b3e2b2cc0dbe261df3e716dad7361af1
MD5 ee4f432994383e213c1e867cbcf35e32
BLAKE2b-256 42db4b6ee482717193a327bf7dd354b7c0dbabdb59419d72b6d1e7d2bb9d2d10

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f06bb95a613c1c8306a39ee9a3a0a8ec6291b5e442dabcfae8b333cc3c7a6b81
MD5 6c35fb4b92d9a8f76f542bb7f271b05b
BLAKE2b-256 a2c3565cf9f6723c66ed2c4cba1df792658a45c9f728f72fcd4e49a025386f0f

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c460a55bf9d1c4edae0771438828699dd0e1f0332ebfae59a2309602cb409ce
MD5 d84307909bf2021d7874b4a8a96f6d45
BLAKE2b-256 6454a7a812d281054545c95e6ccfe340f93ec12a2d8bbe7a618e712521665f7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 885984d8fe03d252b14195d675e044f0f841f9fac556f3955c59a0173d06fc36
MD5 451e66e54ef6e313af710cfe7b21c003
BLAKE2b-256 9b2e471578e5cdb9afea12348bc5c720db4af61ca7166d561564187bf03c5f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1bb40502e8e2c3125d7ce499a00bc6b9321d5964272a678bab7b1018db56c7c2
MD5 7992eb1fbb6ed96f5f7b3ed91ae89775
BLAKE2b-256 3b74d378284cc841ba8adbef368b5406210eea80c0d3caaf95eb4b45893f6e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97dc3bd835f01c431c5782a7d68c24544679bbd7fd62d93533729dea5ec3a541
MD5 a9bd0633710d605eda55829556a6930a
BLAKE2b-256 ffec3f4e861d8bcc5e21e934a739d0335ec9eec305517ac7be89dad4c4feb835

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d26c76747ec57bf99e3051c6288765cced1fa5f3335b58620aec33b744525ddf
MD5 c43ce53fb8158775497db618c76ccb22
BLAKE2b-256 020ee9a4eab74588ade20800a222fbf4d5f38a0bb9fb6009a409bcce716ec982

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0322d75110fca05b008bfe9a6a00e4c5bafefda92d23d4fde54d672411d6542e
MD5 8d3013549b991aba38b2af5fbbcc3c18
BLAKE2b-256 1a3c2bf257143a8ad746046f9bb49a35fdcafde4042332db7446b8fda1bafafd

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67a47ace959351f741a52ae582f80f138e128d5d0ae462c7e9a3d7ed714bbad5
MD5 736c1ba3b898ed53212136b82bd55cba
BLAKE2b-256 f7dab5e6e515ca8e5044e8b71f16b0bbd00f3b350df8d1f4426d56fd0b8d60d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17ffef5dc7cc3d15f350e7eeb055f61af1e0b6b9f1b3db369252c36aa9c47541
MD5 66a7dca6d18b3dfc6e12966820d5048f
BLAKE2b-256 bef757f82c0128bee46b0090a512177ec52d275295cd3b3c1f04f3b2649bdeba

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.48-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46044d2fb0589510fb0dde10770758bb53aa7fba4c0bb083d97e80e4e27db21f
MD5 b83798353d35bc09a0230be6386144fe
BLAKE2b-256 1264de7a2a47e435e233fa50ebbb1268f7afac3e6d18213b72277b57ff06eedc

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