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

Built distributions (wheels)

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

Download URL passagemath_maxima-10.8.12rc0.tar.gz
Size 49.2 kB
Tags Source
SHA-256 checksum
How to use checksums
8846e05b673262d797e675c713a96075fd5cbf811ad0dac123873eec587c0278
BLAKE2b-256 checksum
How to use checksums
d011324024143f995065738b5b491a063888198b7d6d12e75ecaab5a5a721c2a
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
bd56b35b594c5e56b152cbef163875ef057a43a4fff0df78e6c4d3f775d0a1c3
BLAKE2b-256 checksum
How to use checksums
261bb68a0f8ce8ff92fb5b4c92488685720a5a6d5273d90fa9a7e427e8853a52
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
8ea15b13d59279a79ccf07a2539dcfbbb33acc49c1c2300b8044e78c1c9a3538
BLAKE2b-256 checksum
How to use checksums
ff55e3f9b6fb24ed8264ac0b9dce1b48a6ef1649aa97f29afa9c259431b4cefa
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.12rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
a0d965e9018f5bad93c5964ccb41d68927eba82873f5cafb703457060fbacc18
BLAKE2b-256 checksum
How to use checksums
3249bf1f467cd061b2f41d3ac95c507bc8c721a74dcac7c0d4d019015316046c
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.12rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
0a6b0f24d6ad2ff881bf715fc28dff32e8b17b362a96df23fcb3d0bf3a033477
BLAKE2b-256 checksum
How to use checksums
0e1d2aa47edaf5875fd9413ddff90eec2c11e5f02376c864625fd8bf4316b091
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
bcf927fe6e100337051c86f4aabb1e44e4e6db3b12fa8dc5b5b43b06afdb2cee
BLAKE2b-256 checksum
How to use checksums
3dbf15dc727017607f9ace165e4103abae46c4ffe80bef69833a6aae8fc0ccee
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc0-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
7f7a6fc71dfc4e2e1006b9455c35071701267376000825d16d9acc0f796faa9a
BLAKE2b-256 checksum
How to use checksums
b593e4650837f89c335200fcacdbe19e3e1310616e193d80f3b4023dd1fc6cfe
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
a7572df67ffd2bc994b90d3b0bf41991eb67950dd341dfcb9f8194099f95a511
BLAKE2b-256 checksum
How to use checksums
fb56f19ec948b73c76aeaf157ac78ea0159c6f032a979d0174bc885f4de3ee5d
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
ae876913e958b538dca14be4251751aa584e88afb987d4b69d268c7e1d28831b
BLAKE2b-256 checksum
How to use checksums
ef845a7c33788255305d3aa2f8176fb6c01c58b9db7a4ce583732236d557742c
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.12rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
e5973a65ff96ca2cea8bfccf66c8c661821517a373445db29768771115bcee75
BLAKE2b-256 checksum
How to use checksums
1bde671242c3876148088b54dc55a00658fbd2b8e502f166ab51419657ae8922
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.12rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
305f841af3da6ae260e3a4b77a80be717173df0d6a397fbf4ca43d2030655674
BLAKE2b-256 checksum
How to use checksums
852277b6ce123ae7958d0a6da773423eb013c0b4687ca87bfeb86274a6869652
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
dc1def2b791922a65bb08e44662734fd09ebf2e465c6284f1251d50489d2ec69
BLAKE2b-256 checksum
How to use checksums
3536f6b9bccf2c8842d01eb64b59cb367c79d3a3706b959dfc0b926111356861
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc0-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
2ddc01b990fd4f48c01febe4fae64ea9e0c4011aebcb609f3df1df35da3e55d0
BLAKE2b-256 checksum
How to use checksums
72de7880296a746f905b7fcd6099e62ab7c166d3af2831280dfee860e86ca033
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
cc47b19fa38a04f91c6faee449ef37b21bd69bfcd1b8e0f2c35de32fb5188d66
BLAKE2b-256 checksum
How to use checksums
228d250bd5883c2d72b9fcf306514a1602b54a691dbab6debff6bd9f09ef43ae
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
dd03b9159ca29ddf017cda80babb199a67bbd06cb2cc295f03a96c2eb6cfeb5c
BLAKE2b-256 checksum
How to use checksums
0a6b73b09fa0750c9a027b62266d223913299de4e18bf9a504402252823e0e49
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.12rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
2cb153bf4e1ecd80192a0c4cdac5fca1589eaa5cc8f91111efe45ac1379533e1
BLAKE2b-256 checksum
How to use checksums
2db8b3e4188a8a0de09ff7c0bbff3ecf387ca105d0158dcabbf70abb389c8f53
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.12rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
d6f0308ff70485e60b73565003722cdf9c2c5997aa410922a766f24c3fc62085
BLAKE2b-256 checksum
How to use checksums
af5726d87f12cf001f3b39603856334e3a7bb324aac8b7d4422a89c1d41c0c94
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
9df9b13d989bc922efd5e27f7a223c8b6cba9f38bd4d057fb4d2e27aee6825a2
BLAKE2b-256 checksum
How to use checksums
eb579f329861fb7848e949ced55c24a657ef25e44b6b87af9b86568154bcef87
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc0-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
2bbefde147723bef3e6bfba0ccd08b7eb5caac5fefa98b9cf52ee77e226e8311
BLAKE2b-256 checksum
How to use checksums
12ebbd4f3482fe89c09f1d6f3ba49ca834f7a4d307ffc12806183bdf843bac6d
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
06a9f1c4020ad7ab89a69b50a29a59d9160eab897035bd0311ffb0bfb343c295
BLAKE2b-256 checksum
How to use checksums
7f560baa3c9f0575f749567355956fa5ea73abe2dce01f9c397579663dbeef6e
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
af3351ee60f21451d8d104eb1b4ae44d2c3c3bd485cc12650bbbe05e346489ed
BLAKE2b-256 checksum
How to use checksums
4d7a72cfd37289400793b1ec81368d9e1f65aac034f87aca92bfef856edb2b88
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.12rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
8c10eefdba80e6b96b82e87ed745db2a5659e3fe85d0a954fdc4a8b76f5bbcb2
BLAKE2b-256 checksum
How to use checksums
dd493eb23f47cdfba1845eed4bd8bddfc4b99fe8b0091d751511d27aedcd06f2
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.12rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
39e496ce258e0f973d2c14b2fba0c6d9b50d1c13311517d1cefd98582ff79bfd
BLAKE2b-256 checksum
How to use checksums
1bcf95b6fef6384ed478c0848e3b89d164b20a30bc16981d4ab0b211f959d193
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
755ce126298dc118eb0b686b7de40bf34421135d2cf369f1485ff6a1110b0232
BLAKE2b-256 checksum
How to use checksums
0cf5af3e337d0a45bf4efe4cd02af5735e83588f2174489b463f9fe6d3eb1f98
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12rc0-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
226db031c06cd9bc3359d826e8129ca476aa9516e95eaf5579bec3046b4995b5
BLAKE2b-256 checksum
How to use checksums
f3bb6b90aa2b85216e5bbb981a93d2c64e583730b70a41edf72cd7dfffbaec0d
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
615a1bab3e5ff164dea55e2c13b97efb5cd70180bf54ff1ce9932d09f6605caa
BLAKE2b-256 checksum
How to use checksums
c64f89e02dfdf5ea405380fdb2596caa14c2460c0f93932b0e7c525e7c0056b0
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
f961e03c1cc815359364ca2d525d24516721eb89d9966814efb9147c0e0533d6
BLAKE2b-256 checksum
How to use checksums
62e03b8b7d7c547ee62fedf8f9b546e8abe204cbdd156b920f3b851f686bd496
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.12rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12rc0-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
e737debd313a094ca1df00b08803e91c00cb2ae765c9d4627f82b5f71238e6cf
BLAKE2b-256 checksum
How to use checksums
341992347fb12ef6ed436dcc49799768ff754bb0fb8b3111f3a78019914febdb
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.12rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12rc0-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
cd812d5d2f757ce2fa12550d98b1a099e6595fdab4b54bf6ab15cbfda091a372
BLAKE2b-256 checksum
How to use checksums
2f024324b8560effd4bc9c6d7589cecfa46a2431eb1ec5413768dd868bd7f9de
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

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

Download URL passagemath_maxima-10.8.12rc0-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
7621892e5d654be65741f9b01693cbce9de974294c64712bbe4362a675dd2cb1
BLAKE2b-256 checksum
How to use checksums
db8f5213a1933457bdac53616e3809d817763ef1467e330783cf5a53e686c22c
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.12rc0 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