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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc2-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.5rc2-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.5rc2-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.5rc2-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.5rc2.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.5rc2.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.5rc2.tar.gz
Algorithm Hash digest
SHA256 e2ac71d2cf2071918db9683d0219630a30ec169d03a859e2b2e7d418e0fb7117
MD5 21dd8516e6d969d438b524db79523e9b
BLAKE2b-256 92059c511f46db07baa2a0b36fdaaed8b7518c516284eec4b87bde3911195c60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5207bb4b597a7b1c5c1e87e8ca0ea1df281e0b4e4efb0871050296f607f1f55e
MD5 cff8a0c1c29493ca2f636c5110aca297
BLAKE2b-256 95dc0e4a47703e05d4637401b05e2e31baa6c5dc9a178df37bf4ed720860110e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ca0780e1d9e323d6b2ab750d87991501d43515751ee05cb74cfaf819c35115c
MD5 a07721fb1e15d2a6d1b9d4f483b8af7d
BLAKE2b-256 5c21f0021ff68816dfb3929d56864a611905277de760664c782280b0538a61d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7c6b012e95ae40cba60e2335dd1b010e536d0979ea4630afb78cc6f4000ad9b
MD5 0619e0982087fa1b4f6c66cbcf3ffac5
BLAKE2b-256 2f40451663804078960a71ad50f142c35df66835629fe4f91d5421d6a12bd693

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc2-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.5rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 03716031a45c64e161e024dff944cf0c61b97eec7fdedfab56003b2273d72705
MD5 adb4b73964aeed5de381f48fa10d62bd
BLAKE2b-256 f2d6dc3d957b20c6a5a770b7d84b0938b9bfd4b0354c520fbbe1ee30aea14bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4cacc756bc2927d10cc02ee3f98a0119b3340208eed8abb46ecbb0109b308b44
MD5 a2debfc3e62e5009f545b391ac5b2b7a
BLAKE2b-256 f6510109a8bda988d5aeead3d37d20e947998461af640d892ad4b9317b97942d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 497cff8e0d515caa124508dd47bc6d2a74ceacaf8154066cc312ae2e92d477ce
MD5 9408dc75a2a75879dd02c89aa3a312ae
BLAKE2b-256 63d7feb9da9cb102c7e3d0e7d38628ac80c5dcd4733b3b9e8a1018198b034ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cd0618419e6253acde5fbb25a4498924cdaf5659441a998d2e8586ca2be1c4f
MD5 13378b1677e9d9075948a45b569e1fed
BLAKE2b-256 33a7a71da6316bf2bf3a68131ff42478c88dceef6d54fadc8e19d3112a5ab089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6752d670c9fad06fbca623aeed3dcf31a418bad6a026e280c0c21771f716a8d
MD5 45f1af5b877e8ac32d9cb4eedcdbc575
BLAKE2b-256 b9ec604c0c1e5ad56fa4080a936c1ed9fc15c88a615ad64f158ce80bbfd7021a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 913c565c33d7b1a9f94c8ac0c398a48b93aa4c89a0ff25930b1342a449be384b
MD5 4a1ce564d0854be7acc46697dc34f216
BLAKE2b-256 1bffe2435fd1a30485a5c788e9af597a46bbce23ecdb823c36586f21425f215b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc2-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.5rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ba4e36571c442cf2e4c377a879b83526c734de2cfb9e36e707648e94ee9b195b
MD5 1f233651de91572e5c37dbf14988aafa
BLAKE2b-256 a3f3331416d1acc736340256903f90728d2623dbd085de23168bf3b1951490f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 882f2191377c2532780c08e2cd14bfd90f053c78255e8ebb58ecda0547147ba7
MD5 17ddff27ba7a78900625d0f56f85f7d3
BLAKE2b-256 8847746d002d1a2b48ac596a4899d808bfa49784ec3c2bbb19938996ac8940ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e87fa9bbdd42beb22f2f21eaa74182d64ac222c29acccbf5a2daee0ee9b080cf
MD5 e5a086bd05e750fe645d32f236254303
BLAKE2b-256 0312a98b4371af1f9a9eef751b5d4fbcda63ba5cb14f453853b4fe5888ee6127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c5495fc6d26e24cc6226d97f910c952f20ab83c7dfcd14794d879512c6a52df
MD5 9dafe6564fad1326c4dd0badb517b289
BLAKE2b-256 dba1efdf5f4b6ec294c6b6ddd2cf82e3486a00241ddf86d87da075b85c4d85f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4b6ce6d60d4852f6966353caa2740395382f2e71a9c5d2e0590de9aaa61c889
MD5 93e4bb56b927cf52805bae131ded1b82
BLAKE2b-256 b0745d919d5a183007295d3c259584f2189d26164d1a450f637b257da2046cf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41b13f21a4ce0dcde0eabeed8350ff9fb6ddb00a6fff66fdcf32cec3f0c9a0ee
MD5 84c07c2076496e7b7f698d387a48cd78
BLAKE2b-256 48c7e39512bdea4845e8ec44a941e911ed46de9b98466849a81f16e5fdbb6aaa

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc2-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.5rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1bef9b2809d91495ba5f1f075175271f0a369a2986789b232e9b72ec11199d21
MD5 d85d530bbcb8359e7cb97f625e3d48a1
BLAKE2b-256 2090d31fc862d1ad7b9233d350038b0e46684ee23f2bab669f3c798b9b84a82e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ca577b68b8d9fe4068e141bb21742c024207b2570d380b5fe063119970f4594
MD5 4a65229cae99fe4d883b30ff48e7b17b
BLAKE2b-256 0348b1295aceda522cf1cd37e59adf651cbb4a28271ef41016a99c150cfed82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b2baa89a318c311902d5fb68a7a46f70a074e1ce5abfb721f8529c126f0b8a9e
MD5 c90ab4093f4b2f9ecda817a99c669b59
BLAKE2b-256 2bd80fc0c6c974531dd087a23214e062fda75ea03277a0a7db1125059019ea01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ec51c86cecfb0b30b7fecef83ceaa1a58ae53b6bf3332c80632010d88900f86
MD5 31ce3d6f28208f5f01c8eeb2d3d34126
BLAKE2b-256 d4f01cf8cbc3ff3a461deafe2b168978359dba1b9504197cfc5fde8b8f2fae53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aced9c8c2332d9cd590580387ea1b0626edcb30b19b430b55b2c2bdf2d50a529
MD5 25ae32e319f85790be7bb635d587ae21
BLAKE2b-256 5f04839bfdc9bdee0184934e07d3aebec285b2264bc6549ef5b383bf1f3d0b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55a43180722c10987b8eb3bad4bbb1e3d476c5f4904249c5863497dcfdb7c514
MD5 4213a10a6e67496ac7989168ecdfd475
BLAKE2b-256 fa492ca43f51c777bb3bac1491b42bb816301a5127138d554669db3ef21658c5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc2-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.5rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 12ba42b3e50950c844a2afede7799d33d974d6869333fc871f30ff649365b910
MD5 2e3c10a031fd4a70cf8d613570f03956
BLAKE2b-256 9cbf72f9f53b4a576549506d4c2ed23c5a837fd5c0e7c61e64f1e28ae0b100aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 72ec2ab694c4b3270388dabe79000f0ff77e36a141a5829762edf4ae09afa0a3
MD5 211a29b98122c40ef7c24365a35263db
BLAKE2b-256 e34ce86c4eceb77f573c29c48c204845acb1018954f6d96fcdad66922325a176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d4bc1b5ea75a2967a609f82de9ea2edfe3a7186e6a64a45109bea7ff27f2b403
MD5 74ad4e232c3661a8ec6b14a8956d0747
BLAKE2b-256 9b37c7a6e24e9a6517f11b0dd59938117e4688f644c40da9bf7fdc1e80ca59bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3771ec3310b8a576c4e99d9b85adff4d7d1322dbdabeeff8d2eadb03279a4276
MD5 9152937f3cb99a91358e880b27c2af92
BLAKE2b-256 63f7756b96f180eb5b48d88c10281748394ad63655902bb7832afac29944e203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb89f307c3b87c08d2dc9fdf7e7574da6c3aea714cb88219db4b385e1e7644f7
MD5 8c4459fde017ab6758527a8e2e2636a0
BLAKE2b-256 ab8778181c47aa31a2b9475d54563c011d6af1ed2227dcd1ee59fcfa39732f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ebbfe5d8b13c7952c69bc595ea45c1d63e1d4fd151e53b6646d7892a3b58121
MD5 337338d3ca50d5effeebada0b006687d
BLAKE2b-256 0ffaddbabc23d8507312454e232300073a4eb121d0df8870c981446d0888c9e8

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc2-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.5rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 98e384926ae84b27677bde8a086e1fdb7f32652adaa05610331ad8887c47122d
MD5 eea9bc8ad0b6e0df016e4a3697fb342a
BLAKE2b-256 1a7b8b771716728e36e01db5be660e7d1e7e5cc4031299e25de923ebc2323fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d379a801ce7c5cc15f4748b067148704bcbd438e77c0a19a3e8d6facdb4d7074
MD5 083e875582e4c51ff278507079dca35f
BLAKE2b-256 510f313ab4030bb8ead0d90f500674da2085e4ef98c966eb78f3596e0935eedd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 97a8338930582f9bcd5e42f43592dcd25a1bcd06a0dad117c9facbfd1472390a
MD5 79c2fecec15b80ee0cc37fb6a44b0332
BLAKE2b-256 dd414584bbfb64c5e08c09d5f0b64e8c7bfea2ac0485988f1584ccce282e773a

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