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.10.post1

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.10.post1
File Size Uploaded
passagemath_symbolics-10.8.10.post1.tar.gz 1.6 MB Details

Built distributions (wheels)

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

Download URL passagemath_symbolics-10.8.10.post1.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
892522de8b50422dea870794c345ea17fd1db4790e294b9ee87380871cb7be47
BLAKE2b-256 checksum
How to use checksums
af32826928e1fc51b7c229798144f98623c52c72c4c873aa0cad45ed95579c3f
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.10.post1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
a04382d62f0a8667ab346bd544abc1c14fa0347ee2688a0ee340e550abb21dc2
BLAKE2b-256 checksum
How to use checksums
7fb03e9b77e706e4148d07a8333692ae98453e3eccd2acf751a421ad4163a695
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.10.post1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
c32558efeccbdb36f53b2f31820e9f522ec702a761f3b3bf3d527edb3f2ecad4
BLAKE2b-256 checksum
How to use checksums
36de8938be83b4039b500693e45227e1e2e44eb3ac58a6c431ec657446bbc918
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.10.post1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
fcff18239467d48bbaf7a0bd239569486f5f1995031cce5aedfb2c30f6a2e52a
BLAKE2b-256 checksum
How to use checksums
ab4fb3d49766ac39bfd85f9c325df115041d9430aed736a57988ae1714a7ce0e
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.10.post1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
5a53c0da0b98a51ac45359f0a881e22ea325d49a695640b8ef2520b82726d775
BLAKE2b-256 checksum
How to use checksums
f24c65cfc3e650cda6c0591fbd5e85492d527974bb5060db1e27541ce634f086
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.10.post1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
a4f5a1270dda36eb6954be6fd28ac989f64d5821aedd86400e66d89fa775cb00
BLAKE2b-256 checksum
How to use checksums
08209f5332a1b2e867e4b5e88843b24ad7a7593bc60e86a9ef1b5da0cf269371
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.10.post1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
f68efe26da3f5b4390d79c90460bad548ec814d5c8d1999a0ca384921028e1ce
BLAKE2b-256 checksum
How to use checksums
010aa05b79257f0f117137dc6c969bac9b1114960806d32b25b3fa3ff73cc8b5
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.10.post1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 45.0 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
32e49ae17c9758e51a949a29f05f73cd8a17223b59f50bc8e0d7c2676a03222f
BLAKE2b-256 checksum
How to use checksums
bbd56464abc2e0d7301b4173f4611bc3207b6ef1d00e271a165b17181fedccb4
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.10.post1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
aaf5d5dbc0140028747d4341500f8d00a36d917476e52899ea5f0501b1da475e
BLAKE2b-256 checksum
How to use checksums
703a7d61765e538a4f3b558b04fd390d63a8f46a7c4907d1fbb86be79d485fa7
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.10.post1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
b5f896c9ce90ed60ce779492e653a4a227f306c43b923a02eff6b16a675e2b35
BLAKE2b-256 checksum
How to use checksums
4907e46360f13985f421fe1214736499f20ee196643c61a10f02b9c6cdf39343
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.10.post1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
1d034bc24e37ec22a856d3575047f0c43f2b4f5197a95464601e597f5c62ba6c
BLAKE2b-256 checksum
How to use checksums
d23ce57c28918648f18cd123dec975e473e7bfafa331ea4505870f138935166d
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.10.post1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
d49d2a57b1dfa5122d0fba39c55f3ad7cd2aa159be4d21de8e2b6ef5f943877e
BLAKE2b-256 checksum
How to use checksums
21e7de1b7667e630c794a8a4334c65c1b2891dc97d9e30a6159dfecfba5ba337
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.10.post1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
b4c486eeb28c448bd281ff817c3696294f10c87e7efac1c2ceb1c4d53d76f9b2
BLAKE2b-256 checksum
How to use checksums
517d20d1f33f98af083d1bfde6ece0a559b54879b125c0ec431ca373b29b1f3a
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.10.post1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
4f90ada16ba4abf073edd51f01785b20148dce702206c6f324062f7ac951f3dd
BLAKE2b-256 checksum
How to use checksums
12cd5ac6527a9d39067e80bb44e6cbfa876a8c29145abeb8d94ff96035d71f3e
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.10.post1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
c4fdecc96ceaaa4e36c651a7e2546171a28bbec128a354de52749bf36b2594ba
BLAKE2b-256 checksum
How to use checksums
a0cd72477f3662de52b1319342578197a0d5cbb8e4f056f36529ec75e6a3da36
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.10.post1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
f217ae0af2f115f7b32d6f52f01935457bafccb332f1c5effacda7fe283f169e
BLAKE2b-256 checksum
How to use checksums
425292577b60c3a81d9cb740b9b17500e5071d5e6f8ca8651f3e92d662c548db
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.10.post1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
ed7e54e288038c533a581f495f5764ca7c041a3e4256ab0c7b71bc815c6aa739
BLAKE2b-256 checksum
How to use checksums
7de4b6a613fbea136bf1003e01c89030b83d2f20578c15854d7f46763808a9b7
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.10.post1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
ee683f5044370de7a5e82939c7d257d2bc21d60ffd51f1438aec30b94ec79ae7
BLAKE2b-256 checksum
How to use checksums
a0b77101e73a1fab539ebf1b0344dc86ef359a416bd7bbe9aba84a72e6223a2e
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.10.post1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
8e6b803f3e1a30f2e91f29245ec4c80260b02cdb13a74e6d8065df98cf6a958c
BLAKE2b-256 checksum
How to use checksums
c2b739f7314e927de61385b940ad3e5e44a02fced0011e4a0b2f388eecb7cd77
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.10.post1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 45.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d09bd8c8f9e12f084991989316853866dc6ce92c4b266baec32c2d990b3913df
BLAKE2b-256 checksum
How to use checksums
c888d29a03f71a8c7dd0c07d1bea777e6fbf8c8071f7985c39de8338a024777c
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.10.post1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
41d6e744c6edae5ec4937aa84e72658144fccf3e06ea20522f869fafcd4d6a5a
BLAKE2b-256 checksum
How to use checksums
e3203ef4f9c42aedbafce4ebec8cb78d322a330966f37b12028816b65c1d34fd
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.10.post1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
3bd61eae8a6326d36faacd29fb800c94efd6c1f0484ba033d54a1bb052ace908
BLAKE2b-256 checksum
How to use checksums
3c743c8f70b891a6a5d66dca03b005da13f01aa9fe5f5a7f1229a4d9ad24272e
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.10.post1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
00e1b65c3b4fb6312c04b3bbe9d546ec425b70fe9106e7c416741da03de50312
BLAKE2b-256 checksum
How to use checksums
44e34288c9427f43c83b8f3b741f5f9e6f7a0291ab929604766c7bc98c580454
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.10.post1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
d8b41075a86b8ec88a3325cfb899bd02ca324188c7600f1c4c90838dcf636c39
BLAKE2b-256 checksum
How to use checksums
63663682497114e33687465431644f1f81f8a31b48bf0fd92c2c33982421c99a
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.10.post1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
77d696b311c449fc3e15ba2850fdc0f6c0abcb4aa7f28ee8e59d8117db9057d3
BLAKE2b-256 checksum
How to use checksums
eefd238ba86d50970d6a161c46e837a2a9e0e189d06294f00110e5ed676c4081
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.10.post1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
e986593c2ab1606701a1185c40bcb7e3a0160ecaec2c8233f846d17403aea99f
BLAKE2b-256 checksum
How to use checksums
747002e97ab8d46997e3739dad2e8d203de9142d02726e7b12b23cc262dbb594
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.10.post1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
7f2e628c450e2554622db50becacc3d5bc7c4455550bf181f8da5ea88ba1a4db
BLAKE2b-256 checksum
How to use checksums
fc0b83ee9d27d8e272df73bd6a68ef9563b45ec33f0fae60a599894da065607e
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.10.post1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
a29c8b79a3547e8fd5b1c25640348fbea4436d0cd0336edf4246047f3bdbd2c3
BLAKE2b-256 checksum
How to use checksums
42418f31b24169e1fdf4e00e687f6d6a8d4d60eec0e29b2ae057a8fee2215166
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.10.post1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
7b84911eb26b80a2d5a782f2954891b3ee5581502b552ffc5bb9641c1f83ead1
BLAKE2b-256 checksum
How to use checksums
257607aaeb95052687242b8b4e93196b3d3bac1a9af0657d9ae74603d0c9d6c1
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.10.post1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
fdedc370f2e5ce3f65a30ff0db0cd595f7885de431b655332244e27e2fdecd7d
BLAKE2b-256 checksum
How to use checksums
ee73490a776b98b02815a8f42508e161e36f3e6c3132429264ec4bd2f7292a81
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.10.post1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_symbolics-10.8.10.post1-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
6a01c03cb82cf832641f499ca017db4d5afd093bed44d1eb46a60d1a066b046c
BLAKE2b-256 checksum
How to use checksums
175b810552643d8e00217d188c6d71ca2e89d3f43c80bde0fc64a2a0db834814
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