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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.4rc0-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.4rc0-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.4rc0-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.4rc0-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.4rc0.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.4rc0.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.4rc0.tar.gz
Algorithm Hash digest
SHA256 3f6e874fe5c2932b1054648be9050ff9363e3e36dc9533daaf1ad94ba81c62de
MD5 47b22021f0ee0b104f9d1b839ee14e97
BLAKE2b-256 70da2938122c7b7d40febbcfb66fdc2e3aa25ef63a8958e64af91642536619be

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52edc2f65cf01bed2783abab2f722c6b591cb14eb3d411ad8aaaa6c4f6210d0d
MD5 3a84878ace43f1732bd003cfaa519d98
BLAKE2b-256 e50a00304eda016f8def65534eca37027abf36c7e2ab6a96e379af0a15589327

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a6d28e806022f2b660dab5b4cb10bc19a89e11923d39eb5b5841a7b6d744800
MD5 97d3206f13c1b9d4675b9dc45c25e5ff
BLAKE2b-256 454a2476c3707089722e675fe66cec8950ca770c1573f31798fb496f710d7a02

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 753642d8c79d6bb220e17303cfd1f9dd7a1224b13a5318c43e63bccd894f56bd
MD5 caa6b27ad50a4ba41e3d9bcdaf58d9d1
BLAKE2b-256 de63395dae4f9275d06c5b2bbb59aacbe9effa6eee1c8a3476539288f8bb09be

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-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.4rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1a0b6b6a315104ff629af6e114d5b1dba45e77532696539342f3fa5528d23adb
MD5 3fffb034a425f76df198b44ad8ce102f
BLAKE2b-256 a58c3c116c71b276e3ae4d3d31e2fe7859deb2b77998c955881412b02d94556d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9e6bad016d9d08632ff41deba469f9be4ac05ba0863f0cf0be8d7b6f8d5ce451
MD5 e58475fe066ab1f8dacbc70f19e3230f
BLAKE2b-256 9bbf33ddca39ba07f356af07f945362fb4f61e2c67c38a8f78aa837ed99be1de

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 63abb0eeb505afa2b337f51adaa1fab63763db6625f56b207b6e97da912bc23b
MD5 b995149d2403a29b0bd5ffe5b3012085
BLAKE2b-256 837ec81bc0296af087e69038d7e85839d5efba7f89d1785f4e235eb96201e988

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 852c35d8047a58a4802401b813cbac46a123262364cac71724bd78f385eb3061
MD5 d7b05de3bdab968b0e3f35e3678144a5
BLAKE2b-256 98287a79b454cf4dfc00fc070580891dc5c4448b3aa09135180386fdcd1537bf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be4f52ca0be7868225666df2cc4feddf95488deab6eea382f66aa4ff99eccfb2
MD5 338e4ce097cf911288995fb3df74a0d6
BLAKE2b-256 1a407fc3e67c517aa0bbfd3582f1fbf32a9d24ad7661564a7de113e4522c6ec3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c796d30b95bcdafe6c13f0c6d97360abde1e47aa3962de4849ebdb48e9f3cc55
MD5 44ba20a26682db6debbc717ccca776e8
BLAKE2b-256 60e44ff3ebcf1c2c4b08b9d3e3f36389d40c1872c3e45bf115b537f49fd0544b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-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.4rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 67ffee620caf96954f039aabc3f851ee08d392fbce07d6e3773ed3812bcbadb6
MD5 14f0a39c114f73717a1b2ace8ada7f8c
BLAKE2b-256 42bd7b76dfce595d0c524759ce1759435c3d9a0ef862ba72bb3b1aa119f209b3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e13b41b5a4d29de4debae17c5a00d0264945602aa6f5d793039bec02c2d2d389
MD5 c73bf3f4d1d68a17e495520bb6a97da1
BLAKE2b-256 ebe19cd677a63952323aa19ff277c0b872558216e304c79d6f6f5af3eb8c6dd1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1b16a336486c0be4aff1b2558f87f398382511b6500e034257b4dc210d47c91e
MD5 cb6c7d994989336f38bef58cfe23e62e
BLAKE2b-256 8c29309afd41803da44b0be6e2138e49e793eb6e42abf6acf0ab70c3be63182d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7432b749fcf78985d1645839752d2e1e3bfa7a02d39efa98ebe60f0623586bf2
MD5 a5bdb98a64c7a7ee51e0900e743ddc60
BLAKE2b-256 16f62ea8f8b557628eefc286d2eccd90f9f2b4abcd7ea268888783ad6d8c1b80

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 057097f9ded57ceba634545e40f3f02c39dcdfa36d64bdec808eaf5e2c90d815
MD5 39d4b812314719726825bc055bf475ef
BLAKE2b-256 4dbb356c6cf761d47dece1fe0d0f8c87fc66e64a7860e5ce00d2b7e1a85a8c99

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0ac2157873b501bad2f7c59f828d419681744a42f93188339ea610ba26d397d
MD5 cd8f873267d6f886f767c75ba77220e3
BLAKE2b-256 341c8bbb4ddfa88418a46602a97a8f1ef91ddee6f2f82fcadd35a4e40e8d5599

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-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.4rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8f27ca28663d1422b15e0eecdb9d927a76c7e34d68fa2aab677dd4818341a2e5
MD5 a257fb4ea807cfe412b5d4f69604b9a4
BLAKE2b-256 44fd6c5cc32daed582b039ae08a5f70fc24d6dbb95da5c810bbccb479fa253ed

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cb9a1aab5c614a619ffda86b72f04d81fb56356275ab05f68d7aa9c7eb8cc59
MD5 8be97676ffbdb40a11886b1777c21789
BLAKE2b-256 5fbff075702d92011849468aebbf53ccfce5fa50035bbace9315e9bb8d64e847

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 adee4332384fd1963816334f3b039c925603b468fcc87ade1276bde1ad75c9b5
MD5 989aad36c030028197cc653d5a8513c6
BLAKE2b-256 2ae409d337c783fdf23438ba9e608e049a06b3acbfc11f1abd5b53e4fca2b672

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bb9297fe65152686e6f8eb75a3109156d12740ee76abb0423b58c98d8e0290b
MD5 1da5a62c12136bce9662950fa78c0884
BLAKE2b-256 cc6af830acba6724b033d5447942ee837796e934b86b61f30153666561a54ad5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe40dd5757d4b20b53f3aa78682c58162d26be2c5d9bc86f568a04656bc498fb
MD5 b966e2f51c49bef762baba066ae1331a
BLAKE2b-256 97912bc243b4844900a6d1d25476dcaf4f915eece38bcadeed660318cf55ab7d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83042508694a9258f4c3b31767afe8ff46a9b28bd48571c4a222094bc8942e04
MD5 6cca7e3047ced58119f57bbb8e857771
BLAKE2b-256 29fd8632c7132050dd0cdd6e28995cc7162b18ef596b9defbf8147f9083b7242

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-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.4rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 90cb8f7c61ede969213f47d3f2c05d6ab98f31e13bb647e551c6f14bb79ed09d
MD5 667f1770f2bbee1b11ab90c280f03ca8
BLAKE2b-256 b80edf51883a9b809d192bfaa217c99fe1126dce765d8cd313722f060e91c6f3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 68b5640c6ff7575ed9d509f8b82729478b41b8247842ad355f4a5eb45ac9cf2b
MD5 6af72e42d4257f228e2d586972c84081
BLAKE2b-256 c39798d23a60f44272f8732d51426a269ddcb51f21f5f6252996f5af12aa1226

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dab4c602e5a554d3508279d9843975fdc274493590a256ef7f948b4f32ec94b9
MD5 0fc2b4084c43136eed5f4ad3c6d09850
BLAKE2b-256 ec67df95a5313bd54111f72e6dd2507b6202bf4a00e03ec5aa9ae65289685dd7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4e2f0603723faf9fff93bd85fea464927feeafc894c14740bcb8b234dbff2b8
MD5 71c1d4a3f26d47b32b1a9ebb432ff183
BLAKE2b-256 64bebca0b169c701a2064cbdb9d4b6d36bc1ea92c4d428e53f562478b3c5b524

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18fb7e4a6bd37494a1f64c925032347c62418879f3700405e090da6df28d36e6
MD5 f449ee2bcfbaba25511c95bff4dfdb2f
BLAKE2b-256 c05e6b2c9212790c54c4b888d076cc2608be9e9dcd6cb0e0dba26e3d54922a7f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 314f0169711c16f4da9eb8f59089fe91e7bb94f961e1f8fbf6e666a44911bbb0
MD5 7e73c875f49476a02df16c6e3215b22c
BLAKE2b-256 06644c7983d4d8c8eecb1d89a4b8cbefc9103bad4a67f0cbe9d00e6cf1e408f6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-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.4rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 096de98db079986ac5e6afaa06cc1a9efb9e1772b8af9b25e1c79c1042416a76
MD5 7fc75b03428d9ba757f9da8f114e1aa8
BLAKE2b-256 31e86daf095ecdff6832f25a325230e5b85c7a59b8a593e45c962ff7a18901a0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d74c2e02051bee7648eeab652a6a96fdcadc9d8621e25d0228ec63c26beb1cd
MD5 92baf3b8710d6d957943deb68f1aadf9
BLAKE2b-256 2a54309d4dc576b9387161748ab768438d4ba342d77996b8700642a8f65bac55

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ab6a467b05467d8d26dafba0a443ad4a2840c5d7f5333b1949a38a2e87b381a
MD5 5e7dfd87ed9dffc67f05d8b1abd1ee4f
BLAKE2b-256 4d6f5512cb4076d485fccb81b9531b5e83a8d274db6889e23da88183ce7050b3

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