Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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 --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --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 --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 )

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.10rc4.tar.gz (50.6 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.10rc4-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.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-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.10rc4-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.10rc4-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-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.10rc4-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.10rc4-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-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.10rc4-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.10rc4-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.10rc4-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.10rc4-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.10rc4-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.10rc4-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.10rc4.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.10rc4.tar.gz
  • Upload date:
  • Size: 50.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_maxima-10.8.10rc4.tar.gz
Algorithm Hash digest
SHA256 416bdae38dda920d1e3d7269e3385d0ac53a20ba3b9ec2eef15bbef4ce24f4a7
MD5 0e904d306fdf6bf4f377a598a0f7989c
BLAKE2b-256 7cfc28119e2a75ba9b982b0b1d7463a96a03d183cafb3eede187e7f9c2fd96f2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37def400f790d141f74de4ed5c8af528ea0d47b8d3168d72398260c045503c46
MD5 2bf5f24dfbc1eb19a9dd10f5b3947b5e
BLAKE2b-256 922fa691f381363066543c7eb1524f7f9cd89989a37ed4a180c70b59f0548211

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 745e278aaf76ba992c5ecb807708271a65019ac2ce544146f41cb8dfbb0f35e5
MD5 b931eb5e288ad9278e579193838e95d2
BLAKE2b-256 56c3511797c73ee3155a062b7d204138f91b66bbf22b889c8385247c65b737ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec0cbe0595e4c600d6efa72a59657eea67e1066000fce4071c9b1cbe0c48e702
MD5 21147fb37ab92fd4957aef3bb85ad5c0
BLAKE2b-256 5736e02664d2b5c2caefeaf6db3825d6db4ce5a8bac78337c7b95111516c2e0c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-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.10rc4-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 385af3bddc01de3df13f4a4d7bdebb3e2848b931668313cfd4a820cd9b54cda3
MD5 969dbc789585d2e4f05190fb483fc048
BLAKE2b-256 6a8135524a96a6b11f043a7cf6a25e4de848d66e18f93a99523c54fa274db071

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 98c9fca8df39c4f293c970d4acb91e8e9e7c5c5b7f329656fe6f5bc9da78e1ae
MD5 b2cf86ca5ae1d64452f6f1dd3f810b00
BLAKE2b-256 b0734ebde3bfba30d213dff3caee093c9ea9f407857736551b99fbeb0de8d2cc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 00b5e081c718d84fcfb5b59c5982411b38da716bf10c66250204f89b128dad47
MD5 7d131c0727f30be554f1f5a7762d6de7
BLAKE2b-256 dc4fd4f944eef0317e3e29c19df164945b68dff1cb30ea25202fda9aacef82c1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 770487bd18a93d3f1a303d8946a3a05f711a71b3f9138da6d7dc5e45c2f1079f
MD5 1970b0e69c46c40c33236e939bba49b5
BLAKE2b-256 d0f5949162cbdfbb4e12b14d90ed15c722eab6735461f44a3d6fe7e4bf4b0f2f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe8b78f03380b58467f0409d253f7f602abdd57284d6370be19bc76db3a4f296
MD5 0d2100a27ce31fd028fff88b23f4c877
BLAKE2b-256 ce0907ea640f0bfd2ba854f6e220621bf55cf49664cb48ed19ad13ca9f0a60bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 612f2656eefecdae10d9f7bd899ff120493bc03313c6aefc0cfb9728166f272f
MD5 8880c8f90e2ca4089b99920219ed8f84
BLAKE2b-256 3d8179cf9f3efa49451bbad3012643dfbf2acca1f5d241e33c7f0365ac7b16b6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-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.10rc4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a6f28f4f02dea05686f194a1a68948c9008bf1fe0a5ae9ec69554f3b7888db6f
MD5 cb1c97361a049c8be7210c39fb70b5e8
BLAKE2b-256 288ea987102510e1d79af3f20eb9b6347d448ab1eea21cf573fc6fb497c661c9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 01a1a0d23616401b10a14ffd8fe5f1fe45197a5ed7f70415ffcac68ce0850d18
MD5 093f8872f0452c70fa69a7d1373a21f5
BLAKE2b-256 06ba87f6812cfa280f99606e0c93ecc92692b6cf2625ffd8e67afff51734d67a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 13fc69f776801ea5ff2d5af8d04f8fb578fd775c922046d44438322151d8d338
MD5 99786079b4394c3549a9059859c632c0
BLAKE2b-256 f88f843bc8d873d05d27c92b088a689c08a9e017977968948dd09ab9fc392426

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae47a943b00cfe4ed87b865ffb8f940303b6f1097657aa4c8ff22d53c7dd293d
MD5 de1d76c183ff8f172a720e9ac2d33e57
BLAKE2b-256 ab8430a41b7a1320dd304c1b7726141f9fd00d7e44f563ac473c73a27b692a46

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df38f89f935a93a19e2f0a810f30078daeb8bd534df52b01924c9dd3294422f0
MD5 b5e4e63a270d2bbc1550da2bf56565b8
BLAKE2b-256 3cb85818cf87722bb1dbde191af3ad9b2e8231d759cc837873212cca3aae7df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 815f2cea3567d0031722bb20067a53ddd73628721da768480b935325a8b5b03c
MD5 95e0cf319c902fa530a575aded1d045c
BLAKE2b-256 fb223dfd04f456f908b2d838d60b48345a15b2e0bb7e8e92010171892a0dc8c4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-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.10rc4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 80ab869b000908033b71e569401a60f54b1ca21a53abaae839b8283acb128472
MD5 6a3aa2776e82cb1cd2bbc2cd2bbc66c7
BLAKE2b-256 7cf50512bf286bb39c543577bfa7a8d3c3aa9fc9bf0d98f7c962630cfbdfb7fb

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1ec251b5c574de9029eaea165f81cb5d41e7bda55247128b22f6ad4ad0b90e74
MD5 de1ed7feead001797ce7ee76c9051ab2
BLAKE2b-256 b49d05aa36657c9e58b26d2c4e0262ed7ec4fd83e2da789cb860018b8f98375e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 697e55c084b9e5f130487b741ec985fb3a19f54d0c6d0ac71d4d018e65eb70f7
MD5 07b867fcb081c57fac5798debef32537
BLAKE2b-256 e7b35b8d8834fe63aedcd483aecf1c95ba1f944732b7fe69a36823b7d63b2f25

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc920aef8e0c1bf9e3f0d3710771f8f0d51703a87f217fcfabf3afa2a789dc9c
MD5 2672eb73726fb5b8bd251088d341a408
BLAKE2b-256 e8f1e718e38dcd2b88d5e0ad0f57b7ec92b352aab2d3291c827f7ce6216bc626

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d063a343f22316b407f21449d0ec3f902b8701ae613ff86752b6efa0781d48e
MD5 aae0b0c750fde469e11ba064b2e4b4d4
BLAKE2b-256 c98f26420978145cff09e06e31cf23b0eaffe96e10eb4012644c8b7cf65063e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b017b635bd35419b0b8f8fa9a2b3ffffc34b87b5a12f9544810fb9e5bfc5e9b
MD5 fcee6fc11316c854eac580f191210390
BLAKE2b-256 126df5569e1d789292c4d3c9ea075a3097503417b6d0a5fffa8d1e7fae5533fe

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-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.10rc4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 110905a77209175bb7a07209fbef7f7cd9beadc575572133a298d2d58a92237b
MD5 5d60a09895e6f0b216d22890e383b166
BLAKE2b-256 013d68cb297a279c34269f01459fb8a91a39d74b13b7759e4b951efb9f653aee

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b2d833308d2d9544113aa75d20de8baf0d442ff47765a027533a05d44f1cf55
MD5 de186004b909fcf33a95f5c0d34b14f5
BLAKE2b-256 f7bd7b8a6873d44b097550813b2207ed297b48c2d8cdad73c7e1da5b940353d5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a43f83134f4d4a6c7bb856495516a668422552472858f07ef4766a7b0817a556
MD5 83f66862f77acfc394d612548752f47c
BLAKE2b-256 81b54e318bace2c08029a74e934d504f4e491894c39905d884cfb1bd849b589a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecb04b6ef5936aff26575b461ccfe9937752203f2232f87722d825db4df19cad
MD5 ce58552be7925b4da56f6047f2925c48
BLAKE2b-256 671ce25ab6bbc841945c091f5b1dd0856a649e608b95efabe658f4981faff48a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45e360f0da3fb987723331dff20f24b67b9d64e5280727b21db1bc6242799449
MD5 68d5b0e3e99ce26bfaffa798d62a83db
BLAKE2b-256 9bd57197325f0ffc802cf2d6b0811800190c0f9242a2d43a266cb95b541648ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f540daf6979986cc072e4211edf397b5e5a9c5d0a1b9abdbb08a2a3d064183d9
MD5 ee801df4acd3ee25159991780ce2aed4
BLAKE2b-256 c8888631f61c8385b44689fd2d5600f9bc12a7dc68312169bb1a800ef147994a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-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.10rc4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a1ec5078d925ddd61642249263b547b7c5e06d17ee5c0fcf2d868df70c186277
MD5 d4161b98c5632a7fcbb679724c2cdb82
BLAKE2b-256 1a084ce8bd62b3283634a6bb3edce72903d0379c3a03838e3af396191d08f7e3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f83e60fe2efebfe513628dd48550b0b8921edd68bceb793075860d445542988
MD5 152c1d92a0c766d9e249b237320a1d2e
BLAKE2b-256 c851902f8918d79324af2f18f9877a031f5dbf7bb8f9419fa9f0c4b26e4e024f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 532a7a0acee7568852b0bd6abfe273b0b536bbc42422365c3d4aadcca0f58bc6
MD5 d136cbcbe14ec8e2505ae48a45bb45dc
BLAKE2b-256 b1fb0bf8e48899e0d19513f78d90a1a7787ed08cfff094d9eb0383847bbef90c

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.11

31 files

10.8.10

31 files

This release

10.8.10rc4 This release

31 files

10.8.9

31 files

10.8.8

31 files

10.8.7

31 files

10.8.6

31 files

10.8.5

31 files

10.8.4

31 files

10.8.3

31 files

10.8.2

31 files

10.8.1

31 files

10.6.48

37 files

10.6.47

37 files

10.6.42

37 files

10.6.28

25 files

10.5.49

31 files

10.5.29

16 files

10.5.22

16 files

10.5.6

13 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page