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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.5.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.5.tar.gz
Algorithm Hash digest
SHA256 7a7effb210e692afc7739af3315e99ff94d85a9378d528d7df9a7d5ee5b2be3f
MD5 cf952dd8df44a5a639ce2bf624aa0e44
BLAKE2b-256 00b40d87c21d5a865a76db88416d4ad497982d7dafc4a91db58e7da0a11a7118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9979149817530cf6767e1b5c470f57fd94792770ddb8da967e621b25343552b
MD5 f199bd693ca6ab7e6b42e7f99f7ab276
BLAKE2b-256 71ad257a753081882a147c32f27bbcf6833bdaae5ae95943866b59af5623cab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1291aaaa66a5f26ba85c6170a7ac2b94e9b3c524bc94d752ac803ad63e657a3c
MD5 df1fb0bd619296ce2d36949703fd41a8
BLAKE2b-256 3cbab9b3a7ab2e86f4976de9f047bb8812df5269a6afc981e9726200161263df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f44de8b93961cafcd8313902e85649291ff5df9b9966dd82116faf5e636a7ca
MD5 34ee1621433c2011665c98297ff9d578
BLAKE2b-256 715dfd235a25aa912cceb89f6ea4fb7b559e4351a9b6f14ac1c0fa12b9879382

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5-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.5-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d09def8642c5fec68910b402eb9ac8440e8dea78849ac716e9a918c0fb0cf4b0
MD5 2cb2e674ee2977d69386b5d99215fceb
BLAKE2b-256 43e42143750186d29a8ade8c2f45a3a5d04ad954f7d0062a72d2106efa4d7db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3a2edde8674a6f3e7ba0f9b9e685765ec58f5093765271fca5f7e2ea4d22b77e
MD5 f2dcb996c1cf9a819486866df8229c10
BLAKE2b-256 399716fbc85e171a66891e60b58bea7ab726abb87e3d71cc27e7eed80767ed84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 28980088eda59ef6a3c0c719caa5823b271c6a748bc64d86fbada16ebf075461
MD5 0e4d8969b1374eec87954202377a1a7e
BLAKE2b-256 803a6741ece0be3fb26bdaaf1932248df2f7622559da1c376e40fe51b9d29185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5defe1f4fa136c354e7fcad52472665fbf5f2fb7fb57c982320f777d124b6313
MD5 678c4934e60027920a57c82fb38c1f6e
BLAKE2b-256 8be50cdec1ec292628c3737b0e675eeaf5d40285be975909071658562d699ab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ff2bd3381b334a400b46a2118b7a172c9476eecad3805b931a23e5761ef658e
MD5 f1dce63db5f0f3c7fbf073d76a228ddb
BLAKE2b-256 c1c51f6701c801d79f57542093d869f4606b236d47460e7f71b13f9fad65a898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da84af91851d40511496544bd4fc0403ea1280f807eb9bd256c85acb51d5625e
MD5 99b921b33db81be1e6401534fe95c73e
BLAKE2b-256 d6e5d898fa0c6349363a3a31cc6de917c1827ea7e5c4db2a421496dc3d25b686

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5-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.5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 973bfbf9408f81d78d4a9e77cb626440c2ff48c67b934bb20dcdc431331dbf66
MD5 4ea1b6408bd5a8a2587616385a282667
BLAKE2b-256 1f320dfbd2eccde1ce0efc63e29282997244639bef6f0c2c7f31bf4ab8424bcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a35b5dea53d9ba8112ffe2496354dc4edd0a4f2cc38f3d5d612027b272c036b4
MD5 750e41850dfc33c0bf6df6449e60a92b
BLAKE2b-256 144076c5b49936fcb687f5bc6ee565cb6aea5215bb3a39dfd793303a6c74d4e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6b03b46eacb13567da83d44baaff62a115d7663b0827264753b100d946fed842
MD5 9048a0a4e78b89a1c16f7816ca7cb3a9
BLAKE2b-256 0cecb41733f14431e2d878affc085fd60f2cc7c7dc1c001f363739da733c6f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb8d8c20a5f2cb2ecb75a135dca46740b178418dbec6d6b0b24e941416740ada
MD5 fe117da40aa931ace3013a730e9eb323
BLAKE2b-256 5266fde7c6fbf866b6b9581de6fcd9d732c8a66c1f321b777d3668548c28e1f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d80b7d0116c59014a4840a70cb52091223369071214e16635919dc275b3dac0
MD5 92b29d31f9a16c396a443112d4c8166a
BLAKE2b-256 5924918992de4d2ee4f49ba1a265746639872e79b8f0feab75c9e64d67866442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45d4aa33da3d4769816f91843c4f22d7020e45ef1d2d6466ac34e9ae51972ed0
MD5 141daa840ec218197181f9744d383f9b
BLAKE2b-256 daf8639563297a4c74c097fa3e2b18d85567a6c6ae65e3b13e80cd0819dfe6dd

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5-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.5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 743acea81516d8d1c172bb408d50a6f4702036d41e4e5c7d83f56ffd236dff64
MD5 26270da7ae2e5720e135163f1f6bcf77
BLAKE2b-256 1124fafb1562c66e72cc04cc6c1bf0412e839d170e3f6d573e0df3cc02fedb4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0111a4077d899ddf2f41aeedb2ec12d5fbeabb9d880f45dc405c525dc534ee24
MD5 c3a1af9f10575cb671738993c5942729
BLAKE2b-256 ef4029d6c322ec736a6208393341f9101c01d734e205fe49812b405424ed73c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a95349043ff321f6fbf10b55cd5fa943bbaea56cce43c91e76be70fad807d4e0
MD5 aaab1d793138f3a03045961145dde3ff
BLAKE2b-256 0f9ee3abbc3bd0efa51f0a36e1e9b0c090d2d9193477c0e5ac21debad5596fc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4088d7e904252d72dbfac64a34a52290c6d9c7553f338cf3e0fb101b68a0364
MD5 702a7a27bd7ed6f788c9b338c6fd4a7f
BLAKE2b-256 43c821f28d3fc1b18ce52a8c1d4ff0caec2907649a03944d508ac7e94dca45bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e50f8d5e505366410c78f940cb1f48fef41887ce42e715cfc323f9d497e6fc6d
MD5 14566f20332a38fba6542e5ad7343be1
BLAKE2b-256 8c1decd612a15680e4900883bfc016e9d47dea4e8e4923cdfc0f31e0c08db671

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af4a15741347745f415f9ba8d10d4d07e741f733177a20b1b09f17693ba6a94e
MD5 ce05a6684d5c6596c0e82a194455aff0
BLAKE2b-256 9fc4839f20bd192321033011b6bb17fd5b5831f8bc97f684641510d5412d2bfc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5-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.5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3c90f5b6d0471d665898acdea14fcda0035c2f87df6677ed60f5da5aea612560
MD5 198d5b524f55879c10c5a462f909944f
BLAKE2b-256 829a9ccdf796d40607598a9c2fb35a949ca11874eceb8a965fdc810d22b2b5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2b6d8238c75742b95305743873d961ca4d4ab249a2b16b37ee5627e2cbd5d929
MD5 6d5f2dbaba53cb91b9d569f0b5878640
BLAKE2b-256 afcabbd513156fa47a3a47020cce8d017e51ffe170d90db48c0c7cd4b9f38df1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 02227ca5bc208ce75acc29fafc22a438ae5549035bff255fb648c0f9a382033c
MD5 fefd59147077773d8103a64495e7a1ca
BLAKE2b-256 ee3a05ec36d2f25f870a6da34fd038c6d75b2dbd09f5a3d409ac2b5bcee08fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3eb9ace7ebe3b100bcffff28e3509cc2510336f188d776531a4d92222399f229
MD5 64dbd542bbdf05b49ee3c78d094d427a
BLAKE2b-256 7a1f033571a7deafed3a12e0c34179fc4564dee209111cecc754613c404969e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e607fcb65c4ca48c34bc070f0663bcccb66015affd5b5e3c4465d424cb344b8a
MD5 b5520c4df54749ca1d029a4e52d31db4
BLAKE2b-256 2adea860aeac8d8f7ce3bbcd234cf35189612cd5027ec1a35d936cf0e73ed887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 331b8feb59026cb51925e71793edcf1d66573d2ba3b4b00de788ec713d282d85
MD5 29d6d13d15766843a3d69de4f4f60849
BLAKE2b-256 ff2198f40b29fed9043c8a630481445e6e12a8f15f79dbe47ec9c8e8f6ec2eeb

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5-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.5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c554679ac53d9aafb710fd3046a889a8c6b2c6c6b4a98f64ae019dc9f12bd33b
MD5 1d06540557ea0eb8f5bcdd4839e5e7d0
BLAKE2b-256 f29883305df4c564ed3e19b813dd04a0dec8997edf7d02e592aacd2626e5dd54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 14844df4f5e1200abf0c3f4014889107e3ab3428fdd0dfa559aae963c56b420b
MD5 43a23a7060b65c9c31b87967fa1b656d
BLAKE2b-256 87e6bebe072b7ef982507a9c49e2a99eb9bd840c57cb57bdf800a97f47d27824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 05b282775801996e1efbd38f21f29f419305eec65792c233a11b8f03483afa2c
MD5 08135bb192e0ed20d6cab1988a217702
BLAKE2b-256 971f2dbedfdd408694441541045cc70644f82523b90aa77335850cf359a28f25

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