Skip to main content

passagemath: Symbolic calculus with Maxima

Project description

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 --pip-args="--prefer-binary" --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 )

Project details


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.8.5rc1.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.8.5rc1-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.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-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.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_maxima-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-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.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-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.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc1-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.8.5rc1-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.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (30.9 MB view details)

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

passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl (30.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_maxima-10.8.5rc1.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.5rc1.tar.gz
  • Upload date:
  • Size: 49.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_maxima-10.8.5rc1.tar.gz
Algorithm Hash digest
SHA256 9455702ff51ba674ae9c46f6d15e2cdb29603ee3b17344e107a82e5ab477423a
MD5 70858c3390ea55a6dea83adc1bc351fd
BLAKE2b-256 1ec01beaeede00de3acd53f7c2c86dabcec8f11476d07fd505c5b4334f2a4223

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1531f4916b8ca76d182fb48e259ed82e4464a572639036224b4956d06583dbcc
MD5 d596c4949c641fb11d7f398c00dc0a76
BLAKE2b-256 3b11fb0f8c0858fc9b72fe96f6873821484e751d6ebbee6ec57ac8f315407efe

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f17b2e829b6acd03317d86de0b430cdd03505386434e4316991a7cdf796e481
MD5 4ed34ea0cc078b7a8a6e5311191a9d80
BLAKE2b-256 235c25bcf20253ce4758d60abc10cbc8dd1296db499551aab334cb8ef7d174a0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4c27bbc3190ed49cf6d32bdb1be1d8dbc8155e12c13f0d2c0a317b2150eca0e
MD5 dc3c3bb15aa7c66da3a035566c7e8b1c
BLAKE2b-256 06b2cd17954d779ab5c84b91710f6200185567f0cd3e7b7096556851fd7812b1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-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.8.5rc1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8d8a31a4f1ae662a58dbe1f263c5327a7514b1d9b46eb74b63b6128c188bf813
MD5 379d30a8465851b3022c5ba0a608a7e3
BLAKE2b-256 e0fdb56a79f8d213440bd10df819e8ecc60eeefd3074c38c7571cd37fcadcfd1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a357bf6343943889fe38328b3f9ee26121033859d4c53d5d84180ff4b560c7c2
MD5 cfeb9aec6861804e5bd3a71ab20e13f0
BLAKE2b-256 70b70ce1f42c85994d02c6ea1384da1180ad6ad91ab1e090d6773bd2af62d6d6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9ea86b748b85f8923358a565eeadb50d883e6262123b6ddeb77ff9e226b9ace2
MD5 c78b4d311d20571179c685a4d03cea5b
BLAKE2b-256 34d2baaf0921918e2432e12b6406a42934bbc521d19508333c965298fd8b2ee8

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f84f11ab07e11149b376f64fb70953234cf407f60dd5a66ba79c5dacf4510f29
MD5 130b095f3f63186268045b5acd71efbb
BLAKE2b-256 562c7d9b4cec6d097c05502a33790ff1413f801e1128376a5583b0461beb3319

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7773fd6c91675f8c6bb781a45138297e3c6ea18477bcfdbd230ac18e72dff700
MD5 e4d72a57be05d45e74a6fb0b679ff83d
BLAKE2b-256 11622c6b49e88a7f86a93c174910d5c37281f3f65058e113d9cd09d00d8b3593

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e64777da144fe6e3048281924aca74b099588950bd3b7eef462a9678eaaf0d1e
MD5 93ab74654848297ed12a6a7e3f7a5d8e
BLAKE2b-256 948aae892dbf30b9f0a30f2b2b510710d478252f78b376cc028817f1fb57b35f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-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.8.5rc1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 bb6cf885f5f009d67b22448909b4f51b6873e59fccc152c86b5ed0371ee73806
MD5 60424ebaccde766e8a35b3b3ab962e1b
BLAKE2b-256 21340222234d3ec6ad12b3c6852bb6acda14efecaae5950247e0dc36f2b685b2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ca937e842dd78737ad67d8ccc4b27381235b8f3bfe2b0fabdb42fdde49629b87
MD5 e976f966be07a80060fc2dfe310bd3ea
BLAKE2b-256 31f8eb4b41455bf01b6b46379b99b3e17b7f409bf30a61a60f152000d6a6fd27

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1dcf04ea74efd211959e60ed1b6a13778a734bc63b52cbab4d42e74750231ab2
MD5 23dca9bd7339a60fe20e5520add74526
BLAKE2b-256 799a1b03ac57856248e5ea3ef480d5ba2f42c009b1766c38ff62581518b3405b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 341b7f98f01bcdf75ce23f236d40613144b60bd43e08af961280916327cd8d31
MD5 cf6f6f7bc0902949fa831d0be4656bcf
BLAKE2b-256 a997ba8f83e30598c2c3107ff6fa61b9f8c8fc9e75adb265d2307a058449fedb

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e6bbc4685fbfcb20a285a027cfccc369f145910b3c3dafd36eee28b4a7f515a
MD5 3c4f028a5f5a3701f62bb8f96926f703
BLAKE2b-256 fb2c56fb70dbe0cd2170f174c69112c054b6299b084ae57ce2f194ea46765b02

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1a233b599a478b33b2a53bd76767535c06283279d062e19080910ad6f2ba70f
MD5 9639fc562fde5c7b6f4f19811d464407
BLAKE2b-256 14a36f4cc1b7894fbcc48735996ca16721e040d1c8b0c6c3676be02e166fb676

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-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.8.5rc1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1b7bfce71bb4db8c15a7eea8bcc74a6afb12e335a133bf10b6243b2247bdd905
MD5 60016e5c54d168b299d62c6e9267bfdf
BLAKE2b-256 f808e6a40a2734ba666a28427733740278db94ae11b04b7d787cc4e520886145

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d280c93195dc7d9ffa158a9a050caac364428e09e26bfdcc49d76b81aac33a1a
MD5 3009776febc9539e6d876aba18f25e31
BLAKE2b-256 d245cbdae4aed10251fd971f3125ed8552fd49d4179352e190759e27c280d29b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2b4d5ffaedb264a1bd6392701eced776b94651ecfa92fe610479e7aeb6874938
MD5 4db80d24888d210173b1960126308c16
BLAKE2b-256 fe5fce3700fef2cf69c1c50db99b94694e5deb375beb4db91d615afd40d0b336

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53a61dd804904bc6450e524bd2fb2913f96ca166575b862664fdaee88c5215f9
MD5 f4924df8b881d99d537bf0337b7f7a98
BLAKE2b-256 406d939ee1266a03d0c8f99ca24ff4efa56e4c6903a2d4c70728301727e85894

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62ed3daaec2510e3801ba76af9a306ca63527c79df9a5f23a7ebc252d8cf90d8
MD5 466057f460a8115122d611b98623846d
BLAKE2b-256 2b1f1ff0342ccde787552de30e977a11595fd1406d99bb8560bd0053712704ae

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fc8f1bb295693f501a38cc82563b3e1505960caca88df259d268717a607dc8b
MD5 ae28612e61aff6af905e93f9ce45404c
BLAKE2b-256 10ccd217b1486a6a907078781e9cdd4f3521144479a91b3227ed7f4fc8ca6a1f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-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.8.5rc1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9afafe872a1fbe4335145dd5502423a95ca5408534b630a6802d1d2c48c2342a
MD5 43aed159150c818fab053c0b6c35f2b8
BLAKE2b-256 75d1adaaeb02e9c28568c62fe70a25806fbbbdad892021390b792ddd142198b4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9516150e209247c0eb1bb6b550f78caeffdb0f1aa3dce170571e03b8a5206617
MD5 372af9aa2a3304f213dffec8daee5ebb
BLAKE2b-256 25abb9af267c1e07ac6ef1ff84c42935d79fad4b3643ba62195963d89045e5b4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7d5b8ae5a6837e6de1fc76a066684310f1471a2d5249a5ef290ec060d9128c51
MD5 46c493ca233658eceb99a55538ad2508
BLAKE2b-256 28d594d1092a235a4ea04eddd25e9f2cb98a0355f86c8ead5f30c7255bf35507

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f63c55d72c5e1f9a85e049e24b75acfed0d1a634ba4b89d691b8dde160b155a7
MD5 104a256173d6b6284d9b53e5270b229a
BLAKE2b-256 0f5838ceefa891427cebf9801579f40d59c94e69a1bfa38760cee10445f86c27

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 607ebbf08247edcbccc3b1d64dbdb0f4c1dfb8376fa7b40831e6f16fd6b78d65
MD5 10a59766b946acbb4fa8dc55f1ab8950
BLAKE2b-256 0b58484553a2b84bdb9412fbb3331aaa44ade141c1e06f216a971a9451220798

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3ae794fbb955e8b52f08aecd9e48fba8bf13f44a51c6319f751bb0dd764d4c6
MD5 056a6bce87811261e053eb2ae5bbbdc9
BLAKE2b-256 3bbfab8ff1849e856c5351753cba049efb0abd972fe617df7d2c3b1dc3f7fe7f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cb31cdb0c0a4f860ba3f8829e7c85b63291fb20c913e8de3ba56e168a4ab5f13
MD5 124207f1a1ae92f187a2db7f3b693174
BLAKE2b-256 4b618ed503efbbbd89116d962883ba1e182dbe407da35aaacd29f84e70bd7ea4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36e594e3b6fb1246fd61e73e76c4445489727bf9b22cb6b9d90e6bc6ae8abda0
MD5 81954d55ca66018bab0f68c780eb6a3f
BLAKE2b-256 1f627b4e67faca5531f3303b73f6a09cfb86f01be0b0f5df244dc2cd79b983bc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c08738e77f79fb142c258d7a94c86b5fb1c69499e9e6677e37d0e18daceddac9
MD5 87cf960b143869b2fec276109deb9d90
BLAKE2b-256 f394726c64d4c030c343fb509b3f3eb623147e43f23929e849e661c07d2f65b1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page