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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-cp314-cp314t-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_symbolics-10.6.42-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.42-cp314-cp314-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-cp314-cp314-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_symbolics-10.6.42-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.42-cp313-cp313-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-cp313-cp313-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_symbolics-10.6.42-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.42-cp312-cp312-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-cp312-cp312-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_symbolics-10.6.42-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.42-cp311-cp311-musllinux_1_2_aarch64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-cp311-cp311-macosx_13_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_symbolics-10.6.42-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.42-cp310-cp310-musllinux_1_2_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_symbolics-10.6.42-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.42-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.42-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.42-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.42.tar.gz.

File metadata

  • Download URL: passagemath_symbolics-10.6.42.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.42.tar.gz
Algorithm Hash digest
SHA256 489132eddf51424514618d8c0ddb8a54509a9e436d609a8ae3693da7262941b3
MD5 18b0041fe8736ddc886ea13d34e1d484
BLAKE2b-256 d9471781e07ca898f11b43ea27817eee931e3af19cc09fa513dd0b33c979619a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d34db2873d7565846f6c3d58e63bdbc8bf5311ee0aa783a6f4f57973a1ea2ec
MD5 a1d6462889fdffecbf53c545b4c28a95
BLAKE2b-256 07da21ab46f3f3e2899b6b0960781ec550e4ff501051a03a1e300da7e028dbe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08b7d79ceb94bf3967622b454aa18697a5173a0588b07a759f76d206623e27c7
MD5 b96e0270df1f9d38e2d5d2e0e61e14dc
BLAKE2b-256 d165c0313ec2319950a23fededee82710f5692e17ff029f1cf930ced11b146c2

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2dcce80d2f65f79d0d68c802f9f83032a1d3799d5d30c6eb90b6bd8982a31b19
MD5 acc0302b4fb13787a8d58ac646b104d6
BLAKE2b-256 3ff4f76e0af0cdb94d054730e19079286df12522dd73fcd1969292fae51b41cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6916c55a06c1b6b5eeb616a79ca837d066e9390f481aba97e9f50abac19a9101
MD5 54425460e927df59017adf4788161169
BLAKE2b-256 146cb975a2a4aafc1646ab1555c2eb4cca9a9979c8f5a736e3a6fa1da1652129

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 99f13071348111cc0c49c8883b6e901197b22acfc4c11b12cce9e4152ea399e8
MD5 677c8910848c8040debd5b1a02734421
BLAKE2b-256 83562000079fa129cce59ef1a63de63ad24debf33881e25a13f14740f37df567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f326431247b81d4e02f426436843bac48b71aa18444db2c282a40e1f01065993
MD5 df014ec1ed316c980f3f487e5e78e644
BLAKE2b-256 9febf06b6eae4bd2a5fb201107b4c6e7b2d682660ef55f1f2f17347e4a490222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec8684e78bad5a25e1870902df3efe1d6459b6a4634ba15076a39248e71d898d
MD5 dca3ebc25e1a0fba11825d1651cf5754
BLAKE2b-256 7b788cff6f33392195adb0abb28dba86d94fa7e4696e0b7bf6aa645e7a0216a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16ce27af8452d2322ff95e2be0aa57226e58ef1514cfe310fcc82a206c044650
MD5 ff53a5e4c0ff005afee07c06ac434030
BLAKE2b-256 61b3d4e857a334ca579e2882af382e77edfa409b5c55b89b85e491c796137e2a

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62b6cedbfa27e0df21ab8b33400ba3c4e6ef399865bd7ea20c3718e27ea772da
MD5 85a8192429b0afb68a860b3f70c5d9e6
BLAKE2b-256 79ac8eda922373b9c4e975bab0803215e3b9d713e53e2a9b3b6e7f8baab72afe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10cc63e248dab0a04f790cd50703c6291df7bec29799395972a8a1a37c53524c
MD5 72f239eff6be0b5d1416b9f84860e12c
BLAKE2b-256 ddc39813f71e8df530c4be1aacd1230dc9a3075f30300aff256af8574737ec93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 00c6b1f9f3232b7b917341ab596267fedb652b4dacedec2a107b49e4265f5f5c
MD5 25f030008ad03657b1142842fdc174b2
BLAKE2b-256 c5e220c5edebbed20a2a1b1f0d6f386beb692bd9ac3938641fbc78923a422f6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 244b160198e65fab417e2293d38519159c7d45ed151eda43688b308589fd415f
MD5 b1e9fb4a4799db3c5aee46f2ae60af16
BLAKE2b-256 2b1f766c2815595751f7f0d06dff10899654c2707bc5210f91bd0c28cbb93b1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 944d3cb13b30958dc4a3bc38825316f4b43b93ccb4aa4ebcf7f2b53063944237
MD5 de449b4b7f4af6e8ed6b44e094ff31b3
BLAKE2b-256 84f5ffa10d5c12f805abad5133d9d269111df36b8e0bd31545b12009747964e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1a1e452bff9e0105468d5c2e3b75a403060ec951d91c6f455d3219a6486f4cb
MD5 46163b4249ad8f24b185522eea907eb1
BLAKE2b-256 900f7dceacf5bca1df390e3973ee8102b922fa1540bdd40484ce65c8d9eb038c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2916d1277a4be0a884fcb0b5ee5358708b9fe87b06174df2c5bf8e723dd86cc
MD5 a25b7062fa76688fc3b707658c1c01bd
BLAKE2b-256 9a719ded441244904f0ac62f6d357ccfe68659a3ad12a652106848bd29e66ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bbb9809979e072b9b748a868e9a61b0c403bf5bd7d277706cf83ac4b53ad104
MD5 c30a1c243d57ec62b00e3970d5376120
BLAKE2b-256 263c57771363201122075e59ca29524c910a550c746726d268ab08dc97046980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 772b45a7bc728a9ae692bd93319e0567e08cc4467446bbb766fac6c0f91eb5ea
MD5 8ecd4e2423accaeeb918ee53cfcb13d2
BLAKE2b-256 3f1d644b7ec9d77a87f20013379166ee8c80755a0d9a68d927d1b4996815b5f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f4bb75f73c615745f7308969e1f4b2ebc6224a0df998d0a1e42065b99e04bae
MD5 638d82daf9f0a19f4d9634bb76ea2a62
BLAKE2b-256 6cb75b017d8bf4ae11dd484008c541eb8ebeb67ee536a45e6578abfa91a0ca23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88ac8ebf487f2ff1450fa203e25e0f8b581037ea25716e78523a3bd694b128bc
MD5 3ec6aa43df95f1e5d95593c4f174e96d
BLAKE2b-256 efc666b5781c8e69b55084a35fc2be782bbbd408378245ca40199831a57c3654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cde3e100681035c12f63b1fcceb9cb1dcaca1c2e1f6d2c9d998b9e7b31022889
MD5 71608cf8c7a4d3c2a3b4b3279d95770e
BLAKE2b-256 01a0d52698dcba85ae499f7374787f4eb7133f8b54d73cc3c927e70b805b7889

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5600f29ab2e80fe8b74cf0b146a30fb2c3e1754605e9c8e2ff630fa97820338
MD5 1f50da1a5cd0f1b8685fdd394726952f
BLAKE2b-256 9763c39f4f361d9b19d4f61aee20cd560ad84082a0bef62853ab8800f8ae1ca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa4b0a6bc269ea31cc67ed62c3980f34dde03947ac2955de74647290006f7afc
MD5 aae301b37a7420db007206145073d5e6
BLAKE2b-256 2ad83f4b36cc9c7afe968a6357d935edeb650efc1579d6cad4976a31daa6f7c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 04d77bbab0f6625c22fadd43a57f7f08cc281608aedf5cc2c5ffdbb2b5504449
MD5 215a391a087ce1cce5fec6c481a70b6c
BLAKE2b-256 ce76ba568891ff19e988656eba0c07bc0d9fd34f8664b34566f01c69795bb925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e72f9ce529f59ed0234959b05d3b14a577a4d07504c1e0828c1cff455bbf37f2
MD5 0a8eb60e4756ac49698ffd9098eb92ce
BLAKE2b-256 ea54f957e3296737f1d9b81e45747cb06a3e95aae107738fb7a670612c5dadd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56f79fbef89925ac9879cd779f5bf985ccf6d8c02df3ddd1c6d70c1f9863af5d
MD5 87dca4d63fa1eb47750a784d18c1b0c5
BLAKE2b-256 f85ef304fb8b258ca62df661ae6dfe9ccc61e951e42953c5dc60f7bfd3b75d23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c915584f189353f18bee4550b0b4cc819de0bd1cdc7334ed30b667e6adf444d
MD5 175d445bc2859eaa8be8c7b22996bdca
BLAKE2b-256 9d05aba4f0c5d9aa3218357d264c3471fc1629d081fd2dfe897d0eb3a06f299c

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 410d9ba8efbac58e3b7f24e1d923a01e2bae10794afd0a30dc20ecc94f7c2af2
MD5 6806ef1fa15229c2f6101049c013e563
BLAKE2b-256 4a74f272d297b4114890935f4c0eccf2a77c27c0fc054b81b9b99580d115a438

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dfd4290535d6bba0c2285091577bad5e2ef42fd868b81d26a699e5df2ed17287
MD5 7e15d5c05083196b9c9e28d6b43cb9ec
BLAKE2b-256 bfa761716feb6521389ba1ccb62d62adc24d7d056d2f013afec4db2dc57dc879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d6a4479c8a125a6738d0c30484cb093644c0f2f1debf84719f8fa76d46261fdd
MD5 2c2bf51e88f8692ea6bd3d244bc68fa1
BLAKE2b-256 6576b8b4511c341aff64f53351d67c5c12ffeb8051826452940a6210f591b2bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 87cbedf9497ed11b74848d312dc13be2e727f2845a6fbb80a26b79a006f0635b
MD5 b34e2635492828c35989ac1cbb2385d4
BLAKE2b-256 c4e042fd45e9093f6a69b58e386f9339b1a0e6dadd4c173edda5a8512eb22477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a215545b11f6acb40ee3fcdfa985732c8d9c806e72b08106c3f434af6a204c3
MD5 f6f09ca65b8a3305c364ba47b1307bb9
BLAKE2b-256 b40802e6b04a060885292effd9df2debab42d563dc61a60436d5e4639d61d898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ebc391cd057bda5c9822c583658a3ffe1efbb15ea8c218ad091525baf03cc92d
MD5 d96e59ffc38ef7a3952428211408de5d
BLAKE2b-256 9efa7894ef6d459430ca9a131354b6f627d4fa37152efb4958261ae3b2095224

