Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

passagemath: Symbolic calculus

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 --spec "passagemath-symbolics[maxima,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[maxima]"

Computer algebra system Maxima via passagemath-maxima

pip install "passagemath-symbolics[primecount]"

Prime counting function implementation primecount, via primecountpy

pip install "passagemath-symbolics[singular]"

Computer algebra system Singular via passagemath-singular

pip install "passagemath-symbolics[sympy]"

Python library for symbolic mathematics / computer algebra system SymPy

pip install "passagemath-symbolics[tides]"

High-precision integration of ODEs with TIDES via passagemath-tides

pip install "passagemath-symbolics[standard]"

All libraries for symbolics that are included in a standard installation of Sage: Maxima, primecount, Singular

pip install "passagemath-symbolics[plot]"

Plotting facilities

Release files for passagemath-symbolics 10.8.12rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for passagemath-symbolics 10.8.12rc2
File Size Uploaded
passagemath_symbolics-10.8.12rc2.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-symbolics 10.8.12rc2
File
passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 1.1 GB

Release files / passagemath_symbolics-10.8.12rc2.tar.gz

Download URL passagemath_symbolics-10.8.12rc2.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
7ef7010625eca80cb7313016beb4f2852ba466ae3fbe816aa8695ace94a33981
BLAKE2b-256 checksum
How to use checksums
f7eacdacecea484ac31a840b9d4732485a3eecb4356864f3ca587a7471c44ec0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 45.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
174c8e83d67e8053eeab9e26617c9d455d93010371f3c8c9520542d6f7cf7f4a
BLAKE2b-256 checksum
How to use checksums
149db2cc85adc9b206858d1cf4e4f0f6abc864068f09cd8904e78057c93a976b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 41.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9fe008a25b46e8be878b3e20f3417b76f7d763ed55d581848a8c2382fec296d9
BLAKE2b-256 checksum
How to use checksums
ad8847a4e060d36c810574555fa73fb4c058c64bee66395ea83e97f42d8f0564
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7b7c92d7830a49ccbe484fe6cb30219f998c146839140f7a07505bfaea02a89f
BLAKE2b-256 checksum
How to use checksums
782e55ea01e330ad9cf866dd300f96bef77957a058db9964570582313f788d8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 40.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
428c944671fc6a1e76191de2ac10c569231e804221a1fe1c6d264e4b69d942ac
BLAKE2b-256 checksum
How to use checksums
a95c3acef822cf8d1227a6fc20ae28946c60c11dcbd1e5f5122f916f59e8d190
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 24.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
48cf6b5442e4c874934abba356ffab82b180620cb87b7bc1b5ffc10e265d7828
BLAKE2b-256 checksum
How to use checksums
fa2d3771ce504dad3f9469e843b3cf69c2ed493b160c2d7423f362040e8f5490
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 19.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
51be0527ee33c6cbc76673d28c01cb3c52c8f2c645e53a921ee0b509e662c582
BLAKE2b-256 checksum
How to use checksums
8d3837c739c34f19f25c7b84f73deb5b143034a6da5c5c859c55a5286ab28a84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 45.2 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ba6cc0ccfc4b7c495656c68307f6001edde9df9a4dc23bcae0f6f9753889011c
BLAKE2b-256 checksum
How to use checksums
53626db8f43caebb5910853d8031504bc011633909f5995a1eefe4852534d5ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 40.5 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
c39cff1d3e99bf8d953c6be9ab83392268ad07854f519e34ff8f281b8383d587
BLAKE2b-256 checksum
How to use checksums
06b9f022f3957523b9f2eec09bf5379833f0bde278f6a1e07d63af30fc7180bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.0 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7b5370cbc1fd64db8a2de133397ac3b1e3dc222bf3f9ea7d12539ad85b2f1bd2
BLAKE2b-256 checksum
How to use checksums
3fc1498f1cea001bceeab7cba70af3f01b64fa648688277edf73a5a0a2881c4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.6 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
29e3097a11e98662b88a91477bb0ffd0719daf97bfad5e3502f3e25dca0fb81c
BLAKE2b-256 checksum
How to use checksums
4f3dedccba8a7ba91a6d55796bd7b4dad7332fdeff2693695e34fa76a6bc782e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 24.7 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ae0bee7cc7d0772ebb2e15e79d0032e387782555cb6e6e70a2d633c81df10d61
BLAKE2b-256 checksum
How to use checksums
53a90f6488dc72fef9c2191fa08906c638e800d2683315750f58d0ab5643a6d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 19.0 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
6356d7deeeebd96682c5ba48722fb7c7f6c94cddb21f966efd0527c949221150
BLAKE2b-256 checksum
How to use checksums
e4dc892e9e3fe9e2781cd6cffdbf91ee5c4461f7741db90bb7827d32c1f4f58f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 45.2 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9c78004e0f6d61907389a5bff22596e3b838678423e006e2884832b3c48ac683
BLAKE2b-256 checksum
How to use checksums
b5f817f35aa1267e263d591c2d884b8b53d4ff8d4f39dd8db960a1204ee1ef38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 40.5 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3e5b8106b822fe1be35b039ce4794a66af3af6f478113663f0ddd1cad7e2812f
BLAKE2b-256 checksum
How to use checksums
6fa88fc7189ed6bdadd9d2c6b50d7c42e91818a98d23322cd68791e67981c12e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.0 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
06a4c21d9ac65cc6f8363dbb8a8f01d3294f570f86c1dfa8518d4468cd6e9bb0
BLAKE2b-256 checksum
How to use checksums
676315a83c30320b74fe3beaadb44aaaafd97429b53989a8108cf3cd7f3b2159
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.6 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
31c4b59a1f2138ecd2e6b69deac80629767e21e87fbcf31241e0503268fda7f3
BLAKE2b-256 checksum
How to use checksums
4720b5a6fff19d27f1ad2744a9881b0fea8e48282c3791ab9718349e4f087a89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 24.7 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
6c49122a0571be39fa32952e87f287c78ccb5073c03efda7f97c8800807a01b9
BLAKE2b-256 checksum
How to use checksums
73345ac23f6c0c62c5c4541ecea83a4fa0d0ae5298b97f5cd5494f9b1138f40b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 18.9 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
34cb447cb868408f0816c4871261b284aebfe56658ed1cedc7a2b7c468be3707
BLAKE2b-256 checksum
How to use checksums
560fe771bc8a2c2e151d3a5b757082c9bce8ecbd5f0d7dbcde0897f8018e615c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 45.3 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0663c2e723f663c3a0c47485b0133a36ec44888eb725ab46731a560e1ed49baf
BLAKE2b-256 checksum
How to use checksums
fc1c7a56cea3eea78f3defdf5ec437b55d819aeec47c077d2b2d28fe79d84d9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 40.5 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
77a718fce66eb77bc75fb185229bb65efaddb3e288565af6a2103af42b2af829
BLAKE2b-256 checksum
How to use checksums
85df5cebc629e45d0de8296d1514a3df7763c6befd605bced87811416cbed5f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.1 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
dc92cc2f2878248bb11d8db65eec56383b36fa5e4253549e2be0e75b544e766b
BLAKE2b-256 checksum
How to use checksums
b32dc242fad84930215566086f24d9bad9db0ba97fbc5a4cc871d94c2fa88a1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.6 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
410e02bbdb135335b72e5b3200e4e2c5559b094ae4d09c60e37c5fb70ce2e678
BLAKE2b-256 checksum
How to use checksums
cc094998686ec930f71ca4cae9972efb01c097ba7535b5b507fe0b0ee02a55ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 24.7 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
0dd8882d84adb82924cea98d9a40a3be3c0c8c9422034eae7af944f5330df109
BLAKE2b-256 checksum
How to use checksums
106ea0f84267783efea58077b4aa9fa25aec64227b4e20438a63944b8a2d625b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 18.9 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
da8848b0d2c67285cb42944a944bba6ab411972af841d0cb36fb8008e73e2241
BLAKE2b-256 checksum
How to use checksums
76136a17537f04608f63331f3415e957408c8838a876a2a51a830c99fb307486
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 45.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
adc2298b421dc9cf6c7c367d42cd403071331f606c2f68fede6d55c416fa8bef
BLAKE2b-256 checksum
How to use checksums
43342a4d29a49f3413f29dd74c09cc975ecd162bd4de4c7e57f6cf3cb5c935ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 40.8 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d1b7abf9b942d01df0b0efa7e41ebdcc34d59efbf4e4290fc23c980d26c7822d
BLAKE2b-256 checksum
How to use checksums
f194b94ca25c7c4a5f7f54cd3dd955be241925cf6f39dd93b61d7a542eb8e15c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.2 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a1c46aad4025382727c08f5f112fab16f98a74e4e536cbb5d64422c847a41eb1
BLAKE2b-256 checksum
How to use checksums
c008aa772b0d1cdc0e7d5fb6ba0533f3d8561a6e84104e8627a68d0ea1d260ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.9 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5630ed9564882641774770d753ee2af24611639389c33521d6d56693a1019314
BLAKE2b-256 checksum
How to use checksums
cc36e6ddb267cdc55eed98a329d79c6101f643c05c4f80e4a40cb71a18a1f529
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 24.6 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
9232dc9e1b159371962d947fca93b02c4498f6ca6d8934c58527710ca4187042
BLAKE2b-256 checksum
How to use checksums
dcf94a99cc4b368de6b3493c580caa60f3b5082ca1af6de8e9f06198048adb9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 18.9 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ef000dbcb9a6b180ae6e0d4351ea6418dea5afcc29c81491375deebd3c57eb12
BLAKE2b-256 checksum
How to use checksums
a73b83e328fcd63cf0f8eab3b801268ab2d9cb4b8b328f1263b556e524f9d6f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page