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

Release files for passagemath-symbolics 10.8.12rc1

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

Built distributions (wheels)

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

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

Download URL passagemath_symbolics-10.8.12rc1-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
02d1c45a12d395097d115d780fce8d528058ba46fa1ca557ee6fa56b380535c6
BLAKE2b-256 checksum
How to use checksums
9272bc8b03d160f3d88ce612426ae2525bb4951835a94d55724b7087981c691f
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
64dbfd7a605c4feb8bbe2de469012644fab288b99ad5d6e243aa40ca8cdcbe4e
BLAKE2b-256 checksum
How to use checksums
6a8a8a557a51fd796ab4aa7ba21561b54df19e6c0572a98ff56a52dc24ccf8d9
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.12rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
075d21d318fb0dc817a05fc8633f5cd15353ac2827c8dc24b5a35fb23c11942a
BLAKE2b-256 checksum
How to use checksums
f6fc7e67eec880b041402e6ac00b10a1857c25a16ce01a716d1af115549d7290
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.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
d321f6fda7edc64fc66f385f958645217a18da5c3f891436b0d48ebdba801706
BLAKE2b-256 checksum
How to use checksums
49a81f2293ca3d48feede3ff9bdfe8b28949af5b8bd4d89950dcd861f46a4f6b
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
d4691a2a92bdd8b1bb2725792f46060fae51382dee87d007abdb88301e0a7133
BLAKE2b-256 checksum
How to use checksums
20e4b2f207911e3e82dcd9c6ee21fcdc2b0c1a5088a2f76c847ee928af112246
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
99fb5579a0605b98cc53f0b5461cff120bde7267808fd0780b04555be912c6c4
BLAKE2b-256 checksum
How to use checksums
90f23d66a17234d092e3eb15b1e35990965a5d9513c64c1b1b743bad13ee0cce
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

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

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

Download URL passagemath_symbolics-10.8.12rc1-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
895190617fd6a9eead781a6fa7e1c93be17350c577b0b1e7b362f313a519c0ba
BLAKE2b-256 checksum
How to use checksums
17a6724bcb30de9cd5cb45f8b9e0d48c054e0d4ef6150d08abf8854640bba236
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.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
8bf49a49da5fb4930b5c42980a9beb02493645482865075666685adf0fe75bdb
BLAKE2b-256 checksum
How to use checksums
63988f5313f5f7e47aa2fa43f97956d012f011baeec1464d20929e1019dbf95d
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

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

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

Download URL passagemath_symbolics-10.8.12rc1-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
3be1c211a1e096900dc810cdb7ed1a2983a1e783c5c969c7bc572bb36125c5da
BLAKE2b-256 checksum
How to use checksums
979a57ce9ade2dcd892a563632f0590ab021018601bf159a97a09a09c7fcce7d
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
09cd6619ce767d58aaf741ac6e2358d2b3eb87d15a0519fe39be47879629b3a5
BLAKE2b-256 checksum
How to use checksums
29832964c75fd032d4a16ea5267d53c22adf8bc14e20e2f17394c96e625982e9
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.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_symbolics-10.8.12rc1-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
394387c97fd91fd0384c77551e49ce42225b7f4dd5932faea2053af7f7c2dfb5
BLAKE2b-256 checksum
How to use checksums
05b81687ad5c626dbfe9ebb4960ae2c079f6c98c49dd24664a46e3968462c440
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

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

Download URL passagemath_symbolics-10.8.12rc1-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
4fb0157c45d2eca2eb02355e2eda4be3f50540fcd297bfb632cc271c52ae3b06
BLAKE2b-256 checksum
How to use checksums
b8aa0f129624d5e7fe929f96d742d7820668cce8a0e17bca22052c2797601bbc
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
e6e92ff807df378910ff25249cc67311968e2d1ac4c6ffabc2083362cb8e8b6f
BLAKE2b-256 checksum
How to use checksums
8373451093d6e499748e11bb4f5d6a46f857f11b21af9ee4543a6eb59f42f61f
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
29f145885350948b4ff2a119a9ac99804d96ebef9dab68096599de539a43a547
BLAKE2b-256 checksum
How to use checksums
447f9b8e0c0f48f07a65a6dfd4588ed101e5bb18f0543ead30db7dc793d05e45
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.12rc1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
3d84dfb9f9aa786133341f4f8f568a489359641cadd4a7611ab97a3112f25518
BLAKE2b-256 checksum
How to use checksums
78ada11e810dcaf809b015909a6e0ff61efca3b3179bb3a7408233bc381229be
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.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
8d2c949556a63d99a6af29b503ed4615a2c44db2b615b76a48552de31500a3b5
BLAKE2b-256 checksum
How to use checksums
94fd3d13e27d86fdb8730306b0613d83ee21b2eeefc2469eebd634de06f113db
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

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

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

Download URL passagemath_symbolics-10.8.12rc1-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
554a5c629992c72cf982ed0b2e67f9dc9c44f99cba97bfef0390aaeb70e0af25
BLAKE2b-256 checksum
How to use checksums
896e35cb83b00975caabf2ed00692ba4c6b1a6a3092d9cd0807c951e9b2aa57b
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
ff6006920d7ed733170d258f40f875684035dbac3fd9e961b6c5ac9539ec866f
BLAKE2b-256 checksum
How to use checksums
18f7f5ac6980f76753862c8bbf30fcb7d10e5791620c6a5195fa37a3122d72bf
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.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
cf52f26d2639d4634c2606c17425c9ab525dfb1004026739945d8c33ff50b043
BLAKE2b-256 checksum
How to use checksums
137517012bd878e66e43eefc1e8835f17488e420ad434f12331e88a29b23ffe8
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.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
225d8ab0372e07c3c4a97b86a7fbcd2705beafa30811fb7de90332df83f8db38
BLAKE2b-256 checksum
How to use checksums
2a8b2c531ca670e68316c5c85c58d953dfe5be4e4e60fd6088adf30fa1841c1c
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
3a13d6d8bdd9992b41d6cfc3432e4193c5c860c6c035609368a8a1f1cb455efa
BLAKE2b-256 checksum
How to use checksums
5b383287f8e44d0535987013f43a230db7bf0dd1eb2c037f55af40d35706ca18
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc1-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
133c461e4ce5304c84e0722e05d3e6679023199d1fb707bc8d736dc92985f47b
BLAKE2b-256 checksum
How to use checksums
2d421dace80c7adae505d855e877580f3898fee88d4c4feec66899af2af33e22
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