Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

passagemath: Symbolic calculus with maxima

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-maxima provides interfaces to the computer algebra system Maxima.

What is included

  • Binary wheels on PyPI contain prebuilt copies of Maxima.

Examples

Starting Maxima from the command line:

$ pipx run --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --spec "passagemath-maxima[test]" ipython

In [1]: from sage.interfaces.maxima import maxima

In [2]: maxima('1+1')
Out[2]: 2

Using the library interface to Maxima requires the additional package passagemath-symbolics; you can install it, for example, by using pip install "passagemath-maxima[symbolics]":

$ pipx run --spec "passagemath-maxima[symbolics,test]" ipython

In [1]: from sage.interfaces.maxima_lib import maxima_lib

In [2]: F = maxima_lib('x^5 - y^5').factor()

In [3]: F.display2d()
Out[3]:
                           4      3    2  2    3      4
               - (y - x) (y  + x y  + x  y  + x  y + x )

Release files for passagemath-maxima 10.8.12rc2

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-maxima 10.8.12rc2
File Size Uploaded
passagemath_maxima-10.8.12rc2.tar.gz 49.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-maxima 10.8.12rc2
File
passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.5+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.5+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.5+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 926.5 MB

Release files / passagemath_maxima-10.8.12rc2.tar.gz

Download URL passagemath_maxima-10.8.12rc2.tar.gz
Size 49.2 kB
Tags Source
SHA-256 checksum
How to use checksums
94c5cb983e6af624083b5e19e83e517bc5e40dca39ab93adb4e738a04446f678
BLAKE2b-256 checksum
How to use checksums
26b78e9cbc244c7b71790bffb2309f3a81d2679d4c4a4b2c5fefe211595ee242
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
69e58ad39c843e12ff5cd8fd0c6e0f21d969aad726db22869bf73c1ecb5a8456
BLAKE2b-256 checksum
How to use checksums
f47ec87576bc0067a3631e7b720e9392ac4ca07f680490ca5214e348601c24e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f2f187e9537e7cf9d60189e418fb5613a4d8eae33c6b4c9a1879ef1393ae11f7
BLAKE2b-256 checksum
How to use checksums
3975ec76fcab24296daf563f5459bb8d425c6af8f58a071273f40774a1d7f81e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d391390688c7547dfefdff226d1d5e8d1743d5ff1ce3c5031e14f62225e484c0
BLAKE2b-256 checksum
How to use checksums
3b88c6637074e81d9232ab61f60abb857c1ec4533ba3c60b033ea3f37ccc8413
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ee1ff1dddc60f8d9d37c6b23b1f543b8ce803c76ec7a2cd68b1dda4179726f90
BLAKE2b-256 checksum
How to use checksums
676959d6cdeaeab4df35ee480be42a1709ac2783609ddb73788cd2a0cde964e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
36765329a2104ac6c10aebba459e8c498c40b6643cc4110b988b7b791246d67b
BLAKE2b-256 checksum
How to use checksums
3863f4edb327695fdb1abff2f228db60eb6204b4ddeb4ee7db127ba02ac42811
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314t-macosx_13_0_arm64.whl
Size 30.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
6d8b4eab858fe0406e21109ad340859f14e51a1e66f6a00459f6f44141dea4d0
BLAKE2b-256 checksum
How to use checksums
0d30f42228a327844f6bca7fbf302eb9959137e50bb5b7890029a968bc850d0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
77e477bdddfc58d015117ba54783b232405388d083f3bc78501c463e34fd34ae
BLAKE2b-256 checksum
How to use checksums
3d2f785b8eb1bd03a14c44f4b918014da7cd77cce64d61e1335372a788dc4963
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 30.9 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
df30c20e5ac09ab2e48203d62073913f21a50eab5ebea03b2045cda4931821fd
BLAKE2b-256 checksum
How to use checksums
0a93b5d3abc108052004f70b911a9372d56390c2ac2c7cc822fd4773715bb94e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 30.9 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
890d735dfca77cbc50f729d6002bb571e87d54bb04c7d1a89e03f1ca34a2574c
BLAKE2b-256 checksum
How to use checksums
d1b1a97fbf6db574cf00282d28b1c65b4d642594094dc54045a81bd8cbc7b930
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
b76a3a04d4b109a641d9fc9c9b92a73f980288ae94af110fa88fe2bc84de6f99
BLAKE2b-256 checksum
How to use checksums
5ccad46acea9d48dff07588545ca968705740c00d532458c28c7b1b129914564
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_x86_64.whl
Size 30.9 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
23b5379bbfba1472c628a96e97410d62920dc42d2d960196ceae4e757cd6b7f7
BLAKE2b-256 checksum
How to use checksums
7684ba771899b15a843bce107a88977315e3c7de79c59450318d93f7a425d20d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc2-cp314-cp314-macosx_13_0_arm64.whl
Size 30.9 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
ba22f4d214c5cac192d3cdcc7207dada8573363977238a4ad70d5bce813164dc
BLAKE2b-256 checksum
How to use checksums
79f199525f127bb49682385141bf1aaf5d99a4fb28384a2b9508cc29cffb8180
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 30.9 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
48e13ca3486370cb676b21b5f9d8328693a21cfc8d3a0d3aa9a008a066e3481b
BLAKE2b-256 checksum
How to use checksums
916a71c95662a8de24d3b053f1347e86dc15b3398e875b344236aec2ca6af874
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 30.9 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3162e03066fb80c7b72c30245b91e96dd32cbdcdd14d9e5f757bf1fa30ed50dc
BLAKE2b-256 checksum
How to use checksums
47ab9dceb0c17333eb6d95070f797fc2843630e560b3fac85a63b469c10bff75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 30.9 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
df72081f0c9d18ed260a8b6c199d9e41898ed639859c31c330d5b101ab2656f0
BLAKE2b-256 checksum
How to use checksums
5968353f8f54ebf504ed64afbb37ec81f705c5b9cbb25f1c48fcdd88d9477aa6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 30.9 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2f60785d33696656b813f7d7a57b1ca5638906a6a74f91815fa672cf9f66a3de
BLAKE2b-256 checksum
How to use checksums
918de1b7bd2e7c2bb89544db00aebefa0d68ce79440f42845484b485399aadea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_x86_64.whl
Size 30.9 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
22ee55f2182975abb4fe5d3a2f338cbb37c423d953b008cf7fc9a73b33b5655d
BLAKE2b-256 checksum
How to use checksums
324fdb72ef4a8a78365f9755a3a5b2f0ef0aaf766697ca87f17d10eca33402d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc2-cp313-cp313-macosx_13_0_arm64.whl
Size 30.9 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
0b83f219cf96d04be49be7075451ad6581f5f45470e140c2a82e7b21d50bdb9b
BLAKE2b-256 checksum
How to use checksums
671f64bf7a502ac27bb993c6ab1d1b7fa8555691c5e5b37f723cc1a6261d553a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 30.9 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
810a714dd56ef37784dd53620777c09a47d253fc0fc28f51b2e5305396c95d6d
BLAKE2b-256 checksum
How to use checksums
463805f7982567787a25afde3c6a9e168d37bbd4d17ab7bc56e979550d8de638
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 30.9 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
20b5a5272de02fbef8140754d5b32ca4c9fb3ed07e87ca0929e9c5537b0e9fd5
BLAKE2b-256 checksum
How to use checksums
3e6074ddcf8d0a6a812b37684403500a6f6155026ec81f8cedd32d0addac5ebf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 30.9 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ff0fcdc19c069856e4aec432da6e7c209cd66f683d62e9a6361568e69e0c6d45
BLAKE2b-256 checksum
How to use checksums
108718813d9c75e85aa2c1890f9b69808e274ac97ca79f5438d346665336a800
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 30.9 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
3f82a84e625f3dba8cedc772ab6634cac2fea43d2ed4af2ff9fa821245f941a1
BLAKE2b-256 checksum
How to use checksums
cf9223980b970e86f500bd0ffa2567d4c9129aafbdd564df3192adb3a43277c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_x86_64.whl
Size 30.9 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
9265fd1c153a6596e4329219b49e41cb3e628340066853bc96114d91906fad53
BLAKE2b-256 checksum
How to use checksums
01d9ef70e4fc49956f9d48e569e2af71afe5e188dc376004738f594cd277f287
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc2-cp312-cp312-macosx_13_0_arm64.whl
Size 30.9 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
915d0be91e5b0dd159f251568e84ea3259828f649e4e9a5aa2df64c279276bf2
BLAKE2b-256 checksum
How to use checksums
310937fd8ed59bdeb2c7af9a3e6f7de1a9d047e861c03f91c2a9d1c4230b8653
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 30.9 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d5d38ea0d9ba30919342a35c0865bebb45068426559384f9850bdbdb653e19bf
BLAKE2b-256 checksum
How to use checksums
04f452d494e6c16837a776c64f7c27a4e91a97a03986538bde52dc09a8ca419b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 30.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
55c3de4ddb6fa48cadc8e8046a82fb54b0b4e93946691029ec3b01bd7d71156e
BLAKE2b-256 checksum
How to use checksums
4ae99c21cb270d7e610b0dbd6e73307c6e3f39595f5a9e313ac09762975ef89a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 30.9 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
52207a18925f303e2d80fa8bda38ceff30b704e8e4a09dec0f8cf0dca4573a7e
BLAKE2b-256 checksum
How to use checksums
dd4c29105e4f08b7b612a93bf5d8d0ecbc0c3551fa04770a70191c888856c11b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Size 30.9 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6ca55a54102a13de83a642bd5ee5055df14f85cdafaf4f1e133e7fce5c4a1c5f
BLAKE2b-256 checksum
How to use checksums
7a957e33f06c1558c62319a1a89bf76b8c4ca471311c9fa07c2ed869d403a196
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_x86_64.whl
Size 30.9 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
11d5e96d59109902bbd2c52ee5ee779f86366208fecf63114ec007b6023ed72d
BLAKE2b-256 checksum
How to use checksums
a4491bed810f2c53b87a0910cc7fa6624a20b894788e50a035261b25f896adc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc2-cp311-cp311-macosx_13_0_arm64.whl
Size 30.9 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
18f99332964bdc6f8efa67cb5daf2d1dfc62ac428a6ed8de7c8413bea4d77677
BLAKE2b-256 checksum
How to use checksums
e2a285d627519a9601ccb8faedc9fa0587f00bbd5007cebd937e3e3a9a8decf4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

10.8.12rc2 This release

31 release files

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