Skip to main content

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

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

Built distributions (wheels)

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

Download URL passagemath_symbolics-10.8.11.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
2be5fdd466c17bb5ea57ce15ee26c40c6360dc25f1878fc7c8d12b61f93467e0
BLAKE2b-256 checksum
How to use checksums
28e10602577c1b0d47f7b827c13637696c1fc6e718c298a9d3b49f1aa9d57395
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.11-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
f11ded06d2b1be1d10c7c90fe744f790f28ce1a36c6ce7f53a57ed5922b85425
BLAKE2b-256 checksum
How to use checksums
89357217922f6c5ec7f54ee9cc40c1f9c84c6bdb39ef1adf1224fd18afde51dd
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.11-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
1f672269406a50761f5072c0e3d59cf0d1b426941c70b4e7b10f168126a92762
BLAKE2b-256 checksum
How to use checksums
8a914b6580f3e4cd321fae060ff7f588b015e8eba39b84c1390f095312f608ca
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.11-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
94a065cf426e2462298e580c85ba8eb5863d802c66ed5004a49c34621c063df5
BLAKE2b-256 checksum
How to use checksums
11dd42dd76cb41cdb86c3772a993d9fe80adc055d2065a50b4d4f3ce60fd62aa
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.11-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
18200ec136935e5012decdeb755ab1a5da5f8dc5aa2e0b7213d61786a9ef0c1c
BLAKE2b-256 checksum
How to use checksums
10a99f7099742e1117a31114b7e92ae6bce21feaa9b6e5646558dfc159573934
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.11-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
dbaeaea87e7e91d02cc33350551b681db14d8dce5bec54b00e4b72b39a3fa4bc
BLAKE2b-256 checksum
How to use checksums
e644fe2772db2685142a7c1f51f372fcc8a8bd6670c5a35f8ff00f48c5904c2b
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.11-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.11-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
2c0daed127146057e3a31447a6309a02187059e709b4797b301438fe67ad7b20
BLAKE2b-256 checksum
How to use checksums
6f1a8a7ef91563109493411c2accf020b89a17cdef7ee429d913935e5789f577
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.11-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
4997db8d25803381d951c43bface34431c6c38c981473ff0763bf18b26963183
BLAKE2b-256 checksum
How to use checksums
67d67273d227620d14591d1353c17235c5f9509f9ac34413851ffccdb55b4c53
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.11-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
af52e4f573e67144525e5a9cefbc16d4bea6483bf9d9d15fa2fe79573b8300b1
BLAKE2b-256 checksum
How to use checksums
f05003bd53fda81d0966ea875396798ae48906d1f015813d2d1c32faa5904fe8
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.11-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
4ce0416f44cbdaa8206d9a2fb69a59959fc6f523253916f02e31bb649901a6b3
BLAKE2b-256 checksum
How to use checksums
7912d2fa9258ad373c92de4714938914c27437475f4eaa0a7961103437a48307
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.11-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
686cfcf0025573ee84ffd36bfd8dd4fd42a3b5ebf9590d4f061a8e380bde67a6
BLAKE2b-256 checksum
How to use checksums
ef39829ed76a97e49b4a75100e69b93ec5f8a1a3bfba76257567a12acae4af0f
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.11-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
f9b18304cf8d19689f77ce68f2eddb8f5c4745dfc314403ebf085e5dc74545b0
BLAKE2b-256 checksum
How to use checksums
dc019e8a60331f6b9b0206302df9867bf9ef8fc0d48751ce8aa91be23632ab86
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.11-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.11-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
c1f8194b59585bf0dbd2d75986056adfa9fb452d5d0709d4dd5697a022afb280
BLAKE2b-256 checksum
How to use checksums
c377545f0d78d1ea272fbab468abc1af8adba834acaee34961959bcc55123bd2
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.11-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.11-cp313-cp313-musllinux_1_2_x86_64.whl
Size 45.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6c86f364a7fd362fcc30439efe75e8142e40fca65198fd41e4d861901535586b
BLAKE2b-256 checksum
How to use checksums
b650d3e2d57bf766d3b394a1866c750afebd65e0970731efaed2570c472d1899
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.11-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
19a5c9e34d36babea3103ce0226ff18e9b1c9c28815732c34c69e9e5b892a609
BLAKE2b-256 checksum
How to use checksums
ec983a4c70554b3c9a7460312a12341bacd9750dbf87d545872c6acae60b8f6d
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.11-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
6dff5b3c7b13a5ef7438f080c18a107e58f4f9410d62dd4c69fcd98dd181a005
BLAKE2b-256 checksum
How to use checksums
d6b0a0287cdc7637fcd82dad42706f5c874613edbeb1d4ae63b535f249eb3a85
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.11-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
5e18aec1e1f2bfa6112ec103b72cae12196efd9e60974ba6fe689df78c1ba937
BLAKE2b-256 checksum
How to use checksums
56af6e10f4ae4eec5be4ee863a9f77ca70fe5279a28b4c2ddbdc6ae7e462768d
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.11-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
8b3aacad276558dde11e4222d6aba3d75f59bba7ef5df0280df4157adb165e03
BLAKE2b-256 checksum
How to use checksums
a561bf2afd5ffddfb41cad4b0d14669220a87b693742e0dfbb8e692f04035289
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.11-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.11-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
aa6b26a0ce942c99e0d84af99c270c34fd65c44681f742f5f28f39dd01932b3b
BLAKE2b-256 checksum
How to use checksums
d274f18bdf763dd95f0dbbcc26209ece17968432d4350e0098ef267a6d40d260
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.11-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
0be53807866391c909875549ccc2029861930a2966fc96ef810ce12d8bb9760e
BLAKE2b-256 checksum
How to use checksums
653ebcfb51cf463dfb7e46f8ed5699b7ff6798c9e3546c807141c207b5606e43
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.11-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
21da9b8794dcbe8a09f26cc4def8fc8a145fa5b1922822b2bea446900aabe751
BLAKE2b-256 checksum
How to use checksums
eb23f6c5b290b74f22a5bbf9605a7664cfd6763badf9c97d02b033937d213cdc
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.11-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
352da06a8a61f22f27d6e6fd4f32c95d53b9072d6942329da179fa9b69cbb0c4
BLAKE2b-256 checksum
How to use checksums
835481090d94697957933905075ac9edcfd9f049ee5806634a5d977476918a46
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.11-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
cfb3428992b9a08adbca025eb2d70de54e84356af4dfbf3a9d33e96ae7510cac
BLAKE2b-256 checksum
How to use checksums
1d8beabfa48a78d345c87ff0c710a2683ead0df13498067b4223e754bbb67f62
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.11-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
05c5ec8c3bc5fdc31a28cafab9a163b9e87cf572e803bef4882b7076efe85bcd
BLAKE2b-256 checksum
How to use checksums
fbc064add832515dfb0026335f08cb0b92b6141b4fa0c48f36c3a9e6b009ca6d
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.11-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.11-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
134f458c123f246f7392b2c8425febbc7b691be05982f5b622b288ce94ab1152
BLAKE2b-256 checksum
How to use checksums
95991b92daedcf6f156ad1facdadc7a5f273501e0c5c9be6609ba9a3ca7ed377
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.11-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
0c222c45f2d823fa90b19642638afcaffaa639a07c92f43610a62d205e91d138
BLAKE2b-256 checksum
How to use checksums
db62e397fb8c5bd176b924a4d70f9e2ad434f082710a435a25a6344f1334b945
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.11-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
99fcf35b140c859c1003691771ea92ac4987eaa5434e62d75ed49143a739cee1
BLAKE2b-256 checksum
How to use checksums
82f87c92e1bc5038ca01a9f73b9928c1414b5c929c7d6c03653a017e39ab2dc7
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.11-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.11-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
c8f2b4771bfd781880caa7b73943413d2dfd5033d658ce04238bd64a0b9f7ebd
BLAKE2b-256 checksum
How to use checksums
75f652db4b6407b242930e5bee226430c7976d8f0b7f3a4c05d39f3a0dd36227
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.11-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.11-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
e9436bd1096153c77a6991c98b767dfba7eecbfd2c1f95e769cc2f7cf8ed76e2
BLAKE2b-256 checksum
How to use checksums
7bd02fb1091f675f1f20b3ee834a3777a1b11ad9ad76acd90c484f2245d5728c
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.11-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.11-cp311-cp311-macosx_13_0_x86_64.whl
Size 24.7 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
277cfdbb8aec013ff33e4bf1251b6b98b77c5743c5dd5398d8bc7b3e6124acb3
BLAKE2b-256 checksum
How to use checksums
1c1b3ad6f6212cb32ddad9b1f716bff6534717c08b525aed77a69ce1681d020b
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.11-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.11-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
eebd35674b0d14f04b20acd21f3504b17a97de909f979ff89aa5ee636f496809
BLAKE2b-256 checksum
How to use checksums
240f80613fe7e51168c8d7c8cb2459720859f76ca11ea824db3d5c4a5a8faf87
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