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 --spec "passagemath-maxima" sage -maxima

Using the pexpect interface to Maxima:

$ pipx run --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 --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.6rc1.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.6rc1-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.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp314-cp314t-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp314-cp314-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp313-cp313-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-cp312-cp312-macosx_13_0_arm64.whl (30.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl (30.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.8.6rc1-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.6rc1-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.6rc1-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.6rc1-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.6rc1.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.8.6rc1.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.6rc1.tar.gz
Algorithm Hash digest
SHA256 dffe050bb19cbe501785ef266f662e5e05befddc28a30b8b760e4208e17c4b39
MD5 2b35f2c7e17a6b00ccdfbcaaf7fb58f9
BLAKE2b-256 386cf810efdbe4940e1bd86b7770931180df706adcbd50e77620dc6a60dd273a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f60441bc912b6d46d6127773127845afb40fac0948d67b9a0040739bac06654
MD5 398bc2564993a025a1e0f69b8782b74a
BLAKE2b-256 a46da2c5550d237b11503ca21644f902fb417e9555f0bb85f1ccc947bb37278d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 50242a0da3ef31cb3835720daef8c976078becea2bf742dbb21cc168b04f88bf
MD5 65e97e4846adff32e32f4d6c4fc5bc81
BLAKE2b-256 f4de00f5adb9b0171353d4b592d5135a49e14c580267b224d02b73e95465eabc

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d16c0da7eddbd511909b0910e6e88bc1b163e3aa1295b85198637f80e29e1d8
MD5 e9341f99f4ef461ac908bf595b99a9f4
BLAKE2b-256 56676ef5bf406970c4b1936b0c1dfec6c5fac826bcf32f7b89c7404869e58cb1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-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.6rc1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9a5ebf42a5e49caf62b4ab7811d8369f9da111f7029cc454f2beb3287191726d
MD5 bc999ccfe9680382db7801474ae9df8f
BLAKE2b-256 5b491bd666dc5b52b3d885a4246edfb14c5858a71a539c75a5ed37fbd48bf03b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0274eafa18867a9c2bf25da46d380aba38d13ac74d7e74d5c2f007d508a197b5
MD5 2a29831b4757af72c8d63f30ce5e888e
BLAKE2b-256 7961c1ecfab4d5d9eecb54ad3f56003f8cb81ae85d8f323b8131f63090e81bbd

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d59d49c61d71aeab38a5568860475e127ae64fc52fb6b03361437f8e458f9d51
MD5 fd405ef1b0a1f696a83bdf00f1c1f868
BLAKE2b-256 76789578e6a06ad1221adb3adc079975ffa660e6eacf764affa17bc73f2c28e9

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 89cc287ab0ccfca9b0ff5e9e86a02e75b7acee3ea43e176f642768ee9ccc67c8
MD5 57cf256688d1360378f9b6a2b1d92c6e
BLAKE2b-256 f4084218c81688e551f920cab11c7e6c8dceacedda2a92031562965bcded7b32

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2fcb4489ce0948b1185faa0e8a249b87277a0fe07c7fd601eeb4c6f3be508fde
MD5 3c3796f55d579278012d8cd67f3ecc4e
BLAKE2b-256 e8e18e52135672b54e6ea01f6670922a4cb57485221cafbf3189fd57e2bf25e3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 669d25a83ce657bf07300e19d5501e19cc8abaf4f2354d0197483e41261d3526
MD5 acffcd19476361c071d23398e657580c
BLAKE2b-256 91aa3a244f3cb85518248815959ca661bdd6591af0e2e1cc014de83c34d67cd7

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-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.6rc1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 018614f351116e2cbba5165dcb3f3dc01493c9b8d4c37ec2a9e754e317ea1a4e
MD5 e28f149f8537e3511f09e24f3e02064b
BLAKE2b-256 1ee8945d3ee1bfc6a558d425d54c46ed406f4310ae50cb858fb3f36743efc33d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2b2613795ab5ae53c35b16e5d8e41020039ea7f255b6b1cbc89c35482f421dae
MD5 2962fe2b3e7fc6339906dcc494cd46ee
BLAKE2b-256 4c880bd0506d15e730aee1f31f0d69f31662871e08ba2db91c1f1791b22232ae

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ffd4fbad3c657e53831403e06563176c6b9174eacc75f7a0910a6dfc8eb23c13
MD5 7de4e124039b455e85648bff3aaa0363
BLAKE2b-256 68ec2c3dff412af93de36abd51d45a17a190ef061a3aa5b613bfc1a79d999d53

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab0bd0a5ebc88b28deb0ad372fcfa061e1bc52871fa6aba48523108d6cbee522
MD5 4ecf86ef76bdc90ad68058c01ded2740
BLAKE2b-256 ebb11fa60e1a54d5cbf3495a343d75051c8985f1f14dedfd7dd0b0fad2bed2d6

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5cd1de2896188cc14bcda3a048e6245668e8b9c97a3422c8253af4e6ff515b0b
MD5 9d3e0a0472be274f54269b4868b429a1
BLAKE2b-256 956a5b8725301bcc59a8c5ab8021883586ac4811608cb3daf329d736b7834ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48fbe63505c1b0ecef3a4640f8b9ba7c518681bf4e026135ea7f2fc71997fdb2
MD5 fd2134a39e01443605d362dc90cb068f
BLAKE2b-256 fa1446b2a74351d0188162cc7757f467db5f4cbee4fe47ec1166282e5d9efac0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-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.6rc1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 503056c1acbfd086b40a7e162a86f046cf541c8282ec2e10bb38d9c8d644250e
MD5 8b2ec58eacef739dead24e01311ab656
BLAKE2b-256 4c12b6a7dadfc9f9b51b8a213e3f8e41d74aa4eb07b9c50352544c547574dd11

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2545577b3b92db3badfc7692afd2f823748359e53bd8a76d09f08b22a26b1d32
MD5 17fa4bb6ef807953acbd31e3fd3994d5
BLAKE2b-256 a24ffc5771d8da929b8196b4a7c2a67fde39dbc6750c33da8152e08c4fa8b8ef

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c16d9d22ee3fe593dcfb6f968abe7890d866709cb3a78187c777d1f4179e087c
MD5 77450e6c39f1e34a9cab282966ec3d09
BLAKE2b-256 8b1d578b3167a4799d48909698e30b34b2c458837c11e64a31b0607493f85a92

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18c99b3a2587a9b5d08a51c29bf298ada314f204a7a2986503793936307a21e2
MD5 c28c4e6e4e63e03121f651758e576630
BLAKE2b-256 d9288c7687bae65134c84e0f31e2f1d39badd2cb24a89300bb40b52734a52289

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9576c890edf41f989a948e273603ece5dec49201851462db2729afb795eb4050
MD5 c36ab4323ac3ff24e40c1dd5cab8dee4
BLAKE2b-256 e2cbde1df2ad80344f40bcb629b8a908684c6a66296278fb6868c5924f77b8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a7a5b309f2b34baa940a9f7f5ef1abfa305ca4a235f6462413e0284bdc0dd10
MD5 4dd759da2cb9eca7ddc8d67b6e1913f7
BLAKE2b-256 847a5a9a0d054fd0ce77f55609ac55c308a2738dac511c2dec9f4e1a63227f16

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-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.6rc1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9281a2a010e1965c2536812797516462d24d7980e3b6abc59ccfde20e402446b
MD5 d5d53e23df3d8e6cfa4e6d77f18e7173
BLAKE2b-256 321b736e5d00ccd26e7baa8f888d938438dd089ab6b0cba531474f3261b88692

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a67daa77d37f302a9599240b49dcec3a28051a2863c3e3481ac62694b6678efe
MD5 2f04ef96f15b9930f21f5a5bc5c1d1ab
BLAKE2b-256 36289a2753eae430d9caae86280c02b3c356c10245df814ba674c254d6aa83a3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 af089fac9cf62245ae0af37a3e69dcf3926c26377aa42061a8dcab5eafbe91c1
MD5 f7e85aa27f79394341d7a257e67afda5
BLAKE2b-256 9559a255ba83754e90375bb5050464e5afb6965e1a3cce9a15ff58251109d962

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddfb75c27a35cc73035d2769f6fe1f1b82b7cc608b427dbb4077e6219476fefb
MD5 a80240fdf6ad879cc64d54125de29851
BLAKE2b-256 c707c63ac6537ce3f2ad44be4977faaa694b0ad4a78772086378d59ef84affa2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4585bd13ba9d20e1118c1e81f20a0f7d03f2c832ea198d127217527ed8d10996
MD5 e88d0d6b19dfdcd4117fdd7516268fbf
BLAKE2b-256 5067740ec18a4448fc34193e43eabe142b32d1d6a72735290bf0655dbf212a83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5aa510def72d871aa6dfe6c2c1720209f4d4fd9869588dc4905b3963358d36ef
MD5 7ba0c9c1b1bad8d3c03bb0dd4c772d42
BLAKE2b-256 9d39b7915c840b2a527e569bf38132a69f5ec57d5ab7b6d01a6ec91937caca74

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-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.6rc1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c9314da020499bffcbdf98419081d7fe98dcb6eb4e19d172a8d11e577484f13f
MD5 363c7a7c6e08ebb0e1d6aa19b204b9c9
BLAKE2b-256 221bca4c61b9ddc56581215f2b81fb163c1fca5a34f4b77c270f27f9b1ca6f24

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3272feed1ea23abf38846b388248f6a9d627b5108b6fbcf72d4c11f4a084a52f
MD5 90116e98f75d60351b3223aab14e26c9
BLAKE2b-256 b5e69b1e1ce6032601bd3d2ac30d216b785d66a188bba3034d61f498971bad67

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.8.6rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5ed5f0f846978ee1a2190e4e22d8c002d154c6e1a0fa69497963913f3a702ca2
MD5 0d60944ce2ff69443c65659a41a9359a
BLAKE2b-256 7eff20897575e7798cbbbb5c3f4906a90df0f2a296fedc4ee0e9a2e118d2314b

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