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

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

Built distributions (wheels)

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

Download URL passagemath_symbolics-10.8.9.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
46ca9732fa14ea964af89ea95c2c44f5aef8c7bf5130aa0fa24a2374a6ebc791
BLAKE2b-256 checksum
How to use checksums
2b121e510ee540fd2a29c62a961b2df8d5cd8ddaadc3aaf0fd52f361b526a8c9
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.9-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 45.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ca3331bc0d31d360b64063f1bf236d9aec677a78ead2e6087a6617715c188e0b
BLAKE2b-256 checksum
How to use checksums
8e0102d57e5e80dda2efec2c816a56c4ad4dc2c58dc11de855ec622d4723c7bb
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.9-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 40.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
616002680f4ce34a6d1f1c3c0c588f5a3a4110ac0a87d040bc2faf3e07dbc2b4
BLAKE2b-256 checksum
How to use checksums
137405f68c0b555205045ca90ad1b1094af51ee642f41b503fca28c6f91f4bd1
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.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.2 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
045085823f6d2c4e0b6401a889417f47cbadc7256a65c8098ceb2565616d4502
BLAKE2b-256 checksum
How to use checksums
ee38a3d1590eb4eecd1ee3683bf50a3e9e1685e4687ece5967a913f23893aaf5
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.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 40.1 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
ecb1c73c927812df129dbb4fd30ac233ec2752c877664e9ff26211e7460ce51d
BLAKE2b-256 checksum
How to use checksums
42928779a1f48617acbd7469f52e2e1433c6048c8896b9f856754c054766d392
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.9-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.9-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
d4df00ac48b091b4b930694b9683bb9f75e2599c2cd23701b153233718e7a3b4
BLAKE2b-256 checksum
How to use checksums
232185c6b664109d103551058a13406b295362b5e69d44ac6363c0d64ba539b9
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.9-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.9-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
700bccc50ea4ac016a5c6fc65f3f4b7004f5769cdce8b5be57ee9c7d2f364bd4
BLAKE2b-256 checksum
How to use checksums
45631e1ee902fb3790c64d693866d4e6259ad79a1b68c4669fc73ecba61ffca1
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.9-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Size 44.9 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
15e00189cac1c98c547ae4250db60baf7b66aa00785f63a8668663b44744b0cf
BLAKE2b-256 checksum
How to use checksums
bb1b6a446f09ba0f8fabc091fb45d63f2b2b62c9de48981c00f1627c451a118f
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.9-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Size 40.3 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f3c85e1e7e20b11c5fdf1daf8838aae924a3f761727dfb5826308cb764145be4
BLAKE2b-256 checksum
How to use checksums
9a307182f7532620e700e4d6b301300496bd96ceb1c2ae3c70cc0a37fbf2cff0
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.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 43.7 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6b6b921a12b96138ab831cf741c662218c3c0356779cd09da5e9a60ede595d2a
BLAKE2b-256 checksum
How to use checksums
f8ccf23bfb079fe0b0ef157004a2b2f4e4662452ad2b620187b369929ed4fb81
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.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.4 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
681c8328e819ec0e5e4bf4dd45fa611364cf6507b66af8a0bdea2a1857ec7aec
BLAKE2b-256 checksum
How to use checksums
7105dee2a7dcfd7cf6a085b6d33f567c0aa83dd6fdf83229bd681d39ec653831
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.9-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Size 24.6 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
b5d8474b7b73f8b9e64523f31e7b4365ecb7175552d9363fd2c8fbf2af00129a
BLAKE2b-256 checksum
How to use checksums
e301bfa5de02cabe80d67f87835f9696e38909c7dd01b20070ac42cd17ea1b1f
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.9-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Size 18.9 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
20225c71fd24480b9649b2f949d61fe8e8cf81eee01e21a3a6a534b435ead704
BLAKE2b-256 checksum
How to use checksums
0fc64d94c75dab309547887d7d1116b320ce175de24ed87c95bd71d6c496602d
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.9-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Size 45.0 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a8704eb83cd984bfe7569acc0e147ba81eb87531b9c4665e02adad9d5bf4d99f
BLAKE2b-256 checksum
How to use checksums
48de4913aa884b3ec7c36225151bff223472ab4433bb18e2842b951ff1996eba
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.9-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Size 40.3 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
fe4740059de8b15b01fdedb7b6c352ec9ca470c94355f04ab26e7d36d090d5a5
BLAKE2b-256 checksum
How to use checksums
31028ee2b0ad8809fb02fa7931ed27e49b6ff77f3046e07412b74519bd2a66f9
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.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 43.8 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2aea7d82a772b986f1d64e099224902542b42ff663d52cc01c6716ff2cf09b53
BLAKE2b-256 checksum
How to use checksums
9bf1132d35c69563bdd2ab50658248d720f147c4f99626a4bb6ccfb868dd00e5
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.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.4 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b60328c59f9d4a99a0c9732acf928686f1f2abd9abc73751373c06066084bf50
BLAKE2b-256 checksum
How to use checksums
4369486eebf8f8a0d95fc0dd7a73d1057c7406a412751d963d79c6353da343ca
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.9-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Size 24.6 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
7498bcd680f6569c47d7adb1db1d0d2531eeb9de292a267b7cac5d23525ba851
BLAKE2b-256 checksum
How to use checksums
a2f896bc72b4a52bb59368262c3c5490bd8908e27ced9fbc82f5b5df092ea4e5
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.9-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.9-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
7a37c6d80c772916ac1bf60c117132343254cf0ecf5225ddbf3adad712388e80
BLAKE2b-256 checksum
How to use checksums
0d02ccf2792cac303154fc6b89d8ecfcb4091720f4e4b78285a2e8eb20f6b2e9
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.9-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Size 45.0 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e45309a47e16429e442557695dbae531896e90b5edb405d2b201e82752076797
BLAKE2b-256 checksum
How to use checksums
82cf029773081cf4ea83102fa43e88487949ea54a8acd1832d20aee44d7eb716
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.9-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Size 40.3 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9f1a969ebab1c50274fa3aa3dadae660fb16b389dc8ab83929beb336e190ea8a
BLAKE2b-256 checksum
How to use checksums
357f6f2a048684046b2ae13d7cdf6459299fcc7f79d83b5146ef8d30f1a66d27
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.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 43.8 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7bc2d673bb246d003a643099979e008d9bf5b6cfd71f0926f6037c344eab4ca9
BLAKE2b-256 checksum
How to use checksums
b47f1c4b6fab8a03f2d5e90e868267f32ebe0cdf48e2591a6ef1699420990586
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.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.4 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
78bf408b118124018a1fbc36cab00924603d123a506cc1e45d45e9a74dc21472
BLAKE2b-256 checksum
How to use checksums
3b8481424b16430a20e5413843b930dd9b88a29c4cdeb3c06af09a933e70172c
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.9-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Size 24.6 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
d0a536c5b5774c29d1ab7dd4e3598bdcd214a5ebd0b1df593e1dff31510ae408
BLAKE2b-256 checksum
How to use checksums
0fc4d273919bdbb2bfdc9431e6b0bc2bfa833d3de6bb7ce72959976b6be2d992
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.9-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.9-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
01c5e8802d88434917cf5aa9c6fdc3a08fc0e2d41329b16907ff317ab31e249a
BLAKE2b-256 checksum
How to use checksums
e6b4f7eed479cebae1ce46ddc33df87d9826cb565c7630090b7457b3ef60de73
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.9-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Size 45.3 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
25421f8f2b3b32d2596fee74bf8aef80ffd7a9b07f366b6f1ea69a6fd774fdd1
BLAKE2b-256 checksum
How to use checksums
54568797d53c92622d09f8a2e2dbe36373394a6ceedbd7cb62a24d73924df0d5
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.9-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Size 40.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3fc73e1a76b932b17650ec9e639db4c164c2af5c98e521d06678b0d8389f760f
BLAKE2b-256 checksum
How to use checksums
fb0cf27f275c715615ba4b530f5cda20cbd661c3d14752834592ff87b1bdca96
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.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 44.0 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cf5a20c70aaccc8b0971e31fe932d6dfb51f5790d47e8034b512d5c1ffd8b43e
BLAKE2b-256 checksum
How to use checksums
96f3ea29b33e0a3cb2b2d71202890b5039233b3b6a667503c095a921e52c3ae9
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.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 39.7 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
87e61673c50d225fc2fb106abc31723a60b0b8db4d164770106c85f74b0dcf4f
BLAKE2b-256 checksum
How to use checksums
41d06b5e3b5a1bbce655345df2c17c9c53e76cb8ce9d38153c2135107f3f5aff
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.9-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.9-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
210e37b2a8756f414652b06edba4bcdbf3c99fc940c2f612c7d15de88b3e1c35
BLAKE2b-256 checksum
How to use checksums
830ce4c3be081cc8f55429fd5df00e26af576ad0bb161207e0a0b27989c08b5d
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.9-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.9-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
a5116485249848c12ab6e91133f96f82bec5ca98d32198b88bd28f9aed15e437
BLAKE2b-256 checksum
How to use checksums
955a2f9ac4a11dcf3193c2a5e1fdf6668e44b6563e9d20b7b5d87d6f1bf8b565
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