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, 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 using pip:

pip install 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.1.0.tar.gz (78.6 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.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (542.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (565.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (602.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (515.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (386.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (487.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (390.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (543.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (567.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (603.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (517.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (387.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (488.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (338.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (336.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

ellippy-0.1.0-cp314-cp314-win32.whl (237.9 kB view details)

Uploaded CPython 3.14Windows x86

ellippy-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

ellippy-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (390.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

ellippy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (540.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

ellippy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (564.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

ellippy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (601.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (514.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

ellippy-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (385.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

ellippy-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (484.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (336.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (333.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

ellippy-0.1.0-cp313-cp313-win_amd64.whl (253.9 kB view details)

Uploaded CPython 3.13Windows x86-64

ellippy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (542.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ellippy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (566.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ellippy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (602.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (516.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ellippy-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

ellippy-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (387.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

ellippy-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (489.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (391.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

ellippy-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

ellippy-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (309.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ellippy-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (336.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

ellippy-0.1.0-cp312-cp312-win_amd64.whl (254.1 kB view details)

Uploaded CPython 3.12Windows x86-64

ellippy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (542.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ellippy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (565.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ellippy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (602.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (516.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ellippy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

ellippy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (387.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

ellippy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (487.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (391.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

ellippy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

ellippy-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (309.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ellippy-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (336.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

ellippy-0.1.0-cp311-cp311-win_amd64.whl (253.7 kB view details)

Uploaded CPython 3.11Windows x86-64

ellippy-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (542.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ellippy-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (565.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ellippy-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (602.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (515.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ellippy-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

ellippy-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (386.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

ellippy-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (390.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

ellippy-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

ellippy-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (312.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ellippy-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (339.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

ellippy-0.1.0-cp310-cp310-win_amd64.whl (253.6 kB view details)

Uploaded CPython 3.10Windows x86-64

ellippy-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (542.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ellippy-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (565.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

ellippy-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (602.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

ellippy-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (515.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

ellippy-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (377.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

ellippy-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (387.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

ellippy-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

ellippy-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (390.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

ellippy-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (337.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

ellippy-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (334.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for ellippy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 929f7903ab6012a20f250373b798be7d77f45e7bb9e2b669d3d183407e269405
MD5 b35db1ef3dac3dcfa6207c03813b9c2d
BLAKE2b-256 89fc1f378ad0be83fe1f0e86e203f67053ffc5caddb6d3f20ced0eaaffb2da9f

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 914a7be99a467a331337022a00507aaa6c60bcc4070fbb3fbc39e594fbf2ebff
MD5 6f3765cf56a32838e1af4bb630df7a99
BLAKE2b-256 7c24ea66ebd0c278619e995efac8953d3abac25bc0db7dfc2412153d315eee1b

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 224f45d16eb6579740e30798acecca88f83111cc868f00950936fe6bdcc92abc
MD5 d9fd0431bb104a7b628086ce326d5e74
BLAKE2b-256 de8608882cf9f2856e78de2d58ddb350dadc7157d1f0dc7ea0371d82e029cce5

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 645bf3fd6dddfe376a155aacb3e78f74fd2878f1116915477135faab507673c7
MD5 e4c8deb42b1943d9e5fd9d1ef98ef096
BLAKE2b-256 ffc59c22673b26e054f2363a70a4353a104554ed446d4925f57dc2b69012d4d0

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 381ed567108ab32243a27d1ece466bc5b4f8045707572aa2afd91a72a079c5a7
MD5 153c2a44c217f678cc6a8241dea4e27f
BLAKE2b-256 1e33b5b6780c606bfed1618e5ad28d057c4f3cd6bee7b777725905d5693b9dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b08e1eb9a3a4c1186bbc7ef567d8c2b3cb8e8d14b0a21239c9c35dfafa71c19
MD5 11ce7dc40f4904e0172f5ac4e502cc78
BLAKE2b-256 e0ae013636d9177b9abc24ff15fb58b4beda98cb91ff59397ed7053f9a2a3725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac71b63b51a0ac1a0304e653a5d714b961a111c3f264a1ced05cb9183785a405
MD5 0189793b6df17ad9320e90db8e965d19
BLAKE2b-256 ecf9664dadcced94d7af13186d2f26997d33c4b58f4d60e236684efd43ea058e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60d5fcd2b399d8f7e50d0ca69bef3c3a83027383af7934c6fe22854e486a27e2
MD5 b462173a77df49ba3ea84b5d5c53efe1
BLAKE2b-256 97cc85c9db2214dc96ba1d0e9962aa07c3253366dd613764602474d104c81164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 886b005ba75cc3a95aa9b5e7553a897c9f2357021aab7a29202082a47cf24515
MD5 9cf250b07172b046dca9f7d36edae65c
BLAKE2b-256 2f7b8b62565bc2c838b757db0fe4d8e54f9b3062431bbe3ebe5b2b488cce62db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 938efa85fddf48ba6078f8806492ad338652f0b78f1a3a5c7e7f719ab79e4e0e
MD5 9b62bccd59925adcdd48b1e0b6db6bfd
BLAKE2b-256 2faa8fb80fd1735e8c379b82ccc29cb32da165bc228178b53f11a4e85430db49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0429bf1c3371439d2229313d4f19c236bdd8b8a277231b9f374f582fca096151
MD5 1c07ed0b400a232ce61ce63d18e33707
BLAKE2b-256 13067425ff49e24a9db72a630e9de902185593082ae9de02a9ea07198d23edb4

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dccb5f1e81869b88be8cc3d6a60604b277fab8707a7d5c7c6162cddc109460f4
MD5 e8aa43c3461daeb12e88af574bc49415
BLAKE2b-256 e8d8df39206c6457964157f31246e0c16448a8065ff9220d6477f2a31bd9172e

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 16be2749534c65ad48266e208c3d6bfef9d11685a4f746aa4d67a852f6e1bd17
MD5 dcd9ef2f928c4d5164e7f0c667ca3150
BLAKE2b-256 755fbb855ebd9bf655774508e57f4657c6a2c8dc68a328864e2f8edff1eea69b

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f4cdefae847bd23d6ddf1b7079864361d5b3f37e12d9151dab1d7dccf8662a60
MD5 2a19bb2ac25d44a0f0ff087e956d1d6d
BLAKE2b-256 f1faab3eb53b5894de7649a67a70dbf960dbe8c0ed3c29cfe22aa693235b76a1

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c69de7b32f85f2d82f24e21e4120ce59bc61fcec11b4bc2343cddd0b7765301
MD5 053a17c8c28a1d9ff56502b01ef47dd7
BLAKE2b-256 b7687258cfe819b995d3086dd64ab7ef2e4f8d0ab8c5f78c6ff18d54b2003aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 df468a2e16e135e1736e23210fda69a3a3c136a579ad799d8cc7d03f4c63bb15
MD5 db8ee6d7b0eb11b50eea63b18c4eb1e3
BLAKE2b-256 35830662cf498b3d5eb73424552f9796b1da5efeb15f34534c67a6abb4ee4ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 051347e307ceb6327d7ca5c8bd3990b8930523806e4208e6c35482fd27be9629
MD5 6b1b0a0319452f31b9bba1379c2c42f2
BLAKE2b-256 0918491a2f640950bff61ef81258d37aa72b932f2a51078ce6c779920b50dfe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c7ff4690fe5d73fa923e002294bc4c39e9fd904bb15bbc51cedeb042fd78c26f
MD5 40b303b234ed14b6f72b0008efd68904
BLAKE2b-256 151f9774527f868bb3767a4c5229bf1b717078802cc8adb258192f1b9dce1bbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0ea293fb2969835c1244fe0de80f6c853fdd95bf73d236d22b413f15654a3b5
MD5 518c2dd2973804df71bcf6ead4455816
BLAKE2b-256 94a04fb6eaed106575492f72642dafeef86beaba9c034ac8718e3bc9b71281ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ellippy-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3d88e436e56266db1b5dea28b6313d593e1994faa658e35f28e0d11c06ba6998
MD5 f844b0f7e726e95c0b8ce258fc0ca5d8
BLAKE2b-256 29a5590ae4e59e1cb497ce866a025642615fd9e36747b44760911ede4dad9c5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee2e30918787a28cf3be0bab0f34b8666288a50b0d42b309300977287dc6816d
MD5 53d2d83d083ca0422c0c7bb638f19bc0
BLAKE2b-256 d150efea58f68d9bf5cb971c166e50319fc29f7cba28535136420491cbeeb6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7360cde07dc8ec793c0d2f4b34d1cd4df5f7276a2e1389a4ae5eb2ee9cb6d2db
MD5 0e1c253d70d885dc9e1094ea92db264c
BLAKE2b-256 ff25176f8306965c3cce2c2ba9950835d5767663c2f720975ec2777ea3adb25b

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d16b32ea6d0d94b01cf4699859b060e1602080d1ee3eab7bcce6410b312927cc
MD5 0038f2a80fc328596e5746669ae81e23
BLAKE2b-256 20c2d1cdf89baa2eabc2747c7bfe8a850c48faad6c7d7613a9bff9fa2596a6cc

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 329993393d3a0eeb282219eab2d065e80ebdca2f74ed2e53667d03282e5bf8b2
MD5 34f229fe9fbf60df50116ae3c0e49511
BLAKE2b-256 df09924cd3ba910162706522436d589856c8eb2cfcad8f0d783b56e7a5a29a1e

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3cf898ad99e8228cc8bc8ece4be0a95e11ddc5091f1cca72b893fd90591210ab
MD5 76128138847d518d6fd457af48c25c1c
BLAKE2b-256 2b811ce0e19b538a8d496f7a27d5267a2448fae96bca3099d5ad9b901c024608

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2dd4818a6d98df90fdf00d9cc33fe2636e0bfd396015517f487b99897836a3c6
MD5 19d392b79fba30eb04f6463b83230b25
BLAKE2b-256 2dc3ec0854df707c2bbf16e864d97971a6451ea502d252b389eb05a60c182035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9da3482027f07cc7e1318dddd5bbbd618011940b6e8d6b2e28bac56c0e2763c3
MD5 0308fa3be0e0c1a0bf9a7f6055053b81
BLAKE2b-256 5b7d92eeb5d4473bb23483f84c0b2d2f1feae5c42431730023302d97c45eb35f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eef840c50a95eaab5734d2e8ea3c02a22d71eaf32d79235fcebc905b5310d3b6
MD5 65c89f31f74d530a8b1b861aabd77bc5
BLAKE2b-256 306ca272adbbf9b26a2e886c9ec82d0314f5ad6c8b970d11a47c4dd25cd3234a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 295720edf080221a53d83d1064ea810bedbf1e9428aeba7c86a3188c7d6791e4
MD5 22a3cfbc907af3aa9d4feaddfa990741
BLAKE2b-256 6988a39d36a9d4a478ce84c55fa428e8679a37b9cf42b1d7c6cac21fe5d0e1a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8f3b972737215e0ce2d7511fe7c60a42af8a5b0035e31183b034e7448e67a9e6
MD5 3f1c2c781fb08bea916bba2343d465c3
BLAKE2b-256 0d470127d07ca422a4c223801f426dee1af6d3d5e505657faf6c2a46d469fe6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellippy-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 253.9 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.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 29b8e24c3027d05944040a7f156ef4883b80791d46208570d73dde9795693845
MD5 8af1764a963933603f224203d55bf9f1
BLAKE2b-256 6ca441f58e98605e444e0a5070b76a1a0a7046bc5e909d002bcc85381108e756

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 737ae2a4ff357476cdf6547f49a7eb42194f5f700515f2923ff77ed66540d387
MD5 af35ef365b366325a25795b86422f690
BLAKE2b-256 889b23ebc376f7b2751f4c654f50b016a32f19359e9dc69adf7941daa0d60961

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af5e7e35c4c3efd1abf825fa1b12535bd335d554947d18b329758819f23aa0e6
MD5 6f14234d2a89a96d488005b6ce30174c
BLAKE2b-256 51ec2fd8ab182d3c091e9a160773fd3c5926696f3e724eb633c8b718f7d3405b

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7fc994fc648cf23510475f4827645c755b89eea28d4404eaa3fca075b436d877
MD5 17b7e494d6c6439394d7d01271f18cd1
BLAKE2b-256 ac965ef3238cf08b570828613a4578c0e37aa6b98548015092a3107d12e6d4c5

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2cced427814447baa78cab37c7929a87291ef126952f1ad49a79501569076a71
MD5 b7263425063c3f780a7ef1145173ffbc
BLAKE2b-256 bbd07fd105ff898487530fab2b1fff37ee86fb17f61e2e25f73029e557f5ae84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 479c20299af264486e4b2901ff94048baf57c1a937ff596de48a58fd83ffae8f
MD5 204fe8f426a7f749818eefb06bc9787c
BLAKE2b-256 eae2fcac49c3f4ffd6bcf2cf33e9ac35da556c2c4794fb2198ff84e20c0b721b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 33fb3fe8a49a412f7635df82a7298007903bd6f6edd96ec63ff97087b965e727
MD5 74b3aaa032536e07be26e7df59a54100
BLAKE2b-256 d4fd0dc3f4cfecd1432f2eaca3541827bad0160c35d2012a5171cdd90046dc59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a3b8226d9556730097ad47100eb870508add28256e597989b198905be917d111
MD5 bb21042f263fc0ae4261f16d2bc179c4
BLAKE2b-256 2e18dde57daf159df8a2405881e8b5b7a658397fdedbb7620e18382357a70401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 739357deeab9d698ea0c564f76fe9b7a6d4aca10cd85ab00059b04d6da5ba1ec
MD5 5ac370b8745b4eefee92a06e4648469d
BLAKE2b-256 bcde40accc5035429efed8303b4417fd29b51e9037ed31819ddc46c48786310c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4521f965781e090d5d42cccca522f2ac8ac0a755e6d8d354594a2302da115b7d
MD5 30c4e52b06dcd0b24e2cd4941c705322
BLAKE2b-256 54138cccb8bc2aac51cc6974aa8e77fd66da6899d311ac036d78627ca6b2aa79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64e7721eaf9feb18073e8c30298127f85e183d15846ccc3f84fe7dbd17529ac2
MD5 72b2789e01cc02fa1ad5ae639feb8330
BLAKE2b-256 c7abcebc9bd5df1b34ba7fbd5841e757a674726b44d8b79527dcff045ad8aeeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a17df7f1cbfc6f5d6369a8f1090f3fdbf1b4a896a2434f2e52ff2d49d081c870
MD5 1221d63ef69ea37d8322eeb9e72a83b6
BLAKE2b-256 adf9959c353a46885c4ac605a63fee6596927411793755bc81275880742c345e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3c1a39eeb903a74fa9b6ea7dbc8516c56e40cea635691652d3d9bc6b4034ecc3
MD5 3d1f7278aca374af18e9e29745f0ce82
BLAKE2b-256 0882b58b4eb43e77dafa2cbb0a8208a5d847607cf021b80e6dde957a4f5ac2a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellippy-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 254.1 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.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 97c1f9ecb877b0fc29e6990c5fa2f2dc9b5330bb51052e97e5f68eb0a9bc4166
MD5 ef3f01f8001c542499a523472f055d75
BLAKE2b-256 03e95f7099c66ed3c1f7e59c485a98e8355f0e84bc720d0fbfe48c1518d8a427

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac421db3d53a16ed552a47e0f03dc2860b4eca6c71ca0c6cbc9ec408e5234c60
MD5 331541e34d1402938aaf6603e9411a34
BLAKE2b-256 18103689c14e900873dbd530f066f3796efe57543cf11ecfe5bafd31ad6e1548

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 430740111bdbe45d33eb4f98684b42569ba4fc54180273ae8ebdf838cd6d9b1d
MD5 3182df0482908943db9b2495f8c672a0
BLAKE2b-256 9338cf269cdbec2ee6953261c0fb1896ddcd9f4799b899fa72ea093502f36d46

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 db74957143da673437d48c4f3c40b42c90fe53aeee695ea8e51c02e5bf14ffcb
MD5 ada9fa25b775c33547f2d06a8116afa3
BLAKE2b-256 f745f149b8e0e6420c2e7f8e42b315160b7da75a8262ab65ad04e2959a4d670e

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33dc32b79f742b3eee43a493fb5f0dd4e811febe3ccc53f28df60166b8684aa5
MD5 efdf6f8b7a4f53158ec6c2d6c440304b
BLAKE2b-256 8601c2fe024c6dd428c26457a77966b32166b30a4026af6cf5386436223bfc57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5aaa37ce9e8517b595d3296bc1c712a441c5691ff288d2275aa036c0dba2e726
MD5 871791727485585a924884d13a578ee1
BLAKE2b-256 541862a3297a674398b8e8a55a7ed984c6fad0daa4e7dc94b3b7c13791156aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 178e3f875da4efce10f5e4575eaf5f7db79d731df145a4572e7d448ea84f6be3
MD5 71f3d849b2894f07d99d740a7e722dd7
BLAKE2b-256 a30a97723e44b70a9505cd5a0c225e67858c87ae4e88b44f9d93de9422adacdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d73c84d5f4d070a1c4c1c941f7034f49a43b440b17bb7c580f326cbd66b09d0
MD5 5b750229fa97cc049ae716a535b16c69
BLAKE2b-256 786d987b2244ddadb4786d2e51b725a8879d93684586c7370d61afea805c88c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ce65d749a165fc2013da2b38cb3d7eb7094cf594e6d0fd1b742f1de44c16d44b
MD5 7ac6eca598b0316865fee110baa65486
BLAKE2b-256 ebd2f6f76a1ae5a6f407001dc13ffec3765f445f11a3e6564a0263f6f2c99ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0c0903978d1fe030a1479c1763181b2f062ab27d2467a67e6f347783f348bed9
MD5 1327584c1c38a91bca26f26340848fa0
BLAKE2b-256 51e70151dfa7f5fbf4db7fec8c1c6ee5de64297d60ddc1a695b42322f12dad2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61d5dd53cfb8c5b3ad78c9e3f33405bd6a13c75beaf1a20c188a23256a882666
MD5 9e4478e298df866f4373742ba46d35f5
BLAKE2b-256 5a8c4eb42296cebcfeabc0c831947d9781872f2b8249fc5dd5589d84c5a7f8b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c127e78907902ec1c3f1fd8672c6891dc036a74d62fe9c8d4911080d1f4ce1d8
MD5 dba55bf5436403d8709457de8ac16064
BLAKE2b-256 4f6d1c0ba5b1d7719f25e1dc10a90a5026555feb96f7dc8b316f443826dba27c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 aec45f613a2670fee2a918ce8ebbdec413f860013c73401551fa295ef4ce6b7d
MD5 398d183594af4b559a5e9b412d84f3b2
BLAKE2b-256 5b0bf64e52a59e0a248d6bf8f724f0d9bac549f0ea4a61bbdcb3cc3573dfb462

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellippy-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 253.7 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.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e6d4c4568077b7035b8cc01572bf629f7a21498ab304f52cc6e7c43e0519ed5
MD5 28ef871c30be5d15a3897e0b1d3c9f6f
BLAKE2b-256 112cbf90b240516c8d3c344b059172a7d08f2edd68af813c93e3eb2c80ff481d

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7125dde481130ea4c9ba18430352f68e298508ccfdea395e85aa1f25254fa15c
MD5 076d7d6403d1fad6b68d321bec516854
BLAKE2b-256 07e74234ee1906c82e87434e0d3b6f2424b550b5c28554a8311a3ac51c9aed2d

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64b1489ee025f39154fd234b428c598bdef818d3ded0556f6f8039a6ff1a9ce9
MD5 3f216eabb11c2329fdfa83aacc812eb4
BLAKE2b-256 1da1d33f6da205641ba3fe08b0ea0c3f844a08d53cda93ae97f4be198194530e

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df9f21f2c986c56864130bc977569b9442c2743133603dc5888c9a59164e8a54
MD5 89e072f063fd4c819affc343861583c5
BLAKE2b-256 ffc1430b832f6da8842af9c2e67afcbb7f05e0e3fb2a3d2d3ee5336b6567f83f

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7b60509b5716a9cbcd228aea8954a08ebfe14007c0b5ec71b02cd1a9869748f
MD5 62f0d5328e11c88dcb9c465c5c42c551
BLAKE2b-256 b870fa08a9dab0fc37e5dd18d97aeb5ade6d2f85514f0d951995982c7e9637e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faf490ce0cad7ec8507dc8e20d8a3c87859faf13aa0ce68637c1a38aa9fe0deb
MD5 49292c69de65c707c2ec050748a53797
BLAKE2b-256 b6ec00aaad152a6eae00e200a5d2e361863dfcf9f0c6be8e80f74a3e1dabae8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ee16bf14afe218f04b0e27ef0b83f5206f07faaaaeb20043fd8008ba016bbde
MD5 33667201770287b00cf636e66987c2e9
BLAKE2b-256 a4e03fff463d6fe602a2e75be6027dabe04e137162ce6c06bb4978a21321667e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2db7ed64a20f96136cbf525b8f7016d1261e1bd4319879495ccee12f893c115f
MD5 99c3ecd1fb40f017cf2fb2ea189e1cf4
BLAKE2b-256 12874ee45bd9f031e2a3bd0e6b8a3227c5b10f77c3d30d812d86c71bc4db8992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f5dd24ea8ae57dab82e7d2773a142a26ae9f207b4009f2690395a999710d5bfa
MD5 9da3dd883d25e47d9d93c56a48d79d8d
BLAKE2b-256 f439136f65af2ea1eeccde83d5fe92f4b8ab5e631db1d7eee605e64535c9c15e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 645861338bd9ee7db63d10b9b2236a13cdaba4c882248e61a8cf9dbc69b83bdd
MD5 27f01f28a735f53a34f2cfe5dcb4d152
BLAKE2b-256 658e6756e391063aa433521d85ada847c9ca059a9e0d22417c0a2017e01f456a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13e98af75903e22d4893421b0a1a29e0622c435f44ae2356bbb85dd35dc377ed
MD5 561e34bb2836c1bfcc1346dcd320762e
BLAKE2b-256 43b979cd1c5804708c45cced70732853ef5e04849a0726e7203e942ad4c1f6f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c70ca4f81d28736540a75f43c346afc19ab8d2468b2782fb908c1063cad89a5
MD5 ecea0d54f61a0d3968cfc5457612a5d4
BLAKE2b-256 0dc7ec0c9c854c53d9bf22cd79faac220b2fa0c1c3711b64f9d73da48d6f85bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3410320df7c5e04bbab605223eaa1ab089d22e0180d728310f67ab3c638a5a97
MD5 e6032d196ee991111d5a9c0fe24dea32
BLAKE2b-256 311f763f40f2cfe732b5620b26f386599a2dfe747a267deffca958ed95a262d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellippy-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 253.6 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.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 223861f4c9fa09d0dbcf0fc3866ed23b781e428fd35350f1a233246093c4fa29
MD5 4136f8378483cfe000a06408a2dca7d7
BLAKE2b-256 89bc8730c64659928527b2e8a7a2e00c1be2653d36d533857e0aff8acce4f997

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d04787f50efc979b3c54d0b9a3d0a56906284ad42e88dc98912105c80c822740
MD5 d8a29ed65903f19ee4444c39bc65989c
BLAKE2b-256 362c15197e1c428a404703c5d871a5e6d4bb4993420dcd0b64cc05c776edb028

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed297be99ce7edebaafdea20dd876f878208c807e1c78774308aa9951403bcd8
MD5 4d0132ead5783ef893051a88e42eb5c5
BLAKE2b-256 2be7d59a19676f3770cf4537591a86b630a7596d0a07daa49e8bb6c31788c944

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2f7ac5d9094b3ac5fc5b2e503764d01f727729611a14a7783254dac8e056259
MD5 de5a2b0a3e2c23bb402d9cac73e6ccc9
BLAKE2b-256 b03a3adc6d58097b273fa60d5fd3cc1ec05177cb9c2bd264ad4c878e393b8e84

See more details on using hashes here.

File details

Details for the file ellippy-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0110dbe6d5bea02679550a33c159865c66c4626d43fbf38e2cdb2396a19b5189
MD5 a619dc26718657a3180ccca222e68e3e
BLAKE2b-256 3c6370bdb5f293ceff3b36885f3c93718a133332bbfaf15e7b84f865689c869d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7e765e6d72460304ca1b5a7327ee8af1ad483495d49063d22e9b79e5896395f
MD5 57b71196ee2e184fbfe715ef17275d9b
BLAKE2b-256 ffb32b5cf9ddf75e53d4b547e6e9f2f90a07d9aee8f030ad992c2e581f4b4fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1882f10f373d66fa6fef0305207c2a35c9629adc4445914f654dd62be22b8811
MD5 19b185cc46873c80af5e180a0c2e2745
BLAKE2b-256 04d62fd22fd4fb68a8b8e2753b62f86390e90875fd74fa987ea543afe7e89588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61d720d3c36fa8c85b1725e8e54403946b80612aa72d59058e713d2cb6ae8e15
MD5 3ee5481c3841e200a2de1a4814b5e329
BLAKE2b-256 05c08a67d9fe65c32d688a1ea8c3283e913b4433c8563eb6531ba0284af6e1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45e522421ee59d83376bb31b4fdf0344ab3ca4c9e8a3ccfc6fd2839243091520
MD5 1eec1f5d9855ecf3d16a668ef6603b45
BLAKE2b-256 27b6622f3b205ccf0503ca3d99074c2721c535080dd593997a60e0d7d585db99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 397cb799f25afd3f11776f2a646c84b64c5b5a3486fb8a88df4ad1bbd05b3f3f
MD5 19defcad2788a432fca2844a620bdd60
BLAKE2b-256 d4a9c1e4cfeb6866650a8efc9694cba24eb272d4354bf103c4cb50d5fc3441e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ellippy-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3869610660a546dad00c5d0efeba07090d8caa311d606626399b6800d446d909
MD5 7fa86cc9887a356629063dd25c626b4b
BLAKE2b-256 b6a2a1ef17226537f12859c99b2fd6d601b17aa4f0026373c1078bf4cfa01a65

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