See more details on using hashes here.

File details

Details for the file passagemath_symbolics-10.6.42-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.42-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6281ff27123d8cd2cbe435840ef5c3cce4b3066374a4804dda98a927c73a42c
MD5 5e8c2600f13fac97ae39ceca5d43093c
BLAKE2b-256 1d74738eb5e584edabb067aeb3847e11ab38d88c26a6b14f40df677104e15da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65a7ba813c2d0e24b286c8abc3215601bf8f4ceeca4d3adfc6633043fe9de313
MD5 652b57948b1d90652db290a590fdc393
BLAKE2b-256 7fc91b5a88b6b20e66b287c16dffb8a1d477c0c4474c491e79b441e2bd906aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0573c89b4ed7fe89cb9ea9037a9e46e1bafaacd8488eeb92cabef527542b1b3c
MD5 2194750c4729a9785fb0cdb2815eda2e
BLAKE2b-256 a5995b1b6552a9dab427af47f58efc13813ef82ac27f83517df888930cd392e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_symbolics-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f7274eaabd871cb70a16ee73f3af6ba5bf65ba67ec7dd0c3ca69a6b873a91b49
MD5 6116b5d532887a280adb5c4a091b4cb3
BLAKE2b-256 b77544c85a26f983d40679bdc785434276026f5685019495a739fe9601f7f80f

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