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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_maxima-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 13.0+ x86-64

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

File metadata

  • Download URL: passagemath_maxima-10.8.5rc0.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.5rc0.tar.gz
Algorithm Hash digest
SHA256 dda9b0d1ef531ca620acb2e8d4f85b587fb49b5c596c6d38d0ae9213c35dd309
MD5 d24e32dd338f6e13aea5d20f7755dffc
BLAKE2b-256 460f6c0f3b029ad8e7bef54238d8456a08b02f0a03d6d960689b80041b6bb0b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e662cdf1a96c258cab6ecf5be232be1f6d258b9ee749ca5136f2c100b63210b2
MD5 3d89d38c84807da1b9147a17a967aaef
BLAKE2b-256 d7d4331dd05f22ad6089398a6372e836413ec2aa3b09c4e811b7fe6cf5160b91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f594b7f6de36fd6a51fd1b73aa585ebb2d86aa21837b2b7dfcc1e525278ab261
MD5 c78d8b9c47eb2783c01171bbfb4e6271
BLAKE2b-256 5288d24cfd7d3cd88b404163008f04e2fb099c4fb42e4d98b52ebf84a9283036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2a06dad3e5663fb32f8ef7c7a152b0b99ac2ed0eecba8a5a80749ce661edb58
MD5 5863d4b7e4f55d4fd45c733d9f52382b
BLAKE2b-256 5b96f82f5800696f2621bff64f4be92bf434b0521d3f30b5ea75d20d282862c2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-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.5rc0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 17394a4ad93b6fa0e9301428d5374727ec12a5e256e4f37299194adb7c8b2a09
MD5 2b7a28dbcb24ed42223aa94a46a7320b
BLAKE2b-256 3b526c6f79f0824a8a906a9f448a03e4d77035b623868fad1c27397184109abf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c0b716d10074a218fc4cc702a0695e69d014ae9f8fb1e66e2824a8f3db02247
MD5 24fef66dff8e59ea780339d178e0b118
BLAKE2b-256 2b525b66dc60c66553a1cdfcf348f031d032c37ded3ba525a4d5aef5d6cd71a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 48e8e35331f99113112506fbc856af8ce51909771facdd8fc655edd42a100730
MD5 59377b59b95bde221f50d014bfc5f703
BLAKE2b-256 beb93c2fe3a2def194dbc494b010d4bd30e5ab59cc0362497c2056e3a2f96bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8dfac8200594a6a5c0708047de74e58092e06a376e6fc4714a3c5a250d037eb1
MD5 8ded02c86870f3d8ff2700bf7e2df82e
BLAKE2b-256 907afb9c149fcbac8acada55207ebb400d3307d0422ff791892ffd4a64590eca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7154a7ab487ca7d5e106f51565199eb05b2cbf32ec3ae5ba56fdac5d07ffc6d4
MD5 a8eb74046cb562232e2b5d931633b687
BLAKE2b-256 48503888a0039a0d4d9329b91081c5d40d2e88b8f04f40186a2eca32d079b4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51235c0c794b0121a9b5a13406c59ca8c0f0e43cd9ce5944cf74f5e9eeab5f68
MD5 50bce4f1684bf7f39c613434c3d0a690
BLAKE2b-256 d15425cd3de1f06b2c49e33e3de68b54840ad2805f73422596e95050e6f8840e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-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.5rc0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f97045f17c7d03f6b3120bfc8d76bdf3562f5cb554b2c818dab347a2f733c304
MD5 c1f92eed07ea5cf4b947bb09f0e28eba
BLAKE2b-256 828c7b557f13ad13bc3d38305e33f5b73b01c97315e99beaa99b1bc23f9be05f

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 63e50c4fb549e53bba13a8ed4714b8763f0ab182fe44b929339fa1b4f89a9726
MD5 54f66f03306eba64666c03665575d4a2
BLAKE2b-256 f2bc05f9d147773d5ae01252680db312ce38b2093bbf882fc89bfc7c2544109d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1a7a2bfb0f02191dd1d2784735dc8eb4f03b80957919a18a36901b8e1bbd75c7
MD5 ebad8f272518911257098043f014a69c
BLAKE2b-256 6d118d4897abae87bbeb035328f8e571a172e6d1ae340a20d3b41beef8f21af4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcb69a5095d6bb667427a273909ea8a8aca81c5827e8f0143680ce8e541c2a0c
MD5 4cdce1454302f0b9555abed19a604ad4
BLAKE2b-256 60adf2d9609d1fc0c3b1de3c19306fb49392da92f29510a196970293803482fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e27db2317aaceb8c6fcc4306734278c8af643c8d030db20dc44efd5f1e1bf13e
MD5 71f0801d2a6b874297a5cc34e228abfc
BLAKE2b-256 eef3be00c622540d1f2e110ba9fc1b7f24dfaa395c8303d56c313870e990dfe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30a63d4bff175453d51d6e50a121681f82e4d27c9c7337f08744e0fe7a9751b4
MD5 119442be7c52d74ce9735002e0adf56b
BLAKE2b-256 b8a84e49dc121445f22afd5a1b6ca1cad8fde03711967d70d9658d8487f0b024

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-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.5rc0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2c1cf465ca866ba4f20f07458f57c0a9e2204e1565974bcbf60936ce16d556cb
MD5 45e47a001e19931e7870089ac26d926c
BLAKE2b-256 09861aa0c97fd2524c4cddb20f95ca06f6bd13fea8d242324b09cf5cc9501d4a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5c882fcc756a2191c48cb3e44459f7707fdafe346c04abb8095e9f35691c7271
MD5 418a992d13bd6acaac57eadb6f54137a
BLAKE2b-256 82c5b83d89759d068834259c28f2acc804d4af1f6922e5f1631cc3ff2b6012bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e439090a672c9cd8bfe734647ca7335286388243d325c019cc42a286d3df76ff
MD5 57735f08d7319f554730f89cc9048d20
BLAKE2b-256 9cc56c9addba49dc55033ead8a8761a1f692e01198de4c4860f7932f731876f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7f84ea23ad10652c70189c44a92202848f436c479721070dd6fd0b55691cb63
MD5 56590a37c3df75ef34c0f3169f83105a
BLAKE2b-256 7ba2ec6d416e9189a612159aaaf39cc2fb97a1a81bc62d8ee18a7c9ddf682e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8d82cacd93312419f9a4cb2018f7bec495c5d71e49ac3872bba1bdefaa97d1f
MD5 2347c41aa5a428f10757cafc494254bd
BLAKE2b-256 5b481a2b42691bfd9bc00c727cbf87ea4e9d34ab6b31c02be76cc0eb43c6098b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ec39fd76b4e7204bdc3c45e4caa99e1d5aecfbb8d2f679de8b79b5c4cf17270
MD5 49fa5de51d3ead7bbbc6f2828b42e5f8
BLAKE2b-256 6212319c3326c28dfeb8434d0af21a2f4646ddf31095a3b475193773ff03edaf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-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.5rc0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9a5fd7872c962583b16762a6429c0cbbe35ea2f6b6c64db610e08edc5e745d41
MD5 272e7e167aeed694416f86271512126b
BLAKE2b-256 69e54056c2b7301e6bcb06dc99bbd2f6892be425360723e405381ed0e03562a7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c9720fb2f11fa3825e2aacbba4bc007ba454a2e74031b0df742513754b3b5014
MD5 a8836952293b6baa05d2af8c594adb08
BLAKE2b-256 6dc5f9226031828fb13dc81f062938477f6ea2c8d1956e98862416f5b3ca597a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3ccf749bdafd9d53fa3e2504082b8c74364ee47770eee86fb720e02003e25298
MD5 b5072219c59a56495054fcddee728caa
BLAKE2b-256 4650ec084b51d9f107bbc3dd303c5bb4587dde6ddf1c68129e967d9b03368d21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b33d6cb5b98a63acb1d2702b5d4b422461ae63beac58ac670dc812fc0b32f634
MD5 6a4ca6e20f69d32b9ac640e2dba95104
BLAKE2b-256 44a77b27c41968456e5ddcf1fd1dd265a763740e2f4983e7644ff87c7d63e96f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17935e32d871c80f296a94fc420702e7c7337e0752406f5602abf94f5502da61
MD5 2d5840338ed54e0ed6bfb41dc9400d99
BLAKE2b-256 487675f242de9a77480af9104584483901cdcad52bec263f381d98112085ef75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9870b575a5e1f7bb7c7d9dc23857860bfb369f18c2d4c7714273c85151097b92
MD5 6c611e2b455d74dc1f294517262f4347
BLAKE2b-256 7cc1c60fba1f38df2bfd23aead4476076f13d3cb0048d886a3d42c3f3ba03b1c

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-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.5rc0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 378fbf1a037bf88fd06e41c03de571ed845ce5d02fe23b34418268631d61710d
MD5 5d9af425940adf22fb8108467d00a9a7
BLAKE2b-256 803ad1348715b3d1e865ec9776579f2c8362eeda99138dfe3444a97b8dd418a9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d442443fdd0a1a4a7251468023ce8c7035e1c81d38ca07d13ac2a88d5987ecdf
MD5 05720a94f8885dbeda54facb4f6693e5
BLAKE2b-256 c9c01531815c687dd1db77b13864ec3610818d866066ae5691ffb62677019593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f67f7cf9e4f716495c5063b835074e1719b39e95193451d9459e6903a271f3ff
MD5 487ea86f87692f18adc7d58f7e5d5e85
BLAKE2b-256 cdac4964ef5c26d43e32edc410af24a61676653868a0b199eab750032269c82a

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