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-eclib provides the Cython interface to John Cremona’s programs for enumerating and computing with elliptic curves defined over the rational numbers.

What is included

Examples

A quick way to try it out interactively:

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

In [1]: from passagemath_eclib import *

In [2]: M = CremonaModularSymbols(43, cuspidal=True); M
Out[2]: Cremona Cuspidal Modular Symbols space of dimension 6 for Gamma_0(43) of weight 2 with sign 0

Finding the installation location of the mwrank program:

$ pipx run --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

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

In [1]: from passagemath_eclib import *

In [2]: x = polygen(ZZ, 'x')

In [3]: K = NumberField(x**2 + 23, 'a'); a = K.gen()

In [4]: E = EllipticCurve(K, [0,0,0,101,0])

In [5]: E.gens()

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv eclib-venv
passagemath $ source eclib-venv/bin/activate
(eclib-venv) passagemath $ pip install -v -e pkgs/sagemath-eclib

Download files

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

Source Distribution

passagemath_eclib-10.8.9.tar.gz (39.2 kB view details)

Uploaded Source

Built Distributions

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

passagemath_eclib-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl (30.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.8 MB view details)

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

passagemath_eclib-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_eclib-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_eclib-10.8.9-cp314-cp314-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.8.9-cp313-cp313-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.8.9-cp312-cp312-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.8.9-cp311-cp311-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for passagemath_eclib-10.8.9.tar.gz
Algorithm Hash digest
SHA256 357bbec2cf14c73f17fae9333067ca3d68ed54073c455aebca5c77618a7c713c
MD5 45016ad69a6cf75d38d867efc308b653
BLAKE2b-256 e01886aa2cf6fb576c3f50911777041d30de08d8a095a0587ed0bf217eeb7b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5e06f3173cbe827aad69a20f0537675daa33bb893996ccd19815eb1ba41fb2a
MD5 8031b38f697b3330cc1d0d047063e106
BLAKE2b-256 f61f55a86c1e52b6fa28476e9ae0ba4ce746ac3c3b5e1e52df3b74482ac95be1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f55e5d63809e97548eefc9992ddded74eabdb5c03a06f37c1e361a0efff32200
MD5 f399a98de3a5f12e1e6c6a60d994a6b3
BLAKE2b-256 417ed42512fdd0181f215610ffbd8e211fff249f65073715a967e0f0130acd37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 881dbdd58319a4769911e25d6121db259d9a7d43ffc92956c2c01521c15afcda
MD5 5b8332f628839a741e9565cb2ec2cd62
BLAKE2b-256 ac21dbd2d58b38e55f12e67dd36c6e15849b7351dd86982bd5ed6fda3fb6eff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82650eacdfd9371bf3aa225312363bea8108d533b2c66c16f05c5d35e6fabc93
MD5 f9fa655c2e1313090836142138200de1
BLAKE2b-256 94a5c80d5fd1a95b06458cd873311c0076715be55bcb292722016db499307074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f4efcbffb7270bf04fefdde93191655e5bb042a397cc4c5fc66a2d7b69481f0
MD5 5a45aa9ed6cc501dc392cb0fda5f7eb7
BLAKE2b-256 adb34e96ab83bddc15cbe5b5b317df2d37fca1979c8c1896bc032b615677107e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6f79aeea4e80d81fede2daa26164d0d7c72d6fdd7182eeb81000f888653fc65f
MD5 a1c4be20051f7f84cfa6072921cb3d37
BLAKE2b-256 67d8d7fd565b51b6de440a7a3c858948e63519483247c9ac893547d40068b88e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bf06c0e8462774982a40716b03e66ae70fc267fb5c51ea4a0892cac924cae6b
MD5 0cb1521f93eeaf26bc8f4bce6df7a7ba
BLAKE2b-256 1173e84d8a3963b0863d083f18e28cb563266f26604997a23c24ec37ddf6de1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 feb20788e9777c8f8ef83ed10dc8f053622ca19f5ec0713ed0914f32535dc6df
MD5 6925efb4b8643053163d5cd0511fa37c
BLAKE2b-256 6565896dfba57e0c0f73018384e6901dc96a27ebaa7dcc36e396b7284e8d8da0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 100568b0df340248f57b5c8f40a057ae99dbba0094ed1d579c5fa2a196154512
MD5 a043427b57db96d58e2d548bc1f097e9
BLAKE2b-256 7c060dc9cc2ed27d0923f1ce5b2e07b4300b09d7a8377fa14f6248789cb3d2c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f455abfa99a6d932296f5090c33a57afca47a3c2165eac3f127f676064e8b728
MD5 a60624d1ae077d5d6b9e2dc16e27b16a
BLAKE2b-256 0ddbab3260104ec50fd0e1934f53750535cd3241084d8e56a5b9e4ea2d024f45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b8775d6e0bdcf3cc2fc6503c1c14a15af4861fc521618d4802df82bdcd46712f
MD5 72d9cba5da861e7241575a0ea0f66e0c
BLAKE2b-256 03c762ba2195c06703dd69df1f30eaaf3e11dc59471cefa97d1e14aa630ec81f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 43534e02d84ea35a211b44d56013c98ab3d9e489796f3b160ae35be97d009189
MD5 134d6287fe589f3fa1c5123643052c56
BLAKE2b-256 d2ed1046c0aadbd512c52a10e64880f78912d8c63ee1ffec4cfae653f9800976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ba885445a28620bc71d63ca451bc9a08a09f46b4d86a03c495625d6d3e98a7e
MD5 3ec8d460867038e41a6487189db48e54
BLAKE2b-256 38803db0cda5dd4a84cbf65a1b35c9a90656a8e01e99a8f727c75d55cc61dc50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67e76c50fdd965b93cadc02ba1abcf1387ac21c0abd9d5a66a96b1babe0db1e8
MD5 a3dc8e20ae95b03c819e1fcec135c082
BLAKE2b-256 fce2165742c3031fa3edef4ca47aee5aaa0b21575450e41e895d9028ff9a0c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0353046c27e206566a580d6717d32759c9289d255e0ad9ee974c64f3d97d2b26
MD5 e23a9afc1f0945a2cf0b2663efe8271e
BLAKE2b-256 f4f90146dd976051c63fa5a7f3ca2e97ea6a6f58b812ea4cdc2a220bcbec4640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4fac9244aa025956c8431e0f74536d13da121fe9a965cf0e73197d4101a49e38
MD5 ef7fbfd153afa58e6c57127d9ecc68ec
BLAKE2b-256 65d18a54be6b62a3af7e0a8bfffb62543f35d7f5a3781ba8c0a8eac4e0938ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3ef43e0da8fea7474079b8fe5f0f66dfe934900db03b11f915e56a807674ec98
MD5 82b61d9e2d6e2d4238209e22b9ba60f9
BLAKE2b-256 b1563aca08b9c39a32f042ae5fa7dd66f80ca6b9d650de3f8e7d1fd351b50654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 672d826a2c108a6d57cb70f8bfb398cef44725bfd043b508afdf2d63b86ef87f
MD5 150241d7c84e2709697b6551b704492a
BLAKE2b-256 5d296671d63fe427a3b184fe3f9d9704152f2957def3e6931617d4630f44b584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0383ab986141aae1351e4d39fd927b3c0e9d6c06b82ac4ecd83c51b1ce891240
MD5 e16321b64fea208dba4851cc46ccaeb2
BLAKE2b-256 e1989ca2583a6085ebdfb0b58136d811451eec2edfea683993a365e0f3e2c538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0113d772a09d3aec2e53e37389c45d59bb5993fe12e6f76925c107118ee3e305
MD5 677993a75ac12e787ccefd0269b9ff78
BLAKE2b-256 3bf50afb6fea29731e5506e7f3b3b58d561fd25a2a450769bd0d670085edd73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 038909b8f66763cb631c525b982419f1ec7cc8c81454cb2746006371094ee57a
MD5 b6771f70b295fd700507f723b18753a8
BLAKE2b-256 a19ac33e66cb2db725ea75a95c53ce6c72c8e65d1de4eb480dd0615f39c10222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba9effe4efb625f3f37c2d1906c4a6a45643c9469084ee4508fa8ac208e9b76d
MD5 bf69e699416d6f6786c185d8d0925f3b
BLAKE2b-256 e921c76814e98a725aea851f01da4d9ed036c1d156072a849ec8dde54eecd0ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c3cd4446cb4dd8d1240f8f29bc81b21615ddef8760261f183a74fc23f899d3da
MD5 22443082ff62c9ff21e5545c561d278d
BLAKE2b-256 6fa92bdd9655500e96f1ea056a2a49103541859ad5f3e25bf7a82864cff928a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b7d23bbef932c3334211dae1092bc0be536df8a41481eaf9965cf1f9d19d613d
MD5 a60fd946a1a02ecc1335786dd41b14f3
BLAKE2b-256 b2837080591f6f0f15a85c5cf1a275e01bdd3c29d3e4398438447c631a91dca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c568b65c0b8d0325544932ddb374cb30b40369f4cc9d82f57c33952dc0899876
MD5 2187048255452fa05566c89c414e1834
BLAKE2b-256 cf7aa27a4c18a136b03492d46f46b1c3e1a4f0d5fd73aaf9b29699bc40e4d26f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 565349e7014be03737aa8513c4dbedab6615a8cba7dae896161a584b0bcecd8e
MD5 e2481af785ae40d28ae8654db60dd844
BLAKE2b-256 0584946c1b2b96a07cb21e15ca4408e3b2f59da7560d2d2bafff258402f24ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c07c61e469810216acd4809dc7949e5e92f5fb766557187bf471c909795f2c90
MD5 3ac6f4fd2b2365258727b8b0cc27d0da
BLAKE2b-256 754aa703bb4d2cd71c89aa77b16ae8cc6c9e22ef1b5f4b774428b86fcbf103e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a358c898cc3f0e17e22da3848185770604b7508dd93fc515b581743a4056cd8
MD5 77cee2616bbd68d4a23e0a724eefde4e
BLAKE2b-256 126661d0a0f60630686081a22d580718ebcddb29477930b170b8e9974f40b70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f7dfe41a98071d8e61617cc67242f9b900f7d72f945d44beae7b42c1938e6808
MD5 5a17059780f4433568bd729d4f3db9ec
BLAKE2b-256 4137e206110f92d433c646b2f0e22281fb41dc196cd575de9df43283d9ce8fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 aac73e8ef12a0e07851be2aab4f9cf0a4d00651f3079e8fec3454bde93815760
MD5 f421307ff677da3f79ac1fd412514189
BLAKE2b-256 c8591cc51028934f17293b3589d77005bf0e936eaf33edffe2cba7c67d205b55

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 Sentry Error logging StatusPage Status page