Skip to main content

passagemath: Symbolic calculus with Maxima

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-maxima provides interfaces to the computer algebra system Maxima.

What is included

  • Binary wheels on PyPI contain prebuilt copies of Maxima.

Examples

Starting Maxima from the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-maxima[test]" ipython

In [1]: from sage.interfaces.maxima import maxima

In [2]: maxima('1+1')
Out[2]: 2

Using the library interface to Maxima requires the additional package passagemath-symbolics; you can install it, for example, by using pip install "passagemath-maxima[symbolics]":

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-maxima[symbolics,test]" ipython

In [1]: from sage.interfaces.maxima_lib import maxima_lib

In [2]: F = maxima_lib('x^5 - y^5').factor()

In [3]: F.display2d()
Out[3]:
                           4      3    2  2    3      4
               - (y - x) (y  + x y  + x  y  + x  y + x )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_maxima-10.8.5rc5.tar.gz (49.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_maxima-10.8.5rc5-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.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-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.5rc5-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-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.5rc5-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-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.5rc5-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.5rc5-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.5rc5-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.5rc5-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.5rc5.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_maxima-10.8.5rc5.tar.gz
Algorithm Hash digest
SHA256 55a23b36572b5405c89cac10bd4c16ba883a7e24cbe4ee5f7a822f23e760e6f2
MD5 76dbd3eb9b6dfc06e49899f364f5cba9
BLAKE2b-256 c699fe1e0baec8b7ea16b91ca67742238f490a51708e3bdde512028e60eecba4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53e951421cb45ddca3d653015c91d7e3323a82917dd393d93b14f284ad329bd2
MD5 1a610f44375b0ae15fd48f6297d7ec3f
BLAKE2b-256 f82d57353e4949a8caa81d4ff2a00a904cf8b3f3e7594d69c075fc85444b0df1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb24a05587b8e539e53fce97cec72d9269e09f862d808c3bbbc5f32f8b243750
MD5 095154fe3ac7e63e28dcca7acc84a104
BLAKE2b-256 1bbacb5410ef1ac70020d0003d0131c01c040f3c6f6455f54e910172a3be8c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2e6f8fff6b65aa06cf7b6477e4dd4e67e9929e903e3748a0f03f938715ff2fd
MD5 b25fefa9304c0050d871424087899bf9
BLAKE2b-256 1ff5c137539dc14b5a7e90603f0522796c77e0088520017f1dfeb00e60bc42ea

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-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.5rc5-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3942d40eef2d2951d4a9418eb94df548e86f6f3c8f576c6383b7461e13193c0c
MD5 a6c9a91bd33ddeafd86330c95bd82348
BLAKE2b-256 7161bf8890938135a021446bfb8c30bf41cae35748e11c735130516f330524f1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cd97fd5f4207d7b03000739c46e5dc717149e05c271f228bb607ee4726370a14
MD5 95ea6dca9f0f6986f3d8b95a75a043c9
BLAKE2b-256 262408604eb4f9363502a94b91ddd2d5545a04a52b4b4808469d906e58fc4656

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e15f2ff98d911f2dd39e3d80771ba78f78f29026deaee2af375bcddd583e6ad
MD5 0f9dcab9dded4d8d2a5a9dc352250056
BLAKE2b-256 369d6f6e3b7086d8dcf1427e65bc943cdad4ab1aa051d7b839b041128ac72adc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2ce85bf1c7d5fcc1a1f533143c0f99f8eeefff01ffa29e49a1c5e82c8a4e3a7
MD5 3f3c8b683d8d4d1adc54d863bdce907c
BLAKE2b-256 d2198244373374c7f64aab1a564f025be1b43318fe7cb94921e083d043da75cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3172161d6c037946e3f1357244fb09087e5be7631a496f9bf0b617b350b0a58
MD5 b7f6f6ef5fe70b5b327ed1ad15967894
BLAKE2b-256 3047cba128c4ffc170566b3bd3a3805b04da0ad457f27942522234f8cfa874be

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-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.5rc5-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ca3798d5481082900eda81b335b8712a1be4d6a6654f30c84392524f7944df55
MD5 9dfe279abb88d6ec70547456bc93639c
BLAKE2b-256 561c474408b4042c6a6af65335d43f4ec0ed7663075243263715af16c5d5d30a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc9b9e796e5c71ddd152ff57c2ca111ae6d1ac78cbaecdf0ead815966bfdd25b
MD5 61e17d2d879106262432f919ff105124
BLAKE2b-256 370d7572d7f1d48b9b5c8d3d8b7bb75e473894441801b8d7d8075cbb6ccedf2d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 423ea152e04ddf095d7bd2eaf807bd06997d7424276638cdd3ebade074887d9d
MD5 86ba6529b973d88b17fd500664257f46
BLAKE2b-256 bf6e5e1a6188a10be5ed6acc583be5519133d02ff92270b1a2f18f4f5b133d5b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47ea89566bafbddd1691a9efe1ba661363182c104c1b5b60a770f68adf4f3e93
MD5 fb425d715370e2d8080a94f78beeb5c4
BLAKE2b-256 e43e54a0329a5541909d27aa3164aae12d1def892464acc48655bd004ab0cf3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f96b5a5708adf56ddea214b183516a9e485f9c4d414b830e49233a2f77cd7406
MD5 7266ca0f629940ce4bef31e3827017b3
BLAKE2b-256 5e016e5845d0ebc343b61655bfb8848fb5004881d97d588aa5161d3aec0ca3c9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-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.5rc5-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6741ad574da513988488763741755836b550b1e2a2bd1f00a9c18211a08b1e90
MD5 d9f14e4639c0c373242d19095514f6a0
BLAKE2b-256 91ae72d7435ff712154ab386b27e2269cea7f59240ffbc46681dd66a2a9c628b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b55b03acbc52e7eaf5664d4051cf1f017d31fcbc09289e27bcffc7666763877
MD5 ea70d21ea8e636d079b0c128395f4c69
BLAKE2b-256 9ebc7df6c2c739df6b80662df46cec4c4fc90dbb56c23233c7567eed90b8d604

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 221e430533f23867c000235d7e52aaee8451adf6d7ec9b19bb778d9f8dbc407a
MD5 408feeb08840c42c259b9c2034706d61
BLAKE2b-256 a6cb47f109fc47a5e36d15bf809a0bb700659a2f990e467e462bc68b0cc88c26

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fa7db6bdb0594314a7b2b6bc05bcb32c111d7bb3e1d7a0c891bdde2970336a2
MD5 07de08ad84e2ec93eee5eca59875ccc2
BLAKE2b-256 9ba230a54decf39360b93acdd0e8976ab92b6a44332153cb6a7a2c528fd8c255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11ee1b140ff294bf6ccccff576a71848e6403d571110232532e526b2444de6e0
MD5 6844ac8ec1902d2cd74c55f8a9630492
BLAKE2b-256 1cdcf10e7fcf3f2e30ff958b136149baa777c4e2fd49aebdcd10705549f3927e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-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.5rc5-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 92b99a7d33cd5d0ea64c510d517cdb4f04b9289f26911e550052d05a5cd4bd0a
MD5 57655e759f11324928d8c0ddc158c668
BLAKE2b-256 df468df197ac5c022553a4105d41680bc967e93fdb36a45f4d5875c7fd36490c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 add3b4aedebd6b93edf2412e0e5b5622e32e74e4169b29102557c56e9cd1be2b
MD5 80be77d1d15118a76048eba555c0dd12
BLAKE2b-256 e2799319f6739935c4cdf7fd9a6d31138258656cf12fdcf9ec4d1593af544da4

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17bb37cb783399177dfc7b2324b63a27a88ab02d4c12c2e9dd2ce23908fc50e3
MD5 5061b78ebca6d0b0f745d3b36b62a18a
BLAKE2b-256 41ee608e80ee386c873e53374b199bea51d4ad5da2b55d3350cdf3138e79beaf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f7bdfd4e8ecee2b74a9144c7d6aab4b9b61c7561a2d8fc44095570bf6befb21
MD5 0b30903e82978a9bf0c4e333a1867702
BLAKE2b-256 2c93a2811ff9b9fb33bccdaa7fe66227f64c30c1da4d0cf85a318736c03af6ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5909e2d03d94b593db3db8e0ce1a4344c7d09e7822523155fbe3b1ee9c8db0d5
MD5 a1d26536ad9e5d0aaec7eb33c715f767
BLAKE2b-256 12c0999b4397ab5b011d3ab8e2029aeb53202671a40249f5259ca68c83eb1247

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-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.5rc5-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 463bbb85474a8942e4e1db7527eec8bbfddccb958719b6b14ab9381175677f76
MD5 f12cb678fa511c4f555acf1f34761cd5
BLAKE2b-256 a6a51949a7f66026ae4a4ec5cfff87a5445e22101594cb64d3707a9d2924de8f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2282c87711b7270289249519b43c584822824baf73e9c422d3d93a4fd19fb6d2
MD5 c14e779a2ecf454ead17d407de543e4a
BLAKE2b-256 2a58a2f3438bc50553dc280f214be5e324859ed75537c61e70c3df055f2533c3

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