Skip to main content

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

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

Built distributions (wheels)

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

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

Download URL passagemath_maxima-10.8.12-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
6b5225561fb7c398c39d553b5599ab4cfa78050f03d8598f021db9ac8bf19e9a
BLAKE2b-256 checksum
How to use checksums
48e803f60267fa6da88e4c68cf435f847b3b30d61ef6bd23f1c0d7a7b4f8d1cb
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.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
a991808482c169bd0f01c108e7217531dddc482d15e0d0cc8238dd802918a3b1
BLAKE2b-256 checksum
How to use checksums
99cca99edda8bfe89a1a9bc78ed5d736eef6f6e2cbdc405cc635222c51e03ada
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.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
34907b0b0fa128724805a3961df6ee71b5d60091d0a6d13e1458be8930814510
BLAKE2b-256 checksum
How to use checksums
15a237f50334947e6addc16b8b8debc40ff99e75bcdc3321d02f6a01d355aa11
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.12-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
35f74b726c0d849c6477f6af64e3272eac8763ec16068e4a916fc24f7508db40
BLAKE2b-256 checksum
How to use checksums
7e40a7aca6593af7a1885cfbb53bc8bf1b1e50f39c9729e4b208a10c4779de18
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.12-cp314-cp314t-macosx_13_0_x86_64.whl

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

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

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

Download URL passagemath_maxima-10.8.12-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
0b635a06c3723d5c3329105191e238d733748ae167b30939da47a6cb697a470a
BLAKE2b-256 checksum
How to use checksums
5d7390fc180e98c2e4039c9c1ee80f2fc9c0cbe3e938da8edea4e9fd0bbb1b48
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.12-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
9533cca9a57eb0c03284308c3eedd549a8551842ffb8a76ecf01b40a8ebaf060
BLAKE2b-256 checksum
How to use checksums
999a7a4553937609e4b4830218fe53c6237c4a73679b2ae50223bda0ae98d69c
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.12-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
5d223d361c32737b259f5e781f3715a0938df0cb7685d43b2b40c23e12d781b5
BLAKE2b-256 checksum
How to use checksums
01b60014622c8ac3be97646f04d4309981f757199f312770df3a441f88c20bc1
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.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
02d569f5c599faf85ca48aa08fd55fcaaa9fb7fb039593d5ad4e1701819d805f
BLAKE2b-256 checksum
How to use checksums
3c137cb9793e7b3974bf1cce8fe96f1182f1e062210d0e9cc4d531725488caa5
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.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12-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
eb1a1cec825eaf23e8d14075f50764d3a3537d5b1a7ff637ea9ac37c037de04e
BLAKE2b-256 checksum
How to use checksums
900e7d93fb6c9e3bc306f2203ad6395d0b6bb948eea30d448b9d6d3822e28e63
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.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
545fc7d6702de1820c4d0eec8eacf5704a7bcfbefb73887c4787635782e750eb
BLAKE2b-256 checksum
How to use checksums
8d4f362442bd1750b5e13d066409986623e11961ab3506bda9b67327eab4fdba
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.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
3411416677f64fc44663329dd5545fc95052c851dc51ea005bf7c4601bb778bc
BLAKE2b-256 checksum
How to use checksums
e24a9bbd40bdf00793fd77703bff8e07eb1a49534dc3a8e063ad1fe4a8e92fa2
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.12-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

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

Download URL passagemath_maxima-10.8.12-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
1ce050f7fb8eb3a3cad15d633f365afb935b1ebd583c5fd7eca8344b810618c6
BLAKE2b-256 checksum
How to use checksums
01b11eca1832dcb1e01322ced75a14d65d03f72a68480e5024fb7ad266d78369
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.12-cp313-cp313-macosx_13_0_x86_64.whl

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

Download URL passagemath_maxima-10.8.12-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
f1756e6b60f080b235892180661115189d7ab2545b88e69d9c8ce0824b4198b7
BLAKE2b-256 checksum
How to use checksums
020d2842bd9fc60f66e9b0e826f08483e2d687bc7477b5240ca26df64343fae5
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.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
93aa7817d75417b5fef186fbcd20fcabc6627cdc6b80b870cbc67413937efc1b
BLAKE2b-256 checksum
How to use checksums
5b153fd9e77ce7987768bd801acab55b7c09873b57f7dfd6cc48d09930b5e6b9
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.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
90fbdc8c2a8ce11d5d2b09cecb6d6267de227d1a0de92afa0e1b83e525c80fab
BLAKE2b-256 checksum
How to use checksums
5bc385a8308ba9876049c18e79274eea527a8d9005fc21455347fa8d36984636
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.12-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
e6148dfdfc8864e2f1b1e3f016d9dbfdd5b6f8e81f1207cd3e399c3f7b409b1c
BLAKE2b-256 checksum
How to use checksums
1c66adb0b751041f633f3a4a82d983a440c3233f50a837f927464c8e8f808354
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.12-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
f708a20f6f982b75b8bb55a321448c2a405b801502b2776a165a1c1d5a886e77
BLAKE2b-256 checksum
How to use checksums
8220591dfa25107a5e344fcf98649cf22901d2077311d86a28d57f5ab2143ac1
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.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
f59027267d0ad6a2d41ce596c5ea9f552b5dc9efb3d05ac36441e4a576056c59
BLAKE2b-256 checksum
How to use checksums
35742b4085955b0e70a2b8af2315c5d3f4524f773fe646cd484d27a78eb2a5df
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.12-cp312-cp312-macosx_13_0_arm64.whl

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

Download URL passagemath_maxima-10.8.12-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
820be7089cd0c536a09c1a5517a99fbe67dae481cb6362c4ae91da04ff0a8a46
BLAKE2b-256 checksum
How to use checksums
fa673bd3ae7ad4e696c630ebf799436365460aa6185337350a2c50ad6c529060
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.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
a88f58bf46d7987590b6c1b66c9837e6928094b4bee08239c78f00bd95fc679b
BLAKE2b-256 checksum
How to use checksums
38b612d67dd833e1788ef922a3f41f87edd87dc4991469c4f7bcd900cf7ea46d
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.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_maxima-10.8.12-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
d4fda2181f9ed0a460e20d1873e7a9d9c55531525da3711c5c3d58b001123e45
BLAKE2b-256 checksum
How to use checksums
03ca0f1a23ebc88baa6b113ba9c42df49f8f5f766b9fd78b6bde913787e0a1f7
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.12-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
2098510fd6ae7f5de127625f55bc697edfc19bbdffb41d88c3f90da1573fe796
BLAKE2b-256 checksum
How to use checksums
22a3fbbd335f91546ca9f21a789873ae114c6571197dffefb87afc887cf29fc6
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.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_maxima-10.8.12-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
53028c9f907d579e30215a23c00de106fdec5cf4e3a42e9ee7f6266c05f58bdb
BLAKE2b-256 checksum
How to use checksums
2099796fc188a3518de61975306dceb6ba6e4981eb4365b9680a4462872c1f07
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.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_maxima-10.8.12-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
5ef6e2fc0f2e302c885827f0479d64ffc54b4918dd816bd489bba1b6558cb327
BLAKE2b-256 checksum
How to use checksums
d3c4d017a66fd2169254cbcce14b201191cd31435ff90aa60e2a30a3204c8cbf
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.12 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