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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.6rc2.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.6rc2.tar.gz
Algorithm Hash digest
SHA256 47b49cdc55cefa0bdc6ccfed8173a0fb231023e9ddf6264c0c7842ac549f8532
MD5 9bbb7f5572dac9d0fad15dcee33fb531
BLAKE2b-256 d247acf508cd2a86fc5f4bf69d914d86d563252a531c9dfd5f3ca4362dbaa258

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be29bb4c7fd179c1dc7066c74646c1640652850c47ce0136c883f9165983b5c5
MD5 53c147cd4ff636c055a5f4b225184f00
BLAKE2b-256 c1036353c22cd3717a3c0df066f7286f0ede4a41b72cfcaa37dfa48993278cf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5538cb75b00440ed2a842243bb1fca2040a5147ba87c5ced4d60d9b24c26fe7
MD5 be6a50712005e9a8de8dd0bce269e9a0
BLAKE2b-256 bb895805546e24b824009d0b3204e7f1ced1744812f7cff002a7e45ae8521602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6e450f0119c623c72ec07ee61baf99303f58a61a86d1c4c8951c5c341d7f859
MD5 cf9e2d9f5fe4992e4ab30fef42e904bf
BLAKE2b-256 3cfde6951488bf9f582f81c30d2a574bb41f44d2877daae53d11ebe79fe8c967

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc2-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.6rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 eff4ebc56f6feb2b02ae31be27f5a5fa20a64999f7f19110ae06f789f6539ac1
MD5 50540106422b4eb8c4dc62630c86457f
BLAKE2b-256 fe75944bacf4c5ee44d3c697f346edb1ed791a785b4eaad425132b8cc54885ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 52600d08926b796f8aa1d49243540ae4e4339445974eea4a0fc6b22e73c45fbe
MD5 03274cc89d5c358d0df10ae9b718415d
BLAKE2b-256 4c8832cc4f348b8e7be3281f957d7933401923434e1b061ba05d406927120e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 44119e42b4736aa0874e25ef5d56693e6aced5adfdb9a6d3aeb151cf41cef099
MD5 2514e069d1dd775c8501d9b167164166
BLAKE2b-256 1b8a15dc00450e1c9e8756350e197bf900ecb5cdbafad81e77fd02ae50ebb057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a049618427fd91ccc23c21b236b32731271424c0765a6e5b85192e212a741984
MD5 e27e0907ab6d42a7fb83fc73fdb5916a
BLAKE2b-256 db4736cb901b7b21065388257071f341777fd8d8849e920829ee6d73e6a07e2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0195d5a15e947c83e496e5402588c994676d488e38a1194ffe6cf7b7ac440f7
MD5 3b20d3ec0e58febeb956182b85e3e2e9
BLAKE2b-256 fa07a3e817d2c2ed0e97c7e82a7d52878589e2cd54d0005afb04830e3a7aa974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 739f1523f63c5343f153fac8f9aadaf972b03f6f52d918f19c5bc36bebcc67fb
MD5 a7efdf712e5ee3cc904cad882046242a
BLAKE2b-256 83b0e3a582589893e8ef9022f678341323218950a70711395e37bc1cc2126fb0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc2-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.6rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8156f0bfd2a3298c1f89c7d9d8757874d33791d02dc763e7d8b67285a0413115
MD5 3264a54eef4961366ae218a0301010c0
BLAKE2b-256 2133acd8700fe1d37effb9ffc1219f5e8e2bdc63566f18d65618f942a1b8f714

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d3902a51693d239b216615f97f64666f6bfc8121b2ea4eda4fe85766b9ce827c
MD5 d81280abf54208ae0b836c78ed27ad8a
BLAKE2b-256 24a3a278334f5ca94559e3a4baeb1d46e5d80cda17a359a50d3a1c2774a88472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e367376d55f189bca21c54cb3ecaa4a4978cbfac55dcd447bf2e231b72addeb4
MD5 3e305158122bb075bdca6e4432e53d5f
BLAKE2b-256 403b21c1b727ed047ea5ceba32a0d98397aeb5b90fdd78c55d531ac6a6bcbafa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b3634a6abc9c4d9718a53cd49bc9779525015c6c7d75b66381474f43190e2d2
MD5 5352c80e75235edb24808cfa5b8b92f6
BLAKE2b-256 d36e19698005aaefc8b7bfdf9d0287408699ced1068a04742a09868fd77e1325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1951de0b402eccbb15992ebb9d0c19945fece539bc4b9295bc33c100fe9f9f29
MD5 3d7322e1193e372713199a630cb577a2
BLAKE2b-256 6b5f9da711ae6eb7678196fbdf9bb9f9712af2b35058a4a8be75dc546a5b95f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8e7ca632085be7d117178fb32c12579a6c8c0b9b0c5f70ff86ca92f49097a24
MD5 3dafbf475dc768ef00d0ddcb024246ad
BLAKE2b-256 f82461932a8d57e972342669c1be2d82bbda21e036e4bb9f6812322cf8b69ec0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc2-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.6rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7dc402afaa674062ccccba380f962f16731c5f7f8752d6e7ffeeb0d75d66e8f0
MD5 e4523854b68cb2fe0f5a377d0b32357f
BLAKE2b-256 12c261833e98689c1fe3bbe5f02547c55ada971aa15d42283834f299148a3518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 efac77f128f5e7b565a988715b4b5af0eb5e77127ef9b7400ad089e734321da7
MD5 e73e1572fbfde267eda36b8a55381e40
BLAKE2b-256 c24ce446439fdd603cd9467b528b4d6161d81a808b60730432421cfe79040c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0419ab4b6abac6c80f5f8ee320259a5398c8e47c0fe0c994b9589f5fa6d0bb07
MD5 09caa72ec2aa4a31ccfb3e1168757ab2
BLAKE2b-256 1ac6d70f99115ba401132d167bf71e302dd1d4203d3c086bd9f8f5f279e25abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12d0fa5b968021b3b5a67d8ee0baadcf4d089e7ab4e23243f2b4d1ffd6271e62
MD5 2e5df815172dba9d3a7074c1a7eb5eb7
BLAKE2b-256 802f935d8e124736d19fd9a7daf88660aff9b9822643bb1054e447a0c02330d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f00421b0a2ae97e6dee6d06c8e570c941abc420f8de26c9a0079149803e6c8d
MD5 fe074718ff7d73800c3ca027d7cfb393
BLAKE2b-256 e62aa573a93e52e27e7a4e950b24bf1e5f337a0d8f39a2ca186e7e1465208ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6deed921f1ef6845504bc79161893b321b077adeafa9da499c65cce55edb8473
MD5 1e75a99175007d2da511fde6ff4efb40
BLAKE2b-256 72fa7cc1652e81f6c0170c18a3ba9283e5ec360b16a08a65d327086af9565242

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc2-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.6rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d7c89278efada94afcba4379efbcbbde12669fbd28650b938c4e0d3352fe0697
MD5 dd5cee13fb15e33cad36185bc3b5e177
BLAKE2b-256 9daaf407beb8559b0100dbd872bcdd34475c001fae3b4ac31d0e6a509698b4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a1ac1a43cfd7826ab180f8034211de67b6a9d98d53d2e7dfb972ada76b389e99
MD5 5d85fa614d05841b3bff2e2c478c41bc
BLAKE2b-256 d2cf7295be751b5b8ff2c746e40e2209e6f76424960b7831b67100ebc748ae4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8be6b94a1b7e314d78092f68c3900483e84764faa42d52fa67755add332a584d
MD5 8f9c0ce6fed29b50ec0630d3c6f81664
BLAKE2b-256 aae338fa3f3475c6cb6b268be7387a88f06f95d625c6da0209dbe66b825186b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12513f0d4de3e2f34ad75be3f5fd0882e70dd7ae6ccd16867896c7a5d8b03e3e
MD5 f51afef24cf9074d3278212267717bce
BLAKE2b-256 ab67b899ea9903451da25fd4a62b4512f918194bb48a76e325b02a9cb18caaf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf672a4c439e24b7ea3a8ddd2829dd386c698b124a23fcc93d9b06eaa951ccbe
MD5 e880176ad58744e08556156ae9dd3696
BLAKE2b-256 00c81ad8f3e108509335413f3711794ff50b0340a2a5fa88fbab0a64101c1b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22419c6ab40a0a3202ec5808838bb75982c69552920c0f29c7df38640eafb1d9
MD5 a192c271f16cb5fc7dfcb6e7e3af1cc6
BLAKE2b-256 77ba6170d7012b8cfa9320a4b173908a6c34968e6dd54230fd93242a4a65e4f5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc2-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.6rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b15bd48f95331f1974773e8249f43a9f06dd6c505254b3e2a0186ada0120c0ee
MD5 fe505e0583c071a69ee78539f92ba653
BLAKE2b-256 29965e8bd4af7bfc34d079b693428d04ed57986b32ab1b2073cdb7ce7d9d309b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e65f64a6bd6a35ecc12ad0026ec2850c03d1222bfc66eab1950363e90e6c5402
MD5 b31546cf397497f6807a4aa492503e02
BLAKE2b-256 2c2aa05f58b72e06aae33e89fcd77b3062a8e639bbcc803dc0ecc2dbb6a1f34e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 733b7f82b79cf411d2bfd5f0965dd6bcc64e8bbd572853327656d931742350bf
MD5 ecfdaba3e0f533b615734450247b7e5c
BLAKE2b-256 9526c77fc400803feb14fa8f3a68aeac1d079e6e2dab8456b41e9d0bb17754e9

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