Skip to main content

An elliptic integral library for Python

Project description

EllipPy

License PyPI Package Total Downloads Documentation

EllipPy is an elliptic integral library for Python, powered by Rust. All functions support numpy and parallelization. EllipPy features high accuracy and performance. For more details on testing and benchmarks, please refer to Ellip.

Quick Start

from ellippy import *
import numpy as np

ellipk(m=np.array([0.1, 0.2, 0.3, 0.4, 0.5])) # [1.61244135 1.6596236  1.71388945 1.77751937 1.85407468]

ellippiinc(n=0.1, phi=np.pi / 4, m=0.25) # 0.1003043379500434

cel(kc=0.5, p=0.1, a=1.0, b=-1.0) # -5.2310275365518795

elliprf(x=[0.1, 0.2, 0.3], y=[0.2, 0.4, 0.8], z=[0.3, 0.5, 0.7]) # [2.29880489 1.68455225 1.32157804]

jacobi_zeta(phi=np.pi / 3, m=0.5) # 0.13272240254017148

To install EllipPy, use your preferred package manager:

pip install ellippy
uv add ellippy

Features

  • Legendre's complete integrals
    • ellipk: Complete elliptic integral of the first kind (K).
    • ellipe: Complete elliptic integral of the second kind (E).
    • ellippi: Complete elliptic integral of the third kind (Π).
    • ellipd: Complete elliptic integral of Legendre's type (D).
  • Legendre's incomplete integrals
    • ellipf: Incomplete elliptic integral of the first kind (F).
    • ellipeinc: Incomplete elliptic integral of the second kind (E).
    • ellippiinc: Incomplete elliptic integral of the third kind (Π).
    • ellipdinc: Incomplete elliptic integral of Legendre's type (D).
  • Bulirsch's integrals
    • cel: General complete elliptic integral in Bulirsch's form.
    • cel1: Complete elliptic integral of the first kind in Bulirsch's form.
    • cel2: Complete elliptic integral of the second kind in Bulirsch's form.
    • el1: Incomplete elliptic integral of the first kind in Bulirsch's form.
    • el2: Incomplete elliptic integral of the second kind in Bulirsch's form.
    • el3: Incomplete elliptic integral of the third kind in Bulirsch's form.
  • Carlson's symmetric integrals
    • elliprf: Symmetric elliptic integral of the first kind (RF).
    • elliprg: Symmetric elliptic integral of the second kind (RG).
    • elliprj: Symmetric elliptic integral of the third kind (RJ).
    • elliprc: Degenerate elliptic integral of RF (RC).
    • elliprd: Degenerate elliptic integral of the third kind (RD).
  • Miscellaneous functions
    • jacobi_zeta: Jacobi Zeta function (Z).
    • heuman_lambda: Heuman Lambda function (Λ0).

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

ellippy-0.5.6.tar.gz (13.9 kB view details)

Uploaded Source

