Skip to main content

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-plot is a distribution of a part of the Sage Library.

It provides the namespace packages sage.plot and sage.plot.plot3d, which provide functions for plotting that are very similar to Mathematica’s plotting functions. This is analogous to how matplotlib’s pyplot package provides a UI on top of the core matplotlib library that is similar to matlab’s plotting UI.

What is included

Examples

$ pipx run --spec "passagemath-plot[test]" ipython

In [1]: from passagemath_plot import *

In [2]: scatter_plot([[0,1],[2,2],[4.3,1.1]], marker='s').save('output.png')

In [3]: G = tetrahedron((0,-3.5,0), color='blue') + cube((0,-2,0), color=(.25,0,.5))

In [4]: G.show(aspect_ratio=[1,1,1])
Graphics3d Object

Available as extras, from other distributions

pip install "passagemath-plot[dot2tex]"

Transforming Graphviz files: dot2tex

pip install "passagemath-plot[graphs]"

Graphs and networks: sagemath-graphs

pip install "passagemath-plot[jsmol]"

Alternative backend for 3D graphics: jupyter-jsmol

pip install "passagemath-plot[playwright]"

Screenshotting tool for saving 3D graphics as 2D image files: playwright

pip install "passagemath-plot[polyhedra]"

Polyhedra in arbitrary dimension, plotting in dimensions 2, 3, 4: passagemath-polyhedra

pip install "passagemath-plot[symbolics]"

Defining and plotting symbolic functions and manifolds: passagemath-symbolics

pip install "passagemath-plot[tachyon]"

Ray tracing system, needed for saving 3D graphics as 2D image files: passagemath-tachyon

Download files

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

Source Distribution

passagemath_plot-10.8.8.tar.gz (372.7 kB view details)

Uploaded Source

Built Distributions

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

passagemath_plot-10.8.8-cp314-cp314t-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_plot-10.8.8-cp314-cp314t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.6 MB view details)

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

passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.8 MB view details)

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

passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl (13.7 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_plot-10.8.8-cp314-cp314-win_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_plot-10.8.8-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.4 MB view details)

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

passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.4 MB view details)

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

passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_plot-10.8.8-cp313-cp313-win_arm64.whl (990.3 kB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_plot-10.8.8-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

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

passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

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

passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_plot-10.8.8-cp312-cp312-win_arm64.whl (992.1 kB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_plot-10.8.8-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

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

passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.5 MB view details)

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

passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_plot-10.8.8-cp311-cp311-win_arm64.whl (999.1 kB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_plot-10.8.8-cp311-cp311-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.5 MB view details)

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

passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.6 MB view details)

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

passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_arm64.whl (13.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_plot-10.8.8.tar.gz.

File metadata

  • Download URL: passagemath_plot-10.8.8.tar.gz
  • Upload date:
  • Size: 372.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_plot-10.8.8.tar.gz
Algorithm Hash digest
SHA256 f44235fd12f47b0bac08a6fc27aa681cd9c98a03f530c4ef19afbbe8ab8f8d71
MD5 f635a2f8e6b9ae24de375dd91d105f80
BLAKE2b-256 a21dc7f1366e6cafd5de30caa18af3844a70432fe2313084f28edc640b59188f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ac83c7a1465bc84082cb5fd2ef0fece4d61409113d8a579eb54c206d5057acf9
MD5 96c94b85a3dac62b1ac47e32db261c46
BLAKE2b-256 cc26a708f0b7b1d8ec4de2404a4d05ea2bfb2b3d376baefa608c0307a030512d

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d292a0637c642e4243aca331b29e6b15be2ed104656e0ce6a6de134436fa000b
MD5 f2754fca345c6a34db42405b6c92fe22
BLAKE2b-256 33cbe5712744c6992dd2a83daaef2c0bd4c60b266bc4eabcd3f78d943bba5ac2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38aed8c66073388196e90545062404d0c4c61a82a55ed77a1d576cc8a9cbf879
MD5 549a6c638351f7a85a2fb57bdc46bdcf
BLAKE2b-256 ed556e2d0823b7c6ac7fe67be1e6838697e7bfdaec9404f1a7ce00ba8cea2c09

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c75fb56aa8182db6427a507f295f693ae5f7db8f85cfeac8526156dc41d5d435
MD5 2c028e6ca0399af47538364540eea1f9
BLAKE2b-256 cf7db0cca7c07a161a759b702a92021bc3f2cff7e384d706957bb5eb30661291

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b57dc09a3a9f6b76b1e34bab7b77d11803a6c09c4b7a3fe8cad50bc6196aebe
MD5 75022447a24b0c0d5da6e3ce75342ea9
BLAKE2b-256 d1a209071db276ad99ae83281e46068f1dda113c4e26b779dc897958f8092d97

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bc2cfba398fba4e3ba6a1be9667da2271db84ef4cece0352badb092d06894dc
MD5 26764e73dc798367c90ed1985e714ddb
BLAKE2b-256 90db98003413cc07af5d2f17aa8ff72e9d3752cebb10d454a797b8105ddb9711

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aa5502154ead34c03327e4d7acff95ed80a9df1e648a1d9d1e305c9d4856df0a
MD5 d95200572825ad8f68d3a0f7e66f603f
BLAKE2b-256 b74a8eb0f0d17728966fbd1c428e51998f95686dc4821e7b19fbe986a6285797

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c2a4c5b4c06bdae4b0e8970360ab016a0344f5f46cb5cd28004bcb3ae8f0ab07
MD5 8c50299b4995fdb9249cba1d801254d1
BLAKE2b-256 fa587b7a94f4c12a8d4c9380aa65f43f9e3dcf8ec2530ae088608417f824dfb8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f19305721c38d72098fbb9eb5e2631e5961b4cdddd7516d29824e728decc8fff
MD5 91f1d55486449e2af3a41ccb28989f24
BLAKE2b-256 fee27e38f8ca0d4b963b3cd77a04bc2316523d74b6614abadbf885b922533f8b

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1e2576511638a85a0a4862e1b551bafb714ec29a1cc64b11f14a9df12f205c49
MD5 dafcf7f1e24f3dba106fc2438e3eaff2
BLAKE2b-256 7b663c266252a24c43be00084e7a4a2bab4d799ccb6a4f9f4127441167d204e4

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f63bfc88ccf1a228bed1a80bfd092b0b5ec25fa5596c32fa5f7a6516a0357fe5
MD5 d6a50ce8dc220ca7123ef259c7580b2a
BLAKE2b-256 ea88f9f7899a793569c81776c196dafd4c7f58f86451d3f14a58fbb38335aba7

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2121c245816b43bd69ede0f8f8380c2778d3f66bd910d0fcc554d72ca893fef6
MD5 d8783ff23cbc27182699758308f8a80c
BLAKE2b-256 475205353d117d1ee12d5fe3f54000278e7ade278f7373069e749170c0c262f6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7d69beded4066215edf3575956e2a32bb8d7fbc1ac4a2885eb43fe64753283c
MD5 ea68564368d76ffb8f1512cf538dc6ec
BLAKE2b-256 4278097df2a3cf0a9015b25163137aba617be53d128c2e90379293b011f2a00c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 187027e9417474ecdc26f43ba4743cecd4b5361972027eff1c8d30a4a17c508c
MD5 9f12f5c66f6d5f2557b96634379c79bc
BLAKE2b-256 8373c09f8493d39a7a086d5446c220eaa34827d17f479a526d04c02ec70c4d20

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6df3c22f369be8170a83649ad185293673dadb1f1aeabaf4a9a21c0db6874bbb
MD5 0599aaddb1edc9d04e1b7a2fc2efa95f
BLAKE2b-256 bcbbd06623b165baf56278c12875e39d96ef49be1e9c87017f5b221504a48ca0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46e5eb44437506bb08cd79aecc0d22ad496fee89712648bc7d1d8bc0248dd7fc
MD5 3c7b12d3809fccdc48bc4ae7f0dac657
BLAKE2b-256 5fb52b5f7c62aad31ae289577c987529df954cdb1cbea9fbee4ab2539a5b684c

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 81e355121ab1d9f4474b20ab1d017724e09a7270bdf030331f6aa016b832d56e
MD5 b1739f1bec58596499275cd98e4bed81
BLAKE2b-256 f51faa8cb17acc43df8fef7b5f6bab52b97b5841241c1b21c53c2e8adc474215

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 19782d548fe1cda018e7f2d29393af1af68011fc0d98fc393e4cf8d24a0188ac
MD5 6dd841378116600cb10f507b7ea3a67e
BLAKE2b-256 413a633f435553378f29d50167eb7cd3ea4aadb7916c728d99ed58d4a3e64035

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4877ab3032ae4cdea8e902f498f5d7d9a9ef11aabc4c8452e788db5560c96e3
MD5 605ef3bc26791bb1dd38779639c29105
BLAKE2b-256 bac2b9a2f798065f55ccb5be94ab406c30d9edf300c139ed89820680f119fb5f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0dc6a06b7c107fb6c1abc4a790583ae12c8e7c5988ce776c2ffc1109b4e8ef11
MD5 5f9e6439992691ef264d16dd71948370
BLAKE2b-256 dfa5c1aa7dc62534472cc518892352f7f3fb7ff212b99f9ff87fdb6d7112340f

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2a6d48feb260d5a0fd284fd1595b65dccf262e7a3802772c488627db8f879e5
MD5 f066650dc05fc242eee070cfabe09f64
BLAKE2b-256 224ca96c7c6cb9fb95e4041e32ba01f0538d476d4f392c75e89ba961644dd843

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aed5c5cd98314744b43ee0f445453e8e13e3856b35042fed8f324278dd198341
MD5 58e900df9d9b13d028393cb2e4462a7a
BLAKE2b-256 8dd89702b6a489193d9a3b0c5960ebb87c1f244025a427d65f6f6036e3595100

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2d6c090f36b6102bc36363f420bba5e1acce538d945bf715ae63aeb8fa591c5e
MD5 4216c3bf3b9277ceb9639d8e9bdd0273
BLAKE2b-256 fe049ddb241e689f73ab1f496d1978b7c04a8a00d064d0d34fd0dd8701a78164

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 be9830dec904818797e5ed80b5aacfb4c74b338cf2fe0fa14fad575518c7b757
MD5 8e16b88108c80e9f181cd7a4af727e4c
BLAKE2b-256 7398e7ff61b17f4efcde1cf8b64a0373b68959b40903062b75ea0e86bb7ec2fe

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bd492b8abf196af597cf6f526e38f05f66937e6a7a87737c0fc7289813d7a659
MD5 8f5c3cc9ab165cf9ef7f0fdda4f97b96
BLAKE2b-256 678d0f637398105a7f94cb285c4596922602bb93fbe2ecd932d2ace3aa2323f4

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 592f68a746f8756be24fd8e3b2155819ca3d0bfc2ed788dbd305ade760b60009
MD5 c9938af6dffe4f71741a3ddcfcae13bf
BLAKE2b-256 6bcd6f4e23db299b0e78e41036da31b252776281b009b8613da669ba5a52e5bb

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3962ca25d6cb0e076e1601a5f3a0830e4e70dc76d83f5073581c882583536fa
MD5 2c258611ab789c47b1dab12956e64d9a
BLAKE2b-256 3f8ebe5474c474f510baf40b61f2b016d06e3d1d9f3bb53d7c96741bb9be8696

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ab13e58aa77a120baeee94eae48c7bd9a96687a37608d3847ddfcba7427ceda
MD5 b1acff7cbb36e0eedcaa92a55e1396a8
BLAKE2b-256 a487755533fe92c8d754307c5503e28513f3f597b358ea4081ea4b61be776eb4

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cba48d70a55e5a7a11018091188aca7f05c0ee3541066c00c5a960a130356ddf
MD5 430c5c5787ac9b0acda45f24637cc982
BLAKE2b-256 9ced9244b00799ee694a59987cca658f573b33281e8de03c39c9f9186d985bf9

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11794aee2dabce6861548e2713c00ac54d8123550fdabe12d47144ddfb3b8546
MD5 268679d0503ef42aba5241f294b9c353
BLAKE2b-256 b4613c963c2a74b000cf00a791532c4b06b109ebf0af5d11adb507a8d69f15d8

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 50494ab29d3a26319b9914aee507fc7fac265d21908d0362d639e65c270a43d6
MD5 8e29061c8b61147e55f0494bd7338fd0
BLAKE2b-256 25aacb397ad33be14f26a87918ab4393687f93b4616d8248c6b7afd587867032

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c948bd237988f5a0315565767a16ad864ed130686ad589bc1b16606e87dedf5c
MD5 b55ae5c26dfc673c23dc26fe034f4eee
BLAKE2b-256 19748daa3bdc49c5c9b4c6cb465df580954b5f25b72eec5ab848bdbf41cd7947

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a395bfa8cd816c6dda819179050e30242cd1e5b2a3baa8868db26766bd268f48
MD5 dd4a8e6019e6a0734dc04af8d2820425
BLAKE2b-256 84b2db2448c2573635a8e7773c4306628630e728fe3604e3847d51345f711173

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98ae8c43ad636a9e4368ee3c13c8c2cc6f38c91325199bb4bd23ef9d40b75e8b
MD5 3bd0f712c0537a11ab9080189f3977da
BLAKE2b-256 e23fab84c9b3aa9adbe254ede2e5b8ac29b9014abd562350a71f95180f8cf381

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9effbb85596c54a4c9a747a351361cbe97c934140b2573a3c9947584b62cc19
MD5 d8e7caac8f6a87824e070e20eeb23e36
BLAKE2b-256 4ff2178da13a13eba7c55eb1fd2ae176444ad36b8d17087e8ba8fd49b33acfe0

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e2031f2ef33150725dcc99ab087ed0f9f806604dc1d93423ab30fd7fa7643ce
MD5 1667ff1ad5ae9d671ba461fc87165ba5
BLAKE2b-256 db2fd349a9f37521b1c83591ea1169eacf4eec5fd5facb64bc88b5d2d74173c5

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8be03690fd6329f43df093fe3e69d3a8744166a3874c603728e641cd0f4a8cf
MD5 cf11aa68e3ef3333635ae2b07f1bfd95
BLAKE2b-256 87e68fc8244d5ffe6b10b0e3c6f2c93cb54d7fbfd7f39291ded1bdb244c72fa2

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c58f8fd7dfabf6323080d6685fc9e8b336523d6bd26e7d7a9c3f8a034af5e280
MD5 27ac6f320d75217ea8d05fa55579471d
BLAKE2b-256 ef5ed535fc154f6944a71a4a82047d2b437235825969f520ce8c733ad44a0c42

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f243eb74f9d14336837632ebd70b575a92e469c1597502860ff0f0ac6bd3d535
MD5 515f1f9d958c3d65564ebb9da2e317f2
BLAKE2b-256 6b3bccea62db8d26abb7a755ddbb68bec7350971f506909fd98803288b5901d6

See more details on using hashes here.

File details

Details for the file passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plot-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c4019be5110bed16cf9aea92278b44e46f719119055505260484b193c1391344
MD5 bc6068179f9fb510548d404c026e30d5
BLAKE2b-256 fbf61d24e079acfdc6627f593ab923193515f9645158fb74ec043bb1f28617b2

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

This release

10.8.8 This release

41 files

10.8.7

41 files

10.8.6

41 files

10.8.5

41 files

10.8.4

41 files

10.8.3

41 files

10.8.2

41 files

10.8.1

41 files

10.6.48

43 files

10.6.47

43 files

10.6.46

43 files

10.6.45

43 files

10.6.44

43 files

10.6.43

43 files

10.6.42

43 files

10.6.28

29 files

10.5.49

31 files

10.5.29

16 files

10.4.68

13 files

10.4.36

1 file

10.4.7

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page