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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.5rc4.tar.gz
  • Upload date:
  • Size: 49.2 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.5rc4.tar.gz
Algorithm Hash digest
SHA256 3dbfa243ba4657009b5e545517474e8277d1e525bbea34935a8069cbceef3713
MD5 4a9a0ad1a663e2ac8b8a7ec013a07cdd
BLAKE2b-256 c5582b190a92cde83dd73f3ff3747ed54f361ec2fed56ff4ac0739f5a0ff6f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a33dd8e5b2fc41a935cbd14b78ef21864181e30137eaeccc6c7824bf3b092bb
MD5 1d7057596576b3f36aa7ff40fcac9e1f
BLAKE2b-256 58fde88741e78af90229e4096ec6736e5fee3465744534894d274290d7c31325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 612c478f4a6718ed04f833ddb996faff7649d75936b81ee9215d696d94228150
MD5 ab58d234998172f2fe2820701d6e0ec0
BLAKE2b-256 0a64a7450d490e90cd38625ab6f030c0ab9709616617d1353f0417ba63e23d8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02bde315f9e9faf05595740f39597be1a2ba2a5f018d2051c8230e322ffdda7b
MD5 806d63518710727d1422dabde0437db3
BLAKE2b-256 ad504fe8c0c7afa261405c031948174b9453842e846f72fdb5bc714299a52608

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc4-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.5rc4-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3c3f30828f5dba8a9f34b434e4b2ad8e6373c3b7b13b8fab0b448838b8eeffff
MD5 00f846364805d24b5f029a4a5ea7255d
BLAKE2b-256 b6ddfae15a526b7797d6b19edb182e3a7d461ca430bbfb62394a7ff70bcc218e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 df009a356c10f46cdff907c2d9416178a98c27a868933c27b7d3e675f6e04833
MD5 021a227224e90849b131dde10bf93b0a
BLAKE2b-256 20aad76306f9e342916f4040c9ba510738738b735b4b3bd05f5c8bfb403a490f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44c895695fce40c53bcd5c06b565c86f38396be117e3c42e389dc47db865235c
MD5 ee1ee3fa915b14b9d8b4a57f5bfaaedd
BLAKE2b-256 aef83b6d720709346f917162d283b3af184627ac9ac551289d31b68036d07e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27de10506c675794a0016aca243269debf4b0a05a0e3ff119c4f7e829c221d2a
MD5 0e2034c068dff99d4cb4958d49d1b2fd
BLAKE2b-256 0416bda9ce3334f52db3c20f2b29a90d1534e6525fde2b6a34452cbef0da07d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cfe2c2763a852ed505f42d16cf61139788a2f5106eeea3f7b0c17317835f6af
MD5 7ac4c5651f098043f9a893e4b9910c95
BLAKE2b-256 4a4f5759a49590d6b4cf6eec0a0197a0f326176522d5c8fd196786731f864d93

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc4-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.5rc4-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e961ea8ee7194e4267549e33e51b63be015b089b21e5bc3c952dcfac986eed81
MD5 ab0fe167c93846a5fb17c050416ffeb5
BLAKE2b-256 dc5e6385a69069e3377e936a6b9b0aaf829da7beeafa34e7ba65670317066908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4adc4841112e0e4e9ae19b95d335077875547d679f6362429ead6c4e928db51c
MD5 ee21da4246e7ded2add4fec1fd8d7946
BLAKE2b-256 a5b231c3a69abb9bf270632f71bfd0d213909a15169ed544f88b6861196d433a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6f42a53745cda08569bf2c907f8143ced52c686305418c614c1d5635eff5caa
MD5 0855e98aff20fdeef2f918ef100ad583
BLAKE2b-256 6588087216c41bc3537cfc06b3b915c5e05317838cb315077663d78c4af17937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0002c8e37fa21fff261a3a9777f423714a76cbf09e42b8722394693f6576ec5e
MD5 afb12baead155e571a1200eb5fc20fb0
BLAKE2b-256 567639d37ad802df46994b8cb2cc7b717370d89a0db67554f400b85656ba7d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1754c75cfbe378aa815ce189c2014f2838e9d1261b02869c92638d2103cade6
MD5 f50afbff7e55a796f8f4a5483392b8e5
BLAKE2b-256 4b83cf7cb7ad9a09dd1ca55c0bfb920bcc39150e3b8650f9985281817800663f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc4-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.5rc4-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 40001b6f5a1d67962d9a92644635af16996bdc83d0f0a9aa30a8dabc1deb125a
MD5 7a9a2574a4681d54899d0f90a49538a3
BLAKE2b-256 c1baff09036068d7d7a5bb683ae97b8f7fb56952ce60faab25f3003845e136e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5e18fe95e222df000e5a87bae84624a9ba32ee0ff94aff8e288c41e6689b24d4
MD5 a7f723d186bd5673d04d475fb4bfca38
BLAKE2b-256 6ba674a2e63a98207307f8ea9e348022b9eac194c68737acac1bbcd42fe8dd9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5f4c47377afb1a21a109c4048b5afdb1c3a4042049ac2cc223f7285b878b189
MD5 27f9495226dc76239fdb7285e6221a69
BLAKE2b-256 50e20a0bd403268fd64ea64c5ff14d21056229c72b5e92f63cfd649c61ca52c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0492ae69d7f65ffdb75c475f870fc3550799a0251e4394b85109b1d2cb0da21f
MD5 3a912068162941a4abe7c57a61d24b40
BLAKE2b-256 636a93ad24e743debc0e70915ffc9bcc59ecbc86ee644ed56ddeb40a9915968b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c07b1cf3078b4e04218aabc262cf1f32d71b0a0518a5e19f2061c8be0b89e680
MD5 6f6e54933190460df8f128b236a895a7
BLAKE2b-256 8cf2fa101c985c5665e57f275c7b9ed7ebaba1e89e9b83b58fae244e7922a4c7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc4-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.5rc4-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fac5d2e66f979bb0a55a2a5a80e537c6a2c2199c9b15d2ed64ccbb4856cc7a15
MD5 756e3f2840f17d7afeb9fad6e194a229
BLAKE2b-256 eb10f5b877caca87827c13b7096ffc22f259337a9d10f2895f100cb03346d850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d38d960eb72996c6ffa5f979298ddb956b58053f6a250bf2621d04d01a8a97ca
MD5 752a4006adb542df231ef520de4713d1
BLAKE2b-256 9d20d73c0eb888862445ac73a26d350ae187a19fc96f1c544a55e608bd2ddd1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9450893d0dc7cc5d58a3a08310669edff04ee2623bc1ad85c1d070504f35b3c1
MD5 34730e31eda4f7bf709ab5c6767e6676
BLAKE2b-256 5f589a4064757df79e2ffb35e31c7cad2cb55c080652b427b19d0f09a7238d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5aae9618b217c2d78c403fc82eb3df1bd39e4fbda5e031dde79085509f678597
MD5 8cf30c38b4140d665fcdf06451f3d724
BLAKE2b-256 02d1fafd01ab6bc66dfab5f4edfcce43e6102f64099c6450586bcfb3d51f9651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dde1936719adcfb639ec6a3eb80e52adeb51aee7ea57b8bc990ae0b2036c3ccc
MD5 1a804b39bea2dce938923c220fa75204
BLAKE2b-256 9196fa019f5da6d5c7bd5289c16247aefbe4cd064f3228ce9727e94953f80fdd

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc4-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.5rc4-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 609f80d6d452455475b359483d2787b389131214379bb024d8f5c07920776207
MD5 a620a7243a8dcc77ebb51a81fb2eef74
BLAKE2b-256 8af96b655b39bba3390f58270fd2401b330339d50242e68a55ebc47500fff80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a522088f10a3471fde37ef37e91dbf82ba5fb6fab134bbf38f15c0510d77f0b5
MD5 64fbcdd838a58be007f0c87fea6572c1
BLAKE2b-256 62386c83ea57b32799d651c37b0ba6b7da1a2f7c2c5d192d66c6dd96f7495ff4

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