Skip to main content

passagemath: Elliptic curves over the rationals with eclib/mwrank

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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

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 --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython

In [1]: from sage.all__sagemath_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 --pip-args="--prefer-binary" --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython

In [1]: from sage.all__sagemath_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

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_eclib-10.5.44.tar.gz (38.4 kB view details)

Uploaded Source

Built Distributions

passagemath_eclib-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl (29.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (30.0 MB view details)

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

passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (28.4 MB view details)

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

passagemath_eclib-10.5.44-cp313-cp313-macosx_14_0_arm64.whl (10.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_eclib-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_eclib-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl (29.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (30.1 MB view details)

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

passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (28.5 MB view details)

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

passagemath_eclib-10.5.44-cp312-cp312-macosx_14_0_arm64.whl (10.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_eclib-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl (29.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (30.0 MB view details)

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

passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (28.4 MB view details)

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

passagemath_eclib-10.5.44-cp311-cp311-macosx_14_0_arm64.whl (10.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_eclib-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl (29.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (30.0 MB view details)

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

passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (28.4 MB view details)

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

passagemath_eclib-10.5.44-cp310-cp310-macosx_14_0_arm64.whl (10.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_eclib-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl (29.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (30.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (28.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_eclib-10.5.44-cp39-cp39-macosx_14_0_arm64.whl (10.8 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_eclib-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_eclib-10.5.44.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for passagemath_eclib-10.5.44.tar.gz
Algorithm Hash digest
SHA256 e2b55d30d38db47d1f1b5dec81bd88eb5b88d6dedd5904247d256d600eb8d8c4
MD5 5421c63506718ef89bd886efb484a707
BLAKE2b-256 58d5ab567589a2eab45d1627b8c54ffea9ade137b047528c3cf449f6e817c6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceaa965e87776638704fe88605563a2a01f40e389a92e42c9cdd36b3d8ac66ea
MD5 4fe3ba5d7146ddd4a2b0de59e23e14f7
BLAKE2b-256 38f7c5d6eb15e5dfa5d771ef4e5ac8a26a583c982d845a9bb477a87326f9e127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 567f04057984206ded99ab4aad0c9265a92d8ae4dc645b73af835a329fbecc13
MD5 3886c618475252de95a6e9048a4a6f76
BLAKE2b-256 5a0990c1f93218d3de22c7a3c855cc7d694ab266eabbdef195d2c954d96f7366

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad768048defb55f0c48d667f57910bd499e49f497d30a415b8ce7afe75ccd211
MD5 92dc31c2e45c3e85d47209d4eb43d747
BLAKE2b-256 379827d87a4c33da3e61676b093cd554af5d39d160afe86f94eccff053202451

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cfa2233a62ae4702b5b38137a198cc19d69c0f4290aab8779b635875e6408f0e
MD5 ff7a479bd4ad199edaec2d9d200cf55e
BLAKE2b-256 e660a08c7a21ace38838b1114d66d41f25fa1272cbd8df9d7990ae9cedaca558

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e8d551723e9481ea54f5d3de9e841a3cd1a0a4f187cbac91c9ceffb727e91bc2
MD5 1659b70e9ac77c8074496815b5371db8
BLAKE2b-256 b532c06e8aa246725752a894a5389e583765e16e0ff9ba1b85e1aae0a9584689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 499aaa4431116b8236b1f42c78220cd0843a0c9fe9bf84e06be032cec5716523
MD5 789146b8e93c28b56de6938207a544fe
BLAKE2b-256 2245c85d65dbca22f67e7be561622436f05e834445c12325a4ace0a57eb79ac2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af7c59167e99e818920fce8bb1fa91cbd3c4f62f3ed6ebb4fb829e77d50f0bb1
MD5 3cba4223ac0288ad683941311ee35ec6
BLAKE2b-256 abf15acfa80422a3c7a2ee72b508610525e4eda23fad11938af43dfca1625941

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 960deb791a3a01fa34344b7d9c408d92a190432e87eece7bed2c77c1a6f53a95
MD5 b3319f967326f888702e37b8a8e65325
BLAKE2b-256 7157fa3596ca616d28abe25832f328c6aa4c7165e6ef1e15099e40f7a4fea27e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 396df1b27bd5c1d6326630bae48098a19b3217cfb1d5a29a05e3e6f11e82bcb3
MD5 727be1671148925b9aa938e5409507cf
BLAKE2b-256 ed5eb9064d930cd360eaa5d025c023da7eb073daaaba7ea0335b846502c988a8

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abb2e9f38e7b1078002688d5ec6f20e05592e772539f29bf4a34d4244b8b96c6
MD5 491d59b8b57d74c257a6d7b2a7d70335
BLAKE2b-256 25286e5264060fbb67c39fc5f18b85f9fab6bb8d03de4f9f2a9e743d251f92f6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 793fde08ab8c1e794330ac254a240669c0777eeaeeed27b14d29fc2ccf0338c1
MD5 20cd8d68e6e80849c197e2029b557766
BLAKE2b-256 882796564bbd0dd048ae91807e67cd8c8629b5288706e63475656fce51a2bdfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cea57321a376a42a446687ce36cda0f14be0c22cddf61f548258b549f4635a34
MD5 94c93065e9b3e437afafb60d03494a45
BLAKE2b-256 75c09791cb3f1de05ce7e1d21e3868eb4888a0d1a8193fc45a1fb505531ce0d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb089928cf8a4be1f21769bbbf452bf80b1a05e41d2d0b5ca826fb343e5cc047
MD5 9807e1d080a543e31626b5d45a6d9158
BLAKE2b-256 07eaa00c1b7823e36b022a28f49144942337284fbd64cd8658a832ac72213cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a9e7028561eb1b7db40fdd4db19d482a3817b20b6c37cdcc651ee0fd832aa856
MD5 8c1501ce12f875cee3cf5aa5f37faefc
BLAKE2b-256 3465e9c1f2e3b2cf0201d2fc9228bdc9470fb3296cbad29f96ef4720e198c8a6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f2257bf4ee59471824c3ea8c853653f78f107cf7029e76640d535932b5c2f4f
MD5 ef4d0a40bc4ebc21ac3baa7275c07601
BLAKE2b-256 e49562d1cf15280d51bc641edbd90d61e2f39996a5b14ab2df73426ad379b1a8

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc4d33991c9c37282b6c21dcc9bdbc26dcd9280bcb4c35966ff7e5797b493232
MD5 9470bf35fde8f0e9ed161b51170200ee
BLAKE2b-256 4cd24f3b582ebfe3c185af4a8b7f4605718972853111068e84abe2c705ffefed

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0445bbbf60b2f9bf67cd5ab74525eaf914053f583f02e077c710eb1196f535c7
MD5 be452b83db157fca71b9a3d1f8e3d547
BLAKE2b-256 c6dd94c5bdb0d44d23f70a1425728cd6302e42fd27ac28b593cd7a6ecedb0692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8475f20cd217f3c5d04567784e61e4c4c55f2ff3316c68ea28f21e848c4d0d71
MD5 beeb641ff413596271bbbcece96dbb81
BLAKE2b-256 563366049117bf2c99072c48bfdb1cfda53aefe856d3fe954a188cef28e27b03

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bf081da55a44036da26acc9fd3c7540f2f50f00af171e95f3630ad3eab95e25
MD5 f91196c729de325fb9e2bd42d3ede8a6
BLAKE2b-256 c58a9c6e3c310c0c587c824e985b79b2cccec16404d92fbc55e72d1de396f3b4

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 343ebb2e1b27fcefb63edf73618ec3f4ae10e82bff9a3db697f186eb948a3326
MD5 490c5950a91919c50bb44505eda2fbbc
BLAKE2b-256 38ab1062222d2d07ca93ace47f142d8838014cbd4a8afab96a9b2b03dd54e666

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 553e901bf014bdf07f65878a97ec5c79701ac2b9ea5a89fa18e572c8cf4721cf
MD5 db6151c7489160cd2353c1596dfbd4c7
BLAKE2b-256 580160cb104887d057c1b33a25db5b9966706a312409cfbf0ae5af650debc106

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 299ec61b7b96f12e2819b6aca6bd598fd7a0b222958810bbcd708038cc1406dc
MD5 05bdd2029377cca8ef64d9cb9d4acd06
BLAKE2b-256 6ede9c2f6a205ffebd51168134a2d8a764c777fd58eca81aa48320fb0589d67d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 32305b510476d53abcb5b0729405b3e9245db45ee8227604b5b2ff0a408ba183
MD5 976587ac38b2f97182c68c829a70b48f
BLAKE2b-256 2fd7ebe716b7ef82bdaf5cd0f5902e087e06036872217bef9b138ff7800a9079

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f0283072ef878fef97bc9b58469f152c91ab8a1bccadabb9b7c9b761aa10d233
MD5 b0d0b35613ea58dd92d147fe056e8586
BLAKE2b-256 3d7964c91297e86dab34e58d2b3990ca90f1dc738692cb82e7029af83ac32738

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cba441db5345239d3126806a5a478b8654d6dc9fadb82b7bfc46eee5a38cad92
MD5 ae76a7df1bf075fd2cf5f82147ce59d2
BLAKE2b-256 d1b36e699d8991bfe88f5a367d34b924fc29cbcc8049e2be04de85af28c89f8c

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2450f21f1192e73d6fd4b451eadec9ca83dc8f4e2713bd929fba5cc9d7ddbfb
MD5 9769ed817482cc4a3a61e6976bf134fa
BLAKE2b-256 2c1f2ed46e86a3968fdb285f5019bd65d62f39f4dd3d54bf7312901be6c44c5f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba5f1c6fa9c06fa02db2055e7dfc5ffb45e94fee7b101f0969a564223aeb67a7
MD5 65554bfc6db1f638047a9884da17a68f
BLAKE2b-256 edd418915b0beddb941fee737d157d43846865400c9faafd0e45ade7d5f8ea93

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df1e04eab42bc29012d7da0b223ce83c5ffa30bf54d04896cc75e32a6f6fe9ca
MD5 35ab2baf6ff2d209d6b57498ac77cb7b
BLAKE2b-256 6d49be3081cbd5917cdff1be3a33741b76d0da0567834d2ffa7e2c2ec313c46e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 393fbf26872fa1ad50350e704b02367b731834cff5873eeb52c9a5920238c1e7
MD5 3caf415d85c2e90bcc90a649fa4c91f0
BLAKE2b-256 b1e4cf4518d08198eb46a90d74437b1779585547b69f697917dbb0d06ad73cb2

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38bd242496f213d9ee11ee4754de20aa8f5024c7e041bdfe3c4acda4f4c91f42
MD5 28f7729c729cf65d88a472ce1db218a8
BLAKE2b-256 7b2f9a00ea7e33309f49ae6bd13e3198ddee2e7c1aa1f028fdb0c14bcc8e1fb5

See more details on using hashes here.

Supported by

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