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 --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 )

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc0-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.6rc0-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.6rc0-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.6rc0-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.6rc0.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.6rc0.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.6rc0.tar.gz
Algorithm Hash digest
SHA256 2f8abd89490012cc760dc635767bbede28e43087542c55a940ae92211d6eb446
MD5 d5097599b154bbb5cb69b0cb9de79609
BLAKE2b-256 8fc0d342bd9e2cdf5e0020766ec4139541c12dcdca1e44426188150e523d46f9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17f7f7c1159ecc4e364a6a1b6d59d42f8af1d5f325875dbfee4bf5f16445f5d5
MD5 3a76b66744f2b5fe6db1fb4c533dfc56
BLAKE2b-256 700bca0481de10f3ed891595b89767b2b170768b057779c67abbb509ceffd0ae

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26a7a17428db17be3ec63c09f5a350442acfd1bf45c3bb06c6afff7714647cc5
MD5 485fc55dc5a097f387061c9ec10762d8
BLAKE2b-256 a64c76f3943de6683e033a2cee651213aeeb5fe70fe993cff6530265251a4168

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dacdebb5cf0061d22b298089ebfd44b09daed717ed837c5354ecbc9bb4d58558
MD5 5080d2a0f4e9cf71e1fd8733b3f54802
BLAKE2b-256 5f6ddd50fca0c766fb56cbb0d7b63f9cf47d80a438b60747f9600123c62d7cd8

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-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.6rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d2e58ba481b175c9d2a92eb7c81a4925db11496d607699005de2f4487cdfff2a
MD5 c19ef1ba00860be4e2de7b3437b7f59f
BLAKE2b-256 3482140a1e2ba2dcd6ec188abb2a29657e08c8ad1ec6ee6a381cf30bfef63415

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cae09e60710f0a61e37d6acd2bfe213320d3a700755a3e060cf43e8a6ebe2eb4
MD5 b3b69414a6ca3887acbde2f9f763d63d
BLAKE2b-256 af26ec142e8019850a137e211fc36f5f1731f8375f00090da3d1399707811975

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 79f35f22c7e3e19b2d0f94da26e0fbdd0cfe367b398554aa993d48af4be5a0f6
MD5 f0f6c42d8e2b07f5db13789e564656af
BLAKE2b-256 3e73e53a9e5f9803bc4439073990deb2c7850252c2f1efa6ee6ec73c2e8d976a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a06da2c5c39cfcb5f382ef277748bab587275805df562ae880e4636bffbe1ba
MD5 c876248ac91a921b5616066d4fafb290
BLAKE2b-256 4c87f8a005ec11a16570df72ad5e0c167f560498a06cd993eb2f1a185fdd398f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0296ed6076d6979cbd73a570fb49e50c17296e8c0b6bda3f8ae8a2a3f08573bd
MD5 b50dcf775390791472e8185505883ee2
BLAKE2b-256 16eb9097f3076c0693d0689863d4e68eb147965efcc2451ef0bb07fd71ac844e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e66d163eb44fe136780f383204c6f77e3ae01dca70a21e2e29d950f496f726d3
MD5 7fd62ea2929bd468870d41c8cea4fe6b
BLAKE2b-256 a94e5b59618ae21eb397bce30ad94b17ceddf2afd78fa7c6f8cc877e8c4fac32

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-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.6rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4812dbc94eb0d67903190e32bf21ba35de13bcb8a51502c095cf6e9369047dd6
MD5 71fa8dd7d3f0a3cb6bf50185e830dfc8
BLAKE2b-256 91783ac56d92ca2101bd1b15945581c2d7ad08974c3819a136956c0bdfef37f9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 76261212285bf70d4226ec9dd03e851ba48570513103b5d917cde77a73d57520
MD5 a10193cf153b6292dd596b0d28e8e47c
BLAKE2b-256 214ec63bf0f15934b7f2e09b21bc754e8fe462fe2ab1fc53a97d8a546cdfb54e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c8917a7dc8968b29c5557deccc9d6d7daf291d3ae920960693661a6f6a7eb923
MD5 2979ec1b8b6e811160886941aff894cc
BLAKE2b-256 1193892f1122962dce1453557bcf4ded23c8a612a551f42917dc38df4d531a10

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c4a76f25c440b51232c578f44ac2306c4decfccaa046b7d228a850790a25fc5
MD5 9c58423f1e662dc57d09228719458c7a
BLAKE2b-256 c3eb48f76fa7341cb3d4c893824e400a6a6f1d28401eaef9146670140c522946

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b0ea2eff6401dd0c315a64ada3cdc8a2b3083788174c5f09df365c8951d87b3
MD5 a2515db032a4e89387a3da949a9eb481
BLAKE2b-256 f41d00e76f42b1ec65fab75ca6f4c55c2106043ce941dae24c396d04cd0cd5f0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c616a78c57dc683971eb47abc6d43f9764b5a63f174c844d434c8ae0913f6951
MD5 6cc41efb92b60bd4cc87e8f22641c609
BLAKE2b-256 d00ab4fabe68f7e4d3010abe7fd7048bdab5c59fadc13fd4ec7e7440084ce2b1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-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.6rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fa5e2f3863dd7a3d55ddfa6192fa8d70d8914329a364d555da99d5e77c831621
MD5 41dd5a36025e0d407a9a7a5409e0793a
BLAKE2b-256 4f490279249b67b7fa6613172c293d49540b2b0887f0ddaf4f32fd6db8575a12

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 56569302cf342c9c5e7d97cca0238c104908ea90017ace1ff15c6bc34e0c9718
MD5 81b7ffc199638db3a44787eb1b5195e2
BLAKE2b-256 5584721c3bd5e962fa38a3d4afde5a61f5fc00ac1fa23a0b940977c80de9b13b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fdd56effe2a8ff8820ef28f63625d1f22689ef623b2ac1b040cb4c04881684e1
MD5 aecb82ce307e06998bc3ff9047b5fdfd
BLAKE2b-256 70c5bd25a025623f7126bced887ac1b673ace6540277c5a505ba9c6088b7aaef

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a782baaefbe6c034fb3189276f59c6f6b4a3297a78c117a848e3fdcbd8f40281
MD5 8ebe89e6c87078438890413e8f5864d9
BLAKE2b-256 23a155e5911fe57b49399d610967770065622c18fc3bd53ca9fd86c23c594d49

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bfdbe41569202882d89e87cf356251929d67c41799b5b97390aacc8b6f09eb3
MD5 2e5a6b7acdf9029d83d402252003613a
BLAKE2b-256 48d06877cf10fbc513e8e7760fc0d90155c0ae9373bfe00b20e7229f0162fcca

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 885d458ab61d4477a9a317dbe8be32f31b21b93e189bfd663ceee926aae8654a
MD5 5ee7f8c1d21429dc499030d8e140250f
BLAKE2b-256 c65b5b478cf6a71e989879bb4b92bf0553cf91837f134cc8dc4e6fa584835860

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-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.6rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 859ffbe7d750b50dc3d3815f20baa515e167422e23562b0a35bf8ef7b486f559
MD5 ec714b45a87a9cb17cff1c0643c2e1e1
BLAKE2b-256 e5ffb41f647c7ea6e7b22e508e81f2ab87198ddf98a8c53294397b808a1445e1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bfd8148b1abd3a619df7d6c08cf2dd651d685411637b3f40407b651fd08c35d4
MD5 c1aa5d7990e30db180060cbd46fb5d14
BLAKE2b-256 5d720080266ad5c69df70ca7e3ee8ef6d78795f955856f18f8bf1a31e6016c0a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ce0056d063e020f3766e7c4ee2db6d3c093bdfa5040e7fc5fd303940acbd6a13
MD5 d3de96912a6f6c65068978733422198c
BLAKE2b-256 0284891d11b49a9ff9d3b2a419c9b26152833fecca78169c84a02de98ab3601c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c271c13d0a810bd5ce44587fd4272483d5dd1d47e6d631cdb2d93c8ae235795
MD5 cc7408aa19ea7742001558de4a72ffd3
BLAKE2b-256 c11095cd2cf75616c8688d8bdde578e6931d4e237c1a2356cd0101d7a580cdfc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f54ea3c13ddb0a66d7babb79dd33ed5e2c8bf40edf194ab87f7bf9fa7de3bf15
MD5 529060aaa74164eb717d7be0bb2c6d6a
BLAKE2b-256 fbd26a0618dca2d83cd8cbd46b4b74c922f99aa8eb550788c185cdd88c02afc9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 373bfd738ac5c219c3e5c4fc639a6bb7e59f3a4cd799e58e2c1d2931f992427b
MD5 1d8fbd9b660d96482314f948fe6b632a
BLAKE2b-256 69755d82d8f9c823f6d2339be04664825c310be5c61889439aad57f3906492e2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-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.6rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0d81e1f736851562a4cd1d331ffc024a58853c66c5fed3dde6418de1eb354cee
MD5 80037184c8d3de50ebe18e9e147b22a9
BLAKE2b-256 0f1c354815cb7586ebf6112b29b3d81af9733acebd8db323f438c795b1a44c81

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 976c404daeac6afe009313bf41425afaaaaf2b7afcf241d6ed675cfaa0ad1a38
MD5 13a4f7628859fa1b73324ea2a6c3d1f6
BLAKE2b-256 04f8909ac8dce75228cf184a4ac07cb83c170b03420483653a008d6ba127968a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a7dcbf3b53c7af8db190dbc5962cd5c48e1d375fb3e8f90f39e732392679a977
MD5 fae1711b30d39116e48d2e0d028f22bb
BLAKE2b-256 5d0ba19d7a5cf6148c5426fb7d699ddbfec0cc5fa0a1b36f5ad4c84b59bc4ced

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