Built Distributions

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

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (510.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (419.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (409.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (363.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (360.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ellippy-0.5.6-cp314-cp314-win32.whl (266.5 kB view details)

Uploaded CPython 3.14Windows x86

ellippy-0.5.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ellippy-0.5.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (419.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ellippy-0.5.6-cp314-cp314-macosx_11_0_arm64.whl (330.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ellippy-0.5.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (407.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ellippy-0.5.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (506.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (360.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (357.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ellippy-0.5.6-cp313-cp313-win_amd64.whl (292.8 kB view details)

Uploaded CPython 3.13Windows x86-64

ellippy-0.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ellippy-0.5.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ellippy-0.5.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (511.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (419.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ellippy-0.5.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ellippy-0.5.6-cp313-cp313-macosx_11_0_arm64.whl (330.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ellippy-0.5.6-cp313-cp313-macosx_10_12_x86_64.whl (357.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ellippy-0.5.6-cp312-cp312-win_amd64.whl (292.9 kB view details)

Uploaded CPython 3.12Windows x86-64

ellippy-0.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (397.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ellippy-0.5.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ellippy-0.5.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (509.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (419.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ellippy-0.5.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ellippy-0.5.6-cp312-cp312-macosx_11_0_arm64.whl (330.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ellippy-0.5.6-cp312-cp312-macosx_10_12_x86_64.whl (357.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ellippy-0.5.6-cp311-cp311-win_amd64.whl (291.5 kB view details)

Uploaded CPython 3.11Windows x86-64

ellippy-0.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ellippy-0.5.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ellippy-0.5.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (419.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ellippy-0.5.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ellippy-0.5.6-cp311-cp311-macosx_11_0_arm64.whl (333.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ellippy-0.5.6-cp311-cp311-macosx_10_12_x86_64.whl (360.4 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ellippy-0.5.6-cp310-cp310-win_amd64.whl (291.5 kB view details)

Uploaded CPython 3.10Windows x86-64

ellippy-0.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ellippy-0.5.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (408.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ellippy-0.5.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (512.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ellippy-0.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (419.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ellippy-0.5.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (361.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ellippy-0.5.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (358.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file ellippy-0.5.6.tar.gz.

File metadata

  • Download URL: ellippy-0.5.6.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6.tar.gz
Algorithm Hash digest
SHA256 9def5ac900721ceec77687ab8ea0efea11c7e6e2622ece6ca0feed48cd5b38e0
MD5 758bd8e4a5ea88a43de90b05137d6829
BLAKE2b-256 cbec5344478a3e6c8c64a119d45a82f2c220cbc5ac1b6207f490c775e14c3170

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f4c47e2ea1062ee8d5fe0be301ac3eab25900da63edda3c142f0abb80bb950a
MD5 e7cd02ef98800816bdab005c55463b42
BLAKE2b-256 de11c4bbb927ffade239661886c053d35c1855738b6481ee09ea83db07daf99a

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b3c960b2a1001b5583823e20afdc8b4b2616403041abc2b20ff9ff2d54a3ec2c
MD5 88022c3c5be9717a88c22e1ab2132a50
BLAKE2b-256 210481be395cea6eb81ff67122d4b1947ba9b52aee24a1cbebfb30bcc7a250a0

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a49f3b19458a5385bf8e1f86c2a4ac0177ab5f7d6f0e7c3e77380a0d074926c
MD5 150f09d8679a0fb999404d51b6e9db57
BLAKE2b-256 29d8f3f07b35fff74235110d69484bad050f0fda3b7ae01744169a8a5781d402

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5cafea4aab59b5bbc249529059e2f58665531e747272df66ed589aa262710974
MD5 ea4b63a280902f286c0ab4fdd9f866fb
BLAKE2b-256 d2d6cbe3688655a3994394a0329c791209edd83eb532bd8597baec2eb997ba8f

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ec0c205d9e67af7d26b5ea91192b61184a17b94dbd92d861584bd7efcef8299
MD5 75693ed43c7c790c0b5e2850a9c2a4b2
BLAKE2b-256 452fd7f149a6e1490c9bcde668c3eebb84b2fd7c5bcc9f53ed45e04228369af7

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8431ad7ce546f5219fbd3d3fceb9f6b2d993b28a34c82d676ee6b660a288e910
MD5 c521fa4718326bfcbe8e73cf7b79d92b
BLAKE2b-256 a7e893f3b1177651a2099d279fe40d3f94518b49d64dc2d0344b2625d8a1d398

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d75b4b578defd634e714269da6855c1bd05c8042af6b36e4b00da03e8e1a2e2
MD5 f952baf506dab5ee3cd10f0d5f1df695
BLAKE2b-256 ab33534138ef12bd53f3231b504999d22b580590f64c7d57766c2b1742ec1d94

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 faf811cfb6fc769fab19892d70b9099de765b146d08b8f3d845d2e1e4d32385a
MD5 f132ebd5f53928537de1ae3577c7b18f
BLAKE2b-256 6b11fa4e6b181916b21ce1701d5a5694001cb30236d9c2263a94d0ed6c7984e0

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e536b650773192c91e54c8db59457d17731a5b39b72ca55e7bc04b3d083d2c0
MD5 dc45c054529c35e93af6e8569f4b25f2
BLAKE2b-256 0de8ac3444510f4fa24866e4c6d413e81dee11ccbe06fd14850603e785142688

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab08ea4b3d0426bc74a2d016a4c2bb236c12737f203dd9645661d3bd5aebb61f
MD5 979723cf2b7a5f766cd98f3307d96ff1
BLAKE2b-256 8828dd2da8a7ba252bce34df2d82a56170a102d4437ee5c66a2b4e90b42fab45

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp314-cp314-win32.whl.

File metadata

  • Download URL: ellippy-0.5.6-cp314-cp314-win32.whl
  • Upload date:
  • Size: 266.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ff5912d63379a59796fbd6ba268525f401e44a317b66b761be404d87e489ac1a
MD5 89c38bd29e0d6da51886576a7e1ef177
BLAKE2b-256 531c951aec0ea22b5a1ba2756d28f9cc954811d4e9e15b323ad3fa970f2966ed

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c4c7cc51925da38d599bf8b1b82984e83d1d98847122d470883bb52dfafac90
MD5 6b5136e56587a5fdb395327c703b63fe
BLAKE2b-256 9625f954706fa48246e973024696b97e788a7785727fc59b3595a78f69592339

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ba37e3fbf40916d9c8f95c697f7aace03ccf7a795af94a648d9cf88e68b44b9
MD5 b3a3c4c283d175fbfa8760f692432129
BLAKE2b-256 839e8eabd7d722e54c9fa9e1fae42154edd94c098d71039ccf27d210c37cfa8e

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfe9d01d359f832d90a3ada514218717f0e45035d29eb3d45fc308a6d2d2143c
MD5 ff5d58e6d93038085f984345910beef6
BLAKE2b-256 3143c0979ae67a44384beef0baf429707c708785d69e23b179da246327793351

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9ce8033bda3653a83611a3cf5f5313fcab711744753163333ff2a54bd64e1d2
MD5 c80c04c7f1eadbfdc6a04decc6dd167f
BLAKE2b-256 a659faddeb8ebffcc48919711d83f113f563079ee6e07bb1e2c8b54fcdc2c1bb

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bc6201ae56d0aa5e31735d6a7feb010de90e12f0eb92419fb54295eecc943484
MD5 2fd739636f16d6ffdafcb5e2203b3d30
BLAKE2b-256 84f5e4c7ab927f1add79a7260574eb94850e883f9cac8600fcec2ee8e7dcb2d0

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d532acee457e12d809cea731dc418124e1818f515b372cbffd92175ad4c593e
MD5 91fc318f7caebae0113d6877fc95bf05
BLAKE2b-256 0f2c157405b5d61eb7c966aeec795e81496abf2be268897b9b130f4818aadabe

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e98a8480215b1d85da8420097e893a5b41816d20dc2382322fc0f367db79ce30
MD5 7fe746f36d290edb11e3de893ea33e06
BLAKE2b-256 19a5698d637773e4a7a61a1c2f4ed3b0d44680479a3152282b1248ebd137cb33

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ellippy-0.5.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 292.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0b55b473723dd1c21d3b87602b17b1d4a235c497677ff5bf081c2d44536398e0
MD5 95a14975482549ad71d9a85048bfd2e6
BLAKE2b-256 3c7bf97a55ce1d3f9b649f49285b8144f3f83d696c6289937ab4d24c10b24edd

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b460196fd0aa502f773437bdee961c3b3488854de0bca28a3bedc7f9d6d8c967
MD5 04a9a9f9b6986f46e494e6056d78bd37
BLAKE2b-256 795b7b857d965cec5457cea3b36ab9d7bdb4b337e747df61b3b5bb29e17e2b02

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 34b4fe7cb13fa50b8aee7d03c6042957a31e5f391ac14ffe9b22f4e0ef2314ab
MD5 acb62307bfe2082eecf1d0abd51f1c69
BLAKE2b-256 1d6f0322fe84d12635507143c4c32d3cfa51eb91cd028b53d0e4c596baeddc23

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10bb493c6298678f9c8584a3ee77e540e4ffdb20124a6fd85dd14c2b18a42eea
MD5 453bdd10f6e11de0eea9eb9a0a299097
BLAKE2b-256 2c1c220ce3ba4d30484795dbcc187fe9eeccddc68c719e2d1f2dfe0aacf396c5

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a47da91c3bfac50aab866bbdebe37fac5106a4f6bd9b87f4a0dc0b9bcee1475
MD5 c095fde8ea1eefad53a386f6aa5e2690
BLAKE2b-256 fd4b9856d7b9ef3a1a85629880c6eb085a284e84b4e1bd0617d7999ef14aeff0

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7482fdbe4f86dd2a7765e64692a2e43bb5ceaeb8554586aa7f541ad805ad4052
MD5 dca2ff7056dab17bdd9060f54b457230
BLAKE2b-256 e898e8f4fdf19881cad967cbf7b6ec43c6de5b13aa73d326d25502cd6cfdefd5

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1dbe459be9832905a7ace6f7e0b792233edadda249df76995741dbfa3d45dfd
MD5 f4d21268786df115a07e6ddec34a6bba
BLAKE2b-256 18b0dbefcdef835758609bd4851923d74bb2002ce74d16070b86c6a102452202

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f77df910e88f1f82fba2927ce7fa3859f917fd094468320ae3bc9dc78623a66
MD5 945914b0d584505fa873f61e7a5d9799
BLAKE2b-256 96e183ab11ca355f1f515fcdbb637c5b42b04bde025516bb4153ce58b9f60b63

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a41c6a0b68bd3c82b44a14e8aa3690ceab34c20db0763f2231ae90133ff35d9b
MD5 def48923b3b164c87e2360e1f6c271fc
BLAKE2b-256 ba876df57bbef590073289ccfe036aafbd105480d59952eef580afd315de2e2d

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ellippy-0.5.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 292.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 53c61fe410fb3ce5cabc47867a694cae96e76e82c544f6444849be8d35296010
MD5 33e23be60716fcdf6fded8e463e79d32
BLAKE2b-256 2fc79eee3ad82e84110075a9d11d177eacc7238e8d44e694b0f08eef73548995

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abe117a8934710b4f4178740b97764ebbd5f42574da407ddd508bac676dac3d3
MD5 6820ac463483363f3cd31f79e8884db1
BLAKE2b-256 923cedf58b30e87fe92fdb2b53aea44d7909c2be163eeb86fb2b78e260d72e0b

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1cda2e2c1edbdc731accbc5072cb673421b9c7d6f9a927001d405d43d7c1bb1f
MD5 78546555983240371ffbefcb3b685c10
BLAKE2b-256 42422c8c3796631759696b776deccedf48d2cf3ce255489d9d6de402c4504779

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f9dd04ed6912d211d9a0f2623e7cd5e4e4a4f5b5ee4175102eaf026ac1d44ef
MD5 806810ee3a264639d5febadbb518fe59
BLAKE2b-256 f4061eb8e4c7221e858dddfa11779483f43c04b5baeaafb08ed0feacb7832d0c

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79b655baa46de1420c87ab1185aba882db2d6bab632bcd82e099d5c5980de8a0
MD5 01adf7d5c42fd87e6b6b5cb0d200d9fb
BLAKE2b-256 85987aab521c1e9bfaf3cabbc5fdc4a552c52e677f41a231180656cdc7135e99

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e33b06affc5a40db5a321d43c49c8e1777a394961df273a953971b1dd1bceec0
MD5 0a665efda0606563329a7814abc31bbe
BLAKE2b-256 4f4dadf0778507402011d6bfcdd07fecc44482c1bfac229d1a9584ee7336c333

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41ecc14e6a87f4b4c9f0b5b0ec92430a45a6b6a2459bf1d7231b8059c404b5b0
MD5 8b4b5e5b805146f79e5ce9f8325430df
BLAKE2b-256 8c3b9df69fe9dba893c405045acdc92492ab1dfc7f51ada91812e4e3f4f542ea

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 616ce7ad3c618f45863c3074b553eaa8605107d5ad737c8a886303c8338ae5c6
MD5 53c03434f76df750c5cd25a70c1e85fe
BLAKE2b-256 9b1d2a401313c0dd5f74dc5618eab4cda0639b5eb3334091fc8e26a9bada6356

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 55b7f026ad0921ffdbe2953dcc32fc923bfba942b67bf4c2b674c6ad48a3a69a
MD5 e2386caa29287d72ac6a55bb03eb6142
BLAKE2b-256 f9c33c75c1307e9e4e47781e61d2d6ead65a386780145e4f67a1be6851cc0059

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ellippy-0.5.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 291.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 52c663aa28f9ed97a213f429e9ef45026afeb6476c0f39a9e5af5c78fda145e6
MD5 6fb0ff542c6ea889d20ee6cfffba7d80
BLAKE2b-256 fd55f9c50b94dad50c24e0368b6a07e3c409a5f0e4ca16f9dc5e96cb70380dc0

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef2e26e372157c7c070c2a752b2af00420d3c8191c7013594f41551cb1c430cb
MD5 6839d873c9f68c825e992bd4b2da3d46
BLAKE2b-256 77281f995ecad0efe6a6cdcd4529fc2e81d6729e5fdfb7a65db23e148b2f2fe1

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12f53debb441ca506105d84c22bfb12bca76686683186383c315e109c549fa2d
MD5 915b5ba0b2019e5c0e8bc8efb2b3969a
BLAKE2b-256 ca95403203435c1caeddf2a751b4be924762725ef0e74eefd3dda3934ca6c201

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a58d7a1ae3aebceac2eb70a5e93ff17146ba3fc433ba4ed9794e58b7f2b9a51c
MD5 2c89c54b28f2d18f13ff673d2fefb3fd
BLAKE2b-256 63da73c150b72b51913813d769a6612e827cdc70cdfde157b894ceb965307813

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 47abe6af85e96969a99902fe057a93276510dca5db16847958f124c707f0aa10
MD5 f8792720de511fb3a570f51fba627288
BLAKE2b-256 084d94add6028c3b8b675081cc6a17687e7a0de369338f3c7041616f9f26d2b8

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a5ba156e57ad19613a03f67520391fd4714b14ad2154bb3e16f6806df391f90e
MD5 4e3af46e285028864abe63bf365f1728
BLAKE2b-256 e80560ad125357db40889ffc15bc5cd6bac5cb1815b145f40624b92bc8ce947a

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d0b387213281465fda7e9943e595ace8b520475188ebbd1a6bb8803c78f7229e
MD5 a69f72134b5cf05030f5fd0ed70d991f
BLAKE2b-256 817b8c9901ccd16c623929a1b5ebfc4e0d7be7fad02721bbce96026415ef0240

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea3ca23661483840746e2ac5eb2b36f3a12e8777dad0fb952674d412ac2ce404
MD5 5fee82ae1b08daa6b7a6c13707bd2ab9
BLAKE2b-256 bd332df9538fbc28547cd68d52d10bf5529db8b632282c4de8f6cf592637cc3b

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5cb6c0d61d2375e53f366fe298ea6e19bf7727a80de76591e7bae32299528220
MD5 643fe4c773f08192720b64004c8e184a
BLAKE2b-256 3b7f25da29427f28f4e21a77a3aaf53b25e7672b0fa9e560688a0576d4b829e9

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ellippy-0.5.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 291.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f6ada862d32ab8d27dc5c3588920ecc7b8190426d82d6178a4f1c6adab9ebbdc
MD5 45b850c2d74500096fed1e32f80fcb2f
BLAKE2b-256 7da9054264c06c3114e7210b68529a0ad9337958573b01590103596dfac1eff4

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0302bcf693a9cb59d0b50a50de5a8c0970623de17423a6030cedffabb8a3a18e
MD5 7e52ae0e898df82f973f8d31204dc27d
BLAKE2b-256 f8bc4d5142c6a0db9ee906f90a5488fab7687f137f5f4b400e71810107ee15cc

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3405ff1060048802ad810e370bb01c7d3b670f796698a63add915f83abaa4997
MD5 ee1f2eb862cd6810c6e2aefba8330f71
BLAKE2b-256 cedf1786a587631f3f7d390ce9e186085f8f8217e507fd80d9cd79be8dca04b9

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 67078fd0ea02c7e197e5dd4641ee4eeff847aa751528060d000688275d6a1d5f
MD5 aa31e1c240669b2e80e22f3cc73acf42
BLAKE2b-256 ada992f1871f8cf0ecf0fbcccff25b52ad581dc8042f5a9297c0c69e259d3931

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5338aeade5647876e7d18dd98ea08bbff6be7996d946f8eb7cb9d265184c9972
MD5 5df09aed71e58d3410877b4a17eec6c6
BLAKE2b-256 3590748fbd0e7d172f6296e4cc620eb92d508a6261a796f37856e6eee96406fa

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9712ee0f669fb5fc21780b5f2f8dc0dcc9597c066b0734897ef1d91a6fe61d82
MD5 486d013da41a39e4732e3f274a3ec624
BLAKE2b-256 6821153351bfdbaec490121c1b6a2d414e74464fdf62828434ef2f11cb705017

See more details on using hashes here.

File details

Details for the file ellippy-0.5.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.5.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7ba6b802c6d6375047f70acb7fbc5eee9abb96fd32dd3a0f9e7976cf4a75743
MD5 953a52116fa7897496d66c418a1ad9d5
BLAKE2b-256 706133c793f5a1ee5e764ba7c3583a28f3087caa93f92b53363b650a5203cb90

See more details on using hashes here.

Supported by

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