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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.10rc2.tar.gz
  • Upload date:
  • Size: 49.1 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.10rc2.tar.gz
Algorithm Hash digest
SHA256 9ebc79e38edc7f08d1667de6fb08cd2f3f6b7c845b06ca13fad8890eccf9dd20
MD5 733fb491e1a230f8e8ebda1fece93eea
BLAKE2b-256 a7c0bc6baaf2fe5031f00ab34534a05d57bc5b32a649487a3a9561dc62e1024d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db2a26bc27f5db41ee1b9700bc81a5fe035388fa08edd4c9a6f442681bdde9ab
MD5 2ca380920888b28fdf3800ac79d24f06
BLAKE2b-256 db97750cb0ed9f4dab0743bc613a7299145063bd4925f32c0c8da9145a8ccc8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 199945518e893baa7a67db07e0045dde6122ce7e2626ed83fec5148098ca4c2d
MD5 e5a79e0ae81482e6a7b0b65464fcad93
BLAKE2b-256 911e40a29d1f48940b0398524c6f536c45b9811d2a7e5d501e5f0c405d5900a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9b139c109b46da37104e42b4e72bd7b64274d0832aebf413e047cca002c7039
MD5 573339ae73f5b922787cfedb167858fa
BLAKE2b-256 7ec867f2eff0683b4d5f4aeeb3b467cfed0d26b7319b94a9a0015ac13d6528f9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc2-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.10rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6820c58a6961621c248dc2bc4e16d8d2a147ffed12da1abd866fcf490eea809c
MD5 25d015abfac9708da4ef051595db595b
BLAKE2b-256 2911bfe34ace480a8d3ab2fd064d49160a9df784112f049e0990beaff35d0686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 caf3af2e776217fede79f48a164a6a5f86ed80cd657870946b4a62d0b4db1328
MD5 c0616be382bc75c9cb754e9ebe5e4a56
BLAKE2b-256 89c8232b68e857a86152d5a66e1b14907033018e5d547fa11f1d1b85fcbda34e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9cd45297687358d6a06c2eb7e26aa008b6cb026b5d51fe0a7524de257d49bd02
MD5 dc85b223e2837a4ee7254ba505ca5351
BLAKE2b-256 0022ab47c3eeb8f5878aac6b5de5d43c7ed451a592db23ba9f6fd6cc4423257e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e54290c4509ffefcd4932e4d2ae958826ded58dbe9e529a26dfe3e0ec58b8fbe
MD5 d2cb063407ca5faff274ad0d39cffdbe
BLAKE2b-256 1ac6702e773c1414d8cc8dc1b7d0051da954f31a1be857dd354a48e9a2fd2a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cc640380eb75d9cc80d78712dba0ca702fc05e0df0b07e5be51d88e3841ce85
MD5 ddbb4748f2ef9604a6c3eef1ac4c6fb3
BLAKE2b-256 49d468f6cc45a9256406e5f6ebbafc66e0c4aa25c3e29aa9f4d47ca91fd3471a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13409c3ead7d6af98570a3417877434fcedf3e9385a00496daa91ac77595dc53
MD5 7a495fba1bd958d5df6ea7d38ed771de
BLAKE2b-256 ac46ccc15635c6a20777e1eaa66294b9f78cc9788fc4b884eb40a5a72bb9a593

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc2-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.10rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ff7b2c0037ee866ec9de8ef594fe3f84f912f79de15cccbdee398d8c9b1713b7
MD5 16a4e40f168f568c17a5a94ddc02a970
BLAKE2b-256 c5ccff15f4bb9d3f2f142fdf37e96b8ef20a0d7fbf153911eb78329009a1ef50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 537ec0ca0c2d0c70c6baa4e310677140e27756781776508ed1d5d9c5c4ebac99
MD5 b397e10e8f2b7f2445255ad88f47df0a
BLAKE2b-256 a805f32d54b91be49df25fc722a997f6078a255dc03f1afa6a49129c11d8f933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c35d000fa2e62f9a976e1403e052a917fbfa3f24157bd182e42e54d3e3588e94
MD5 848fac642f711cd8ab41dd0bb4dc1ca1
BLAKE2b-256 0bbd59d5d4a069980a7e5fc10c6e8f76cb97e1dac64213ec7b47213b0596d831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf67d121b0dc08f4267d6d49f697b613961aaf461f80c0180ec8aeb890b7d60c
MD5 d5dfcd2d40c2650dff5d72cb56b2a16b
BLAKE2b-256 215a2e8c0c316c33a84212c3ef091843c2d62caad03e868932798a5ede923588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 def8d8b7fe9b894e03eb5bd151f403ee7b583dec5133de7d8e6f612d6bf0696a
MD5 1dceba513540ccbe639e2793fd359578
BLAKE2b-256 c6c8ae13ee4d7f19b033913a5d99cc8c5ed82f7421be7c8d6e052db193073c52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a9ba50b1c94c7f67301b02f18f25cb97172eaae6f8799283570c25334d7ed1f
MD5 8f029babdb4386dab24b16c4f13bbb10
BLAKE2b-256 aff93eaa408ae5ad08bf7b8d164012fdc4850b98136d24e0986d93b88ab826d6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc2-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.10rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e89c0d7a4d4dc0c1f9708a6cb64258f75a2e9f58e5e2eaf4914dc9aee77a98f8
MD5 438c83d98b4652417d07ae2b427b50d2
BLAKE2b-256 a75848bbdb209c42629f611e8da1727a8fddda37527e83917f9bbde555ca47e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1fa18ccf1afa2c60f7b6a708932143c32230978a5bf1f72e5e197bb72a4bcf06
MD5 599d8eb6d5ed64ab6e986a348fedd217
BLAKE2b-256 fbe41fe76aa174f7ee35d9ebece51aa4207de640ba5591a6a4b2fb9335304144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 566c9000caab0e0acc60968eba45bbf2d58855c2a228a16fa27ffda402008f0c
MD5 b6f061cc9914497237bbbefce5149d0d
BLAKE2b-256 ec40aa5d316c109d1d6e0b7b8f4ad20bac0b7e8419e48e4049a967408200deed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89799575e473204856fc2fd4c889828f56fff90a705cd0a8feeeca516a570048
MD5 a26899bf4f3a68d3d14e9632a1b7c6fe
BLAKE2b-256 134d3237d27dc6e6859553e148d0093253ee0c50fb365136879fd62b21a1ac97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49760b45a207b948aa53059b0728fd5a97338da37f5cab98a71d6414a176c3ad
MD5 0bddfd49e45c5c92e1c19864db6b3d74
BLAKE2b-256 b577d396facffa2cdb8c9cfd6840e9cab2e7c2dd5175d5376f47110b1655c316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2aaac46745bfc2110d5e35e28633333b7a7593accce2ec6b73fcbabcee897e12
MD5 1576c5cd602467031a67f1f02edb94d6
BLAKE2b-256 1f0e1352b4b3de05883affc7e36c935aa6f824143a2bcc8aa6c039701bd5826a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc2-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.10rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7af7508bdc8ac8523711cf578dd3362c5066d8e53d00df2454e3b01798468506
MD5 6caa7c59aa9a5444c9c837a69c12aa96
BLAKE2b-256 9dd1d4a38a95689ef0db2c6b28339568f5b151b713fa0f14d2f40c86f15f0343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 27680ed5e0556c376000c897dcd6e3ac78d5d69ebd5055b3ed78ed4040b2f2bf
MD5 b70c27cb21a93cabcfdf6bb33f99fa1a
BLAKE2b-256 14a980c3ea07f5976d8ce9b455173313dfac2d4fb30ae488ac579e8e3e245f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c1e9ddcc49a46834d721f4fbfcdde4cced6581af40d91776c2175047a2b45758
MD5 82db16416f92368ea96d5027cdd5bdfd
BLAKE2b-256 eb56f948a2680a4db947de6a30d7ed86305a5326948a473c0465b86c6a2b63fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5f319da4f8a64f440f878f3d142208b5fe10dec34e304340f79e424f8e6702a
MD5 6c603ebc88fd24b6ddd1d170741ac9ab
BLAKE2b-256 c9a178ccfaffce4aa6e0b0e9fa2d6f210eb2c84e6fed6eca240d9e35b381d9a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 48849806508f6cde38be1aee1392190ca2daef736b6207f0a81f8eabc9bfb6f5
MD5 9321e17b3418780c0e8989221ef1053a
BLAKE2b-256 942a507eb3a8e50a426e7dcf5362536e1cf8a77da9459a000d0e077c2a9c21a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e0ef5d5b72dc18f7f9179c277ff96a4c0249638d9b5217faa8cdc3c825aabd3
MD5 fbe4ff4c26c286a82191f072898938ff
BLAKE2b-256 21185875f16854b3216f395d5a13d8ab28035ed42ca94fe0526d53e118d6bc47

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc2-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.10rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 60bf5a2386e0c7afdf31a1f96f63f5ea7bed51ca23aaf7e9deb1a7e0a59f3342
MD5 7358a5370329dcc7ce3fe97d32271e19
BLAKE2b-256 a4f4132de644ac7d5782ff179fae21bf2738aef2acc18a04606b39ee7077c9db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 713833ffe4764836f691eed24b154edecae24f795758bc394144544954b94abe
MD5 15b5817fedb78e47240d8cf9988916b0
BLAKE2b-256 ff9954a4b335a4f135ee2559c55a32758dd0b39572b159205e2ea369b89fc4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 efc59856060bb595d058b0c9230e87b2ee90c5d05bb986ff84b72971c97e3134
MD5 2125fcc354134cae2ff7d599ebd4f3c0
BLAKE2b-256 14d31da9dc9e356c916af22795154e2b9ef3ddd7bf54649110396d660ea4fa78

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.10rc2 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