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

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

Built distributions (wheels)

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

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

Download URL passagemath_symbolics-10.8.12rc0-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
8b87e9a4d40f5a49c644b85bc20612cebb2170d16543b7ab4b213d6fa6d62796
BLAKE2b-256 checksum
How to use checksums
593a5b3ebb04bde25b56267904be6e2f1600ce238eadfc37b0c3ec68160b446d
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
6544b33a5b8751b9fe054341de59871fc1e9bc903c1421271a077a28db7c0e71
BLAKE2b-256 checksum
How to use checksums
f315a6e771d46e91fb2cea634435de24074a074a4d6a2bf905ba0fd731ee1331
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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
7771039d73527d972371c7aee9be8fd15c5c8597d797f83ad0345d215583d101
BLAKE2b-256 checksum
How to use checksums
8bf65707b830dfec74f8fcb5edd90d7473bf17f34fd05c2b1f30621908865cc0
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.12rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
ced38ea56355d43e76e6f2e119bbb90b17b294bc1ade7a0e162ec9527c9fec35
BLAKE2b-256 checksum
How to use checksums
1769ad5802b66127583c004b6f499543fde1c06f685b9538660dab821d1dcc88
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
9da3bcacf241ba150fa81eedccf9febd2d1a602cdb4e0ea627110bfb5c795764
BLAKE2b-256 checksum
How to use checksums
395afa8437a2876264f977b9c2a0662d2bbf7523917d76f235b6287f8cc3f8c8
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

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

Download URL passagemath_symbolics-10.8.12rc0-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
a5a1247bf0bdf1669039628d7f9c18ec793d3ac087fbb8ca60ab44a69491a583
BLAKE2b-256 checksum
How to use checksums
9edf9f781e49c58890c3ac32eb605dadc327eb594bee99909dbf4a58dec8df76
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
0f3e82e53fc3f29d633dceff1c23d2a04bae4cddbfd98f6a2562ec7124888bd5
BLAKE2b-256 checksum
How to use checksums
3455e7f04f5491fcd0a8903c69b0cdd1065694204c2b6d80739f8b95d55377d0
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.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
d7bd1cad2e3d0948c46a1fd7e24b0f9a3713a5094273e8c85da993f1238f65d5
BLAKE2b-256 checksum
How to use checksums
be375bd1b5f95ca4c0f9eff751826d427df17dc2a3c1e632fdb11992739a8206
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.12rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
2c67037313384b257b901e07bcc3a3433abcc02ea4b54c0fc3a52d81ae8d1824
BLAKE2b-256 checksum
How to use checksums
e357f9a461ca2bc38fbdf7b46a2cef83b03038b753e9f0908f83ec318dbe8f5f
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
37de8f716d9c2a372ab2e0599cae050f413a408b4735ac9b0c83b17b3d949a33
BLAKE2b-256 checksum
How to use checksums
04161c23880a7d8f6c50f654e22926a3179eb6029f5b38e0c7ff283ca12dcfef
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
36482138eb9fc43adcd5cbb8b766f3358d9c6869f60d897691a324e6d454c722
BLAKE2b-256 checksum
How to use checksums
f4c2e96cc500d199bd2c3f7ff664df7143b5eccbc98b403da2736daa82f73f7d
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
431e1f3bcebe99e17ded5dafef4b69ce181b173d9e4bcd75563f4f3d82b6e7f2
BLAKE2b-256 checksum
How to use checksums
4c82852cd4a278d2ec8625519ebf5275a9ccb22bb51c0074162094d7718909cf
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
01606c7b89fd21d8d28031e82b5425a191de7926af72f6e33a23406fbebbe95a
BLAKE2b-256 checksum
How to use checksums
f80a5b8b35ff09d88e8f69818a1b4d8bc828b4fda8d9cc0e6d1dd0ddc1c8fc2c
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.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_symbolics-10.8.12rc0-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
ed437b770b4b1446eb781f0797090061c413d618dfa37dabecaedf4a24193a1f
BLAKE2b-256 checksum
How to use checksums
425d386b378d39340aa13e7adb1eac43f1376857b865b59b3e73ff447a32ff5d
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
0425e1f4f10e25019d459fd2e9da5d258f79fc25108314540c678b6b3233362e
BLAKE2b-256 checksum
How to use checksums
5832e642b0edd8693d42ffc8c1487ceb2bf3b441a49949a12547b183c3457d4c
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
6dcc11c6b2905cb3d3b46b39619b6b522efcd64ddaf75a270e4164f6cee43f80
BLAKE2b-256 checksum
How to use checksums
32042c48eeefa6a34dc508c19f72d1ddfb06993cabbe0065105dae90de6eac32
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
e97d20663805d2067d059dab0f84720f1db8abe8b3cf1eadb6a2c432096d239d
BLAKE2b-256 checksum
How to use checksums
18977f7b1c41a20adcdcba9d4e56bc7b683eab4480f6e9d896f7a6712d59d76e
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

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

Download URL passagemath_symbolics-10.8.12rc0-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
1b4d851869c72cef294455c4e8e932cc3a843a699755a357a23e5f7fe89571b6
BLAKE2b-256 checksum
How to use checksums
786721508053ff33e1c7a69f5dcec9f266fc672c908580dbbac69320d7a09fc7
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.12rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
2394d18ed4dbb0340e40ca52775077d95ea6ed187349b82fa4468c7e8a99f89b
BLAKE2b-256 checksum
How to use checksums
1f4fb59dba8e8917a27e74295f52c53f3f7d4fa60a3981eaff481a79a7e4a322
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

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

Download URL passagemath_symbolics-10.8.12rc0-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
6cc7d984d370098b72fe49a14f50dcb8cd23d5ee1692f4b805788fc1dc37db85
BLAKE2b-256 checksum
How to use checksums
1e8e674aa65cc93e63795f1f0086a7c9588d0602e5d70e9744b0c0614f7195fe
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
a5869d9cd9877e1af7af2201e2042265945830d75260581253e23582b4597299
BLAKE2b-256 checksum
How to use checksums
1e6aa7a6586490d3b5a2a0359cec34dbfd3d4105b90d87f09772ed2a5736d900
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
51a22627337f694f5f74d215fed3929149f6a955039aed7e530b752719f2f459
BLAKE2b-256 checksum
How to use checksums
2283d27e98d70fb5a81a6bc9410034289af3cb560a5e3448bc15cb403d29e6f1
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.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
0da0eb56e2accf84ae0872a2b12f22e14250ee5c770572ddaecc7bcbee521daa
BLAKE2b-256 checksum
How to use checksums
de312bd8e425caec88c0133abe03edea22e8f0c1f9627f0e7c93430713837806
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.12rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
5f6cd55fd9ecb4d09b0ed8d2b3474c6e8ef82b0e933bd814da6c50478f572cb0
BLAKE2b-256 checksum
How to use checksums
0de6630b0c98f07c67be942608d28b4cd5ca0470358a1fe65f737d92be724925
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
ec0001d30e712209826db5139fd0579e6d9505b7b6ec0d6acef18163a80a45f0
BLAKE2b-256 checksum
How to use checksums
c71a725ee1c064f2ee37e1a7d69b89e2c5ee6569691a43875279c0aed9664b3f
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.12rc0-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
1015b6479dff0f9f29e29851ee600b282f9b4feeff48a4b0ae56720e7d73ffb0
BLAKE2b-256 checksum
How to use checksums
90a1040e1dc451994a32e715e5d92ee9594c33487297ca52815a9177cf1fb115
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