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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.3rc2.tar.gz
  • Upload date:
  • Size: 48.8 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.3rc2.tar.gz
Algorithm Hash digest
SHA256 abd9ccacbb72a16520b95b9f92de8c5630cc1c460e46f544d44ce40fc39524c1
MD5 2de2797bdaecfbd1a8498043ae146902
BLAKE2b-256 d3fdb85f29740e9aa35b4f4ea1de289b29db545f8129344ca4ddd995a07f71d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7841687e54a7e5a97eda04e6e8a497092236b52c40ac379ff16245dfbe074354
MD5 c1605fb45b33537ce75a21ce486e4c1a
BLAKE2b-256 4473570b23a621c1bba7f7c23a4acc3a43e9c55f288f73ab35a6261d9939a5da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc9db0054d2d9fb94900b0b2b8b81a4de96258e4815e1ab0255448be6969a61c
MD5 f73bbff5aae1125a1bcd55e3061b45d9
BLAKE2b-256 330a3f93726edaac1d37286be2cfe5bd2d5a1671bbf6d4a0a4e083351f6c053d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d7da25aabf5c6e8f64a86c33b15e321d5620de333bd2e3bb011b96c15506196
MD5 230929f55263f67b4f4913765cb82802
BLAKE2b-256 315a67f98d38b61e61d0997c201fb0b94b8207801a482dc4b7645e2963958743

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc2-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.3rc2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f5cb6bf789db29ce8bbee433eeaf8a003ae010385559d0ca31683afe7efe7375
MD5 430a24ed8a997ec509274d3d4a0507e1
BLAKE2b-256 43ae51040f6f86f3e14e07cc4815022b3275b21b6af66f724e07d069b2819641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7af84b066365c8c4d805ac3542c0a8d2909356b94c285de8aea72ac9009ce1d4
MD5 0b7d1ed198984dfa2563feb94c5c04ce
BLAKE2b-256 16cc3bd495c0b8087faf27020beee78f0b94bc80e7da37d45677929fd42cf3c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4f1b0afdfe86a64d5f08d9e1103e8753d244b9878b9ebf22830b2221ee3fdf9
MD5 4f0f3cfc570d17074cac6ddac53c856e
BLAKE2b-256 ef6a61e99dc183822424207dadecea157648cf82c10397356e47f8cc43bd1998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed771a10ac34ea28a8a23e099d010bf99254e9a2ea615b0c31f94f91b77553bb
MD5 f0db7a7cbd9923d7c52f290d7943f87e
BLAKE2b-256 0381ed2d2fc22f5d98404bbf712545a110fe103b1671815ff9e35e426ae64552

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7af01cb0ffc5067f95b77f5ee152da94db28a6e0963a3a20d3a39d34a700e1c0
MD5 04be3268e44a1527de2a6423c2c55838
BLAKE2b-256 8dfcda8d98df6f0de44449241fdb71a7ab7a1f041dd217b8a81144f419c2235b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc2-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.3rc2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fac1761402fc6c1f4273c79eb4eb2d025e7690b7d2d88258009278e8235bc745
MD5 1d645cf19b10baf64b8efa7fe250087e
BLAKE2b-256 c1394d87cd6fc0db75f78431a98393a1db6fa452f9022688187c7876c648e6d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ccbae110ced76597d5696bd22be367533dda43192e099f4364e2b1cb7c11e8b
MD5 f7d97fb8750dd1f40de46bc7b1534473
BLAKE2b-256 5ba2ff5a4ca3342f89a4172c4fdef644646ee81a7c70a22083c9ec8209d0d697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef0711dcf56c0ed5a7cbf3d9e84661bf685ebded5df797583d29991e8ca61609
MD5 215d1031c262890f59e10c23f0a0e379
BLAKE2b-256 445c39a35f2629003d02891d21f2b4bf27ac9effab6a7376730615f2842c80cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47b2e081e7d65079de4aab55ba514fa8985cbf89e65b21a27bce2edf8df30c77
MD5 28cb4929082e27adf33c5a2f459a1c2e
BLAKE2b-256 2bb2c96169857bbd2bb3b20bd04dbe212748427390f983f62ad356ad4d388716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4eafef099195498fb7922717b726af8ee01f99c1bd5ec40fcd17d675164a6e7d
MD5 9a9187e2261ce034510d5bb851fc381c
BLAKE2b-256 6379901230fd953efe9e23c8049a5db831208d7f8366c9889e354522ff6607c6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc2-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.3rc2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1eb6a834cd9890b860bafafab121671449aaf68382618a396345818959f5082e
MD5 56d0fae2e8ae7bd7573059fea7c13aec
BLAKE2b-256 c27fa5c0611142c63c71975a95a027dba435a2c207f195953b5a46c2a24c33e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fa2600f99cbfe85b190f4535142e6dd0d0ff4a55df9edfcffb7939dfe852e3af
MD5 68a92cab683b125fa3618c7e5aa1d199
BLAKE2b-256 c071662a161804d9a79459bdcbedfabb97f0dacb35bcca458147c1ccdefe5004

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f1782e322aacc36e768f7237a10b48662dc1219d053d72a2c491887114ea24d
MD5 b8c78108ead08383b16a4137c71ee8b9
BLAKE2b-256 caf67ad7430a213f55f289f5f546e35bef1debbd59b3e676b6b1474d3b6b7a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07483b7771087e8b6a806b155f7df9661b0af26d563ba0842e0b9bc613cb804b
MD5 2458dac836083aa4c59706ce2e8d2f86
BLAKE2b-256 0827a7d557abf3e7f29fd6299cf5ef67566f616cbe56a41206cb611e1bbd1080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 470a831a87937a72f6b0d7bb70d86510b14c41a10d40a44a1b5f2d51f10b08d4
MD5 b276eb229097eee1e6afe013ee6d40f7
BLAKE2b-256 b7383ab12e0f3eb4ca875af6fdf7c353530ce713bb00e877407e45a8865236f7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc2-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.3rc2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 30f657a0101a6b25a7f3161f893141e4708dd4b6797b3a9a798e4933895fcbff
MD5 1bce8ffcb294c5c9ca0123850b49af12
BLAKE2b-256 287b88cf546c76801f4d4ed9bdd51c3c7319e2483bc84863096c9afb92b4877d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a8e3a153642b0a294779b1a42e427a99b7b274ba20b5b1d934d5c639200c3b11
MD5 dfa2fd6466dd1ebae5fe7cdd01f2eb76
BLAKE2b-256 b33e18af66220e574c8b6db3416a0e9bdf581a49d83e068aad33464af278df02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ff4404de9b582954ad67aaf15136994e2d27018d387e3eff2dea9eb445a1bd9
MD5 91b363b786ab51b45e20e4a29413ea94
BLAKE2b-256 2f274bd41285698d369a225dcf1806cb4fa741e0a5f17fae4e2faca690b9c326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc495cdaec00cf355d701edb3402fef90a602f617c369718a1cae88d02b47740
MD5 bdaa554bb4d9f99352ccfd796a79b73c
BLAKE2b-256 34ecddd95cbede9673a93619ad2f47884b8879c22a89051340851b2002b6f170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e69f70b5ec1ef721d47986fa187124c615c40b0979f6e49e39c8acc48d3b9e25
MD5 c82ae163ca7640be187f03fa1a5995e5
BLAKE2b-256 e100803703226d531f3df21bee4da7cfad8633acd26dda95cf72b1a305d726e8

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc2-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.3rc2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 998f1d5f3f34799a2dd889f62198a479d3b1c5d08f32f35c11c2753ee65d307a
MD5 74f1896fa0a357cdd100caaf004f2321
BLAKE2b-256 2f4f5c1d6e297eab940cdf8e121c1e014a0fc7359c6601a411bcfa7cb830a601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c209b832616a8a4eae956cf968496e73f18b36116e9e55bc53f69f5ecef9c64e
MD5 c9cdf39bd32b193d74d6efd3ed7b823c
BLAKE2b-256 281173b633e90dde7a087addcbac16239d4f827c536cb0d878bc05c2157e242d

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