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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

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.5.44.tar.gz (46.8 kB view details)

Uploaded Source

Built Distributions

passagemath_maxima-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_maxima-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.5.44-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.5.44-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.5.44-cp313-cp313-macosx_14_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_maxima-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.5.44-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.5.44-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.5.44-cp312-cp312-macosx_14_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_maxima-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.5.44-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.5.44-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.5.44-cp311-cp311-macosx_14_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_maxima-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_maxima-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_maxima-10.5.44-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.5.44-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.5.44-cp310-cp310-macosx_14_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl (27.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_maxima-10.5.44-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

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

passagemath_maxima-10.5.44-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

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

passagemath_maxima-10.5.44-cp39-cp39-macosx_14_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_maxima-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

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

File hashes

Hashes for passagemath_maxima-10.5.44.tar.gz
Algorithm Hash digest
SHA256 f6da1daba413762fa3dfc3f5398e8d82c860dd567e00bc4a2e820d5feee39b5a
MD5 6fd618d6aa0ec42ddf2363187a40e77e
BLAKE2b-256 c2ca5b7f69e563c369568e67242760b7febc48d829912d92238ff9c6abf3fdf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b7c71a9c60ed0d4044df19d2b6a1a8c7ac6dee48f9e412be5de8cd1e3061f4a
MD5 eff61f2f460d9c34478865617f41020a
BLAKE2b-256 519e94c66d93011abc195d4734609e3ffa523a9b4a7d05d5e1373e99c0333f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd73fe01588a9952e2a86e333dcd9b7ab5aa51688425f43f9d5bd98b62e92794
MD5 b5e7f2e2dfb2992d0776e55c91789817
BLAKE2b-256 8c326fa0d3b37184817fc33cd51beae592fd873d6078231f068394e4e784de27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f0ab3934d84b7df789b6f74b881665a98156778d4f1d019a8e748f863031026
MD5 f50afa927566f89d8683c192c18d58fa
BLAKE2b-256 4aff2ecfad68f3e3debb53140536a354f3df01a2e40cafcba0762c4040002da1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-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.5.44-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 078162695f8dc80307500eeab9241403bcc2aa4366a32727823cf52660e07521
MD5 6bb29ac8bd78045dfa9dee7a21c3523a
BLAKE2b-256 efd1dac57413c84635aa4b0280878a10a50b5dd487f679e36d89540dc59f4bf1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 223d2dcca64a2a1e7556e564aaeb45f7abcdbff189838a744fea6c7897692c6d
MD5 7a7ee39bfa29febe75e08afac066a693
BLAKE2b-256 f244a358cc044162d19188352430e49ec91e557c406a79d995fbcb485a93a812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 754510618093de93823d999c1d259a0feb333fa5fe85b314ed7f3b5faea995f5
MD5 f57b19dbc3de507c936049c93b21569e
BLAKE2b-256 ae2e9bc7b72099552058c77bce38f39b3d0f49af2ce4812aef8daaefc8e407ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fec22719ef29627ad985e33f8e8d846a7ab05b63403112caa65ea03e5919221e
MD5 06fdad358eaef2f189cb5644ced23cd9
BLAKE2b-256 e7a50cf59be53da1ae420d2be4b4a61832386c16bb82f716eb20832cf474358d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6c05d6ba48c89d997e956120495be328f5e6f387d9d849d9e50a1fa1d0ab158
MD5 e71c9ab5d0d481e691fc1da7d793da86
BLAKE2b-256 aedbe9652b0d5de5fe81a001f24e3423a78c2e902512a90bd37483780cc1dcd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ab44124f5192faa6bf144429f381405e0660db36ee0569b2e4056340e8b5f75
MD5 929ffb0fdd8d8cdc60134561bc1a1319
BLAKE2b-256 a0278a6196982c03436138f1d357b190e11d10e1a2d0828e05e33e987ce0e7da

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-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.5.44-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 a7a2207a9af2bd7b9c842c89970a3d6cd6b820b30d14e0d549bcb96bfde3989f
MD5 075b8566a783b6fbc618c7c6b4a0bdb5
BLAKE2b-256 c605703a369e1f00b064e22269ee05b1b9f4efbb95db0980bde20a1b6b098d4b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6655f6a7331f26f7f13b7a24388f07239db37fc77b51cdf6587534ec6632263e
MD5 04337423e408ce1a4d9e8229f440ea4d
BLAKE2b-256 38f841fc2765230fde0c28e32cfad5dee63c32d36fd72d00c1cfb60442c06772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a460ef2b75cdbc9d2bce399c87de8b9f530c465f8c19c8d7bd21ef60ebc173ba
MD5 a662014f9db3f9454025d8585f8e112e
BLAKE2b-256 24b1d36cfc2455a0c2a5bb4467dbfb6dc9ac0e77a3399821444b57af00a09780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc0ba1a4f7cb1544acbf04a0b6a2ec0f2b7d12d9e4f95a340a3c50c1c518499d
MD5 041539e60cae41148c20e8addb42369d
BLAKE2b-256 3e3d08c187379630dcc70c326fa709429ac7fcfe5e343e692412f09e5bc4119d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8364ca1318aacdf954390ceb773f7fadad6036aa1a4f2e7088d369917c84a6ab
MD5 ece4cc191be4109011bebc1af00cc480
BLAKE2b-256 402a65bb3f8b245d96914435f264471d719294533718f5c1cd5d1264c89aa140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43aa104ea0a1958d1f1be904c678f97791bd439adb4a379d39a9e01473a57986
MD5 98f651cff1a695d5bc89e3a47820b91b
BLAKE2b-256 5873621b86b939455d8d3f1f2082ce25f958f88139e7ce2e48994421dea2713b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-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.5.44-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f4680d3249ac2783ca36d5e72001d5f06d1c5547f351234b029f888b5e18a9cc
MD5 d4a5c3a6e089f5d95d0dfcb562331625
BLAKE2b-256 39807d0f65b7f3f81eb50841aeaa22b05e6c28a0763d038754b98647ed7de00d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7266be17e26707aac67ff20394e0f272e5912630943b6d768784e66fc19f58bf
MD5 f8b092b4956e7a5ee1a5baddacd6074d
BLAKE2b-256 e9226a863f8a9b228f8c7fd1fa33a46200778ab12446b733f6d4e99eb3afbb4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c3d8fb86d6adb48f07c8b75ab92a294fca58ca8d3a9dbd96efe39f481833fef5
MD5 fc01fb7d3ba0e250bf606830c8edce2d
BLAKE2b-256 6dbaeefad4a0a6c23f22b3fa996b828a048ed49a052e5e7532d9eb970461de7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b4c619fc2871cfca9590a0ae4c86a0d55085f811dc7dce86766cba60d275183
MD5 fc347e7c77ce604b539327f913e2716c
BLAKE2b-256 6a468adbede0800dfbce74b87289f300c917767ee728c3f3f51085a1e50800b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0a496be0ff092b104799b78f6314c95561817139152e533538305de05a8de48
MD5 c9500d89f88313887d5542aa3dce327f
BLAKE2b-256 44324dca50e1a728fa75b1c54b84f8980367fdab2073ffba07bf01ac8c837bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f30910a9be22e3cbaefb1be3f5398780405963aa26d019c595ff13e1ab1d82c6
MD5 865f4cca2d2cd4ffb2480cdcce83f07a
BLAKE2b-256 ab3bf57f1724b3b94106ae2fd4fb3ef594ad4fbff155d33828c12b76cee7a36b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-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.5.44-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1014262e50e7b2df28cb380f37b8b04b3e7cc5894998a762c24f763bdad36518
MD5 54d5b4cf02fccd50b5151a1705f35c04
BLAKE2b-256 bbd586b32ba028afbd8c9c3fa4be5c78f86b23e7ca449c407cd08d6c13a238f0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dc2f89c0f06271306a5d46e99c8a4e1212ff5d9a7ed8d00aeed7228cae373d07
MD5 7f056c5a2288e1795cb3ecba997d7266
BLAKE2b-256 5917fd22077d22a904cecf85c245f660b2579e7d59a105895e5bbc2a6a37d6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a6c46fa35fa1821cd1d841b7c56996388aa27b50d7151b628e71bcecc778574a
MD5 0beb0df8e0acd9d4fc0e2daf252c4d9b
BLAKE2b-256 c07be8dc7d37ebee6aa2d076da5db9d76ce4872664adf06cfed672c3c4e1a073

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cafcad07c6b4e800f25e541ed67553905cfb7b5910cbb8588667d31ecf23c9f
MD5 cfd66f723f2cc5e2988c4e6299bb842a
BLAKE2b-256 63adededb4fe34b80fdc0f31e4452e52b9516f1dc65f6e40d397a4ac5b1041c3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ac1f825bff1c521b62ef6457d8004bc55b9935d538dcd590b8dfeda1b76d5f4
MD5 ac3ef7b7dc16530ca00c24604dfd77d2
BLAKE2b-256 9bd2c165ec3e3d22de666c48a6677587947ce67a184d5b37d5d26ad3bdff2dd3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39ee0846c0380d7268b354d2fce9a82c3de2f423b354caf7fa393d8c7919673e
MD5 e5d89b2523c4abff85c696f3f6ccfcc9
BLAKE2b-256 b0c101ec205c790a1189e84259f93e99479815166a9e15619af7cffcfefcb5c4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 071d118d43bc110e73960728a3204f8710455cff59c1172d0c5d2fb357d0a6ec
MD5 f9f5df6a0acb25e87ddb54831298f1a1
BLAKE2b-256 a48aae21631b36e38c1e95cd86e5f3295c78de0d6085daf2e10e3220cfcc2511

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c22f441e3f1c5087efa5c14067502b77e582128ff4bdf710b523b6578af2d91b
MD5 bd745954b0a3aca5df4b21ccc88896d9
BLAKE2b-256 25ada49804dd0f86b2267b2f9581c6103b899d8b532cfe50740f1863ebddd2a3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aaf6f5b5948ee991f473eed3ba759a85419a05a30992e5bbf7d12739d3697303
MD5 00b04a30f6902662a1831a65ea5e4b59
BLAKE2b-256 55d7d9012dd235af729a4c41d489b2b2bf8363205874da9634c3257606ff7ba6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page