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.9.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.9-cp314-cp314t-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_plot-10.8.9-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.9-cp314-cp314t-musllinux_1_2_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_plot-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.7 MB view details)

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

passagemath_plot-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.2 MB view details)

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

passagemath_plot-10.8.9-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.9-cp314-cp314t-macosx_13_0_arm64.whl (10.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_plot-10.8.9-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.9-cp314-cp314-musllinux_1_2_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.9-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.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.9 MB view details)

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

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

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_plot-10.8.9-cp314-cp314-macosx_13_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_plot-10.8.9-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.9-cp313-cp313-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.9-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.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.9 MB view details)

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

passagemath_plot-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plot-10.8.9-cp313-cp313-macosx_13_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_plot-10.8.9-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.9-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.6 MB view details)

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

passagemath_plot-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (15.9 MB view details)

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

passagemath_plot-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plot-10.8.9-cp312-cp312-macosx_13_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_plot-10.8.9-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.9-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plot-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.6 MB view details)

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

passagemath_plot-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (16.0 MB view details)

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

passagemath_plot-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plot-10.8.9-cp311-cp311-macosx_13_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_plot-10.8.9.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.9.tar.gz
Algorithm Hash digest
SHA256 5613dbd2e78d4806cfc64ed158db68c8c236e1daa287c8f5c2509341aa29e3fd
MD5 331258e86b47f08b29bcf79c2defa4a8
BLAKE2b-256 539da74c0106c222e503687c07b2e32d5fca8d345660685c15d756a83f0225dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4bd301eb7c4100bf5f4db0d97051123219394aa1c7aa5cb15c5935d7c6a6ae8b
MD5 7baa39bcc2f51307e7d922c56e9d1dd2
BLAKE2b-256 6681d9cf65e4976d1a90a488fdbc423bb6fed1b413bc39346b859800d3f9d065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49756b5a8f86bb8bee80c634f9e338390e215498f9232e6b50c3eedea8a3a540
MD5 ee71dc0dd2dad827d5bd9561034bb572
BLAKE2b-256 59c27c2bcad97c1fa088773ebb9f3f7a5f80ad789e55b05e78a936bdd1a3451f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f26c26bc1347613cec9699904988487fd73f4a422b6dc4e019ade8b08b3dcc8f
MD5 bb938f6c47e539d3289dae26ab69edee
BLAKE2b-256 9577f84fc704457a7c9cffebe6096ada8d4b133f539d72736b5ab147de958185

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de5ec073d973882f4c9302127e625514c79824809ff926fbc8d4f65697a8f8de
MD5 43a29a968ca59d9246d0beb88f65d8c0
BLAKE2b-256 d9bbb46b082514268751b2642cb519b3f3d16be6d6488d50bcbeb69fe6d95397

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1e68fcc5127f765be7fd121cd400d41bd8690a2a07d033ec072e51783bedf7d
MD5 df2b19d2d3f8e5d6b702ca618a5f07c6
BLAKE2b-256 4c0cf52bb023fcec9e7bf9c2f33a059e89abbeb73fd0cfcde015e066581b6df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0c30691afc8e9afb4d3710c5025bf35378a91730274fad3ce14898260747d985
MD5 eb73235d4bc0108a651ea0f291f77e87
BLAKE2b-256 3efa0fbcde832bc8e27b538619ad67bd667ae9b5cc79f5bd1f65f94f33f6e2da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 20a31d87c9048e09684ed2d694e48562285bf9e3fbf42318f81373419bc66a71
MD5 e11ea6a8df8dca687fb2925ff62a0024
BLAKE2b-256 41a27cac2381f7234e74d9e5696da7cb2809c9847f4c07200aaf6f21d642854a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 080b9874c3442102de7bc56049e1074f413b84cf92d8489773fbcfe9b30823a8
MD5 02ee8133687693b3fc0561595043cc12
BLAKE2b-256 33f4d8267473aa773fe7d95ab5dd373e7398885168e140b9cc93aa79236c36a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4a08d921b60242a26ce6e8cd0f3c8589df83a5af95ea3e487098f0bc1ac9a55
MD5 baad6cbc44834ede4305a334c8682545
BLAKE2b-256 13230214568bae9cab2e333a5dff6908e2d3eb1dbcc2ce9a97402e0409d97b65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a254f0616b141dd367aea1bc98fe10a3e34a28d06bfdd090a7c71a785bc5c438
MD5 cda265a11bbe66ad38f5bed3e7c30734
BLAKE2b-256 bae23fa479667a207fcbaed7e7e987ed90a27202f75125495650a41457d0ef54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 629baa74789800ce94dab12a87221e2b1e13f1c0429093e8354f8706293348a1
MD5 c1ef2139e5a5a27c18d241331df584dd
BLAKE2b-256 ad1f1c137505437307212ee512e92a2cddd92d145afc948b45641e0c60246ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 384ec02972699bec02793b31f910ea43df7b91b838c5789ab2aa907f09938ee0
MD5 408ebfe8f78a0bbaa2a3598a6bf0d778
BLAKE2b-256 4451b5940c8582f1c446cefeed23ab32bc8584be351ce856fd6a95190922a081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 13c84829046f1297a300d5bea3339aa19e5af30f45fdcaaca2b22ccb4319be8e
MD5 7bfe8d3f7e8b200311c1d26871c55bbe
BLAKE2b-256 8de62c9548a0dbb4e429e68372ec10fa2bbcc0784a0b10e1b20919b719ec2fb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bdc6727af231c6b0e84ef97adc9239eb61e39dd19b093b624dec6c4dc7203b13
MD5 6bcc36d640033beffa3c298b9dac39b1
BLAKE2b-256 c002080900774901035770d39be06f49ad13492c9e2d937ae88d24c19b604dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1739c1ece28ca8fe446be971f9805f900d30e16d57dccf9ae41e4ae9691f87b2
MD5 f36df69308c4dacdc6aa1cf46fef1b55
BLAKE2b-256 249c7f2fd93077a622cf9ccfc8df7116d7f79d1fc40f5088be1fe7f23d779f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 903a6074741f969482f7b1be9e1f252e2683625b640e82e75121b9b6e55044cf
MD5 6a0a1accda99d4ebd08bb3a3e67f0b34
BLAKE2b-256 8db4aa2b5d24377331123c8d883833cc6a1d46cacec3ccd82bec17337c00bacd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e453226f2b8b77e3b4bcf2e4abd9c6f47892eae440c1c0aa862d5546e1e52ea
MD5 65f6fc9975d986efb860984c37df6e45
BLAKE2b-256 18796b826e9592d42e05e338fe8980992b92664cbf4e3234e1a6b31a78b17bdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba23d2045e735dd22da721001f622094b70171e7bc69e56538eb1d54a8c043d3
MD5 9f8c9c93e96edbbadfcab1aeb461a270
BLAKE2b-256 85cd1bb4e81f4541e66bb1dab0191f18f97012c5fad1fcdeecef4e23541bab3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7739d3f3c6580092dfff52849033f378dfed30fd06a854d427508bec365677e0
MD5 eb6380a4b5c11ab5c3916a6332ed2568
BLAKE2b-256 8b8a12407f981e48442465bd31d252234be134e1c0e424ac32b6cd15cf6863e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1567fbb46da6df2c72588ea659c28b1cc93c0188cd36d4f04621c3d6afcb067a
MD5 0d2447c16f15c537089c5fb81c3ce03f
BLAKE2b-256 62f984a674323029af5acc72973ec6df319d42917c1594cda36fff4e23ec0bee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 42a7419a3c3217cb9ea95b02d8c1691929a4ba82eb29c7dd9a3ecf8325b86f0c
MD5 95b4397f3def0e52f32ce2413c9f099a
BLAKE2b-256 77ab8c80896825dc4700eaa77106949bb53461893d08f1f77487ea69e46c9170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 08b1e8c83365a31dd9ba0c4cc8a9d16ba93966a327fb78f19d4a10edc18a9c44
MD5 452786f7d6309a17d8c6efc94c1b1c9f
BLAKE2b-256 1aff3eb8eaea71a49079b8f1f5412a138c563a769c238f0529d6b0c8491751c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d70d4f3faf69f56305a2be134dcd2119794c3b5a8d2680eb77e49bd9678a4e30
MD5 958d14b888e25e72d318d0691c5f3fe8
BLAKE2b-256 6237795f0677f526bb91556beec919320a4ce4497e136251d11aac64ac9ef36c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77a20ee01d8f10ce1253be400d18ab49b3454ea4e2741b26f90ce173504d96fa
MD5 2066538ed09fbb492d2f049919a0e2f1
BLAKE2b-256 95489b3ee8796ded376c2a72e6850cb73a6e6e3c0b8661ef14efaf482a6a4786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9cc11bb87fd29396d09c99fac94ef5552d7d4eb8a4ef21e8e69d5cd0cd75f0d
MD5 3b42dc2a31d38ea478e8ed2730e9b940
BLAKE2b-256 e8aa272c4630fca06c88b2ea6872ddae2c4d97e3b6c56196a2353bee924a89fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14c00c24680a04e540154ade47d78bf669ef2837bf9805954850cc67ac00dc32
MD5 1269e2d6ed4fe500681be4fbd60ee7b2
BLAKE2b-256 3c80a9f6b8ae2856dded2a906137cb7e91a9d814ece8b18804be794135388ca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 694928e7d65fc12db1c80e8b72e9650c77a05e9abd54d96dd060485e98adeb97
MD5 d66f6b70f2302dde0400c814a1e92e6d
BLAKE2b-256 adbf1528601861e022b0da26921c01ea47979f16c65cc92987e02206d84d360d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d4e1a746edab01b107885f830d9a3de58e209ce209c02605a17d6068c23f65f4
MD5 171836ce75a1ee0279918d7ab82fcdeb
BLAKE2b-256 91359f7f1a69c1c698e3bfb8eb084e3a53314d16b5a90937d770231a7cbba222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 be0d97a5379c052d9acac465a5b1cfa6dfe7d0767eeb5a7c33c1597fb2be652f
MD5 d990fbdb1ff0cdcc086feb054fff4ae0
BLAKE2b-256 508a8804c13d361c05dfd6154387644db4253e5c7caf9d2dba07ea28332af41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 449a909df5dc4f23fad9b98c8e535732d57b4a180c6b082a35e366aa1188921e
MD5 258a2804faaec345b67d112b3715ab1a
BLAKE2b-256 b7bf85e3c050e970eac50946428c4599891d1687ec53b0efd04bc35995998754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0538743d65d8751e042a28cdf7ad8a36df646056632769335df48f41ea0a3ad8
MD5 dcc6c03b00fa5416791eef1c07a48226
BLAKE2b-256 f18b56e477c84afe5e606c5daea59dabc644e31cce6beae405e3b5e39f483dbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92c13e2ef1d5c8d51f70ef2a3e3b11d23b47110630e39915f424e8d54b8a0025
MD5 045c46399ee8e802ff0420409e9cc182
BLAKE2b-256 00a2c6438c26a19e1c3ba058f936c453890e8d806d308e7a97a51223c087bdfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3cd7e6e3efb776e1bf6611a3f208e564517bf003930ea2d680233dccc753a48
MD5 03cb02ebfcb4abcbcea9b284f9f91fe3
BLAKE2b-256 a0e4e31383e8db11f73da57fa660ca92d21233e65c14e9a07e440d1945aa5808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b580eb3c8e0895d5bdb19e0598355da3a1c7637f482de29eb99f0f2b02cf14d
MD5 1502fac26493f5041068bc96f77079e0
BLAKE2b-256 58fb52f6df4cf38f15c210cd02cb38bed35663519ef266f3c9b76aca8962ad0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plot-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0cf4c0671b3441adcde9a0feee9460d7af9859d5b12c81f82f03dd1e61b1e91c
MD5 2d840974de008ccf8260f23985deffa9
BLAKE2b-256 d28db3b28d753eba52516a8ac4fa8d1d4428c9884a5040df2568ffc9d4f9cd99

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.9 This release

36 files

10.8.8

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