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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.4.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.4.tar.gz
Algorithm Hash digest
SHA256 e43bc52272d3e440dd28b3f067416c0a5b8378d3b50805868dfd1cc76c4ce540
MD5 81c06904bd413be9d84b7d61af025e62
BLAKE2b-256 b99a23f3de5ecb452021629af8182fc260f8dbbfffe6510c98729c98637a8999

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6b332b73c405b3aeb578ea41a70e31cb012081a06d874dd01d1b29e307d7bd1
MD5 3bb52eed96ae0120bdb4b6cd9fd4bca4
BLAKE2b-256 3fdf5a7d10ef1bb908baf5432db6a4374e0a5afc82936774dc746bb36428764d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a5f0a1e443e3ec1fc1fbd7ee0643ae43366a3a39821f04cf90e8fbaaad42bfc
MD5 7a6da61785f6b12835b112163a671405
BLAKE2b-256 555ba551f57d95712ed93c27bf4d44a8b55abc6fb30c1a1053dc4f4a3694da9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed4a432a2376e6a8ff7b1f425e899c7d24d632a36bbe98b4f391e50abd0b1301
MD5 da4fb272bb785ad68f6fefeb21192122
BLAKE2b-256 82ed5d4cb8047c2c68653be117a2ba57d4b2ebb3dcfe2fca38b0fdee7a1364c2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4-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.4-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a7ae965ed19a6984124ddb9376e16821a86a5ccde04d2893a8425e70abf2baed
MD5 e6ba28f453f5805d43d2cb3f25416503
BLAKE2b-256 4c85d47ef7c73e76e909576af3dc5db3c99d9b3411e24ce77c91bf42beefea10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 852cdd0bde7df1baded6b0e04cbd1e3d216dc7463d855dddfa71eb08fc3dbd7c
MD5 a78e89cc5c79fa6a90eeffdeb625d3ee
BLAKE2b-256 73449839f659d9caf76852d1a09a033abe0875f45849e975f84730e9b73be8dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1ca0239e27d970d816314f6e21682d78cde7fde5f296292c1dd0d7aa3a45fe9f
MD5 8d05b9c8e10de105b165e6f5e413d151
BLAKE2b-256 9808fbaa121d1e68ab830ab0b951a15ac77ca48a67a075380171da1535dd1e6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afedc2f14614222f3f7c57f35c732d0285153ef85db6e27e4cdde3771f3a945f
MD5 dde13ff3041e7186d0fb4e36c7310bcc
BLAKE2b-256 850d9c8fcdf59a0b6023dc6addf866680a0c0ca81bcdf4ea85c82d22f0a9ba8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9448f2e3a2a2b375e02949f28c7407aef274327f1710e3387f339f082d962f7a
MD5 5ef113c3e3aa77bfb915b5cf3bcff083
BLAKE2b-256 9182a1b89e33f01c353a63a9430e75fe5de1d8223ead01cd8b060116b3228f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8da94c9033656c0cf3e76be7d32d31ec65151e0c6ff2587fb25504d07c9014d
MD5 230780147ff5a6d7e079ae4e0aeffbfe
BLAKE2b-256 e989246e036eeb9764c61ab5a9026b2468d03d9aedb4c646fcc0aa12fd4d87cf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4-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.4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 00a96019254326ae5ef4616e0e2c012a51028ce1bfa1f8676a766700a9868d2d
MD5 d0c8d76fdb5bef539015aff4d8590d28
BLAKE2b-256 b0e0eb19b0419799a776248926b86ae4fa0ec87568fe801f64a22efe9ef7697e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 987a7283d8a196c6def07d7041ca3faf6dd8876ea23006b820a9f09630c85548
MD5 e853302ed04ee4f73aaab7c2bd71c675
BLAKE2b-256 2e2c1a9a1cf1917abd6c75f222a10790f1e4f88ca756bf7907ccaea41b7a732a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c14b8148b436e1aee4e9a132d1cba67fa0efa9cf399834cfea8bd5f2c5591b24
MD5 4af1239d8fc0296b63142c47fae29567
BLAKE2b-256 38954e997f7e17036022d36e1e2cc899477e5690bc2f3ac702175a50344c8e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0050762b6eaf3bb10efcef019643e0ce29dd956418c53c7f2ecff1b4390a783
MD5 aa02c6a295efc58025cc6ae46750b079
BLAKE2b-256 6d7a432781087a477b6932075460b5bda4e5de83ee3ad9e5a908e14b9969614e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac17f0f5d134916bd263584ea928dff5b3d570f673afd49235cd35651501213d
MD5 13470b81db6ef0c2ffa2429582a1204a
BLAKE2b-256 4bbf31ed122339f33e953c077c3be5d0585d56cc7b4994a676d97e100636856e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd838b71141268e14acadf9cfaac3b7933555a1601f5700bc71e4b81ba87df6b
MD5 15451810a244e95ab1bc39ed6b0c9696
BLAKE2b-256 94f0fcb55f6a7b6b90eb8164da0232d8588d32d3d7adba862584280a5b33a89f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4-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.4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2448ca619c7b7e7db332fc91e00830b606a6e08558d72ee3d38b3ea1729b55aa
MD5 1ad9a4234b220ae727650cd2d39143ee
BLAKE2b-256 9287299a2d1425661d463935ba5e85be62d63e5a82d6fa1cb8a50b0017f886fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1bec7bbd0de3b6b8bdcfbf6b95ff27a2f4a2f90d8b382a51e3bf936711c85c44
MD5 37773db9eeeb21d8760d5face98d91a9
BLAKE2b-256 afa9f1afb1fa17bac15962d9087937b9a52a07b2db1a62526b44e62b3bb3cfa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 730abdaa0062e3d57ebf04a6fd4a9bc0a6cdbeb598d0cf788a8c3c6228cb86e6
MD5 1132c3a442d82487f7ab1024a942b9ef
BLAKE2b-256 fb3096621e2417d74ab08ef4d5cba80ff360bf8aa3df836dfa53597d8e060c78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0aac84a1ba13e98c459d3fe109af0af212aa3d99c61f9d15256292508b328d40
MD5 f7fdc3ceba03a1e779d03205afe75c91
BLAKE2b-256 f33cf40033fe4950b9ddb6aaed9fd3ea4b69519d990b255f9a333b261c894e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 801c9e15eb391658a62c411e117a8d5ff874582420bcc861e1c9f306d0e9d0d2
MD5 915fe15a12373f5b7c9b13f916cbf65b
BLAKE2b-256 38dd3f6375f2d22e810f2c98055310d8a042927404b321bbf0909910ec8c087d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fa269ec9d8b313bd6244547c76a8394fb945229e10968514172fab0b3aa840e
MD5 480e26749d2a809006466e4fc9cafb3c
BLAKE2b-256 26b21e381bf554d8d42ae969be19db9f0ad01b3e41faf724dc89343a89297dec

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4-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.4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 994a2054154068aeed8f50d6ab1827ee297682594eb2ac5e44b40231e83b3aef
MD5 784dad0336fd85608b787140c86e976c
BLAKE2b-256 8d55658b807488f6be9c624ab4a83869edfdda9fb12d1aa79e2a72d43d0f9ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e3fbe4005e4003574c8f084b36e47d12e4023d28c7c4b56f35402613cf6d47b1
MD5 18a76bac753a346452b83a0547b49bbf
BLAKE2b-256 17efddfba57aa6de458ffde02c2c1cae8e721e52b1a16ffd4625bb3e48f4e4df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f4c99cd5195a586b00f851f0362415aac521d915f29951458994a5cfa9167ec4
MD5 ed019b0bc0cebe3ca59f397820babee1
BLAKE2b-256 83918fd7315e1116814e62b12b4939e8f4bf0bafd8575491ece270055d4779ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce046edd612512ccd806bed37091cc15885b239f28b876200f26a7bc8e0ac2e3
MD5 56beb1eb3e59801e2161e4e4d2590167
BLAKE2b-256 9fc45737e5c519a1a73c4c71e193ce493ca2781e8c50b0f4bd1346e19e3659a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06bb2be04ae09eb1228885d5dfec319bd58aa3976ecb8959b21a716430c95d89
MD5 242414a33aa8f1a55e1833887d86154c
BLAKE2b-256 f7424a2d80dbd6d9684b70577316f6327692721fd85b33ec22236c6c757dae0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 035a239c73ccc4bf689d2b29261698226d966bb06ba89bc9bcadb7ca51c77aab
MD5 daa032072387bc07935ad85cfa6c43a7
BLAKE2b-256 7989b704c05febdea98ef337d983d292985c7217b066e5ba512b6878f8829f67

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.4-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.4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5ab97889f99bcbbefc2770fb3095fd3b6be9eca1c679d1d3e48d2a18cced29d3
MD5 5d50e26c9d6e8782c68fbaaa4f2d6d04
BLAKE2b-256 3150accb58f560b7a84db047e8bd64c6e62e92272fd4c14dd3c0650ba184c13d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dfe9f43e2be2874662f320b462469f5d824abbcad5ff4a99de6fa3d729bc2124
MD5 e0d9987ec9fc1c9e590cdbadec00dfed
BLAKE2b-256 6ae2a043196e6bab94ce3034f67055989d52508468aba470e1a2fcc922fd4808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 afc24c0e25f53f7ad8ec2e908f3ca970491e563fc7f8a8585807af42816807fa
MD5 e15decddc5ff8b3ead612dfa4afabbfc
BLAKE2b-256 21bf12e5c1c93269277d72acef112121ccaaad57f274f78f16336112a429b888

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