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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_maxima-10.8.3rc3.tar.gz
  • Upload date:
  • Size: 49.1 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.3rc3.tar.gz
Algorithm Hash digest
SHA256 48526ccdd6288dee0fce79b6a6970138c031c02cb18624b1e1a9639b98722a49
MD5 24f635405e6b232990b9b4a1369a5071
BLAKE2b-256 4af4dd16191742a26faa45f9e6ccfd63e326cab6c8224c11d4411b7db89b2a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d1c3dfc3a13ecb20323dacbdbd1d8ba42964bddcd4963a60e8de162ee013e5b
MD5 e72fdd298018f38993b8ed3661b2a331
BLAKE2b-256 019f82997f6f1835f02c344df28cba88798e50b44c9d87ec126cde17511c2674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d835a71381c9b4c98686baf7e5384ec6c054ba93ae017f3127911226f2c70506
MD5 7230d6b7dbea9c93cdeda9c91f327599
BLAKE2b-256 b26a4cb625d221933e5e3ea2ff8d37236754a298a00f12ed6063b7233b23fbd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55792dd3dede9c9e359ce4fbeab527f9c955128bca2f3fd3e51e026c63237eeb
MD5 8da9251951223d95cfddd2288ca91638
BLAKE2b-256 f4f9d5dd2e447709da0c15e933923a3282c5d09f8c627abc5e389c4a669a7f82

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-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.3rc3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 872f9d6b96dd1e13a0a9fc22833e450784b74168b3d2e194ebf601747a22d8cf
MD5 18eff06d71c2258dd3975832049abada
BLAKE2b-256 6e03466adbfd342babc121075ed5b123f0ed2685609741cd9646747eb01222f3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b3921f14c296771dcb3bf74ebabb075fb9a85da5015528bc6b679c39d356837e
MD5 8cb5f92609a649447c88b96befa155ba
BLAKE2b-256 d0e6cf9f8a3dbdd0af268f014323f4471b8b5cb5164eb8de14cf4c9ec6c9c61e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 74034706ca928b10e028af28cd7869c295eac3981a2f6a639d783054d76c97cc
MD5 bfed94ef02e9cc7c4d39c74907463690
BLAKE2b-256 890a6ff93e23127bd908107add1d3bf0da9d429863f20362be439085335ed8df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 916ba82b731653006c50351e8b497c8264426a5e6868c24769af5d5a18eff50f
MD5 d4b0b1630e76629639ad7a94045b31ce
BLAKE2b-256 a1b8f097160889b898e0c97253476fec90035609478215e29e9a778acc8b2924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be67a45b3c50ae8b9cdbd3d9c5bdc60c1cb7724f9ccb4f8566e12cf77c75c035
MD5 30c30f1d6e071d1f133665c600fed523
BLAKE2b-256 f4584ef53f6aa9ac130466195f7257ca9a26fa81e64bdf2daae2d7de52d04f03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 637abd839d2bee607d59e974a00b8f75c26537280f26c79e7d2f4b6d54ca9497
MD5 e5f06f6e923db041c58f58020d9100ca
BLAKE2b-256 7815d024fcfec196b461e955a608d6b8ab43547d3e3ba837684409004e8dd2c1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-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.3rc3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 76a14717001ffc292008427f984e05079886bd284d3c008d7c911da5a192cc9d
MD5 7d48f917afe806b9706657b31dad6166
BLAKE2b-256 7495a791a31f60e5f185200f61ca49ac367b28cbb6dfe4f97707303e4510a943

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e35f26b19ba0ebd1e2235d836141e3f1caab21576b2afb296173608250007d5
MD5 ec5cdedbe298a2563021c420b69fc8a8
BLAKE2b-256 d2339cbd14ffa409ae542303918abe3c25cdee8ae04098e98a1d5bf8db0fdf32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 334f82f11fc809c9b39299415b80b20707b74b91abbfb28c8d96e3c1cb2c089d
MD5 9725aad87bb450cd5b8c7daf158cb3c1
BLAKE2b-256 6623b1077ac8baa6c9a4f1afc5986b3a1979c816e33c3717207c4f4eaa1f5eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5c6795bb643fe112eb8e8b41c774e7c9696de88ea6fe73ca0d9afd0bbc3d320
MD5 5ffbf1ed1129bab127905640d24e9fe2
BLAKE2b-256 73b03d28f1ec258664d7b0364081f31915c9ad91602b4971778842942fa49b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3a37733d0ca6b22ca6f476a42953936ba31daf1496488d1b585098f2e1b0440
MD5 4d330f9dcfb0437b1b4e12a7ce758204
BLAKE2b-256 317192de0ab97a98dcb61f5337ed8b10ca020e2a1ec2c79c6a385e9efe011355

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 865b53cdea6450856fa59fcef3ee9fdc6fb14c0f309f180fed5619b4556b20c0
MD5 36ce472fb7badffc911c869e2c7a6121
BLAKE2b-256 8e23aa15fb5d585a21d90aa1739dd9a7e16c3c44b98d9cb5aca64928c54458ba

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-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.3rc3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9178d7c288ec5d98df65a39c9144248eabf889041772d61edbdfd77a697f974c
MD5 ef03bae18daf869dcf59ebc9d392b674
BLAKE2b-256 69386d3568543f4a9dc4a1b5fb12efdc796cc2228c3ea6e5153ce19972f31bc8

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2cac2abcfc847ee8280803c3cf1aa7941454873d3c1643ab47d4b30a2d7a535
MD5 c9d5fb5f35a5cf996d16772129ee524a
BLAKE2b-256 3cd68b42d6e547d36f3dbb46c2a0636cc2f9248b6eecf1acfca186b1635f3978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ecc05f7998d9132adfedbc5d821a75d9151a9e700034495848a11e9ddd137901
MD5 2b2beee6a11d79fcb6d1f9923c9b9faf
BLAKE2b-256 480fa7ee7546b59989fc626f4d0be00b0660d6ecb1e672ee513bead367739be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a24aa79a06a2d7a7610d960cf3bd02162b19df74d3a2107dcb0c59447fca863
MD5 62f62f8c8808bef2208c0f046d0245f9
BLAKE2b-256 ed403a55e6b974fae1fd463d00eb211f08bb1d33b7755e7fe3495892b3b84dd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d30e98b9c69b9680b7ef555388aefa1452fb1237b8dd5b1d5dfa6536ae1790c
MD5 ac42fb4a3aee112f467603fb5e790cfc
BLAKE2b-256 caf9c00a0515bc0935fb654f7e05b4a8b7c8fe262cbc2dec5cac399853f52073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5ed88d5096eb9c492049b65c67a1e13072efe8d201ec7ba267bd7b9870f60aa
MD5 d7a025a9c22ef0d13c94e7733e28e790
BLAKE2b-256 cbc5a6678caa245ee305efea7d77ab5106196fd296a76c42a503005ddfebe62d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-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.3rc3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 998b36661c81d96426175ec17ee9a52c86c5e71edfa30eff30c01f445ca741d1
MD5 349fda92e451e51876498ed3da905555
BLAKE2b-256 a18ca2d33314b648f9461acd479490d699a6bca5015ef68c2e52f55d3b7398b6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 200df12cd4387824162c371dff402f8781a9b75c82e1d73976a4113ccc52c0db
MD5 699925a021978b9f70421188671ae072
BLAKE2b-256 5041d5116bc05c98145903f51edd87d957c64d3f59c6677b424a989ee8175351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d62f74397086c5739e9d281d8e1dbed2367fdde775d6f466e71d3189ade41fdc
MD5 11fbb3dfd695554ba4cee276b5e1beb7
BLAKE2b-256 590c93ac7b6a6f302bd275ec91dffe802f38cff512e5a33330ccbd1a99fb672b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 274a64fa1c1076a041557e296e7528546a8c1162538118886bbcb971eac4a711
MD5 1532f217330298e62ad3c07592cc2c54
BLAKE2b-256 b233c8bf8f03156f5b91d2a9de5a31ae7340c18bcd4b18e3f76a3dfe3b28dc45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 377cd2b292a528a4454211a858f9d3a716c927db226e61cb6338522782cde52a
MD5 4e7f7ec64544df036a996db2935d2a77
BLAKE2b-256 d5636cb153184e121641924fc42de1c0542bebb7bc986052cc408a97bf49b232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f04f022a3b98762a2285862c62f396485676d8b19e622227f8668e8566b3e8b7
MD5 1759d3fecae2fb0caa51e4eae1c82ebf
BLAKE2b-256 5a53cccded222a47189e999f845f8df3b3cb3c991d8804c06ea86d6de5d69343

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-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.3rc3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e9d44873306e8434cc8d915536d71ce6c7cbd7b914efdefba5ab7d57cc99ed43
MD5 3b6a71b89fce076b33e9e35020f7e47d
BLAKE2b-256 e122a4a0efe5d47807ae504c3294adc7d7472d0f2c08615791fa468691bf8759

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 31c26c910237ccae660583b7f8ca9955241ba6d6b3b768a89a9dcecf3ee70984
MD5 8941ff53a4679f9e6a6c035f67489090
BLAKE2b-256 910bd9fdd0caf95d9170fb6d2ac2bda3baa0a2f4417e963589495533e00356ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.3rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2cc40d9fbc07a1d68fcceba38648bd9982af792a97e60db45e856b55294b4d96
MD5 27f418aaad6f3a4af0a2eadb774954b5
BLAKE2b-256 471b3262c51bdb82845a2f1d270d8493306da12008d7063bde08fef2a64d77fb

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