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-2025 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:

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) 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.6.x series are 3.10.x-3.14.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.6.47.tar.gz (47.3 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.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl (26.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl (26.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_maxima-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_maxima-10.6.47-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_arm64.whl (26.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_maxima-10.6.47.tar.gz.

File metadata

  • Download URL: passagemath_maxima-10.6.47.tar.gz
  • Upload date:
  • Size: 47.3 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.6.47.tar.gz
Algorithm Hash digest
SHA256 afe9bc8d77f837be16fd2ee6ab1743e008cf257738ade295d9fc7dc679a0ca9e
MD5 7f1e2367a257a8ee0bf0a847dc74847e
BLAKE2b-256 7a145c14232a0c0522ca6429381e20c2349f4e02eba5433a719bacbb10e2aaf2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a80ec9263d833f82bc4216b59b312306bdade7bec9c101f115885bb21c7f4212
MD5 a38804fcba7e8dbdb555ca80674d0826
BLAKE2b-256 30adb35c587d3757b0231ff35f6b1df3406c4981d61525a5b917180696331629

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e6bd8b11115f3fef530eeb50892c6e4ea3b4762ba3c8839fa5ffb9f60008210
MD5 e6b0178af07d1524ce66f849fe8c1080
BLAKE2b-256 a83ea656d202ae73d86f450458dd0da1f78eabf23cff1aa939a2481b808a19eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2e66939742a40e9b2c024b13ba50b247b0fa791adf08c56ab85a971d0dd5db3
MD5 e88f70a0169499fec67d3c9fd86d13d9
BLAKE2b-256 ee328a2d3fe363a7018fd1f8632ae4bdc96866fdfc9a6066424b377dd80714b0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-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.6.47-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 bf8406d0e3f5fe90c793e43c7a3368912c0a89681a482ab2def2a6237119f266
MD5 9476105bfe91eabfae011b5d26d60b4b
BLAKE2b-256 ba2ea5cef031922375e501291880f53c51cb1fac8da9d9714d93ed36462de41d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74eebe6d67ef228449abfbb0d827a70819df59e82b415e05edfcfe1d88d22b19
MD5 4adc1869b80127e652966f06d1bdbfc5
BLAKE2b-256 00c42aa3bea46991ffa528ab12d9b708c2ad4646b7e5a25ccb845cbd9be1d796

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 03248ea458d4ee1dc75ad55ab7050d52e45dcd5b517b78e7c9a8fa1110ae427a
MD5 1bcb46ab7e75477ea59e76aead0fb7ce
BLAKE2b-256 cf2984f2c233ded4d26cff1da1da09ab532786eb0345d7e826265d4117c4913e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5abfe22f9e1d9f72bc029775e75b78a182b83c62830aec58ad176fc3fd9025c
MD5 86fa874770d14bad40ac620e27334942
BLAKE2b-256 377178799a6c6472861fb70d8aca94e63ca1df8d55a30f7678dd6b9e7cceb190

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 def6f78412993d96579874ef5dab7a030172350608791ecd039c1b68a36c7a18
MD5 f5f322a1ff381f4e8da7f018cddbecd8
BLAKE2b-256 160187f58c2666b797e24ec3b944d3a06b75beb631f975c74115a6337055e2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71dec42b70fcb2e930d269040edb9c15b8dfd5486755e975bceeb0e0cb5eb450
MD5 2b8fb51add7016e6b946158f42eb6256
BLAKE2b-256 6b183d27e75a26d9ac228034357b8427f2ff80feb3da04ae8abd475ad4e9fea3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-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.6.47-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 40d4d984d92414f75f5ed769dbcdb13200858e118fb23ac351d954e8481d44a6
MD5 2aaf66ee0ef708632df30983132a4e80
BLAKE2b-256 f945f9060eee2de2ba1db9502744d6f623119237afd8b5e9a6eaa325d49007ca

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a2bd4f27a48a09fa2f18cb2f1daf766159cac0b0604471cee977acdf4e45c2a8
MD5 a795ba8a9c76838d17d8f91ba9c9900d
BLAKE2b-256 94093c36d88f2f082fdfba1f4ebc3c3f6b15432b1364a527de08ed0031c816c5

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7803d7b589791cf5a7c76117fc8888fe18b8fa999c94dc2fd41c3f6207aa7396
MD5 966843eaa1d1da2818ca134faf8e4fd2
BLAKE2b-256 9c0314c2ea19e98f01d8c5ca66aaaab4bfeccfb8833e6d364ef6f95e164b90ac

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b77bfff56ae9fb39bba63ebfc7a0e26fc482dd4f701669be1464032de676685b
MD5 1e1d83bd4f0d0a4ff7bcc98c93e2c63f
BLAKE2b-256 ff9f0965cc7a84fe7f8bce57025992f2ea68a12caca5c418ecbb61db6661ce7d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d5d3e88b461b77428b07343858e2ccf66a4239103d672a05deb8ca49ed47b04
MD5 6976088af9dce510147db38e5e61a82d
BLAKE2b-256 4be28bcd2141add637aef931e7c8a784bb32c4a7056789c120ba7d8b681d67e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 126ad9b93fed14623ac02d5a80930f67e7dd3804e3e2e19a210c27a10d9cc75e
MD5 f283e490f1b968fed52d89b527c55bf7
BLAKE2b-256 8ada05d3248bea47c6afeb46fe3f50bd93d93037b9c02a61e7db541748ec3d27

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-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.6.47-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 34f2149b1d58bdfb52c29c1a2dbcc5d2b28f8f732f22bf90de500318b9893514
MD5 100d1d9d765547bd66cfed8f1be1dc97
BLAKE2b-256 cf657ea1643ad986d4b1d657d55046e4b2b8fee5b008f5a99744532142f64f5a

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dc5a19aaf28f1a08c92a97559b73af72a2496dcd24f473deeed79c4f1f9bdc9e
MD5 4d56cd0550fdf404a99a9f5da04693a1
BLAKE2b-256 912b9c51c6bb2d8be2bdf3f70f44968a7306d0f8b3bb33acef46dba4bbaa678b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8f3cb24a8e56fa3a5df61dd488176468e999a593f325d5c293c53ce579e22887
MD5 798b285d40f9aad727d9f165710bf38b
BLAKE2b-256 762ccd9de3efeb134e3e1c2f5985a0372d89ede36ce65db3ef6d65fccad02c67

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9274425eaa442fe7e97e0205d31ca9760e6bf568bf60232f7c44c14fb2a966b
MD5 9f4368c76404c3b12844b41e2bc482d3
BLAKE2b-256 1a3dad5cc34d24f46f928554b0bba434a29e6ec15eb78d10f940b2f227839411

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a79fe5dad0b267e98d893e5db884c2285208276bb927b48690bffc75e7b00400
MD5 2394bba4beec6b01170aa078ffc037b0
BLAKE2b-256 49eb60738e33bfa1fbe3ad25af843954cc908cc3b21973c50b06a19d57082133

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 20331be3708a0b781bfac01cf3703c4dfd4f190ffc1d2bf99db38577b6537dcf
MD5 93cdf9b373708f35747c5916c7c8b60d
BLAKE2b-256 4b02c840186ad935beb5de3afd1f48d38f3562373323ccc964ba29627c2d25e2

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-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.6.47-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 03d652f7560f0606701aa7d8e46ed2f372d4b88d0ddd48f1ec92272d4aa615ca
MD5 2f3371d503ac3dd476f18e179803e048
BLAKE2b-256 11be6ab71f547774f2345695a77be6b2f2973c6ae9345e2c8beb9d577039e3cf

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ec77665b40407e07bd7fffba979dc7278a41ceba89ece15cba8c18ca43d38c82
MD5 1c5342022b1ee16cbe5cc9ab16eaa61c
BLAKE2b-256 8441ab1474ff27dcf1714c4ae4343af1072aa9d3147d85c407062d879f7ccd8e

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1dfd9bef2e446b760b4123a9f5ad8c90c697bab5d0d0cd94615e4d3011abd861
MD5 b90bd6e10f99cb3d6fef492fa9ee26f9
BLAKE2b-256 baa4e3668c638559a838a0b7ecb6f17bb3d0719a4b4d66f3c5e117fb737a7415

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 182d26877715c12ce08a44a385d15eeeca4262bde8f003f7b10a2169f7e2f145
MD5 0ebc96b622cc85f248bcb7f69a448882
BLAKE2b-256 6073cb9a72716e98e3c87d6dbaa793742b6d26359d7f7364841a2a209acba39b

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4889dda774fcfc7feea69bc2bf6694e47e9c56f0849209d33a79f0fce3e005f0
MD5 85f0ce3861bae0a59934a362f7444025
BLAKE2b-256 5be280548bfbc71e76624863fb6246236076223783ea05f20723bb1bae21997e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e5a80e69c42104421ab019058529dc2ccb13a50a797bfae9ba1e2bf721dadbf
MD5 f91759960974ce1ef588ba0033428b98
BLAKE2b-256 26c41b77e293b08fc182cb534702447bc98c4c19ff83f9ef5db2828c7f0355c1

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-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.6.47-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9170fd0c506337e3343fe1ada6a96eee83d055a287dfdf7be467a3bdfeea7875
MD5 6ff7bd4ad445784a53640f56defb916c
BLAKE2b-256 95cf794528e6ea9eb24f78975c823fb2531c68844ffd9a9a6f7c663f18d02985

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c038963f013b1b6b3925fdd7bfe7c405a78eca2d93c195981946fd2f2cf5f2f8
MD5 e7f60d4597f353353f95265db1d6d21a
BLAKE2b-256 b9cd811b39e3bc47f760f1e59c182fafd58cd3d845febd40e50bf0fa16529705

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 347dd43fd216e9812d07bbc6fa56e01f746fa723bf18a75046bda839f9cecbdf
MD5 dc9ac6ab85366c56439493e5396762c0
BLAKE2b-256 5545c35d9a632ba9fe0d7e5781d3f1399e0cd7ca9ea21d2fbac6079b4c7a883d

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87a1bc1e0e8dd01f9ddedee629f7e88edb105aae6fa91c6f300ad0349f16be27
MD5 6307b217278a83a6331cbe16847210d7
BLAKE2b-256 5782a659906bd1c4e9d72d9cee0261f75e06d6b6e807d7034d6cf9eb10ca7580

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f7b1c9bac2cea7cd79a9f852ba3be6027287e9d7047568fc8c54bbc40353af1
MD5 76766bc0f8c0c7ea8a391d9f70869e82
BLAKE2b-256 2d73775a593cc6313f77b1946d6025f03f0fe2cbd1c57675c94acac2d47cf731

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0dcba5873ccb1ade339814eaf2ced456ec1f6a4553b2f1ad2f8c2f6c9928711c
MD5 285197dd5f5ce8508443cac78fe3fcc8
BLAKE2b-256 21325de12ae4bfe02d13e18f4e87356b4bdc7d4d9f3f764f00bf2f4e91e3cd28

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 72e6e8ec43829680d9d782fdc2071b3fd6665594648e42e6cc6ae5cca6103783
MD5 c9d7242f80483a442c3fdf4c7e3608fc
BLAKE2b-256 ba2b071026354481c7526d41dbf3319cb505d1781b9bec9da6c8808a1cbf4be3

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 793cc537452234dfe96e7feff8f8bf8cbc1b3c91acda7a8f66969ca18e939f21
MD5 614b54f4486539eae2dd082eb56ad704
BLAKE2b-256 0f4126ae1aa7a60b890f77f3892ff391fa75d0bc5451e6af0cba337c0761f6c0

See more details on using hashes here.

File details

Details for the file passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_maxima-10.6.47-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8b602d9a0604225322244865e1657496f36d8a7779d7c315301b3fd6c16f1fa5
MD5 b5bebf8d55dc2a5842e4c7df88dbf1bc
BLAKE2b-256 71a9955c09531f1e97a28f5a5943e833e9d74cea6b49af14dfcf3d26e1017cd3

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