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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.5rc3.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.5rc3.tar.gz
Algorithm Hash digest
SHA256 ab0078469373859422c3dfca1c45d42f010b62e8e31d68bc0a31f6832bb0d53e
MD5 08985d547904d0923fd35c5b83eb903a
BLAKE2b-256 a42c68a1c8ed9aba8ea690ca250ef9a527dfa171f549018ff9543d115d0334e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 802d7e4f2893cb2b703e916a9172c7b31eb7fe888f1479362f663581d9dd32cf
MD5 16b4bccae110de0a91f48061fd6b54b7
BLAKE2b-256 d6d6bb9c9400744de32a9bdf8259862a766f00f6745f4d946a04eba6e4acac10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48378c037927955cc197aa163eb4fb1dedcbe0d7c348bc65d6fd4e50221ef6e6
MD5 5426a6783e0695b29d3b0cd64f5d6238
BLAKE2b-256 bc83ec8c1107ee59b19b771cb6d8e93d7afaab5701e6796e8fa6098322b914d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70a4413217b483d40fc96dcee953c170a282d25b0ab86ebb0bd80ed97a369f77
MD5 7cadde20b24055d02f5481a08ecf8a6c
BLAKE2b-256 c2b822cad3d430dc4cda8af1e5271d860344b562b6d5e49ad31e7fedb45c7fec

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc3-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.5rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ec477843665186bf0ac551cfe732b5055eb360c064be4f06f9d07c0598de9b74
MD5 d93ff63b117ea87f521adc7b33c24c81
BLAKE2b-256 206e3e72689ca0d9878be0806002c921af709fb83968b51403e66cbe21d56067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a4f1920b3300d80f0f5de2f7f9b2f753169630ead66532ece47006a25ed3c341
MD5 2fd85a9c23740a81e01d2f976363c5d6
BLAKE2b-256 6569afa92d257db88601cac0b0d101db265ea81a8f86dab87c3bd81363193ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c4b91ce37c7fb62a02b49ec4923ea8cbd16b897c18672125a92a1d11e399092e
MD5 00e0468e6931590abbff76de6affef57
BLAKE2b-256 dda994938a66e1beb6e90aa06aeeb10133e5b2c919bd2222ca150529c1382b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d18206ff63eabe805b1e7df43b87e8f55a7c7b6078d137f584a69b6be4f542a
MD5 8d333da0b41f6f0c8ac66a60285cc3dd
BLAKE2b-256 1873f09d26f54f87a10a3c555b262f4f9603eaebb1ee5e9e5a00be545ac1c951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4131bb37807a19d918ed608483f0aa27ec58a2b1486baa4376585e85e5550f08
MD5 12d8cfbafff1878532263b102bbff1df
BLAKE2b-256 f84c7a4104de339123d9fe198b273c20ee7ed5fd68cdd11924b4ea5c8c518f80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9df18fccc16605c7bc6be1ed1f93af1b8d10bf77e2454be499bb0276ac3cf2b4
MD5 a42c3c1a9889829b8cf20962d792b8c6
BLAKE2b-256 7f96102148817b3a11e68193f1aca5495c3a4db6d789ac91c24776fce7351ba7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc3-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.5rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4cd0f6793ab97a161d7cbe47a3d4d88b3000077a14bd75e59054150ca47f6487
MD5 1402ff9dccc556879344c6d8beb42315
BLAKE2b-256 a0012b5c22e9d9c92463bae171160a51fd80a9ba714f31e0ec9cc05fc73addf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 abb996a2fbd43788f25f74ffe8d80f2d4951f6f32485d501aba737b7b53a17ea
MD5 2e46ade2b503cd5ad3634a4fd74c1899
BLAKE2b-256 0fc0830255d6ef060763885844de3158a41a56738f1545882672ef232446b42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 482f1c62d802187ae26a6e2755ce8991ba0f919b6007fa8d946aa82b99027680
MD5 8058ac502323ad379900a8eea613f8dd
BLAKE2b-256 9e4896155004f54c6d32b948e61bf964471366177852412a14c05b348c12b7da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b36ecba6491fa722d7c749679ba2b023beaa6dd2cf405e67b8869e6292f0effd
MD5 2f67ae0c8a02eca3ee3dc15779cd9c91
BLAKE2b-256 c7b2a29cfa35bae98c8c604521407a4a0548703243bdbbc426190b780407cbfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2f8a55ac6476b0bda8b2b911209a94f84a67843ca89ceae410b5f16dbc1989a
MD5 14f0189aee647e2acb624fad39d0f76f
BLAKE2b-256 ee2daf11875e84268ed6d52aedfbe08053700aae475b2bb0f427684a65c9d099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0c8a587147d5167fea18bc2b209b68f19b47bc130057a98779cc772e38f19ef
MD5 7d6bd29d3a764dca66d7c12a31753870
BLAKE2b-256 1b66a4e9a7300fe41f7981a67ddc2c6df3fe1e404ea5182f07654bbfc11acc76

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc3-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.5rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e3364a7339f10e36d4598528af889224471075a01b7de660df372f0f3c9a0ff1
MD5 86f93bfae8f2a595c56eb8342383532b
BLAKE2b-256 da9fa5fece480490ba217f55c02b65f95dcb18c95f6214de0ab01c4e37d106d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 69d62b2f45505e5b4070e505df0e451269d9756f3a5aced1d0bbebcbb97a658f
MD5 0d0d2fb948717593a921f403c97f7749
BLAKE2b-256 dee0ecad4a8eb1c54c9e506155b5b0a50bf118aa607bcfc3d0c3cd2d8f001ca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bfc0e35559ececc7a85276a1ecd02017b9b781ac52c84ca015f01b0687fed303
MD5 20b0e51cbb8eb7dcd70a7e96f26f29ba
BLAKE2b-256 8a37a792c749c9669f73873c0b880a80245cc4cc22f8eb4c9a12f5848c8a5e6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70968f9b8d1ef73a64574172d63e5c518711ba59f24ad0ab792f41ff09aab01c
MD5 689b898932f4b42e8e1c1b21944e9b94
BLAKE2b-256 d8887c1ca1b97290f24fdd61273f21c700fa8a0908eb8be1673a25e26752191f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d8d92a46d573bbdd0e3ae2923bf525a287cededa8640f8572720bab5fa95b8b
MD5 c98f5fd6ded45366ec5f6cbbbf9d1ab9
BLAKE2b-256 94770f09108284b637636325392705030c86da30e4c2362fe2a92e900d823209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 761c227bd8169b86c569c45b5d5d588e94e46542c83a5d635a05a03278b7988c
MD5 3f6d12bba2d065722ad594d958078ade
BLAKE2b-256 8b7781196fefc682e6a4d79a821ee7df484246126b4fe7349d2a2b97984d1dfe

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc3-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.5rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5ee9407f9273360961a52cabc9c5fd4e96311aa2fb8517138a199efe81e35a01
MD5 15689646f240aba8c7c4e3b2902de666
BLAKE2b-256 3945829e55361fa0fa4faa11d879c698228c257cbf9bb996e38d788e624648ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 18124d572ae737b6d1aa13c86fbb8e6f9a3550cdf023bb91b6f53ece4cb895d5
MD5 40b491a0ead66f6ac6cf038d075ab85c
BLAKE2b-256 02c6fdc0cd6f89307039fdcfd325a26cf75df23ab2fad87eacf22785b75cde4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3cbaf8e9539ecd3b238f4b86fb29760f2cb8d48bcf6081a97d17529768c951d6
MD5 6f18e0f1cedc8c074578acb26f534db3
BLAKE2b-256 f6544ff93c34da47ca21d525d142726f4e1700a5bc290ef03dc1e387f62ff3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d06d84218792bd0da9beddd13394ac818e419c57d2c02f509d98f70ed339a6f
MD5 8b57b8a20ed8a8d838d3091d2890db95
BLAKE2b-256 36992182b04db188abbd895dee962810f95ff0d19e5f1cee2a20f42532826f82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d4c26e41456238210d131da8ce11abf0291a8c79f1597b96050e3504d50c67a
MD5 c4d9a794a5ceabaa6608206c77d7f228
BLAKE2b-256 0174d06fd107dd83606cdebbfd8849666a929399778f53906cad4428abf7d48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9554514b2bcab239ab98a73f3e01faaf126448b0554b16e6d143d17d69d31a6
MD5 39286b9eeb973e6e411ebbd553980361
BLAKE2b-256 5a89acf5e755a48ba20abcf3246ad02e97f8cb839f7f87b9e56144dfd7c74abc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc3-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.5rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f1d32cd24153cf7d4e04f1a9d7d259f835567e5a99ab625d23701aa9f1e96c1b
MD5 35c807f87b37b474264d61ae187baf4b
BLAKE2b-256 992772378b003993943e398000feba507c6571218fd6993b5299ec0154e16b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ecb7f8468e5100552ac59f40b9b819fcaccd75c891a3c330c431ea13d0b629c8
MD5 67591be7a46d003e21dd8d2c03d260b0
BLAKE2b-256 731b15a2051ed1e75998923ae51da9785769de16824292bfac3981657b3f8f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9a3856de9994d81d847113b7d669e788f2cdde1822c70220c5ae6d86d1cfabfb
MD5 0345c1bbc0f3165f1e97b0a3d968291c
BLAKE2b-256 4dacb5d4d31b87d7ee514731932bc83f7f3ece9e311c930287bf0757427e3376

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