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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.6.48-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.48-cp314-cp314-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-cp314-cp314-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.6.48-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.48-cp313-cp313-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-cp313-cp313-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.6.48-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.48-cp312-cp312-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-cp312-cp312-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.6.48-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.48-cp311-cp311-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-cp311-cp311-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_maxima-10.6.48-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.48-cp310-cp310-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.48-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.48-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.48-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.48-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.48.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.6.48.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.48.tar.gz
Algorithm Hash digest
SHA256 025ab592220ac02569b21e868bb53f5ba2684a3a01f0ffee4a4a9a7d658910cf
MD5 b154d1de078c7a357768e8900c2fd8b2
BLAKE2b-256 5b80516fb0bac33b77b7de38f277c75f02834a7103b9bdd0fb19fda307295e88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e767903e39f4c6d427b9c4d64430ed7bbe92d3092e8523c9f045d2b27c87989d
MD5 aeb3f0a41c95fa7e0a2c4687235c7221
BLAKE2b-256 b6898d4d85bc20be6e8fb8ae7a976c4c9c68ae060062d719af86d4b280b3afa2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86384bf1f2882fbcfd9cd3ce963da576031eaba59564ee041bcb6d13e3c00230
MD5 8fd95aae99fdbc8657780fc81401cc39
BLAKE2b-256 8494730859078cf6813ef9e130d3c05b6a1b0b3358db49ad026161a04c9c151c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a16add6285d5f75820871b70eed84f7c383b6e1856596f0128b866b4b64306c
MD5 5308b303d6b703b5400b9413bdd5dc84
BLAKE2b-256 795410575b1f171404b79d1ad72eecd42c74ee0f7e686a0f34f40d58a66a0de0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0460a351a8d7702f90cbb9b4ac59358a8e83dbe6691a6a816ff401d4cd986016
MD5 72580825ebe32054bccd8b25a8c959e9
BLAKE2b-256 f01c630af715b9ed263cc6a9be66e1da3f5db6f32cd9b95f87b80118f8ebe595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7084033320f4d2a003efbe67540584c42ee0727a2727183b6479abaf39db9bff
MD5 370ee9a0ab53f0b8f19bf72f8e87af00
BLAKE2b-256 7f8624292368de938d1dfac81054178b1258b6fee710e15e7fb000f18f5258ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 980cb5e2966e6672a81a68268943459d5ca7c52b00b97aa2c231080056976b90
MD5 aa4d79e044022995c139549d590886cd
BLAKE2b-256 c5d2556e009e14039f62e94a1cbcb97f19f31a5bbf517c9d397f486a29e25987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24f2a4d17f866eb27bf4518958ab771942f76b71914027b922d89a3719120183
MD5 cdd9fd246eba3cb535c190718d81cd59
BLAKE2b-256 d8900ee239fab8d6e2f207addaae2c2d7d320f68030a8de98b1c6544516fb1b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a73b42afbcd76a9e17217bdfd7957b72a4d205f7114302745ea318d7d342bce
MD5 fe6ca56b28ba0afcd3d9a82c4f82d760
BLAKE2b-256 30512f84d7002a4dd2acbf75b46938f1350360df68be29f0926e13d20473fc94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d5ccc3bcb8d4908c0b60071f2932c7e2b84ed819bb5066ed30ef38c8ce670c25
MD5 a06cd132baa928a3d142c4d0544a4a71
BLAKE2b-256 6c20b4374e5ffaa9e078875da8adddffc669277d31053492d71ef9bd948f9bc7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c02427efd08c31255d8566c260d1aa0901b51dbcbd8a0fd8597b64eeb899f29b
MD5 475aa764a953aca126bfac3ffe9d87f7
BLAKE2b-256 f3679d08bd297c81f565dd31df3c70513bfd29f7414d1b35cbddc60b1fa3b010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d448bc0cc7ce9fa20168307d74fe73817e756ff202b19c97d44a505f787525d5
MD5 a3af0f2316447a9cb76ba47a02fe5108
BLAKE2b-256 dfb2a892c5d24b4d4d6b340888fa6f4667fc75b64c26d069d8a92a2db068ea7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2dc5b1d6cf6a0b262872dce4dcb857cde09aa33ad1c6c7090a15c0c0d1af820a
MD5 b589fd89725b3b21f7f1cce7f1615948
BLAKE2b-256 0fab792010cfad08d386ad870e68a83602f9380da61601272fb353ee90d91a00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa8166b3f845f39d1efe9a893c04209d78ad5b4d5218937a0f9112e2a5da8cbf
MD5 86912880a7a202dfb61711e67b911417
BLAKE2b-256 448297cf446296e005d4d4d9b19373f32581d6c34a9bd99af980bd7bd1ff7e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce14f39a9be3e402d0f6bec2f34c61e7b094c84eb69b017041e03d49472bcd3f
MD5 d9d9f7b530a856eaf44c9c1ef03e7c7a
BLAKE2b-256 b1ca634a0560188aa836a90ed7fc7507a82675e31300929b24c2fa2320514f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a11e4128d662de7319387ec43b24a4c45b6c26250926aec2c8351326b6fd31c8
MD5 d83165d74936e07d26852b2839b8d171
BLAKE2b-256 beb0439489079ee917fe631e3ce9eec2eafd185330f72b301ae654b2820ef0af

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b1491c065096d9e0ac6f5730b8a5684e383f5eff4a6b15c32ea4223cf058eb35
MD5 2064fccafd273c543c1b12559c545ec1
BLAKE2b-256 4daac7303120b150923c4b65f28c96b313781f17d6254649070ee7e09f202217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5af856d3698fceae5b992ccc0df786c42cbd6ca2b162a381fb565bee44c48fe7
MD5 ec37bcfb7dd56317b00761bdf3bec331
BLAKE2b-256 c7cbf5a8b5b677832ddf670cc5e7a50bfce4eb45f71a80ae593d9a976d4b4ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 597581ee82d90455a7cdef4a0a1dc61aac07bb722b88f52ab9b30d44892ef42a
MD5 165f9a8601b7a1bd893cc8d9f56cd254
BLAKE2b-256 aa0281dc77755aef2d14f06e462e6dea2fbb7a4d5b4a33aaa449348875de1bc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a450444563e9c293f2c296b19f32b14d8cea04a1199c29fa445a8ef8f55a2202
MD5 8d3bc85e5ca11211b942cdd4a957f22d
BLAKE2b-256 2b8dfa26949568eaf36b479caabb2a64a4974c94a3f27424342800f80a0ddc03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ce2a333e6d8714568635b6d2bb95cfc07921b2023a09b4c20e6c264ad2e9dfa
MD5 b583eb9d3f28273610aef0b49a4508f4
BLAKE2b-256 f132d4f36acd4aa74b84dc915e90a8758007c43a7e9b06321fed8340f4c8edf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cdbe283fdf3f31bd96c50eabacb84c6723e72c777bf8aaaf953d9185bd0c44f6
MD5 aafdcfd589f0faad067e519721b737e6
BLAKE2b-256 7465cce8ab446c41059e52c199c47792d56de4c569b852e5c8f8114117aece74

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 13b2dff9adb2bc1a477f24b19508131bd43b97d3d7a69323801194a7033db16a
MD5 023174ac32d6e36358075ad91ba52be1
BLAKE2b-256 e42a0a1120a966bf7adbeb1571a43544b52783f96da29dafa8ce87ab918c0267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4a7abef059e78255dbdec5d7e7ab5f9405d30493190b932f43d16e5a76426916
MD5 a2c18fcdc81589478f0990e2e5d6f1ac
BLAKE2b-256 3c57a23ab0561f3827ac7f5205f71038694ec65d7d843613944deb8092d45e7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4918734b62a35e484d0419c3f7ac2017835436998d15e099043ea04821d81d1f
MD5 7fdfe7afeab254bec07ab2275edb499e
BLAKE2b-256 9a7d83ec22623db2b5fd5febc17982bc20aee35b5339767ec982a3bba98d8a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0aa2a31e1fd5b365b4f859a4228bcab84c2559379f76a29c68f915efa5392e4f
MD5 a9ab3d9491f24091a711114c1e980aa7
BLAKE2b-256 dd4361bf9b5eb7614de384dbfc1503a1fad6132990786052b94401b3c2722144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fbbf7b2cedaa9c1a78e6128056a9d68d53872db72f2c087c4b912f9703433aa4
MD5 1dffbaf682b403e1d82a7335b6fc461f
BLAKE2b-256 c40bcb423be90aa50c1714ffe278cbf76350fb586b6035874ed4fbf467e5393b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f678000e8ef0b37ba83611c8610dcc9c2d089de1fc95f08e97ab38a2557a326a
MD5 56e3e0147f7f2462f0220deb8dd763d0
BLAKE2b-256 888f5c697b71f481b7c7a012cb745e960db488e39d2576a24e1bfacea852dc96

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d65d237393dbfa6e268b6ee950319251967565421d64fbf97e65df5e5dd7614c
MD5 a374925b94cf83fc5e53031824c04f81
BLAKE2b-256 e234d9e9d8fec3b01a5b48cdcdb01b6e678064bc3a5640660eab52cd33c8e10e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c50e6612f19f8aab6a42f8bae94f4bc2b7bb21cd8c670eff68b20f1a0d50796a
MD5 e0f2f8d5ce99f2429b3cd22bdedc636d
BLAKE2b-256 bbf95ae662c5b7f31b73f4c30f07735fe12a50f953dc76264d99244de0b51757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d8d4392ca2ec81925a8f7df6b0418c9760d7f1256280eaad943189cbeb0d6574
MD5 38eca7f6579d4626c43c02440c4f007a
BLAKE2b-256 6cb86ab397aaeed4b22bafef4883578502b941169a56cd4a0c320be65a36356e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4dea4da51a06531630712737d386a58db385ee417cfc108f3614cbfadbb08d8a
MD5 6508a5290a7a321687fe6c41e782bf49
BLAKE2b-256 9d8d159d24ded798f3dbba6bc38b2a1287daff41373abc56e112aaa25f145289

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75201ba4ab61205c017726dd88cfdc6de64517279e86d34080c778d626ea298c
MD5 0f1c008d735ab888d5893c1d7770dc8b
BLAKE2b-256 64a2340d09d8b16ea43ab9bb4000bd4a45049cadb5bcdb38b450aa647f5f250d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 435bd11a43001aaef32c452f2110585414b909c2c67387470a681f4088c1a4ad
MD5 6ef4306d6190f297ed1d0dcfad32a5cd
BLAKE2b-256 d03297e35aedd67483a9199c7a0a1be58dbdf499ddae46a1fd787a17b950908c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.48-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.48-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 15d8d7ecc291b0568014649e465c1f071257c73496f559fe89d07f9d174d8049
MD5 7958e81b511117bcaeb01b37cbd7b8ee
BLAKE2b-256 fa6ecccdf93ec755209151d816a5dcd3f6aa07d2eb1b5e32d4624e095453a120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7cdd723a47fa344742adc49e7737825f97e106dee5f0112bdb03e74fa22fcf56
MD5 1c6488798c36438c85a27795d836c39a
BLAKE2b-256 e47f48145556aac59983ba9e51076063ef8060ec2414d7a736e8c9ff397a0c32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.48-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f60050f0a1ec0d762e59ff139691ea6637dfb66324b5f33f863798bfd47d56d9
MD5 28b9892ef67165850c8cc02651349c1e
BLAKE2b-256 aa85a6ad14ac830616d65fcef3a0ed699f126988955bb48cec604de4509fe1a4

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