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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.3-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.3-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.3-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.3-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.3-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.3-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.3-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.3-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.3-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.3-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.3-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.3-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.3.tar.gz
  • Upload date:
  • Size: 49.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_maxima-10.8.3.tar.gz
Algorithm Hash digest
SHA256 9a4a3503694f26d4c07550cb10c00a30217f64412887180c08a52ec9f042ccf4
MD5 a8d5af2d85faa2cdedce40e37ab3b04b
BLAKE2b-256 77e34c0b4aa4a152ae9bbaf75df9a15a104dad6324e7d618cdad6b13d00be969

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf1066acb76d56ad32b9476420aef8eded818ebe2f55e925eee0b963b9c3f513
MD5 5a90c6d4f9e6fb771b58202919595cb8
BLAKE2b-256 6b613d13cfe9cc7e948a47d0a604153719f042d9794a244f3b826b6c1cdc1a9e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e897deaf4f6906a942f931f2796aa3e4a844e69ae21e8985ab3ccc3bb1c7d8d
MD5 45db1e9a991a3672c19b1122063d9bb8
BLAKE2b-256 2218c8749ab095a7348f78b5adc919202f4210f0498079578d061a9701dd5058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da04b1a3fefaabb4967f171fe4814c413a71b86bafdef47107cde732b8eb7d02
MD5 71857a759143f96a03f93fcd5380b823
BLAKE2b-256 0de5b5ecc653a05c24442aa32a94af585726cfe00790e379aee11b4dff1feece

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-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.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3e7b576f8313d8b0692d898f087491a030c4127f2339299051019c939d013603
MD5 4d5c916c010611e82e8994112d53595e
BLAKE2b-256 eec324318abc5d3994c7a4d59c26b90f3920833d86bf778a465fb3018ef8ad4c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17ee36f9861d488dc9ea9300047625cd99cdd3736e0a56cc5eb9b3b042db85b8
MD5 93b3ca55ebb0be13bcf1b7c5ffa0e2fc
BLAKE2b-256 4b64bc310449476dd0ee7b9b1870a33f95e53f75c61b1ce540af4d3bf15ea99a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 05bdee78ea1fcab179e7f733e0e99ef31ef8e0247640192917e62e477730596b
MD5 806b7e43bee1e74bda15a1cd784ec3bb
BLAKE2b-256 12d1022cb722d9ed6e3dbcc25b1f81652e22b4ce339f6b73aefdf19171f5e61d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af92fdb3b020f6d3b6bf2380db28c0067411ee8ebe8538ee493f673e5749e355
MD5 c1731b71e23c64f82c8c3b2089118452
BLAKE2b-256 fce975215287dc3fcd5f56eff99902fca8814ad86f3b49e38b24e45fd1c259b7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4871644e8390ffc87d5de8424ae93ac7db428ac80c4e5e8578a2468943757693
MD5 6dbfa472ab8e67bae41d50d6ec988ad1
BLAKE2b-256 20a0faaabb27f32873380ffff6ab116809526e85648f362109ab5d3a1f618141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dda8d42f31f0c3798d3917e6b56a28d04ffd2e3a8a6c9c0a95e5d2e43c80fa44
MD5 f85ddebf13d68e631ad0a04084079bfb
BLAKE2b-256 656cc0f2fcda604419b6663ea07da1b32d3cf505072a2efb86ccb754aa0c222e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-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.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f2ba2326d6ba86312587a70b3648073af902f320d89f5d1e1ad862acb4eedc6a
MD5 6fa2c447a16fffb9c412d8b71d260e8a
BLAKE2b-256 37ec4516713a9898ea2d1983f94d41c38567b915149b35cd382b85bdf21361f7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f04213daf2ea5c51b572fd1882f1bdd282ba9a25af3da0309898c8470cd5b0b
MD5 a7bffedb9190ebe27d8f5d2ef2eafc5c
BLAKE2b-256 7d26de60ec3b36552fcf188ae9626ebb072ca5b3220ca46db9489b07898ece7c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 11e8ef5428e5e79a6487917387c03af0271ffffcac859e84064e8db1b69a9f68
MD5 fa3cf1814fc972af1baa441b6c05681c
BLAKE2b-256 f096c1fffa5456dd10537731c0d2e78ddc29cf09c1dda0e4728dfb60384e3288

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bab6001d21ce2ed8e1bff41f1f48f6a47d14d96f66ecb8d6f2bc0f4183816e1
MD5 a165f4cfa55fddc092195c95933bacb2
BLAKE2b-256 1cc6e3b1d7bb4030426ce98b98c99e0f489ad0c773f62469c5fc2a2abfa758c4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a80ab7f5db814f509c2a35bcb889dd7b4a61786e9c3baef942b25a818419087
MD5 613a188cdcdda173f076c767b74c48bd
BLAKE2b-256 b88514f06272a3e6ed0cb14b3af42fc3e9ad90e3d1331da34a9df8137cb8631f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c215ae79630f38dde60e39b3da87bae91a7da7355ec48f564901f8ead97c759e
MD5 c5340a406d44a6052ba979ddb0fb0579
BLAKE2b-256 c4e15ebeaf9caedf9e8c4d48b52657db641cfd48eac8042d9c8ff1e68a288818

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-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.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e81e32c4f9fba6713a3e00c1311b1089425df01a1470f32162fb05009fbaf7f5
MD5 95fb89574e23d6cd985da820aa6e64d5
BLAKE2b-256 57e1c126d4e3b6e6bce92921136c496e8ed910b36d6646090a928d5ac0ab3f51

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e053d5f8ec2ff4de93ac360bbeb019c36cff02c424ae5671629083c0d1bd805
MD5 01d806ad5a08d1afb6fc6c9f8de94169
BLAKE2b-256 58172f9e6e68d19fcaf14abbbf416fcae6b92635b866054733a6471e7f4f3e46

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7c7946b4c6c147a976ad73502ceb9b9b8278a5eb24099e1e146cd852daab41f5
MD5 c7f571b3b5a15308d0e5838888f90e52
BLAKE2b-256 f2f7ff4c44c05e4fafb98c127ba7d4c18bf12ab937dc5b47b6d50e738726e102

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ea8dd3e2910cefd837eee0f369cb047d6dee7644d14d97c85b187bc8b67b01a
MD5 184726fdda2400e8c33820add46e8e8c
BLAKE2b-256 b828de5c5859937f170f2530a39bf9ec81217158a32e925dee9b4af5d9ea13ec

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95ce99661c02f5568cc323aeb5b2d66dce743c8fa52beb56c98754582ffe7975
MD5 7d51adcd857ad5047617b3411d7ca8c5
BLAKE2b-256 31b7b0d954e782b7842bd61202204d80059981c23738ecbd82942f709828c3d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d7184315d7ebb934125fadda5953097d69d0d09449956c37ceff3516f0bf439
MD5 73e0b29b9b2757e0fde84c143883d08b
BLAKE2b-256 f66d83ab38153aeb21de86cedaafabd64300128a2a11a2f82be0a05876bbedd5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-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.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a24de36cb1d6afaf2c6ad0add88843a71104ccd274daeca6ebfe0439f01b9a05
MD5 93313fc6fa4db3386a9708b579e4044b
BLAKE2b-256 2b71fd8bc062acbb7924d604d6169f719b97a5b5c502620021e2cd8fa2ff4664

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f2d29f081079a4a9cf32ab4f8b32b6d7480344a1eb3c48ab47ad4e0513abb2d2
MD5 77ab6c2c80fba68ce37b5e7d7f01b572
BLAKE2b-256 7a2ccd3fbf5d79a209df90e10c278d2f8edc92f4664bc597992dd1d600f267e3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 57547a53480ec8293bc0c4368a95699de39ad35b66f622cf7164d5c84ecb14ea
MD5 a7964fbb93925dd98cefb33f0c14d220
BLAKE2b-256 bd1ec62c75f09ac5ed8861480887d5249bf912dc755085212c254193cfab64ac

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7aef4ea7ff05c56967114fa10972e3e5fa3860795121671f784386b3ae2ec093
MD5 d17471f132b2cd9f7495201a78e0741a
BLAKE2b-256 c451f51cf9fc74b25e771db79b2854a7715e51ecf2e2f7d9b9f3a7aa22d7e171

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9e012c15ecb5428dfa27e00f252509187cb2e86888021c60385cbcc53e8137f
MD5 f79c4cecbb053b35face80b799fd146f
BLAKE2b-256 aad858ebf75815e9d4923371978e885db5b766c7cb12ed8807703e7ccff18a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a27cf4390f258c2818188d5be3c453d2b6f65848d0a46044b930c4d443f37a7c
MD5 22b03c19e5e741cfce06fb23be12427e
BLAKE2b-256 ad4b75bc693746ee013a428af8c61cf5c698c451be3ab537814b1abb33a9453f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-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.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8ff49f963f2658dcf34b23f28b8ffa7ae5251fedaa582aeed166acc6b3934a09
MD5 189ebaa86e658b42b1af3120f47bce1b
BLAKE2b-256 864a92182012ef3df942c8b2977fea6fb10a34244444539021ba07e679778d09

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 012b48ed2b4ffe89ac4cf4745f5e7489043db0d70a0dcf97cc6a4cf167161bdb
MD5 286b94f747ba4df1df2605260047fdd7
BLAKE2b-256 8a287ec99fc13ac2b0d768cb84a2e8b7408cd1a452a7037a285af341b9eaf13a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b324850b3e31e8203c7e1a197e82b4a3822f5a1ae88b47fdbef02d915071c93b
MD5 154bc5d682755310a44e8ba68941b094
BLAKE2b-256 03430f4ae9c09eeda3b11157a3d4b0a2be62be525f7e4ddb99aefcafef02ad4a

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