Skip to main content

Approximate and phonetic matching of strings.

Reason this release was yanked:

broken windows builds

Project description

Overview

jellyfish is a library for approximate & phonetic matching of strings.

Source: https://github.com/jamesturk/jellyfish

Documentation: https://jamesturk.github.io/jellyfish/

Issues: https://github.com/jamesturk/jellyfish/issues

PyPI badge Test badge Coveralls Test Rust

Included Algorithms

String comparison:

  • Levenshtein Distance
  • Damerau-Levenshtein Distance
  • Jaccard Index
  • Jaro Distance
  • Jaro-Winkler Distance
  • Match Rating Approach Comparison
  • Hamming Distance

Phonetic encoding:

  • American Soundex
  • Metaphone
  • NYSIIS (New York State Identification and Intelligence System)
  • Match Rating Codex

Example Usage

>>> import jellyfish
>>> jellyfish.levenshtein_distance('jellyfish', 'smellyfish')
2
>>> jellyfish.jaro_similarity('jellyfish', 'smellyfish')
0.89629629629629637
>>> jellyfish.damerau_levenshtein_distance('jellyfish', 'jellyfihs')
1

>>> jellyfish.metaphone('Jellyfish')
'JLFX'
>>> jellyfish.soundex('Jellyfish')
'J412'
>>> jellyfish.nysiis('Jellyfish')
'JALYF'
>>> jellyfish.match_rating_codex('Jellyfish')
'JLLFSH'

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

jellyfish-1.1.2.tar.gz (364.4 kB view details)

Uploaded Source

Built Distributions

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

jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl (517.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_i686.whl (543.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl (523.9 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (355.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (517.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl (543.3 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl (524.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (355.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (313.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

jellyfish-1.1.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl (316.7 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (517.0 kB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl (543.2 kB view details)

Uploaded PyPymusllinux: musl 1.1+ i686

jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl (524.1 kB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (348.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (355.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl (313.2 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

jellyfish-1.1.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl (316.8 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

jellyfish-1.1.2-cp313-cp313-musllinux_1_1_x86_64.whl (514.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp313-cp313-musllinux_1_1_i686.whl (541.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp313-cp313-musllinux_1_1_aarch64.whl (521.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp313-cp313-macosx_11_0_arm64.whl (310.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

jellyfish-1.1.2-cp313-cp313-macosx_10_12_x86_64.whl (314.7 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

jellyfish-1.1.2-cp312-cp312-musllinux_1_1_x86_64.whl (515.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp312-cp312-musllinux_1_1_i686.whl (541.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp312-cp312-musllinux_1_1_aarch64.whl (522.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp312-cp312-macosx_11_0_arm64.whl (311.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

jellyfish-1.1.2-cp312-cp312-macosx_10_12_x86_64.whl (315.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

jellyfish-1.1.2-cp311-cp311-musllinux_1_1_x86_64.whl (515.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp311-cp311-musllinux_1_1_i686.whl (541.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp311-cp311-musllinux_1_1_aarch64.whl (522.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp311-cp311-macosx_11_0_arm64.whl (311.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

jellyfish-1.1.2-cp311-cp311-macosx_10_12_x86_64.whl (315.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

jellyfish-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl (515.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp310-cp310-musllinux_1_1_i686.whl (541.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp310-cp310-musllinux_1_1_aarch64.whl (522.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (354.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp310-cp310-macosx_11_0_arm64.whl (311.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

jellyfish-1.1.2-cp310-cp310-macosx_10_12_x86_64.whl (315.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

jellyfish-1.1.2-cp39-cp39-win_amd64.whl (212.2 kB view details)

Uploaded CPython 3.9Windows x86-64

jellyfish-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl (515.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp39-cp39-musllinux_1_1_i686.whl (541.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp39-cp39-musllinux_1_1_aarch64.whl (522.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (347.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp39-cp39-macosx_11_0_arm64.whl (311.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

jellyfish-1.1.2-cp39-cp39-macosx_10_12_x86_64.whl (315.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

jellyfish-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl (515.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

jellyfish-1.1.2-cp38-cp38-musllinux_1_1_i686.whl (541.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

jellyfish-1.1.2-cp38-cp38-musllinux_1_1_aarch64.whl (522.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ ARM64

jellyfish-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

jellyfish-1.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

jellyfish-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

jellyfish-1.1.2-cp38-cp38-macosx_11_0_arm64.whl (311.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

jellyfish-1.1.2-cp38-cp38-macosx_10_12_x86_64.whl (315.5 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file jellyfish-1.1.2.tar.gz.

File metadata

  • Download URL: jellyfish-1.1.2.tar.gz
  • Upload date:
  • Size: 364.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.7

File hashes

Hashes for jellyfish-1.1.2.tar.gz
Algorithm Hash digest
SHA256 a31de6ce7385746df3b65aa3401c30d0881b5abb518cff99090be7ef96129333
MD5 42ade57495f2f0d24ef9e33fdc04be2d
BLAKE2b-256 71998a453ae40898a5e097aed899d839be51c52793245b0bd3139cd8f253eb68

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c98d35b00c2762c89f0e37488708d44b018eae0f2a1c70ffec606ff51119108
MD5 8e791d31ed41ae3dad8baef2fcaa3449
BLAKE2b-256 1c3f9be2fd524d15a96404958d291596f281562869815ccc8024e8cabbf1d958

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ce2aa2b6f80cd92c769f0b685fd179e38fd2673ac2d14f2206e7c29aedc8db8d
MD5 95d2bd902a38bbc70b57bd67e807de4d
BLAKE2b-256 4a86677f9cfe933663071dd2119cdf43d1d472f63e428792e4dc1f4e6ce4eb21

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 059902319e5a9e364b7485a2e4f442059928ed51ebe09aed32537ba5ee238af6
MD5 37b1c1ea3d85b9ded04a5c5ce05c7877
BLAKE2b-256 a78a098e84183fc96049b000b69f6796e052c2028b8ac68767295852e167ec6e

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c9d1e20919403edfbb688df2b47dda7ea07604b7a4fc7e9be32fc53359d0ce5
MD5 1f9c289f32b09eeff4720a618c250814
BLAKE2b-256 86a46096950138c4e069138bf9eeb54902afb540a3b28a0871874867ff4ebc72

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e523fd7349302d2f5fccef982d5d396ac19278c064b09ec238fead829339e8ba
MD5 026432396ce8a7939553e71823531420
BLAKE2b-256 cbfb02c9bc93f660756aaf5ddc4320651ad63e95d41263cfe59888ca0d40997d

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b00580d126213fcbf11cd8d0d96771f4c54aedbf9883f7c62f8ac63ca9c82b7f
MD5 b56f1726ff1988dbd73db75a4772594a
BLAKE2b-256 4b198cb294e633d0e9e6ec7ff0e7c74c9c7c3443dc869046aa83b31717ae250b

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c022f01ecedebf354938f8813d7d72fdbb7f55a76050c7a8adac1014609b230
MD5 b28d9966e4301e2eb28dea037c026b0c
BLAKE2b-256 66910b093682bbdc0aa0f1297594033074c3314cdbe63d21497c6233e0d8cba2

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 42f62e1e9da44aaa588bbd78157561df592f3081fe309e9035937e5a63858490
MD5 0155e312cf9a1775491955b11a26e82c
BLAKE2b-256 0948c7828fe764001ec95504060f44d54edf1d6e132b94072d8936e7f5468790

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e677a6310a4f6125d1751f71e6fae834a0423805992ee9058855f3064066f9d2
MD5 3000bfb0696c7eeec508033f1bd1f411
BLAKE2b-256 af13bfcb6a8777da6ed833d880cfe67a7aa1b7ca8b3cc680ac93c555d3619922

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e7672ba14336175b6bd4dbbfb1c87a94127159d1f2e0f6322447ec590dd53d6
MD5 cd0b5ddc5fb2084e35205ce8d4f39444
BLAKE2b-256 2f4e8eca2cd71ee3ee4d4913f65252864101aeee6c2e4977b6c42309fcc287d4

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 48502aaca1a7442e66d0aad7025ec6c6c23f729fe729462143fb0a5feea3bfab
MD5 1298defa5398cdc448ad6cd3572a08d6
BLAKE2b-256 3979976dafb27c472941ecc24d822f469cb18d932717c183f191fa3b4b770676

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 923ea935356ecc2040f9cd41eb7fa684eed34900f512edb5dc0ac87484695706
MD5 1a58c05e3988fa95f9381049ba1fe9e3
BLAKE2b-256 0be689d541017342dfe4af2b7395b295e7c57d0e7ed2bafaf6c18d1899906cd8

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff32f9847aa05f1001ae7b92539ede67f5a61e5e4becf909e0dd6b87ed451bd
MD5 fe1e3462b8c367089ba7d12dbb4d60f3
BLAKE2b-256 eb03a129bb448acc7b0bb9c9a5a157985d2bba3da20f192790354faae7350f52

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d8df82a288ad5e4b87ffb41cc53742ec9d0e2806b09daffef9fed8c9e9fe0a23
MD5 06bdcfbcf45873097cd69a9e211b0276
BLAKE2b-256 e5c1c1c74e2f21fc4b4b3a5840627a8c529305f4e2b1de3cb44edec2e56c819b

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d573c04b1f005f936cacacffc4815f332ad769126aa05b13a7f6bd9dd76600a8
MD5 c27a5a1804638f372d3f872ccda3986b
BLAKE2b-256 aac23874d515fd44bcb2c2ed9f3693c6d1ebd5a3cf9095b50f522a6029390cca

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 119afe7272173f90577b154da5d1a34e858399fb3d2b40e271799481bca22490
MD5 433a3274d70fd789306f9b0236e682cd
BLAKE2b-256 93db26e3c4e0aa33779fa6f7aee937cf879ed132c85f60ded00d7b67f619a4b4

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f1fe12f80d513cc311d316cd0e8b59048bf54b9c34302eb062879a18f74b1c96
MD5 6e892a30d91c7764389710d4ded5747e
BLAKE2b-256 0c981916866c3026519e3b8ce5f903df6cbf9c5a1467669e83e5e6e7fa17d5ee

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4f781de0970bf632065fcf37cb6ad0fdb3bfde6d82f0bfb8b24dd4fb40b63f2
MD5 af7b6886a300c969eca192f5b7fc079f
BLAKE2b-256 063cd1d1809edc60aaa1bf7ca69e3e817f5d68511fc007431273041712b91f4f

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e303388d03fedd7a5e2d571e372f5912eb930473c14f2fcadf5fb18ec6ab7252
MD5 754b0888e31546556fc8360e9a512bc4
BLAKE2b-256 8e1d5804d109763eaef9f87441f67480c712790fdfff8b4abb93f2d784f653e4

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f23c718a8290727a8a2f610536e8b98bdb27df48914ab755adab9bd8c7bfd32e
MD5 b9c60d51fee9c0791a22c4cb5e800ac4
BLAKE2b-256 379d495f4f2bf28e162a0671d45fa08bf6168e3aaa8fadbc5ccc5b7cad64d6c6

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a6f708f72709c0719925259e0a2b3a3722c20e22953951c5de054afca3ea5e9
MD5 a061f3bd47bcaa095db12376bf30858a
BLAKE2b-256 09873b7880b11209e2ee5c3df04d1a28d17905d69738c83f80458ca454dcb371

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d46d022c707693b417b6756c74b96f149a2a1a4ae14ed510a9139791590e6dea
MD5 a9e8407b6d49183b3f503bc073d9064a
BLAKE2b-256 4f71e2a1f36b661f868a4a1ab96f771e340f3604489a155f810f795b4702720d

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e193653526f4f62a8e1fb30d4533700f50ab777362afbfe38feb7b61acc66e2f
MD5 4325180dd1a4ece8620158738463bc25
BLAKE2b-256 4069848fb33e0964004fb769132ecda572a12bde6e85dfdacd543fda45c1eed2

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b4e2461bc4b3c49697519d6a2f97568537e8253e55d0dde5b6b6ed3bf6129bf5
MD5 657b61a8830b2dc324d018b28806d375
BLAKE2b-256 264208a03cde913ac8c78fddb1db52f08ae971bf13e6cbfc6ffb9db911798c40

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2ad60b3fb67cfac2f39044381965c60f738056d993bb96c2c4f7061470c67993
MD5 abe55759dacedad619a63cd886c5e7b0
BLAKE2b-256 384c77cf79ca3bdb1591b3a8c69559c6f2a935b37cb8a14741c2bce4e1b0e394

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bddeb1fbcdccebcf27848ddbf71512fc3afc7eca56e5f4b979e615e01c8125d1
MD5 7ca8a0894c9022e039520d998ef12433
BLAKE2b-256 6cf489289e7c1c5bcf760206359ee104416f73dd22fcad9e8bfbf0a598376ce8

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bc49b540c4fc19b8f20f3227a69f122bb2aefa7bed02a40e838d5c0854f1cbc
MD5 eab137918792524496cf1aae3fdec374
BLAKE2b-256 14b09e796959253b5763153853cbb6e37d231a541b8fa063c148ccbf4a5296c1

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93b4d545f0b5c6aac2bad8e961515b98899e9567d4a6b2a171136fe82ca8c0ae
MD5 bd2dbb3866c0e27ab6b61b36758f6c89
BLAKE2b-256 180156990868ba999d5aa25ca0038b7c66217991f29ce7c5e3d61ba6f53bda30

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 440fe02572443125c443ddde9b88e0339f8e63d87ed7deac66b7cec458584081
MD5 adac0c5599957d836f91ed5a3acb1db1
BLAKE2b-256 7df5fd9ff51598b80a4b02cf907cd3c38ca998dd531a6bf8060e125d1baf013f

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 30f8389e4d5990a0f88ff7b2a9dee547bb5992549f29763a84d367af7c91cb4b
MD5 8ae9a850f8ed0a8ce9c007e1d36dd6e0
BLAKE2b-256 173f251f41841dbde88381b0457e663944098f1d6992f2c421fcc42d3503ffdc

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b42a7acaf9c6e222c8131429dea0e86fa3b9c762aa2bfd0b6622cc87134a047e
MD5 d8a0bfaaf2801efb9f70931f88bf7e70
BLAKE2b-256 ef96082671adaf9c8330f16c37e361e03fb53ac036607ae4c912333b4d3953e9

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7045a3a8f0a2c3a66b29b0ce7a67f5fe38022925056ca009db4f16bece0c324c
MD5 af6a745bc0a4f5719bb73c3e8e4f2387
BLAKE2b-256 116015841205ecbe15b2ff75d328d940a14ac961b4aa96818f11ae46cc727bd0

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b59263ce1b08a00ee511be3afd34d0daac3108416fa3567509fb609d0bd641c1
MD5 e2b09406d50396e209336c06d7c6eef7
BLAKE2b-256 04e2e42ba0efd8e71e2cead5fc5955dd1f82399910ade72d4916cc83989910c7

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c9b8587cc820c9cb6a746bad8e45ad1f9566ce16f9acf3925e0b9edee39c128
MD5 e3bd220514ba586d5115249b5e7af698
BLAKE2b-256 2b8654418de739b5c6e4d9e0d9fd85c4cd06204e8ef174ec1fd2994703dc2300

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f0ca4cfc6432af0a0f621be1daa7d54126ae054a74aee556a6bdc6dc4e596020
MD5 64295099c60323b93c298f6ed2767ce1
BLAKE2b-256 6b6f3908315d2e3b75253f39721f0775dea46a6eedf024128030620b6d85efd8

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0b449029d4af57000a92696812a497524c47c877a59242007459221ecf14545
MD5 6a65f37524d3fd26f239f27a8fff4ac7
BLAKE2b-256 fe4470cb829484b39b7080a2de89a0acdb4f0736d960c8811be92f3ad3fe50c5

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01cb9898b5d2f06c6bc39c745e6ef3d75156eba1684f3a130bfe6720efca05f1
MD5 6208f31da8c08f00f85cc1fb16c4b38c
BLAKE2b-256 3d2b50b1a652784fe453f64075173c6f4420c03e554e556e2a80d62cca0704f8

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d09d47cd91e2c4b118fbc8a84fb4df65846fa6df28820c4dc8783e9b2066da5
MD5 0ddfa78f1037438d5107165ba25e598f
BLAKE2b-256 972137f139366734b4fa6a04fa5af1d89d98db6c08ea2ed6079eb9a0847637a5

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8113c343c0e6d76d9392c15ffe92cd74ebeb6934522fb6cf6e357ecf512a0876
MD5 2ace531eae940960b49dee406b23d4df
BLAKE2b-256 74f1d4b7c24edd7d6ea3251653db88fc66faac9453ee9992f851710286ecb7be

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8c541e9be9bfe44c771e3cdb276ab1ab6149c882ef70f7340ed594a5e4da0564
MD5 5ebaf91e4613b21075fc857437f118a2
BLAKE2b-256 ef51fb7d6db4b4e31820fa3551967aac73761726ef1d7542b530312d874a9c41

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09f8727dd100002760748edcdb052fbadefad1bb5bac8b3ace83b9d7781d07ec
MD5 7d1f6ff5361914ce0bb9a8247de68002
BLAKE2b-256 6fd791063f5e7bc015b530e100be224c389ac339240cd0ca442cac6a3ef7013e

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31994eea7a301543508755d366f11e0c06223fd4e6a5a2a49c8c08c6bdf358e0
MD5 2e16be74c6e2cfda47b807998f2400af
BLAKE2b-256 f784418ee5ac4844d0fa1bb2b9ce675a0a4c9fe2eb90fcf3ec534dee251f3b58

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5aaeb270935f2c99c762c4291ca71d1ecf3e04d5b422087c14b8651896055c7
MD5 a9572d4e3cf8eb7403d5e6744d5a5d25
BLAKE2b-256 cf570f1cbba562f568454ffafda5a37a89e15d27b19193b04a7e0f5587575a5b

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3264af25a258bdb4cc5705d151348c80974aa2b0472ccbb58f19828f4b5f71ae
MD5 da125e9fc432a50ba264faa9e85f58f3
BLAKE2b-256 b7c488a1a57b3e5cc511d219b92d2ee83dd4fb038ce0b91ed088ae08853c4aae

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b6d55c7c50c7fccc19f90203045ee83b0283a89ad42dc5b5f76a96b78b56d55
MD5 5e3cb94b611fbe0e3790f46ecfe2e8a4
BLAKE2b-256 1beab213e9dc28cf2179e158b219fb0c2eafc60a14b80b9f2247af259866720c

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 449e92ebe6a03eeecc326c6968481042075681cdfd4e96897bcf5defada000be
MD5 9bea893f1ad6b74e57aee349f5a733f9
BLAKE2b-256 fb2fad5ce5034b06d76a8fb1450a714a710849998209e4058559a59d012d0d6f

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a559affdd3e86996d64be5395e7ee91afddef59174c9128d735f05573712b03
MD5 6369d9f8258073556afd4bb1e0e24f21
BLAKE2b-256 2bb5ea69fb19f495db72560621b50bd32b1bc5e02185acae70d2cf483c0914fb

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 489cc923b4e214eb74ce4c53e967830b354768273c2a21a1d76da2f10e51fa5c
MD5 b963feecb5e223ac654d289b0a641f0b
BLAKE2b-256 fdef20989ec5e02a8c574dd574d2302b15b750bd77954912cece04aff465f725

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 973acb4b44d0bdd374e5f5e6f2100c4e0112afeae1a21de14f8c2217f973dade
MD5 5efa632d84440f45f103bb5f818431ce
BLAKE2b-256 445a8f0c6532f5f355ebefc2a8ac5e4b286a7cc0dd45587d2ead2c253e6447f5

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a24a494c08993e89bf80201a6f5178589f167e9cecdc9aed8535c61f61940d76
MD5 493b1b98b4cb9c935bb682395df24114
BLAKE2b-256 63f1ce8c729c522772dc9fc4e740389577e5644033d86156dbafb7f726ce33e0

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3267d04132edc7857757b9e9ff4bc3d7b843db4e116f6b1513eefd72ca93470
MD5 452bc43b97ef0564e3f3ff819de4679a
BLAKE2b-256 8713ddc13c2a1d30f36baddca751f6a14b7e9a6c128281348a39191f5e7fc1ef

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 939f1418a748ebefc3c54dc3d872090f40387fa46b4c60bf4cef490c6dc23d8a
MD5 d328d1187eec715199e76c4b7c1355eb
BLAKE2b-256 f110e975a0adcb861cd9e5299dad321caa188020c178060f37c5d01bcb506995

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1734896c1832129b460e894abdf56655f33b7a99cce56765a57b7ee812d4ef8d
MD5 1ab94c1e5cd4ac86740bc5d881d7d2f6
BLAKE2b-256 4e0c0a51aa650e1c4d6215b730cf461444af967fa09e85cce22a06a154c027c1

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dea887ba5e55e601281df0811ae4621dac5900bbf8533f21e35ab806ae12d9a2
MD5 736cdc54ad4f6f7c2fb6625d1c0b3811
BLAKE2b-256 5e6f49c725fa679f2cca6c5a9415af4b0f36d86aab510e1602c6ab45b330b7a9

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: jellyfish-1.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 212.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.7

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 080102cadd6462053386c926fbd18750344ae062413708656726ffea6b5c9bf2
MD5 28ead5e4720f67a3c4eb68b37caca5bf
BLAKE2b-256 a29df5d2083d809e9d405acf63d8c4e18bf5722e7a910bffd762bd3dea864c1f

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 158a55ac2186729a200921bf1f5c9ed53f42f61bbf29a80e7c92f62d1d9a36f1
MD5 fb20ef99f2cbc0ff2f1e3d4b9cdbd604
BLAKE2b-256 adce720f68432e086a492a5952bcf68bcda9ca4bd81ee43fda1482c64d58a789

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a23a121f0e405c2c1eac540d18482ba6e54bf54b0bd07996cabfb0fc741ce7fb
MD5 12175cf837c43476cf9147178a8e81ab
BLAKE2b-256 7594da81923f63c0e53716bb6575a978e2358f3d88b53cc56f187336790a5515

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d643812f29a2130565390faffae41487c8ead06fcd90d214b9a0cd11c5f3a64d
MD5 b070640d87620108b6ebbb07929d73f9
BLAKE2b-256 280e21fbd9d716bd0bfb1b00d59a6a82e5bf6a80717a5921e3ccf57c5f586723

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6aa9a3d3ddefe93e792805926125a48c933806d583c77f6696089817ec6191f
MD5 5533ce1a6c50cb532b28b26bfd6fc450
BLAKE2b-256 3d960cbf33afb9de93f23189699c35ecebaf018ff843b8ca5873ef7659ee6f03

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 032b92f66f36536bc3f98428341ea6db8b421c901a26c18556f3f4d10b8f25dd
MD5 fa93434b32b54326df1d3418562a5ff0
BLAKE2b-256 69f6b416c25ff642620788d9a716d29eabdb0c548ff0b770e0f68d8f4d3d3d56

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f06ac2760a315326effbf82f312210d92734540b12756745c59b68765717569
MD5 dd7c74be21eb60ec4d3df1dd5867eae1
BLAKE2b-256 eb9d0a7c40bb3bf36e19dac9daacf9f7b0de3991eebe98aa070e141e0ecd2aaf

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f1b7f26af26c8624b690889aad7f69f0a019d86a11783e8f2ccc3b85ee278ca
MD5 9e0643a962794fb5562bcf4699b494e7
BLAKE2b-256 de4ce471866f907d638c642bae5b74a7574d09031092ff364829a37a93cc5051

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 768fe7271ff0a928376ec7465f18d5102731ca212287fa49c1278e22d4f44df0
MD5 e8bbea42650565a5f462d083e0575bc1
BLAKE2b-256 c1388f1e4753d56bb4742e65015b3980620c07381e0e90466d943d9cbf41e82b

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc1fe1d9d010cfc6f63bcecbaa6687917e88b10ca231bf860acb70e735ae6817
MD5 6562f566b17793597f17f007808162dd
BLAKE2b-256 8c306082755e14938d435ba5999fdf6d18d36b2d853021e48141deb47b7189bb

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4186a6652d44fbb57094067340dd44c62e5b74b370f7821d16d9ed9af59c0e56
MD5 f7a09847b37831defa03c67bb9271e1e
BLAKE2b-256 89e165d61a34b7556a496449aa9d6b3eab4c730c813ffe3521b4f4d067de59bf

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 290c5ef14b7a2e413a9f079ede8a38a091a022d149fbe1899cdaac6955b5477b
MD5 1b79e0bc53456c7ccdf0ff3341d30640
BLAKE2b-256 fb97cefc55610152e77b84b0622cf58001c6b4e3d4e1bcfccef3ca292f048109

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9343fbd57b332ddb590d864ce61093ab56e6a73ad739c0046ba198bc6302b5fe
MD5 81f0e0fceecf1b63cfdbd42843dc1dfd
BLAKE2b-256 db583a9cf366c799534b0cdabde90d650f8c838f1cf748f9a1e58721251c9d29

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56b6ddbaa31b857c84aecd91836f9bb72e0a4125c74d22e0e5d551806d4d008e
MD5 370081a92ab0460be45dd2c0e1b63fd9
BLAKE2b-256 2805d5c001243ba695200928a86f420146d58657cd4e7244a0cad69f28b3daf1

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 99d5f822e46b27c5579ed53dce5507ed50933af83e70e4f1d322d093d82219c3
MD5 b107cc2484db2f82a6660e810a049f86
BLAKE2b-256 38165c77848bc1a8a3aed14cab4721dc8372cbb1d8089b7bf452e194dca1a4e6

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 031121a3bbdaa4a163c151e514cf981a6284a695c7e78889039dca94100d7159
MD5 4742f6a89bd3cdea63e2be6f0f7eb3ce
BLAKE2b-256 614ca807a8424de31dac0e3b1c5a311e07b7eca9244856a9ba4a381760764bb6

See more details on using hashes here.

File details

Details for the file jellyfish-1.1.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-1.1.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a47e0b5d13c11219bf14600b82fbaddd958711edb64508470a3ed56739455a38
MD5 d7b88fba779ae2b92b4c9dc9b5486be6
BLAKE2b-256 4a369d9faefd9eca83280624fcb187b45239e2cf58b80c9865fddd04986eae91

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