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

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

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-maxima 10.8.12rc1
File
passagemath_maxima-10.8.12rc1-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.12rc1-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.12rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.5+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-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.5+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-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.28+ x86-64, Linux glibc 2.5+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-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.28+ x86-64, Linux glibc 2.5+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc1-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_maxima-10.8.12rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
passagemath_maxima-10.8.12rc1-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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_maxima-10.8.12rc1-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.12rc1.tar.gz

Download URL passagemath_maxima-10.8.12rc1.tar.gz
Size 49.2 kB
Tags Source
SHA-256 checksum
How to use checksums
9b7beebb3c7c655c69114bc67fb3e3b029316b205b5c01c012068ecf74b7d34c
BLAKE2b-256 checksum
How to use checksums
2f873dcbc8759ad25fc036866fd3995cba8129ec7612502847b601dfb30a59ae
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.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
f4b564b382dcc693f9f7f3cc15e884cc3991e28814da36d2af5731b1525da7e1
BLAKE2b-256 checksum
How to use checksums
4b0ef3292a5af4c58d5464770ba00cd0a5a743f26064b71e157fcadbeff7e600
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
bd2fbc241fa3ad03b438d8cf68422335826e5598f25217cd2b50699b681b31c4
BLAKE2b-256 checksum
How to use checksums
3f1b1f54dfbd3d8af787b090bdf7a79c977554b12f1dfef2a524d809fe1a1312
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.12rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
2e794f1c0d288b2e64dd64af304718640757cdc7f62c6f33b3e4eb802e42826d
BLAKE2b-256 checksum
How to use checksums
6fd7cfbb22138781d30bca2206e091f6e22326a04068f1f571a857af7b38c56d
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.12rc1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
14fd66400c0c2c2de033569c1064b9d3f1743ba835701b6a1ce11bfda209d71a
BLAKE2b-256 checksum
How to use checksums
3370a668521a42f4ff712eff4c166d141730a54b77421d4865d2599aef57ebd8
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
2e97e58eee7629cb95f0ed0b312b4404ccf0fdeecaf97177effa64dcf6b5db0f
BLAKE2b-256 checksum
How to use checksums
709db89f52cd161e5a1c858af7f75d6b98c59498c07e730c95bc263ac7d26010
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc1-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
f1a4183cb1dc49bb988cb3cc1725d40bb92a80ee15be61367349ec4138980f97
BLAKE2b-256 checksum
How to use checksums
1a1adc6b21b5549cd7466791a930788ef82205f0d81a3c22d467a6cefe4e8955
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
1b0b98d21c90041815f6f46f898d3e166e8fa44e2006cc1d643f29824791e1e7
BLAKE2b-256 checksum
How to use checksums
f9c607b2bf5c739bec19b53b0c0dafd1b283020cd33cf7800a647442eb1aa4c3
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
329191996ef0d8bf95b69d7bae5a16831d561488ee9ee7bd444e1adf4040836a
BLAKE2b-256 checksum
How to use checksums
cf30459f66743b0d216de940e3591c979fe4e1f9670afd3f9a1bd2c212232e99
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.12rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
dd78f46c1c997a0e55da04902a0dc5fa857d302b22e3379c9ff31602dc20bf9e
BLAKE2b-256 checksum
How to use checksums
80e8ca8add770d13222b17e2a959aafc585b2394c94077b552a9c27b37533da2
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.12rc1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
6535beeac9e838f26f2996da2ad1cd53801e5ffbafa9a14ef51c35f1d8c2a7bf
BLAKE2b-256 checksum
How to use checksums
3d615dedaeb4e11bb54f047fa855676f95b573873bf15bcede2499282ea984b6
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
394c615576834037d02039d47fde1de91391ea182676dcb7e1d408f1adc6203a
BLAKE2b-256 checksum
How to use checksums
6a5f3a0e75037ee5ccec442bc86dc6ba3f5742d4400b0a069d46a6920fe20abe
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc1-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
144cdd6e9c765cdc583e7c7cc1d071ea0359051be281022e45c7b7792e7b41cb
BLAKE2b-256 checksum
How to use checksums
4e4f5345745c3a8946979dd3c3ee38564e19004d54712773f14a0fe5b4be390b
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
ce90d56d1b20f06f65724258b2be36e8c5166f12ed4daf5ff8f53bfeb54f0280
BLAKE2b-256 checksum
How to use checksums
0fb58739ee819760d0dcdde6a60a7a4a8f5c2bd389c89e72ec4ca07fc760a862
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
6cc7e55b6caa860bd957bddc230a3dd995a27a573bfc33daa9cc8ec263fc860c
BLAKE2b-256 checksum
How to use checksums
b6d8d0b8524c5bade0b223e6e64a6fe1106b554a1a625aca0ea99bb450b45f2d
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.12rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
5fb17472daf041d3ed27bee4526145cd8cbaaecdc46304237924abcff8e7cf28
BLAKE2b-256 checksum
How to use checksums
c8a041c02b79f6109c2de101551be6ad9c6283f16d9fe40323b849fcf3d609a4
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.12rc1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
d4374ec162fd7fe05a7c6d192fcb3dd63b5461726fbde996d422192d9a294f4c
BLAKE2b-256 checksum
How to use checksums
50a6eb5b52fab5334c465e7cd6cd6094bdafb2054d3f671024d9b956a3c52d0b
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
2ebd5d6010e33c6278f65982229a7b5e9dd8df5176652abf043251dbe6603501
BLAKE2b-256 checksum
How to use checksums
6f307a43f93b959eea8da83cae4812f9a0cd075bc04574f56c6d15e4b60643f4
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc1-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
76f71f7e5854367b6db6288b99291a857c54dcc2918f0a242882b99107fe41fd
BLAKE2b-256 checksum
How to use checksums
3fca30a0eb41528300642ae42ec08057c61285055ebf32769b8902f61ce399c5
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
48ba31a8d3963ce4b6d4ea46aefeb62cb20a9e9bf00d15869d7758daa06fc562
BLAKE2b-256 checksum
How to use checksums
37bf1b668a6a4225d8e2426a0afc811c6a0df7b2d3fb97c4c635bab77a1d3faf
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
0ca17c4787f63958b90ede770e0169bca9e2fc921ffeb8b3ada139b902db44a3
BLAKE2b-256 checksum
How to use checksums
4d3e67083d05f0378d9ef8cb9999706c13a0cbad17fb1bcc68f8c07e73afda12
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.12rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
efae35db6f43755aca0779d9e2343753b1051e4f6659baf2a7ab04b2810c610f
BLAKE2b-256 checksum
How to use checksums
384a7896f0d1d4126c41386ffcc00abca2448e4f62bd936ff868b27bd997e78a
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.12rc1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
e5d7712dc834cda14ca67a442b61dc1016dc0877a7834a04898d323e044f13b2
BLAKE2b-256 checksum
How to use checksums
74402525bede1477d40dc11523afd022288efe294a42541b10c5b6c8ac49136f
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
93f0f7c9405a308a54fc6df8c0ecd1899ba5f14931cb0a752745e49263ed8c88
BLAKE2b-256 checksum
How to use checksums
33c922e3df3c6a154a61cb30165d39feebf30c322b5617de9f8b7763268927b7
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc1-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
59369eff262ee74a335c400782773fc75ba7267207ead57f276b3ab8404adee3
BLAKE2b-256 checksum
How to use checksums
ae3d853ebc1421d1e473ad66264599ff73502df3a8b6623b54ba7dc26c0cc5ed
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
e75f65218f2b058098d34b447acb79a3b552ff17566bcc757bee5844db9070c0
BLAKE2b-256 checksum
How to use checksums
06a59c3fcc6fd5956d5caa5e28b36017a990bda7f936e3beb0f81d3db4eeaf85
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
83ce6104e1aa0e9f960d974a6b763fbeb87e91565d79ebd5b1cdd83f95f5b2dd
BLAKE2b-256 checksum
How to use checksums
d135edcad0227d46932461581f734995ec7d3e92107db534fcf39418e67cc099
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.12rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc1-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
25f433120ec13293dac5363b94bb2497eb516ce4ebeec2719010472b5d585c22
BLAKE2b-256 checksum
How to use checksums
6d4a6ea59f2af9c37174593ea55eff7b784763f6cd23da4008f07115d5081353
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.12rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
86f07e60c5156ebbebf70d5be949e71227de486a64fa8c6778eda00d77e9f4f6
BLAKE2b-256 checksum
How to use checksums
6d6593e4a1b028732fcea78cec58cef44fdd9b4e90268dec6d66947f75c7303a
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc1-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
6f977446342313b227bc6f13739366917c931ccbbba01c639a5e37bf4def593c
BLAKE2b-256 checksum
How to use checksums
84d11ec5f4c985ac1ed01325ae3955f865688cc28493c23d363491bed5063548
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc1-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
44e8a10721f3139fe5981c7c3dec684e1ea6497de72094be3bb3fbf5c233f009
BLAKE2b-256 checksum
How to use checksums
fe4473ec389df9dc628daf7c8e0abe7c1def0e2176574ca2bb83c576d6de5dc0
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.12rc1 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