Skip to main content

passagemath: Symbolic calculus

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-2025 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:

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) 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.6.x series are 3.10.x-3.14.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-maxima provides interfaces to 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:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-maxima[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.6.42.tar.gz (47.3 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.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl (26.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl (26.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp314-cp314-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp313-cp313-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp312-cp312-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp311-cp311-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.42-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_maxima-10.6.42.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.6.42.tar.gz
  • Upload date:
  • Size: 47.3 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.6.42.tar.gz
Algorithm Hash digest
SHA256 ba172a1fadf5335126ee55d9fa595167a2e1a299656e7de1dd364e8739bf841c
MD5 cd0f15f83126d5fe300e6f300583e2ef
BLAKE2b-256 4087b78a3c21839bfcf47ac6c46b28acbd53edae53aed56e10e7d6e6b41b0dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 945880b71e74f732f428b76f4c9c8377d712b5e52c5af3d4f27594a5f551d80c
MD5 9ffdbd48fde811be21c31667fee2bf51
BLAKE2b-256 cb50ca6d6a1c910ebc92e3c8833584aac778238d17643ad2904bc56d1a0bf3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b2949e5f5c34c4cf1db440ab9df88b11ca7b7d6e70c6a367d94ca5daa5fb7e1
MD5 9a32ea15ba36560287fc039857a68c86
BLAKE2b-256 be198b7e3beed5d24713aac7fcd7f01c2e36515893238651226dc154645115cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a8d55540e58e5282d83702114f1f5b3fc705ff0274ece8dde9995ff0b5ccc61
MD5 8a42f5da12d0839b63ea283b31a2d17d
BLAKE2b-256 f1da64f8d9f14babfe1acbe2cbefb4e89378ebeaf0dcec13e99b97a096c06ed4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-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.6.42-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a6f99e4b7ca0754435a364f22cff15fdc18cc95585159f61ff00352f07b400ba
MD5 2ac4477d3eb71ed1849765c4afb844b3
BLAKE2b-256 df956bcfa730f8f0f5f85484bcd97bf1e09a87da2768951e33bc16888ff146f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2314dbe10f9b83f39b4c2a87bcaaa99ab493ffccd4584d89d36e6d3601630e9c
MD5 7c233089994ae96c1fc77336f22f8b33
BLAKE2b-256 15d036af4ab12701349f698238ff3d67cbabcdfb0623288bc5155aff9321b088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39fcbf4e277c418c8c990bedcf5c6ab25f5c68e0dd4c5f71c6170b5481293464
MD5 8d6c6e0fb8c6ff974f2da32e84555a12
BLAKE2b-256 d7b5ca293e37b6b27dd0259c6a49675e21af47f4469e1922e1f674941674d0d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 deaeea1ff258e2643091d8f0c9a9993544996b7cdf7e77ec43dd35f69efc6e5f
MD5 849c8435ef93e6ee0e0c16e2eb7d5798
BLAKE2b-256 9c8afa250b2359735fb7d53c9885b1cbdebd72a5d1b9b7c98457a62bef3f4962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21784224ecd1e4b0bc1ce7cf6d4cc5a96071603d19eba4b947d5a9a699335b03
MD5 7397414b928899af52b10216f0aac8fb
BLAKE2b-256 eae2203a7af33158b5a5ed37eaa54b14947ad57362e6510fc528eab274dc8128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b35b822ba321a4c943f7fbee49e7fcc02b69fc60d9901a298f0037faf7847cf
MD5 14675a158ff02f79d66eccc178dff737
BLAKE2b-256 4d4b793cec8353814dded1a4f3144dcbaf7e761a769c4167af0bd3854457740f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-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.6.42-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 8f18f4e5db8369ee00e67d8c33f25fae5d3b5328689903b23e6d6a2301795ee4
MD5 a715da8a7cfbced1b805608375e6107b
BLAKE2b-256 2cd5968055a8d2044c48ca3a8a965880e52e8201d0cad3513fd03021ab9e8e05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4af8d960830f49004b3a27f9d5ff6ff5c6a8a41edc467a8a84460050d467f29
MD5 7b9c3cff76f709ede44e2afa693972b7
BLAKE2b-256 844007c98ab8ed233993e6e36c679aa8f98b0252566c56c4664a926edd230c80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2db1ed64b2cd3d95730a1a1657264c387f1a5b5b08adf10756936c453b6bc8d6
MD5 d8f8cd6132f9f1f10c91123c295db4cb
BLAKE2b-256 1c86e60f741d6a484eab9117f3fc22c8306ceee7309f331b5f1cb6c297ea30db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e62912102bdffde69669915e4afb3a9698325cf94cceb64eaa2c77c0f1681b70
MD5 ff77b397a9c556d9b1364a7789d9c3ac
BLAKE2b-256 71d4be4c28a227832a012deff6ec3fb431d49526c617cc77c77ae116bf1a37a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e747ffd19c27e458c6f080ba1ab55c91f05614bbc182e2c06156c4190033252
MD5 3896e21e55c85ff8c39290be5745f22a
BLAKE2b-256 bd1251c58a81c8554a796a3e6f095038b55b1f3a9b4cde9e31e73bcb0cf7d90c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d14269c3287102f3ab6ee726841303543547cf824129a7cb45ad510089918838
MD5 19f96d1b1e5c87ee9699b2a8c9917aae
BLAKE2b-256 9f48056e4d83db19d41fc98ae4b97086731c1118e91515399d481186b60fb707

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-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.6.42-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2dd16b726a9ca4a2738e8be72b7691b520b4559aafd71e7685c7cf08b50d7279
MD5 f610a19f7b697a24a5066cdfc84fd5a5
BLAKE2b-256 82c0c07fcf621c0e1204270a1dbba17168e010f3ed11398d9a49e923c383c0ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2495c5356049b4a67c5ffa030f4775b34b2e33b8b09c76c0d212fb76a8b9e4c
MD5 d36ed9e56fe0ced078292f51bf97936d
BLAKE2b-256 d5c1fbbcecec1b73c349e8e6c9ac0833912a0e6be44a633c22f79d73cffb3e0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6b2911ae4a1cdc55d131aa2a17dd383ad23b1266f76366fafdbc6ba237645592
MD5 dc483c73b67359144ee5a09cd915908e
BLAKE2b-256 335e66a50a31aa0c35a4af4084e0ad90413616df6b5fb697cba2716ec91cdf83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 121955ea5f5232a03c6a7364fa45eaed39e059c1632b3109cc5073c7f37bc452
MD5 3728d22a97b9fd533fd083de2f3aa8c3
BLAKE2b-256 ccbb739363a060978bbd85fb526a2ee14bc9515e5824276309a90b5790b9b706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 298931724d5ed99964cfa849453aee34b4017d6003495600febef4ac0cf53b8b
MD5 9327365fd2ed07aab68f5e9343a8da59
BLAKE2b-256 bab034da8ace45dce57ac993d6c09eb5702a55875bfc304afac80e166d73bea5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bbc41dbc5827bfae6fa59b5fbf8f976e941ac4857ac691c3afd6cc0fc279c318
MD5 ddad087e90cda84a8d162f094cf6f66f
BLAKE2b-256 efa5611a2ef26d2d84bef01e9d70eb7b3ae9506e8efea77d4234b0bec64cc2e1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-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.6.42-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0defe9a6c02ea661df716b28c903a7b8f34aa75adf4764194952b3c228e4a2da
MD5 812fcc9a4233534bcfea2caaab7b66f1
BLAKE2b-256 a64e19e5be48c445874610661f0329573a9d55977949b66735b0c4c21b51eddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e97c658f61101955ea5d319d5906b3c4c03de0be04c54c44e559b2daedb1f85
MD5 e7c55d20b482a0692201a88d8149c7fd
BLAKE2b-256 85757ce82cc24a0793872591f24dd31ac9d0a3c5a094a563fa86c2971b30ddb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3329776e61fa980fb2049053cc760505a7693290d9fdeb15e8e060ca681ec615
MD5 513b95d1fe047f5e0573baea1e81e2c0
BLAKE2b-256 caeb1745ecdf7e2ef4fd34da709d802ce90a2ce357724cf18fde4d903f92059b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e80f4f5c3246b1b72304dc700e80932913f0215cacc5082352c7ff9c273ee34
MD5 5b31641ad435a8ca8118d60054654c43
BLAKE2b-256 7eaed7e0e1fa11f0b4109bef3329f8511912768f4aa6beacf9f6ffc392957b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4aa37437124cf6b77c002da05997b1e426324e97e3aaa9986f05221733fe6bdf
MD5 cfc11ca54b662c6d804b92ba3a1ce43b
BLAKE2b-256 9415ac5a288d45a8b1b17a55f655dbb01eb357c324be24612296f1c8194b9011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8409e19fddff665763c08f951b1f73fb7cd0c3c748746ebf3e43bc4419841a1
MD5 e8162fe2bbd7e593c90c205a1e847bee
BLAKE2b-256 c0e62f99e851d757349c4717d5b36900c2b364fab665ddb798796f1edfed6e44

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-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.6.42-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ee3775330eb88d5c76b98197cab40e1271ec3b42606295ea5fe34d9af8f7614a
MD5 30046bc7a6d4036d188f3b8aa46424f1
BLAKE2b-256 1cc02bf81bee2ecfacae09fdeea18df95dbc3eaf9de14382595b5aba3dc22150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 873b7520d7ffac88c001b5c3a7bcc9ec7a1eefce00db47f4e790780cd7018c12
MD5 9c1d260915a63a11d3940e38ea44b185
BLAKE2b-256 4e9b2314399258ad89c3f40ec4642681181ef82d73882b423e7f9611c749aff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f90f3e1f7116312376493e71d8372d1afaa82cc9377150d802c07c798e310c28
MD5 b6ae3d6bf6e01f89b6ce595b04cb4030
BLAKE2b-256 97debf5cd56a8c7d41c4a09468abc6395a76ad13fffe615f615fbd495d3e30af

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c912dbace19e052b67c0eaa4e898b4ae522c7be5ccb00e6bf2e0584f14c6b50
MD5 b40616956e1c39f668adc893ce6e050a
BLAKE2b-256 cc94522139ae5f5529573468371a462e18f7fbe03fbff08b4d86f8b68ccd7e47

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d67e2cee05463357c139f5c59bbe541899e9b990c4c17464013ad129a00a5f57
MD5 ba678661771c687c534459c557f03096
BLAKE2b-256 d0cb6ac3cd69c850bd14603725a21f02a3c38c062b15e8cfb0c0f0c1b3208505

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08793a8e7dc23fd422d8b4ee808ed19cb08dd3f60e39eca662b7dfb2faee3fdb
MD5 0448c25838eee7e53ade32aaa4ffff60
BLAKE2b-256 83115dd207793b1f2961d3db12ced59c2841e8e013e82eb1a76067f3e77e51bb

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fce192ce3e63083a626130a544eb79d64bdfa012531548d32ff61cb2e13254af
MD5 6a6a296307e998da4d7bc9b3f1f8a6f7
BLAKE2b-256 fff645ce60d6bd135f2f872520d13f604c477e48efca9a96419418c2801fbc3f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e25dab2adf85e37835881c3197333a9b32793bfe4a405a19e5f10d25cdcf0213
MD5 a512cf72290d663ffae1bc4157e79248
BLAKE2b-256 87713ea3fdfdad17ca8019cdc5031d8f6351d475386688cb4f218c156684cdc2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aa17deab346d20d2f35e876b78b2bc40587a2703d75dd4f66d0dd5750f371380
MD5 f513a632f917da2a1b4b73ab79f48ba6
BLAKE2b-256 49243a6d104bb7a4d5fa6f11c7e3d7599a725c7e7ff6ef6589a4542a2a8544c2

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