Skip to main content

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.12

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.12
File Size Uploaded
passagemath_symbolics-10.8.12.tar.gz 1.6 MB Details

Built distributions (wheels)

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

Download URL passagemath_symbolics-10.8.12.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
150143e3b661e41cf28638d04d67cd4d1c93e44e17892044d28bfcecd189d4ee
BLAKE2b-256 checksum
How to use checksums
e0c3d98d4bf27a34c59111c41db6342aeff003b69b40cdac8d6889589c0fca4a
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.12-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
7ee09eb4c4d64a01d1993724d7ba8892b1521def73b3c195818521a2a98f8327
BLAKE2b-256 checksum
How to use checksums
df6215df6c6712c1eda44ac506001f94ce183b044edeb03c5b2c75791f892476
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.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
d92010c9d090951d6777875faab4836f19166e5ea8b1f0aacbb9aecbe320f281
BLAKE2b-256 checksum
How to use checksums
41c242b1eea2115783e5cae32fa0cbdc0947c567447d43d87ad935825d264e4d
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.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.4 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
4c9aa565a36cfbddb762a7398c70c3500e0d7e86325b643d6a77863f58b1753f
BLAKE2b-256 checksum
How to use checksums
df38fecbacbff1501713358fd5fb1d082b7928c68d75f8ff6244fca30d2e48c7
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.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
ee69b856e427c990d32322749f5a99a553641da94c3049772f91ec6f71320e8d
BLAKE2b-256 checksum
How to use checksums
681e71249d4653fc11fa7169d737511c2b4632e730f02143cd7a3df21a38c47e
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.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
8fba53610f7385faa19b300bda8186b0baf2eb06e8c72d597ca375d1b9757a22
BLAKE2b-256 checksum
How to use checksums
aceb859fcb539764dd734ad576614696e9977c40112240ef58c6662787cdca7b
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.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12-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
7b1ca44d925c0aca4bbb4b3250a7b7ebb923156491515fcba5b31655f8595670
BLAKE2b-256 checksum
How to use checksums
ed466a30c9efd9400b7ca0427c55a5c961cd4ff2726302efbff30d3077b2dca1
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.12-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
6103d9f6b11dffacc2bda7a6d4a25798ed3548c29d7f27f174a2afa0503aaca3
BLAKE2b-256 checksum
How to use checksums
fb1f8a5044cb476d098ad248527c058d06d4ed4a4cce2205af8a07afbc434071
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.12-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
7afdaba76883d422463faeecb09442fa16744d9ee6dcecd74a26f842711fa0ea
BLAKE2b-256 checksum
How to use checksums
00c96d2ee87d24cb57428f022b0a393ebe916b364a903429a2bbfc3362df2f1e
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.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 43.9 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
12c87a521b97227267f864a7813eae4b921c0644cd2f304a93e91c666ca3326f
BLAKE2b-256 checksum
How to use checksums
cef083291f2fe737d502a7ed80cdcbc3ee1b6a14e7dea19c70fe72227957e7e3
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.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
07b63e597b4fa73053edb8ce7bf68296685be7c313db979f4271d93ec58d5e6b
BLAKE2b-256 checksum
How to use checksums
448116737ec3826a2cafb7fb2935773422fa6bf9fdaac02f03f473bc71b427f3
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
a8531d8e0c9b16dc9c127839bb5251f9eb6211819f856c3197536fa4e4cadea6
BLAKE2b-256 checksum
How to use checksums
daa28bc029391aef4e227e6ea74a7f21459e7155914bca1bab639c0d4b4f467a
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.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12-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
c9324cb795715fa2c31879b7a3294612b9551191d62e18b4a2bc507d3a95c298
BLAKE2b-256 checksum
How to use checksums
24b21b0f0b010c87edac272320c94d12a20e9e5015d190fda55e9e44b296210f
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.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
ebc5b10584165db829ec61b9216ea02111bd4777c3a836ceb594ce20a21f567e
BLAKE2b-256 checksum
How to use checksums
570379ec267918cdd45ce79ef0b93a0da9a6024c9f984b63ef3c2a9f15c246fb
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.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
c03a31310ffe55080ded8a9b4b470523119ec83fa2dffc7e0c967d48725739a5
BLAKE2b-256 checksum
How to use checksums
6688423e64f6ec6fb9fa5c1eb8bb03ccd71304883ae1f6b20f3c851debfb92ae
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.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
befd2b3759fc624ca7ee946251e0f53023ab8b4fc4ae4d735b59ce7f3e10c624
BLAKE2b-256 checksum
How to use checksums
47dc23a6a62e2e9b4f3dd61577ff35e95893d8b81fe83f6f3a3d1dee49508d45
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.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
da57359d74f2e8eea4cd42f51ef65fb9f11fd907c98f3b1be9977fefac4be4f6
BLAKE2b-256 checksum
How to use checksums
2cff514201d98d4591acff9a5f43957be45d0863055136e29a710f7ff476d5cd
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.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
4d3cc48e91c6c2a71a4a10c33125bf4acc4d7bd84990abbc85ebd8b5d93aa52f
BLAKE2b-256 checksum
How to use checksums
d878f0c27dfad9a5e6a95dd07958788abc066f7ecfc368c9ae2c8e04d0613385
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.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12-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
513f733260ddb19fb8a9fd369a683fd8b03e9042e3b0efe1fbbddc914dab7edb
BLAKE2b-256 checksum
How to use checksums
ba0c8ac7e300934953094cdaf3b5da2cab97edcb3fb7c432fb07de4ed80b4377
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
87f1d2b988219d7451ea83c8f5630cb927fcc22d9e8205e1fd7e4c8414a17f24
BLAKE2b-256 checksum
How to use checksums
2edbaeb652c6a0bba5a8b4853bf467bfe3ec91a93048d8bf9d3630213c2d1e8b
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.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
c1319db29b523f1a7e775132d531af24556fc8617914118478761499123f61b3
BLAKE2b-256 checksum
How to use checksums
a0237ce9048457fe1b5650fc3aa10b568b089eda09241603006c5ab4113b6601
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.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.0 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a5c405054590fa0ea778ff359dc0a5dd9079bb0837136b9cee76f4d51499d291
BLAKE2b-256 checksum
How to use checksums
cf951aaedc15860371ee89dac76d08bbd2157351a29d599686425c7c61f01c23
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.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
97a98c6b901270ea08d0a2d2542d8464278d0be5ffacba45ff0791cfdec311e6
BLAKE2b-256 checksum
How to use checksums
2ba5f04a0c6d47bac43bacce45d0ecd5b1dfd3817565f79d18177d4151f356f5
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.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
b3c6833c47094616bc658400097202ec6c9a06ac1d029f0101bb6cf55cae7db0
BLAKE2b-256 checksum
How to use checksums
af05808262364dbc63fcd015bdfaff361309dbae4cc56e85d2caaa880cc9b5d3
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.12-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12-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
f288ee3e61455963d4cf93609df582dcc6db410468c730c2144917d261a7b197
BLAKE2b-256 checksum
How to use checksums
bd4442d10b84696bc6db5dd1b0aac282c9c2f2f8ba1042d302c085c9bed9ad7c
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.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
05f2592b3d650761cb840fbfb48a6c6e924e1b83e3bd86c5c0663e63579caa0e
BLAKE2b-256 checksum
How to use checksums
a03d613b1bf1a2ea8de3e7831f82307baece1b2af77355c959daf9d9049b909c
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.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
b54e88ad4c09237f8d04973078171527597eacc647ae6e57eb0e29f000c73d85
BLAKE2b-256 checksum
How to use checksums
5a0863ee50eca10bd0cb8ec1c01df6f5155a2a3f75f9f3c07d2623a4dd7061c7
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.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
66b5545b258045fd2e98a9a643cadfb19ce9b45eccc3863cdfa2877fa09c7fc3
BLAKE2b-256 checksum
How to use checksums
398ef722e5d98edeaae19e6bfca1fa5d47449cb7a034a5fe12f31cd8e74727c6
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.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12-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
275e46ef44c9cb529add371b0f155765e81be992cfdc3193979e272713de4b3c
BLAKE2b-256 checksum
How to use checksums
f142d3e1ee35bcc44db2ee2d70968234d6500faa33c9be5c6a9b5015416198e4
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.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12-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
812b03e84db55df409d1d5611e2d6e31244b8f5203f4d484671a132220b8b77f
BLAKE2b-256 checksum
How to use checksums
2d2f0d36d719e578cfad35a65ce351d71e06cd1a89a1cb0a05c5e2de213ecf51
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12-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
abc6c7eef6282731c82a79377942eec87aa0ac6393d7970c22b8dbdef74940b6
BLAKE2b-256 checksum
How to use checksums
b2d0c0245f7d80320af04de1f895302bfd200ecefcb3d92201b8b5c4e12db2b1
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