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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.10rc3.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.10rc3.tar.gz
Algorithm Hash digest
SHA256 27205cd06f1897b7c27b6793e2d6ec5a76a1c060c73decfc6c71c75eb5dd1e1a
MD5 27b9cd0b31d938e12bcf98f06e3f59d9
BLAKE2b-256 24ddd3464ba2d754a77612341e47df89698ba5eab3f4c39ab30000df920b741d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79fdf2feb75b6910f091d235b3ab449190797439ae8ca1a1992dc25bbb5e7400
MD5 d2b310426151b4207ce7c29b3503a1ce
BLAKE2b-256 7841a992265fdfa60507ef0bc95770b43d2f1038f8e1c64bed540179ec4d1883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0d1380733c92f384f1e3b20013cdadbad137cdc0e7edfb07f19c54c4adad2fb
MD5 972fcfc120cc13bcc7ddf79bff3cae8c
BLAKE2b-256 97e6ed9fe39d7dc456db9ddf63c7dd1c15dbca280a728b0d73665d66d6fc9614

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc3-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.10rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 81cdf49c7d00ae558c33ec38aabc8951f9e818e61e556fbef8bbe47b9e36b9e5
MD5 852a0ae420e5ea853d6cff98c9b1b838
BLAKE2b-256 851f72814144b7841ccbf1bcf894c9674ca6abdd743973e7c2f1ba3a50e073ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 10e9e30ecd8638399e18759a5160923252388ccab8d7307a16ad2c61f6415dde
MD5 0882f7369782fdf47b6ad4b409a2524b
BLAKE2b-256 bff11558d89af2d304dd3cc43c4be25b2cce5f5b009aaf427b1cbc5ab84499b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a1f7cb29531ca98cd3781c80a4e5a332e06cff87c312301bb0deaef5cf39bfc
MD5 0afd8cc11659d66a947888feeba9df6d
BLAKE2b-256 1dedc3ad4ad37bd010c9ef3520dea59ab8ed6b317566df4e57baa2979c0b57a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f67b764567ee76e3a62f9dbb0c2d151296b2c87c210f23338f478701d510e94
MD5 938d2bab37af881885b29a5cd493ad48
BLAKE2b-256 6068a6bdd1b7119f61b5a5faf776ea196ffc4f89142c53ad6e0bfcaf7a8ccdb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bad8a1515f45bdb64e6fed380e2c749d3119750d40cb5ba515c5bfe0b85a3c5
MD5 7b09157d5e1eaa2164f7733549a11bf5
BLAKE2b-256 2db89b2180eb7008124a419076150192fae1103bf76a6fbf90902f131d56bd4e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc3-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.10rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b975beb709c40ed549068dc1790774147fc1a1f7f2eafad72c76ac09f4fa5cca
MD5 fb4dba4dfa8011162c49cf81244ffe0b
BLAKE2b-256 2e9b64706b7d0371715b9a497963da1f8390fbb7dec61ad2e0b5526e3bdbb062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f909b454b66dde4fdbe93f1241ad415396a2a0435834e914b5d494ceafa91ed0
MD5 9133e55793484e310ac94b069239cb13
BLAKE2b-256 23f8a27124de93b50512b7612b23e64a2434082f580e546b7fa4229ddab5dbec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a0f23b2cbe7f68efc0e1e3e277938ceb2d67d04c5a5461ae7b7858b49bda7516
MD5 ecfdccce79fb9ecb17c771d02c580dda
BLAKE2b-256 bd4ea2c55aaff18d5aa319b14f12d739bb52b549a7e735f4cbaeb02163b275bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9792cc3001bcd41ebbd339a6396172eb250143bf796c277ed53ffb3361814add
MD5 0886595b54d8015cf24f34bb1d1daa31
BLAKE2b-256 af04e3a4814ef210860fa8b6d07a9cb9413ecd784bd24699ea5c787a1c9d905f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46ce5333c17adea51b47e227f22dcabc044f6920b50112b6d381dff3ea0a1189
MD5 9f1de91436b1dfde4e20e3c08ee4e80d
BLAKE2b-256 57fabcb9a73af5a115bd86a51a93f7f6fdfdd9a7bf13849b5ae286c80674df83

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc3-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.10rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fca9443767e4c187fc00e091e906bec71a889fd2d94ed409303ea90253b3fb32
MD5 a2be2bb19b6544534cf6f6e62643c764
BLAKE2b-256 8a6027f16377905d30437ad9bd8add148bd3745f33ac0917e8d268ead6be7a6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 410e218c83174412c9793cd7ba5efb592941c5fdb79cbe735744a46205faf37b
MD5 21439f056bcc9e66a9e9f3df905a2b39
BLAKE2b-256 afe36012ea4454ce2070495ce9082661c4bc9c2a25506b9e79140b803864738e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fc028ebd0849d5e261fd7040db04bced645d715268c3ffd4f492d879a193d50f
MD5 c57e93aee716527365fda2aaf6899faf
BLAKE2b-256 c253d3da05ef43f63fc22c529ae749d00bcb0e69126d303a55722bcc56d4a6cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3433bb2e7914119d34ac709b18ca8575d43f37845e58bd29b2b7815e1a615c8d
MD5 3ab3114df2c95fee39afdf870256c3f1
BLAKE2b-256 4ad47d53e70c3c6455cb11432dfed1c0ae1cf8a05c6b1e8175bc5bd2a93e735e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3645303afadcaaa12c03f7cce0f2883ab0e5a76890badddb9e50e2cd00bbb329
MD5 1a1cedab56a92762e0b072225234c09d
BLAKE2b-256 4827e226fc9a086596c45509bd1e9cc1e167216d6157eaaaca64acc2d9c0d40f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc3-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.10rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 713370abd5f54c011838cd8458e232e31f51a8d81f372e7be1a2b64b00bb3dd9
MD5 7fa0990456f63e822dcbc0de30146976
BLAKE2b-256 52c0f9be3beb1b5cff8ddd12eabe177eb97bf29dd1c3c61c96239b0591d4253c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e63b5d3e9216a6f2fcfb941b42da5e801cc7f46b53a88bf5a334bf5688c5de34
MD5 c705446230946119698019fed69773e0
BLAKE2b-256 15d767e309fff12f1b5d60d545b3a64f7f26731fb57e84bdb393f74c7f7a5ee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5fa2c56a7fd20ec5b3b0747699da37b9312b9b5e292f30ae2bd9915ea3d2dec8
MD5 764e104154896624bcf61a61a21a0a0f
BLAKE2b-256 dfad22158965c86c74108ab61e6900d813a472a18a2f1c074c60d9e007110c31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8410b50233806b2966d20c2f5d0cccd06de068440a0934709c1c53f4d6f8b6f
MD5 4e8dbf06840dcc5a7f38b691c8d4bc4c
BLAKE2b-256 13b076489fe02ba961520ce9c1afe2a23b3cdf8113d2f3593a8f395c16414859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfd5edcaada3fa7be3a36e8e999177fa00fc5627e3a1512a79368975c54e2de4
MD5 5ef3de0f51dcd5b8353c55262b4c4bdd
BLAKE2b-256 e5e9c0352f74e52d6133dadbbc017d95cc26ad968ddcbeb99899a40013819640

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.10rc3-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.10rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d7d5d7109067f845c95f188c875562a5fa22cd1b666677c2d5110dae7b8020ba
MD5 045e4db65cc9e40d06084d3f393ece65
BLAKE2b-256 32204b1349e18b06ea498b4eb9132eeac71300d0958bae923b10df1c7c419e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 090c7d73697742433645fb8c3c19339826587f91d5e8a4003284c03ee48b18fa
MD5 c790e35d1b2e0ef5e99c12c89a870076
BLAKE2b-256 632924be064cf56ee18ca0dea05436caf3f45cdd7bf5b19e33fbb14a70c209d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 45995aebc6994f3f7172e3582406b3a5e8bb93031003b87d43c5af2973808533
MD5 2e03ba4a32ee020eec57efcb770927d9
BLAKE2b-256 aa4317fe7fb36d6373473fd75c9aa53b5439e38380de3016556b54ed159532e6

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.10rc3 This release

26 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