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-1.0.0.tar.gz (363.1 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (323.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-1.0.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl (326.8 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ x86-64

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

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (323.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-1.0.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl (326.7 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

jellyfish-1.0.0-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-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-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-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp311-none-win_amd64.whl (206.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

jellyfish-1.0.0-cp311-none-win32.whl (202.4 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (323.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

jellyfish-1.0.0-cp311-cp311-macosx_10_7_x86_64.whl (326.8 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

jellyfish-1.0.0-cp310-none-win_amd64.whl (206.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

jellyfish-1.0.0-cp310-none-win32.whl (202.4 kB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (323.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

jellyfish-1.0.0-cp310-cp310-macosx_10_7_x86_64.whl (326.8 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

jellyfish-1.0.0-cp39-none-win_amd64.whl (206.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

jellyfish-1.0.0-cp39-none-win32.whl (202.4 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (323.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

jellyfish-1.0.0-cp39-cp39-macosx_10_7_x86_64.whl (326.8 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

jellyfish-1.0.0-cp38-none-win_amd64.whl (206.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

jellyfish-1.0.0-cp38-none-win32.whl (202.7 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (323.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

jellyfish-1.0.0-cp38-cp38-macosx_10_7_x86_64.whl (327.0 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

jellyfish-1.0.0-cp37-none-win_amd64.whl (206.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

jellyfish-1.0.0-cp37-none-win32.whl (202.6 kB view details)

Uploaded CPython 3.7 Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

jellyfish-1.0.0-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-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

jellyfish-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl (323.8 kB view details)

Uploaded CPython 3.7m macOS 11.0+ ARM64

jellyfish-1.0.0-cp37-cp37m-macosx_10_7_x86_64.whl (327.0 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.0.tar.gz
Algorithm Hash digest
SHA256 881aae3671999bb07ce50c27696f29ca7e842f3e123acc0db6525c9999881bd4
MD5 9caeaa06e52abc7c570f893d3d7e87ee
BLAKE2b-256 8e14d72e01b3e3d5d9f1f5f12c8afafda88f068385c612d8aa517df2b88e2059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 969359187749fa7b2cefdc8bdc18b48525fd676fc1632c453bd7ca1e41810066
MD5 0ae3ca2639e1e1393ed78561a5ec5068
BLAKE2b-256 109abd7ba34a3498e28b2f2caa3dd4c3af6f7de843c9f3f0bd094074b5252e84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aa6b05cfaeb22643db0c7b38d97b9b854504d2fad3358761fb99b5ef84e0384d
MD5 b9ad93d0a955cd0f2078b69fcbfc6bfc
BLAKE2b-256 fdde2104d5e748537bfffa68f46c75bc75332cf3d12f27641704f64eb545a31f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98f9320118a3be1c3d9312fbf9e943672f524c5aa1abeda8334d835bd9ad6d2e
MD5 c44cc84f5880907cd5c5df4db949c548
BLAKE2b-256 22c193a927ab29b10760d37aa5e25aec42593b636fa8b18030277844b93eca73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4d9058441bb52c783179d2a636739c0b4ab007f3c064f8095fd451d1f814d2b
MD5 ed7a4f06d0315efcc0ce2d3b9a253bf9
BLAKE2b-256 6651747bd40a95da2a4e924364d4bf52b014156d919c2ddd4542dc411be07ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d29c41fb5108af0b48ae8c603af9798011e25f809b45e647f9a268deb7ead533
MD5 b05765b12e5ff2f1567cbca5a87f1457
BLAKE2b-256 d40ec1ddada696e7756d923cda895a566df29f8f190286bb29d429e04de71905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 be3da1f33dd1c844a7ef05ec7b5880b1e17fea6563ccfae50bf0e02cbdce4265
MD5 75986f4b0060f4f2bd9c2c640f7875e5
BLAKE2b-256 76927ffab53a975badd3543a873b8f4b00e737a49cb05ec76b00f05ad742f05b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0235508b78920ce1b8c1c433c87b807e6b576442e1c53d7fea72451ff3c02d2f
MD5 a773a90fafbf386a997d49397b0f4158
BLAKE2b-256 0b551c231c1cde71ec1d1391ec9d5f2c69b4a8c18356488cf2584053390192c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 89440574d5256f97d7b4e05547f4354c698f7f79b15b5233a95c67c14bfb7cb8
MD5 5144891615444006ba4201285796b925
BLAKE2b-256 f88b118f39ded07e2408442b70ef9224d2b19e131a967fa6792a6def3a77b7dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a73abd3da659eb227afc10d1c5801c72368cf2553219424afe317f376bec0256
MD5 75f6071f900ae60bd3a4fe7a8410d68e
BLAKE2b-256 1c5ed60566f9401fa18c6814d9bca9b9e339ac911d6df177c1ecd27e5d3fff13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c531cdfdfd40734c296c6c2d0dc346d9bd6e276decea76ac3409fe7adca133d
MD5 d57e8d2eec8f592f4b461167534ab1fd
BLAKE2b-256 e5e89c96807d69dbfe070f6dfb1ff5245a3798055e5177a457422ace49db8226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c044bc2338a9040f5996a8583596bb10850dfe03156c93b797605407f26510f8
MD5 34c1788da04506bf626bafa05d75d000
BLAKE2b-256 b76de8acad59b04629a8ca2e985d624d46ddbe9c82b6b354c81aa3a0360fc463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e09cde1c54a904c9d8eb30cd82a1722d076c89b1e91ab452b4b552e0185eb655
MD5 279d48e8c93902526ce5cc623a41cf41
BLAKE2b-256 43deeee534adef3d1146dab4d625dd3d2f446fc06bc349e5959fd1cf983b014b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0562c102a2994c0ced8fe684340d82cfd8f4247ee32b9e46a53221b027c4ef51
MD5 1c3d8cf69ec1f49ca5ca3d614fa9b121
BLAKE2b-256 a156ffe1fa9742ad32e74e7e356bbdd5b136612bd563891943ac1de234891518

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d1f7c72bfb2df2b48f0bde483fc4b57e55d6cfb604d03472cebb060269df0b9
MD5 709b6c44d94ae33cb985985ad91cef0f
BLAKE2b-256 bce46bd210af25b377b4a21a4ffee3d54f8627d01cc2c0020bc37463ed9412bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28af35fdd0b37af0240560e6a061aa25fcedc7b4600dd718acd4f4b41825b7f2
MD5 9e0c121970231a4c75c968b7543ac5fc
BLAKE2b-256 f8fe947b88acbeb21e681aad2202a4fe6faeccdc8e5b2036432e52561c8adbb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d48c9fc29ae401250386a1d0b45596288b8e958a8944cb4b2e9515debd14fa7c
MD5 1aea934dc9b1e378d93017bd0861addd
BLAKE2b-256 f1898ecbe3c319ac5703320aeb337fe642d9da5b8af0630c5278348b5561409d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 8855645f4ae85e1b3a4279623c53c1ad1d9c2b40db904e0d1102233d8cbc7617
MD5 ff144edf41740f72182487d5120c1a0b
BLAKE2b-256 35a3df00861686aa0d255e57e4263d725dd976344bcfd7a6f7cee8509845c9df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jellyfish-1.0.0-cp311-none-win32.whl
  • Upload date:
  • Size: 202.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for jellyfish-1.0.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 44a7275d6d03835cb9a55269da453eba1e2ad9b9ece783d29b51ec5152b3ac42
MD5 8f432944ea0db72ebb20d2f970180db2
BLAKE2b-256 471b7c5039263a62cfd689f911e9fda3c9b3d4f04b621d4427c6a0f47f1ca3cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6e85c00dece851f6daff9f093bec589fb74e5964077bbc5bd14bd1574c3c00c
MD5 095832deb573fd6328ad9a730e99dff5
BLAKE2b-256 fe459efa9fc7ac84e3c795893059558ad3bb857eb49cf4a2e06132c52730ccbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5d87d1c8c5500b862ac885ae85c5bed9e0d5a8aadfc9ff600a41dffd9dd86f39
MD5 fad08e254b5a4e0c2f9caf3cadf0919e
BLAKE2b-256 19c160cbdd39cfa7b3665001794765ed2a8ea1d8b035ce24daed38e24018fd83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9caae1ab4bb1878277330f88cb414685fec21fe90bc44f55fb651b8227908ffb
MD5 1d46e5e8c65ef2e7320a35fbd99cd786
BLAKE2b-256 9f65f16e1086d015dc95aef91bb7f4deb90cc7ceb65788c307b3e79128b1b715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e56bccafdb3e3710f85d25c052e8f20ef92f4bab2d79358df90dfaf8561a728
MD5 05e9ba557b4594eb6a3f1fcffd9b5032
BLAKE2b-256 dab2806608f2188a4ff04f882d7060ef111a2aa1e3332bb6720313d5b9c63ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b01306cbe0196469be9a6b9f0c9b0d6de672c56f2955b52850f8fa9a08d22d71
MD5 d4fbaf989cd55e9164fcf5b4d0c723f1
BLAKE2b-256 9aefb14f7ff3b0280e9c3bdccf595e3646920b5d6faca67efb34957a255c95ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a2a678cdc805e6e19bc150921d162ca4a87b6ab29d9dcb5edff8973fcde60706
MD5 84ccbabd29aa05c3b8cce8e6b2e41309
BLAKE2b-256 2b8f93af2ba0ca0725a6e8af32c9d85bc9fac45b2c5667f1ffc5ecb5b531eac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 201ef2a4274971ce056c8dff48700c88c00bc61b55af0b1f12d2bac34c7522f4
MD5 cc66d0674cfd11a545f6dfcfd17f03e5
BLAKE2b-256 f126d91ceb4de9210074fc8f9ddfea98e471e48576dff2d0a252ada4315e0f80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jellyfish-1.0.0-cp310-none-win32.whl
  • Upload date:
  • Size: 202.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for jellyfish-1.0.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 54cb4e11378e48ca481e9713a8a71a7e7ead9a035927b854f102d01c84c6b2e6
MD5 9d18686058b49f39857fd9dcb52ca9e3
BLAKE2b-256 ca662dd5d969efc1ce6eb0436c7530a9ebbb2f3a6e5aeceda7206992deab41bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 826860f21a1dfe92856f7b9a1df03005ef5a6cc96a34a5e33e723ba45fb53548
MD5 107c2e4db905aab88493e24b572aef5c
BLAKE2b-256 46ac8e68fa64e44e6ec9414459f3bec3b236a7c1f41e4f2cfc6b15a39cc83937

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f902e2d4298f951a3185fea13b0f4dd44ed8ce9902ae3c1ea8d30e5e5194ebd
MD5 10076e9f34058db9e5ba27d937f9de6e
BLAKE2b-256 2ca0b72fa3cd186e75e886295781225d2c3fb31efacfe2f4d1bcfc2082466b06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 822f0e7d98e8a1bbf2ec2735d9ab5a9f74cd33248953f5fac692d93230256a4f
MD5 8d092af076298450f125a893901448b6
BLAKE2b-256 ac5afafb2fe555f34e5aeed8c11153257c5af09197451eecb36207e4e2973aed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23b68747fda53fb27b4948caa6a32754ce7d3c5d22e9b3aeae25cae138830cd7
MD5 47fd7b73327519c658efa3e68c372217
BLAKE2b-256 0557197913581448e3cab2337fc34c620e7c706da4cc79ffe4ef7632b86dc401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9b48db1fba511726e95f19de29a1345c2a0762d880f9723ab0a0de847fcfcfc
MD5 79c1d7ced3a326890e3b52f512e6de9d
BLAKE2b-256 e4d3968f2ebf06defbca5f4ab4273ef8a8ac292c6a964acdace50c789b329aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 26f8fbcc112e6f61c03446860e649b2341acfdda80d1fd53dd67887a409b6785
MD5 f73e940b19aef16a4ae0097ff940d420
BLAKE2b-256 14d142e8304ab45f008784788c815dea05df9d58815e570c2fe9e99b2b354767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 9da47c62e32a2ea0b16199e952ddb9ff15cbcce17fc5385d78c6a599ba2b9134
MD5 2a85be2b24f3c0a07292aa5ff3193f45
BLAKE2b-256 a4805e384211b567afdced65709010a43419cc3ea084842351e0145facbdba33

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 36ea675a448f155aa57cc2d54a7f188c509771068db883df359e9fe4f0024b7b
MD5 01011776550adf55df9d190936fc9c9f
BLAKE2b-256 185d6ecd754ab01405b020b7c4b83dc1b759ce153fbfd321647a61bf16b986af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2edbd782e93a3f5d36d1c835ca3a5a98c14faa0d349888827f87ce57d33a3808
MD5 3bdc9115ee6e830ad2cca4908084a825
BLAKE2b-256 f32ce41479d1311dce510e95522fc68f66bbe6c60f3f05f08747e0a6ccfc5f2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fecec758a5a0ce956d6f9aa55c0d8568fe14a8ff589baba2162d3b5d2856ff9e
MD5 7d1795f53a0741e971428dca385afa31
BLAKE2b-256 08a99f61ea982cae5ccf35d0451d6c7792821a715bc0953184614b8f1f46b111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fee1e31df9a1406533766cab4d5027bef05d863c03202bef8558144997a020a4
MD5 ee9d1ca3eee67f9dd541af85a40c4192
BLAKE2b-256 0f74e27d748d5adb9c222013acfcdfcbddbeb146275b3cda0ffe79345ecafa7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cff17fb418699405eb72599d28f11d4b76d54941f56395353bc83a379e6082cf
MD5 5d8f1c9a0e94fba6a4d9a42e3ccb87f3
BLAKE2b-256 2f23d7f9f14286bbe550fb6998f3597943418eed897779b0d5ef77ef23eb431d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 088845e6e3c1ade37783d88b8f6936ee1f6750e50bfb9c6d372ff26cd39083d2
MD5 e84f654803a3e9065e1e42148406b20d
BLAKE2b-256 bcdeef71f5bd7205e86f0af258fe6f281d29af07777dba8fb8b2a4484fcafda7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 383c4a5e961d87c349f7e60824b2c777d4437c73afbd369688dee26f59ef1c13
MD5 d0e375e006c46c0c0e7d762f677f5bdf
BLAKE2b-256 2b510af8ad3ee6e0ded4bf78ac6154fadda61b4d5e447b313efeaa1a4c0e34d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ee1b55bd898a5e777da1f0b9809f43a0443a8dcb9bf86a85a76fe24aee91bb7e
MD5 d8c1b96cf5c65af2da68f80dda24966d
BLAKE2b-256 02242530e30d3844642c4b65aef1725ab75a0fe4a6bb09aae45f2b955c0cd2b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 bb7e6ba7fde138aeb74da92da515674884a7405df847d187c81a7bb722747a3d
MD5 b9e7e4456f00168a45d84042bb33bd7a
BLAKE2b-256 86d7cb08cc38f6d8d7273c4ffc88ff13e0d1adf7e6a662c2efc85b78afc17ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b0da4c4c3e9a170d6b410ce404ab6021150914ec603bd50359b311738c45a8e0
MD5 011be3912fcaf5e181dd26fd7818be52
BLAKE2b-256 7098e8d4db2101dd159793291f07b4561a8dc98b25a3d341c502cfaedf27574e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0f90504a64e393d7f6409a88d2f7c84cf13e5e58a96365b09d9d6712d95545cd
MD5 3c18a8b72342e03f1d2e9f19de4d0075
BLAKE2b-256 ef9b2c161415471e907c491fc88729d829dc6f849cadb6b52857fedd154ff02e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d8b47d4e5876e7f2baed994e772b6cd88d8e7db4216daca6a7a9bc3764a36c0
MD5 9d5d043396be54feeff25e13dfe5337a
BLAKE2b-256 67bf98ad3235123a45f5b2a4d9faa2479d02b3809ee624582a91202ed9436738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80ae9f7d7f3bfffd45171590642bba5a80d917db84129d99fa2d9fbfb3ff1b4e
MD5 9fce664e90618a6fb222845171a7f640
BLAKE2b-256 c0773b987a4d9e30b31c7672b0b36be7bd1b0d40918ed7b9b72ca43f32fd7931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 536953db6900bc0f192bb2bede11e6b46c011dfcd0c6bec52768fe6e8861e3be
MD5 c91e57cb713fcbabe5c7c737e82d3ece
BLAKE2b-256 da9c0ae8a0be4d3de91385e813a6f2c1b797bb43be32cae6fa70f567040a8ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 00047f10081bb16682893817b767a52844926dec516a89dcdfb7f958d3e91cf6
MD5 1cb1b39a25447937bce412aa858c48c9
BLAKE2b-256 f605041190f107395476b747208a1918606e3621baeac450afbe9e186486d708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 775f624a1cfdc2bc5e78f15c13dc37e21aee106128e68428906a39c3db8fb2b4
MD5 75dda6c9d0594a4160f0d40243797c98
BLAKE2b-256 3f2956521d8f0acc49149175903ad41b87f0ca392fe56c0fb3bf079fd9912c4f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 6c97bc0c24d745667c411ca6204cb4fbbb4280679b85747c5214544387a9caa6
MD5 99fc7a4e509d21aa1e02ece6e0c9fcfb
BLAKE2b-256 9d9d050b3d3bf4117c4e5b2c9e5251743e506cc333b135c6a74255500ff26880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a657869f0a73195517405cc9cbd97dd6c01a0ce0a64f99a1e6983f0dbe14ed34
MD5 82c1aafd444327cf5dd49d0fb193ca40
BLAKE2b-256 d17c55e93aeb6ad0e6c95fab739c3a61d66a64fd6c6b09100f12eeb982b1c596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 48c1a4a1de3b2d9a51e15ede7fc1b719cd736235d9a3e7a1a8d24daae5d73e4d
MD5 34de3bb1dcc37d1b9548560e953a3709
BLAKE2b-256 99111c3af42768f8c7af657aade9a6ccfc5e8c384a6994103646ffa3aeff5aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7ddf60f4dcf0d45ef125ca4ddf41551ceb7f7acd6a60896d04b814902749e86
MD5 982d314a1612f94a77b65bdecc6deaab
BLAKE2b-256 058be068133dfc45be8434c8ed4e129e9f94860e233b965e7b3269147a2899e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f875ba01de9bc81181733301f4589462c087e6b28734ff5f2306e2a4c54515d3
MD5 b2fc8c5d2f28823e3bdb786f2cd316e2
BLAKE2b-256 d5048ed71f75e13eb9ed025cf801cc4dca5fe084ed0de184ad9ce04a0faa6120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6f0b5c8681e99b61b47964fdf280073f1b41003cd36cd05964e07931fd04607
MD5 8cfb181788e1df2eb1b43bbaf3da14c1
BLAKE2b-256 982ba458d571e2cf00c4343aad158a0c137ed1e53956d9b984ce854c16a4b0d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e593eb939cd99765a6e2e04c69909c0825badfd3f9a78e9129047f91e3fd00ce
MD5 afcd6a620d2695e25627d835b7a132d4
BLAKE2b-256 9b7786d7980298a53079701861de369fec09f2b34fc4758080e1419c33e80043

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