Skip to main content

Approximate and phonetic matching of strings.

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
  • 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_distance('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-0.11.2.tar.gz (363.0 kB view details)

Uploaded Source

Built Distributions

jellyfish-0.11.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-0.11.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl (324.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-0.11.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl (330.0 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

jellyfish-0.11.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-0.11.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl (323.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-0.11.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl (330.0 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp311-none-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

jellyfish-0.11.2-cp311-none-win32.whl (205.1 kB view details)

Uploaded CPython 3.11 Windows x86

jellyfish-0.11.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-cp311-cp311-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

jellyfish-0.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp311-cp311-macosx_11_0_arm64.whl (323.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

jellyfish-0.11.2-cp311-cp311-macosx_10_7_x86_64.whl (328.9 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

jellyfish-0.11.2-cp310-none-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

jellyfish-0.11.2-cp310-none-win32.whl (205.1 kB view details)

Uploaded CPython 3.10 Windows x86

jellyfish-0.11.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-cp310-cp310-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

jellyfish-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp310-cp310-macosx_11_0_arm64.whl (323.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

jellyfish-0.11.2-cp310-cp310-macosx_10_7_x86_64.whl (328.9 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

jellyfish-0.11.2-cp39-none-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

jellyfish-0.11.2-cp39-none-win32.whl (205.1 kB view details)

Uploaded CPython 3.9 Windows x86

jellyfish-0.11.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-cp39-cp39-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

jellyfish-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp39-cp39-macosx_11_0_arm64.whl (323.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

jellyfish-0.11.2-cp39-cp39-macosx_10_7_x86_64.whl (329.0 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

jellyfish-0.11.2-cp38-none-win_amd64.whl (208.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

jellyfish-0.11.2-cp38-none-win32.whl (205.2 kB view details)

Uploaded CPython 3.8 Windows x86

jellyfish-0.11.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-cp38-cp38-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

jellyfish-0.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp38-cp38-macosx_11_0_arm64.whl (323.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

jellyfish-0.11.2-cp38-cp38-macosx_10_7_x86_64.whl (329.4 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

jellyfish-0.11.2-cp37-none-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.7 Windows x86-64

jellyfish-0.11.2-cp37-none-win32.whl (205.2 kB view details)

Uploaded CPython 3.7 Windows x86

jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

jellyfish-0.11.2-cp37-cp37m-macosx_11_0_arm64.whl (323.4 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

jellyfish-0.11.2-cp37-cp37m-macosx_10_7_x86_64.whl (329.4 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

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

File hashes

Hashes for jellyfish-0.11.2.tar.gz
Algorithm Hash digest
SHA256 654f2b1543b9927c4429bd5d66f98d1f47e6eb9a4e56212e1907fb4eea258c5a
MD5 c881da24127ed4c190945930a515f507
BLAKE2b-256 a90ce3d16e03e209446cdd65107c05f47904e93b991a5b922d27cb36f2f97527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed39ff56c19a4150f412b63e9835354c929f3d8108c586d604cc1c342f0ca34c
MD5 ba812687d178c1c5d2e359faff27cdec
BLAKE2b-256 4ab69a7e7271a6f142c56039e6eace8e8cddf61baa8afce6d088ab4ce49bc514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b5136535cbf5535090ce99a1f56cfaec43f11f29277faf67241f4bf6f0b578bc
MD5 04b2b6b04f15bcf9cf6284769e554482
BLAKE2b-256 7236a40d2d08006f155a7cbda562c6329dbd9cf8e6d81d4422dcd20a23176161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c289620b2a1931237b75f4a08f93531f3a9a0125a840c8a780e50688520b266
MD5 1b3f64b44db38254ae5b65f45314e8ea
BLAKE2b-256 cb96e32c4dbd3cb0f4f9b376cf1eabde7f098e6b709186779996053dba7cfaa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5204365138dbbd50f634cb246a4812f64d3b3054d32825c16c5176cae2171dcf
MD5 956454795f862b55cdd8ad108e093398
BLAKE2b-256 81a3e2711a126dae2c6eb1fd6e40018f8305453860be69e0f8f715e13ac3170b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 661c46b427a1c2a4b4343bda71354a37e897648239f8831d149eb1e7a2bf902c
MD5 49a4711671c60f9c8d28124c81888732
BLAKE2b-256 37ced1c2bd310672d7967d0d4228a2bf934e64edcabf26c143f482e3274d4bf4

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8f9f5f2af653696c29466a94bf0237c64fe21699d9416e0e94ca51863c1ce96a
MD5 7db528f0c78689db1b2e0e854651ea07
BLAKE2b-256 bd9cc84227d0b5a765048181a664ebbdf955f18175b3de2f2d331bff858187c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16cf6a55433ca4fe8f13d5ba96882a058d19030bcd8c50cdd8f62009c4106c55
MD5 788e799584d6e48d8573d3bb14cb3be2
BLAKE2b-256 1310145f053d22c9b324376499d2c25d230757d8fae12297af44feae4f3ae838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9a92d5dce96711fad362399c8a569923b488ab108f531157ca381decc7096d7d
MD5 4d7501f4ed72ae49cdcf2b55270efed6
BLAKE2b-256 fb139ddbd0d1dfe2ef9163fbcf84de3281ee2302cff9a6ba2588ed71781b14e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bff57058fb2c9ffefe4b683a4c61de58346603ef699f768f173a2a0637a0c16
MD5 26ff7151b50b1af4f4aad47d9d00a8eb
BLAKE2b-256 e64eb024006d44519b21c5b5317719698fc241db5f9dcd95b6f6adc19b644640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd1a25a4ff4b75b8a91ba42f6a27a5f423d0cb1ae2f29090a99e0a29afdfefdc
MD5 e796e3ab474159f98ab2fecb580087e2
BLAKE2b-256 50c088840b07214b509b90dc97b4501e349bcedf1238937b95fd5680e5880ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90fc8c600252072e48c5bc4e0e4d835c440c9c94f69e1d26a672328e17de3ec8
MD5 f560e59637322a93d340f02b5da011d0
BLAKE2b-256 46280dcfbbd2e3d5917d275ff75e2d3eddf0f869c80c014a9e2155a661e2c0a8

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 60e3b8e7e38b85df90f2e04eeed592fe1abc71941ce09e57a8956e21f05ce64f
MD5 3b56d188c66df5e6247a1f631cf0ab2b
BLAKE2b-256 f17bb1694a6f3af47b8ed236cdee728242dadb8f1d1c239d0cef4bceba1dad0b

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1613e6623de71008c4b27250b8f2c5406104beff6487b9fe48af5089e06de2dd
MD5 87896cefd78054d1b0fb64bf16338d92
BLAKE2b-256 f677e0d1129dc71c316819dea1958660deb3792e88514ca126124a2aadc768f2

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26b07f9f957054a99573d51c40118aa1a400354da54e65d24cf22c41840f7a95
MD5 45d09778ddfcdfb520919ed27ace8f0d
BLAKE2b-256 e9d29705a1817dad07031ad6799217f73ca9e11a3d5ebe26ec43616a47d07284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76c452ef0f0241fabbd6943abfccbcb29dc6078ccc1dcef066fe537bb518ad6e
MD5 d88a066980d35d953fa20507b4bfef93
BLAKE2b-256 b8503a10c52cd85735c617acb0dc3d3a6a69110fa28481614d238a8ebac66d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91912106d47b5367704d3e222822750998610a12b1aa9b259eb38bf059aa2383
MD5 3b74067800d4fa9e70dc85f53da5ea6a
BLAKE2b-256 ee15c7d69f856327de0ac841d898f1c59504e03fedc989eb578140b5c7fc037b

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 cad06b9d0f76d5d030bcb8b86454e50aae8166b1c507d3d610743abcf8b7881a
MD5 38a188d3ed6397f63114ead9d65f6c9e
BLAKE2b-256 a13c0bfd98febe38c995f8bb72c898f218ddf2d3e5ffe0586bfb21308a747d0d

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp311-none-win32.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-none-win32.whl
Algorithm Hash digest
SHA256 0cbe9f573dfd0bffbe60fb6980d54e65c7772dec217c4bc68392141458c8406e
MD5 8fa1d875261d66cd593c61622564be27
BLAKE2b-256 b3ff5110ea83fe72cdc539ab2023ae711bba5a28189aa1bdb5b66cf460392871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44cbafbe1bdf9e878ac144880d15f31ab79fb4f5fb22a7df55378519d80cfdcc
MD5 530de3c5732c4705dfb43c24efc9b352
BLAKE2b-256 5654a10b3ace9af5927a690d2496169b7b5eec23771ef19a20a95a82d1acdcab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a9e70e018c9620378c95b28de6d597c6cf87cd0b9e9b446444468e7e411b159d
MD5 f008569a00d8229afd940ac91691ec51
BLAKE2b-256 58a75ec08340a376fbef2d6cc1f09ae6c053b0a27e0808e811db30ea34e8b843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ba932f17566a21c009dac8167c0289dd2175c219eea3f3f695d043c50989f46
MD5 feaa9e5a01f8b7c01b67727126effb8c
BLAKE2b-256 94e507bb97f2e183a9b9d2eec424ecd309110d4128a783b16cf076071912b519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6245916cb73242828ba4f8f44dec3f149b96965848d59d3d66b1f809208dc39a
MD5 3c880a6722d2c10cb8005f1189fbd2b2
BLAKE2b-256 a0d777f679f59b7c9b8a75d96ee9075723330606a7e7e7cc3bcf71a7457f799d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f44546131011cbaa76f2a38d87faeec73524efa812d04b7d3edbf6e6e76c4969
MD5 aa3d04ba71164ca1a0b6ef448e73f488
BLAKE2b-256 9664614141802f9119fa2234d76dd03dee0e09c3f47e6b5d87a19019a13e9bbe

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 54af2ca0db82b57c022aa3e3a5ed5fa57ac2b8ab3c005ecefc975a648bf771c6
MD5 07a174b2012e2ea66a4b97907122351c
BLAKE2b-256 f76549097e630c2c1ff4977035466d211c711c770d054f4d78e1c45ff4e722fb

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 9df6bb8ba3c6f2508dc030ed77e489f427d44cf24557a0a8ab2bba3c19af99d6
MD5 6fa5788d3a7bdf8376eb39fbc2f54f70
BLAKE2b-256 9b53c6c48d4b6e116cdacaa66fa6b4ace872f2f146f59457f8f862c77fd8321c

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp310-none-win32.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-none-win32.whl
Algorithm Hash digest
SHA256 bd8000a32da09cbb717d7434c39bf7421e7d8367a711fe617fa6addee3572740
MD5 c7b20897a1f0e8c989726126c89c35bc
BLAKE2b-256 b170fa45714eb5d5fd35b65a8f57238c60c029bead98ef065e8e7370b5c705e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4db605459280deefc2b3497932aeb2784c54ede2aec786a4120cf650281652ad
MD5 7732d693ab508574be21ed3c414440d6
BLAKE2b-256 354abc452081751e6b3fee15f69832731be1413cbe1ccdf738391d11b15323ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2e563bdaa9abb028b4a9bca9903aaa463a2bae7b05e7af50326d2c1ba959f8e
MD5 34f18fd22fb4c1926f55ff3053038350
BLAKE2b-256 5552aae97c822698b845069cbff66041a95943d0a2a9ae686b05205bff4107d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1b1ae7e64e9d58c0d4ce2278a229f3f7ead5eb2744f90369f3967f3c666f28f
MD5 d415a44eafcf135b15b8b9793f6460c7
BLAKE2b-256 c55abddfabcd7dcbb6ff2e3ed685b57d26b6b311da23ce868ae9a272b37fb9c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d51a3cc18b1143f03c135ea34919daf2f87126c5e55b0f2e60e4616f1765f8d
MD5 a86394bff4ed1db14b420398e269c5e0
BLAKE2b-256 16aac0d4e5dbfa3b1d179e06e9ca55e32ecd675acb4d9c508be28a0b2ef839f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec049a17942be3ecfd239a8fe9cf34caaf063ac9c14e700fe59b74528798aedd
MD5 914caf98dfd6af3ccb93484559d2e14d
BLAKE2b-256 36021b977d06722a8e2669cda4714c56e30c0a2f5ed69b5e8736f91a6a3472b4

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 58385a72663e53d753c8c3131d609f35be841068ac319c507bc49c951333b394
MD5 3fdc0481b4e0aa685521efa412b21eb8
BLAKE2b-256 b6967015e329a310719a649b0e093044eaf7a5ca7a1622f5092f885012a7f050

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4de595f3395e15a82f5a45c3265ea8fd594b19f62bbdc7349a3468bba63878a2
MD5 508d235a585660a0d689cd069d848265
BLAKE2b-256 bda8f3f438087ed8cef113375ebc226be71a358538db02c954c91d736ca29df0

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp39-none-win32.whl.

File metadata

  • Download URL: jellyfish-0.11.2-cp39-none-win32.whl
  • Upload date:
  • Size: 205.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.16

File hashes

Hashes for jellyfish-0.11.2-cp39-none-win32.whl
Algorithm Hash digest
SHA256 335f287613af3b23bb06ab216a78315b5cec877c84748c8927cb4e4e106fbe6f
MD5 8e7ae7c68c6b89e6d7424608a573e340
BLAKE2b-256 644eaf9ace36edddeb5c2cafe66150c8a8315ce7f224e8bd8a57106e4e2c94d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 519297c0f3bf119958012348354afb2c95cbc61f78b4807ff8d1378199f70a4a
MD5 bc47e41bceb02d90921ef0e1b4b3d1b3
BLAKE2b-256 350db81453b1b240137bbab95bab5b63e33d00868f933118e3c943dc4ea8c1fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 de3a153b1b915d8e37ce97c47b90ebad061624ae922bf3c250b1e0c3362c3ade
MD5 b48486f85b0edf9c6445a6d2b8c31fdc
BLAKE2b-256 e0a61e6007688b71b7401a64434bd86571ac8d075c9659068b2cb76748d4b641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 010ebed019b7efa27171acb66ca5e7d4f40ab0b122663e6b4062ac22816b5d9a
MD5 f2be7451cf8506ec497b8f26a7b527f3
BLAKE2b-256 432a255cda62a816044e31618e801e74d480ea357422d0b3d755d1b7aff1e4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69a53c1ccf26ad480a277ee3147c7db9284511d79e1aa117855078423798d277
MD5 2ad2eb378d5ec1ec86c1b20025f8a6ce
BLAKE2b-256 b2056403a20a6635efdf53e8b6e01fef64433c153882dbcae85ec954d86866e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 790ad5b36796f521189a609120689840540b3d7a44e64b7bc2007ebab6c96d52
MD5 f664da2dd9521dec483f0f08a3d21d82
BLAKE2b-256 1047c3fd3b99cea36b6783ed531221e2b8fe7b3ff65e4b2615c40c7830a16346

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 1d7b7fa3e0e6c7c83fc0fd1e3abce2fa7d72945c97da9bf9b84d396bbfcaf61a
MD5 6c7810779b2aaf7eeebdc33489bb75cf
BLAKE2b-256 1a2f18129ebd9b21ddefab20b59e90b60f2a3ce3cb8a61a0c081d0c0c50ee896

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 2d28edaaae08b2af9babf39b2e7d30571217fbc70168d88fbdef414e53177ca8
MD5 da74ee8c367dc704d57fd942bd4c3f98
BLAKE2b-256 720370566f00f59c69087f194a507579a32ca6acda09c99fd6219958b5a397a7

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp38-none-win32.whl.

File metadata

  • Download URL: jellyfish-0.11.2-cp38-none-win32.whl
  • Upload date:
  • Size: 205.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.16

File hashes

Hashes for jellyfish-0.11.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c82b72feca25036bda4ea4e355cc06707e61724e970672a987e76bf2b2fc6922
MD5 c90f4d8e3213d684e98482765910e79f
BLAKE2b-256 97b051ab4608ba852246a4f90e84dbc6b5324f582e5be6d1ea28d87413838ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fdc44007f3f69b8637edc79e8fed0a75a3d4fc08209167aadbe4cf9724469e90
MD5 e8c414b8a086631cfa24d0170e1a99f0
BLAKE2b-256 8a72368e1242d59f5724802f46bd2d22f9f18333c64602bdb9261bd765dff554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3ded3e9b5aa82371281f494fbbfab9a0fa79b0a66bf529b63c109fe0328d23c5
MD5 c9df6d1fe305cdb00603d19a3576c847
BLAKE2b-256 bdfd36fd8c35620573160e8f44729e46d2ba630efeaffd9cb8d54bb710d17ce3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7872acd036f2edf1bbe503ee26dd218216f62a9ab717d9d984a8504234cc484
MD5 9a0dce4014d0e6f5f0fec4b189b8a7a0
BLAKE2b-256 7ef0a3ecd34ac2f7d58f1c9b546b5fec9a60dfad2e9ecfc734ad36e68859c19d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02611b975311694bc98789f03c12bbd679cba4a95b74d0f51f264a4bf7b14021
MD5 8cea74639b350a43764d37d465ec3d8f
BLAKE2b-256 1d2bab5a823043ddb17b50c61aeab2ce1d7542cf0d0740171a7be7cbaf41556f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e097c439f33eecdd85ef11a30158905c8e7d2888a163adbbe9f11c96af1af34b
MD5 37102b5a5b0788794cba26b6658d85ae
BLAKE2b-256 86f83c24e3b192791e4b40fd655af59c3da56d0031c1db11ec2e53525ec4defc

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 de6c1d9f7e9d2e65e23774d792054bcc9b995d6fae447b0cf99e7be12926f28b
MD5 12ad33b6095521431792bf74f8b36db1
BLAKE2b-256 dd5e5488df2d36ab8e6e169f7fe722f755a55a6e8184774d394cb2a749ebef8b

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 bfff0dc1d6d470183e8e0e76b798f81a7ccfaef92c409647dbc0fb4d0a01e1d5
MD5 421410c9fd804fc99a861d27f4b99987
BLAKE2b-256 1103061b480308deb4123b9d4d214544c4cd08bebe3096ccbd3474562cd40001

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-none-win32.whl.

File metadata

  • Download URL: jellyfish-0.11.2-cp37-none-win32.whl
  • Upload date:
  • Size: 205.2 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.16

File hashes

Hashes for jellyfish-0.11.2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 7be70324908f9f4be6c06278cd9be58d8a30b6d25f5eb7522537c5da08819ade
MD5 840702a095d48656e03865e15ce6bcaf
BLAKE2b-256 a354b770f859925c72eaa98ec92d8d91064fb63ca45ab463b10b619104255340

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff959e48103f4c7a65a7fd67c5783d8939ecfbc3d3ad2b726030b0652e781e41
MD5 aecca012991a9b5c6baaf53879e0e70f
BLAKE2b-256 141777602e96d7cc22f50d31c415f3f5c27d0d497e3f507248eba55a6797d0d9

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3aea11b9a0699bdaa0e15df2e3beeceb5cac82ab072b35f2997ecc3493240027
MD5 62833d48143a3244d4ed1ac1b213bd6e
BLAKE2b-256 ee7573560a5509b9a2ceb1fd3dc8bb12c2fff6f3b83d3c3770d071cab44027ee

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e2f7172d7c5fda4222f98247ab8d366a4ef879350b927dfbdefe1dd6dd83ef3
MD5 08aba1869c2fde07ae2607ad74713e46
BLAKE2b-256 a9c42c0d7caec1f369d7ed5aae995d39ac1a13147300d33869f281ab1292bd55

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1fab569e574a40fa5e9268d0a00f38d808b997f777a0583e2b9ba135a9536a02
MD5 7e5cd110d16fc25e2c63e8d18299ea06
BLAKE2b-256 ebbd523b6889c543b1ccac4199b68fb35a9c89c61d67b8f7a26140cb9e41197a

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d38c2f19ec0b8b217678074b5ab56d9f44e075327b1fb0d2aa4a9e2968b27b5
MD5 15db1c38ae2b913de574e6a4082e5bed
BLAKE2b-256 2bb3295b3b48db0c0fd4d6643befa5736fe9c96d604abc671d123e71d36362ba

See more details on using hashes here.

File details

Details for the file jellyfish-0.11.2-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for jellyfish-0.11.2-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 4ea2777bbee00e896c9d5bb3a146f6e2387b3c83e0f9bdfa53aef824010ae14b
MD5 af745845df097157f3335b2cdc98e43a
BLAKE2b-256 6dbe3fc24745aebcc6d937edb2a685240ad22a03992db7e7cdf19a0a2c7b7ab5

See more details on using hashes here.

Supported by

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