Skip to main content
Pre-release

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

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 )

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_maxima-10.10.1a0.tar.gz (49.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.15tmacOS 13.0+ ARM64

passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.15macOS 13.0+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.10.1a0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.10.1a0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

File details

Details for the file passagemath_maxima-10.10.1a0.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.10.1a0.tar.gz
  • Upload date:
  • Size: 49.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_maxima-10.10.1a0.tar.gz
Algorithm Hash digest
SHA256 5cb2d046bb6c216b919bf543b630f9201f5232ab3cc0674d65ad4797302090e0
MD5 2c5d5cff16bb24f2c708475c8648dcca
BLAKE2b-256 676ffeb643e3070fad9a0288ca7bf64fb289173f045a0d35302202258feba3a9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe2f8d0f6f347c60181913591117788f5f9b4704b456a4b79d26a3ccd37588e7
MD5 baa35ebe291c17d91d0a0128a3c807d8
BLAKE2b-256 9f1fe0dd3466985f05ec1536337d9092c0140f5a73a96e3277fcffa16a56620a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3bd42497329f5421430249dcd9b6ca52c6c693334a14bd68d78ecdae83ad37f1
MD5 e61e8ad10ae48d23ccf61fc2099bab13
BLAKE2b-256 664d3a8c4552b22db1ac3d27cb0b2064716c25621fc07c9775cc985ec0188079

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad12037ec5383c0f74f3840ce8be16ec02e361835e115ed8a5812248851ab5a0
MD5 140a00220d5c9ec847896f1460786952
BLAKE2b-256 cc3dd56a0492b3aae09b04e7effe5aa1b955bead1f514176ea69fdba85c14462

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a707ee3bf36c6aa390aa09d878349022db30d4e357faf5e8454f5fdf0a068084
MD5 6a11010440cff6cfd623e76f746650ef
BLAKE2b-256 16403c983ae1bad7193cbc2289e83623f021b671bf743cf1676d47af8ca20fba

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eb3d991f51fe3f347b0ee5c5022854d2e5bf038ec209eba86e5336bfb790a93a
MD5 4858d8ac5bd82787f30f11b3e44b8e09
BLAKE2b-256 a175474d1b53654909ef158580a425c7cdfd52b33e2dbec3f4881b0306f54e89

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73daf58746a69e0808b2f14027705057e146d6a04cd04e74fe11af1dbf416af4
MD5 3a375326758dc2b4c6fb5c7520720c4c
BLAKE2b-256 c2cef0cc772c3e13fcc2e2b5fec82d7869130a2ef9fa044cbb3ea94e810e300a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c56af61dab33c877250b3d471676432c4ca3f7b0d10134500a6211d8d44d357
MD5 38a061975c5f6f4ea92e0eead26c1b59
BLAKE2b-256 a124b73e7235a8585faa42cc7a15a0d9e2ee3f4037645f3d05884690152a2a78

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4c8469072e631d927f7a45bf08198f07cc75cfa0668a7323dd02777ffd797b7
MD5 c50ad6ea4ac0b4f1d588afd6df4ebc65
BLAKE2b-256 f3f846c7acb0102c285c0b9092d254f1b26a28cab86e64ced62d61c53f6fce6e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 aa8a5cd825e87c096216e9b73ef34251c92fff0bca1a9f48ae66590378a3719b
MD5 a151e351d176d399df754c865e8279d4
BLAKE2b-256 937ac92f0a090cf54709f1f62908f87371710a622d4d305f3c7890329ac92119

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp315-cp315-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7506f9f2f9ce7ccba578db1c2b14daf972079b51764474d4d9ccc48d08af40a4
MD5 511d71e82b438cfb416e6d1aefe117ed
BLAKE2b-256 858c25eaab9d36dad2b86229b5dd9785515d5d1e425a845b80967fb82950cd5f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46229e0ba9e58810d7b3b0b363a47dd8d0fa34801f88aa29ea23187ed7524459
MD5 8e553f275e4b9b4cb723a82c82debcdf
BLAKE2b-256 8737ae2b244011c33b53276ecb69a1c10b6d4acce8d918e960b12b562521b5f3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fab44257daed3771cc67bbca2f0c8565fd3e48e7184f0f6deae2204e2042dc7
MD5 f07f877bc61d0d3537a8b9321f2ae294
BLAKE2b-256 a6417b3215bede630f2cc400ee096142396990aa64c620dfe742d9337836a8fd

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f830baffd6b65d367fe2a2f7a8d0b90f2dda5bec1a421df730c06563af7a27fc
MD5 b6d6eec7f43395babb5f2c9ccd20b9ed
BLAKE2b-256 f5ad79acac659ce53dae84321503be881d8a5e5fbf9fd63b8d8499b0e11b4f12

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0131c2634554b571e9f7bb1f4719e33faa483183784fb8f390b2e240d3dee822
MD5 aefd79444a3261eab385dabc3b55fee4
BLAKE2b-256 8bcc878582c226e08697b2c9630fc4ad9fbc757caabe786519e75dc20952bd9a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e02f47a427e8591b2acc85b9e9e3b51f1f2125e9d52c3942249a50a1a7c832b5
MD5 848a525683c8e359a4db66a2beb72aab
BLAKE2b-256 2c901a4b1e32511f42a93d14feec51569eacec573be67ede31ec302c8fc1bf79

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 545d5b5eb282edc45750121ed8dba4266768c2d430010f150abfb15a4ae1ac05
MD5 27d011e0bf9c1008d616bd20349b8dd3
BLAKE2b-256 3f3f781bdb56d0366574d596bccd561170890dfced20a4c54a9743d2a1055c38

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b07e7c5e81c067891794a79665f5d2f503126eee63108a1d41b19cda77750a2
MD5 9404217db68ad9704b6a9941ce11121b
BLAKE2b-256 7758a8fd0c3d67dc970f89d56b2ef533a5833f75355f2723c2f28fa2027c6f0c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38887b767dc249dd3613f0794070ac3c07b87e5e00b269cb15a40939fdffc218
MD5 8d7c57d71d29baaa1297c72cceebb43c
BLAKE2b-256 63e8c0e242f339a69a12fab8758457d11c94db9152e6ee66a2c9b263360570db

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 23af519a7ff2beead0361a29cfbad34a52f08c770ea4d5a28a71e647b093c25b
MD5 1823a5f284eaf197fafb2867e6e19600
BLAKE2b-256 061f9a9660ffbe83fe41dc3828ca88c28c8a90287e3b49b8a4410c6a0b257a30

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e275381160186cd457c2a9283ce2fe6ecf53c65962876a8f53b06c4c3b0f27f
MD5 0fdc95e4cbf95b83e46a0effe1f4a017
BLAKE2b-256 66192e5c245f6e907258e83d76b277d542ef138c51d30ed2812ce5161dd64b4f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b878cf86568dc4b487d536738d683d4cd435e3a7d54b095d47554d80ba63a4c7
MD5 97c31d63e70f9f79e0c4e26a9cadb34c
BLAKE2b-256 b6e5241514e2963d13aa9c6490499ffa01670d0ff234843288297e62768d8360

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb099c5f5a8dbc02f715a82622f02db66331bc819216ecb6aff82139f0420d65
MD5 a43aa8d2885b9a085277bbcda0246ddb
BLAKE2b-256 36d164095e7f0347052aa2371f6513be0bfc17668113bee1ea616b8c27659929

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd3b737b38abbd6f19b3743a6c4516e542eb7a726074c6bd45880c48eb173138
MD5 466698ec0dd4b78bbdbd19f0afb1f829
BLAKE2b-256 45cfaebd1190ce6db1fc2a1e09c4c351789b98b5c391c1a146cf832c2d888a56

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0cbef82b3abd9ae671400de832fe73870ddd1412725cc1c9cf0a3e86a21075f0
MD5 cda19f3ab3a5c2a5b9efea89f7b3b496
BLAKE2b-256 90b3e7dea9d525ce8de99f9acb4a5866aa3e2e507e97fa73f29173ad3bdf7290

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 120136481b7efbe03cf7b1cd07c1a201d12cf1783c76d5c4b8c5c940473f0ebb
MD5 b50ca325ef777adf77d9d3d6edc32395
BLAKE2b-256 744cb5b3e35f08a3c5d700bb82dc36eb0b7ff1357eccf3801f878751c0055d9e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbe85d3a151354ad08d0daf6a076721db819aaf0fcde313a4eacd165bc704010
MD5 28b35bab85e4935269c6235f8e3cad97
BLAKE2b-256 c8421be44b9dbd31925f1237c39fd9421814f937b455e6b2839b436910d1de91

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8491bd1ae99f648b7f39d43b574cd2c5ab2821c29e7adc694db1d5dc7f902dc7
MD5 656678f6a249ab813eee16282db1867f
BLAKE2b-256 4e2a334aac46370dc5f429f110b89faa7d645168aac33c812fb86c3455ebc74d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86c024b6bb3438c1039268897046e6667023da335959b09011b7ee5009e6cde1
MD5 7f14326c496f1ba65429465c697e843f
BLAKE2b-256 259edf4e4835fe4963a96dfd00064fb29de4304291f4937df64f2b10c31eb174

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 61cede46d8619a620c42edca88336fbd81d655a40b58737c5d0fc187ce891283
MD5 166a816dd4003c9d9e39b7f1453a2607
BLAKE2b-256 488084aa19e6ccf12b5db893e76a7c7df9067c184615bd89d3f0f07e51d12a6e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.10.1a0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f83e4b181ef661dbda69bcf3a0527dc9e70cf96b84a41b24ac91b6ec9821e2f
MD5 97d395d3407dd99cff8b14ad412d21dd
BLAKE2b-256 5042ad9ebe786611369ddfb9c73110e0c6ba9da412590457542c27f4daf96462

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.10.1a0 This release

31 files

10.8.11

31 files

10.8.10

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.8.1

31 files

10.6.48

37 files

10.6.47

37 files

10.6.42

37 files

10.6.28

25 files

10.5.49

31 files

10.5.29

16 files

10.5.22

16 files

10.5.6

13 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