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

Uploaded Source

Built Distributions

jellyfish-1.0.1-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.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (339.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-1.0.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl (345.8 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

jellyfish-1.0.1-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.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded PyPy musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (340.0 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

jellyfish-1.0.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl (345.8 kB view details)

Uploaded PyPy macOS 10.7+ x86-64

jellyfish-1.0.1-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.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-cp311-none-win_amd64.whl (207.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

jellyfish-1.0.1-cp311-none-win32.whl (203.8 kB view details)

Uploaded CPython 3.11 Windows x86

jellyfish-1.0.1-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.1-cp311-cp311-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (339.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

jellyfish-1.0.1-cp311-cp311-macosx_10_7_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

jellyfish-1.0.1-cp310-none-win_amd64.whl (207.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

jellyfish-1.0.1-cp310-none-win32.whl (203.8 kB view details)

Uploaded CPython 3.10 Windows x86

jellyfish-1.0.1-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.1-cp310-cp310-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (339.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

jellyfish-1.0.1-cp310-cp310-macosx_10_7_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

jellyfish-1.0.1-cp39-none-win_amd64.whl (207.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

jellyfish-1.0.1-cp39-none-win32.whl (203.7 kB view details)

Uploaded CPython 3.9 Windows x86

jellyfish-1.0.1-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.1-cp39-cp39-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (339.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

jellyfish-1.0.1-cp39-cp39-macosx_10_7_x86_64.whl (344.8 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

jellyfish-1.0.1-cp38-none-win_amd64.whl (207.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

jellyfish-1.0.1-cp38-none-win32.whl (204.1 kB view details)

Uploaded CPython 3.8 Windows x86

jellyfish-1.0.1-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.1-cp38-cp38-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

jellyfish-1.0.1-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.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

jellyfish-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

jellyfish-1.0.1-cp38-cp38-macosx_11_0_arm64.whl (339.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

jellyfish-1.0.1-cp38-cp38-macosx_10_7_x86_64.whl (344.7 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.1.tar.gz
Algorithm Hash digest
SHA256 f664520189e3ae16e0b5fee21f19d15c8926e2320fd195ccc65d96390d9e9689
MD5 b79ce60a510237d2ded08caee184a757
BLAKE2b-256 928bc10575bad219a2ab57f592937efec93201796e218cf44e35582222a6d0e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6be50a09ca528af4c3d197160eb90fe68cc1e76dff316770f0dc092b1ce8543b
MD5 cafff7837c024319e75e221c4204eccf
BLAKE2b-256 118188bd50c8fbc85ff98214f09fed54ba2e7fed674439e40408fe5878dbb46a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 05d89204cfb45ca0fb0a5e8eb8a74ed11440dce22c40bf48568b6e5128cbda34
MD5 d60fb82bd5a15a451f491ee53b57126b
BLAKE2b-256 e3da0be04bce726374068714139484199b9acb8168ea76436589ac492ea094fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78334b1f8240a6a6f09efa8255e83ff5e8d2318e7e3e922f9bbfb3f5256d9404
MD5 af60da8b6aa89cb1cab134f707f4d4ff
BLAKE2b-256 773331bb2cb2c9035c60951930545adb32e9a732665e7dda6b007140dedb189e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bbf7bc3674e616f1dee4430a78faf6c6d6b2eb47d86deed834cd93668a1a7cb4
MD5 44f91b2e28055eb33034d72976c6b783
BLAKE2b-256 94846038e4b0c7caa83246a19306478f43f46be57be9fed9b0c2609e14ce0fef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b26c2bc4cdd6aaaae74b3aa63f2c9c60ac1b07e89d499732698e12f3aa7fc434
MD5 d5bcaa0fb12fc8be55b951bf98bc5358
BLAKE2b-256 93098a3195de2563c9903f36eaeefc1987707b9b37ff27c70f295818d2592bde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 784fcc444d74a13595b7f9e18989470d2f8456b1d5ba95a82b2099d7fe0a0918
MD5 2bf6b2960098a740616dbf67b1745c1a
BLAKE2b-256 d4f84c14a921fb30b4394f1d2495b7363bd59391dc41887d741a6a97a397d6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp39-pypy39_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f388a539fb3c4742f2bc96d014abc208e4b4ccaa36e4778c8ac03c04e45b5be4
MD5 9b74c8f3da6e79eb3080959572cc8ca1
BLAKE2b-256 87b84972e22732c9d084b5101a69e527366d3f827f6db5517f2d81a495702664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fb0a463fc40d6b885f5cfcdb1638d6b096a56053e02819db37f16121ae831e6
MD5 af836dc083d82e4820ab215da0122746
BLAKE2b-256 2465a3fd60e62b2445d454f974654b6994a4db1acb8f42fa7700aeca32cb5b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f83a3d42808d682f74619f63afe23284e3d80f9fc4912ed868b21671c9d124b2
MD5 6921574b6194ba627d06d58167d8f8d2
BLAKE2b-256 efca207fbc2e9b3c93043adae9fac8a24dfa1258873c560698d54a329e8c257f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b0051d2105ff76a87950cd8604b3f964fef4e6d0b83f9832e920835826436c7
MD5 dca5b67d898d4a8c4073fd369c6921d0
BLAKE2b-256 8c279232e5dc676420858d10da4e4771bb4c6328a78df0ec5060462a98013d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7aae0205a3d2d20f4175139126c2e7c79b541fa14daab264508b4308546d779f
MD5 a1fad5f418e0393706a11cb94dd6c28d
BLAKE2b-256 6a6c35e6c8fe7934027b7200fe3c98130b42762937465d191fa68e39334c5ffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb398256f4bf2ae5604266f22783070d02e920da2c7f7dff52a6f21ea332f266
MD5 0bb35521daaadeb87633c4a57be2090e
BLAKE2b-256 f340552175d4de91b3d2797b1e24e7957a59c0e476c686647001b302d1dc5a1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e6826e9274a790504e252c94e0c21c79b82398b837a3a3275d5528d3b6144ee
MD5 51bcb9f96fc3088f101fb5164bd9a6e2
BLAKE2b-256 0f9715b52c062436a9e7315694d0cbd15dace9839b9c81ff8f72673f6995034d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-pp38-pypy38_pp73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 47190758ed11de7206fe7eae4ddb51616ad3e5ffb624dd90b96fe29d179383a1
MD5 20916b3ba947a2ec1691d031dc65004d
BLAKE2b-256 234ade2bb14a1f01199ee952654ea12ff547dbc6981135a3b80d6f8dd63787f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac72ccbb6798816f953e0b4f2452db59d560c0e74be36c58524246861b2b1978
MD5 bd676b008541dec63c0d4ac112bb3a63
BLAKE2b-256 1289ad22a3caed9856f54340d85d6f73513a613d72ae878c7122b1f5574136d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f1fbe4a3ee9f0a76ab88a269e2577ef7815fcaa5960e6a2015b50fcbdee5676
MD5 ffdf9af298c86ad5fc1deab24889f766
BLAKE2b-256 8355557f5f4decf95793f4bac2483ee47116ae5eced1e39a8ef04727705cf82b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 319b72b1cc43835010ddb8184f0d06eeda5520a815ec6848dbf1ca74a897e734
MD5 256225d5db64b090b6790525ea672cc4
BLAKE2b-256 f18a489280019a7d333f22ffb88a7293231acf866482acf89c9f1ec477492deb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 08bb36564b076a063c61a531fac1b5e2b07ecab9873df4d67c3d72460c79b127
MD5 a8ccaf43e3f5ba971e7ac725b59e7d99
BLAKE2b-256 113cd41d60a78ca32fac6fb1fbeb47f9c18222b5dde9696da9dc064d39427555

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3e9f74a3c85951f753be932a6eb3b226436dcfaa655893b6030cd5f49f09096a
MD5 d66ed15245a25c7d5c151045d1d715be
BLAKE2b-256 b918eda13d0804c723a6cb3eea8917bd34f132d96a2a07e63ccabe74c7b77a44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b7a471e00c7410362617363fc59d534e400aed40b6b740580d3e7a852e91571
MD5 0b2d343389cdc89e46f2cda6cf4871e5
BLAKE2b-256 42854a70ac84d22c5f751a2704c361d0c1f18c4611c722e04b3f5f49480012ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 067c0360576542f48dec9c61575e594589be22614a453085ed5f393a934085ac
MD5 b166414c989114de33967fc4c1a788c0
BLAKE2b-256 1f5aaf7c7013419cec07e6c28fac95b335cbe16eeec07ffbf2de08ab478455dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dfb477ecc9b5b878a4f7f8d8e6a932d73ddf10b2c0fcbbe3a7d8d40426f0297
MD5 ee0bca69a0bf709560163ba0286ce351
BLAKE2b-256 586b9d87ae315214f44e611c52e4866ffef7b074c2e3d62aebba0de5c8c7e132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 960b621e234abbf9c612448ce4c99055fd71c7ff8ae722bdae28d927fbe1a59e
MD5 15e233f367b1e8abcfbdf1689464d82c
BLAKE2b-256 b23ce089454b09c8a5afbb7c9c017123a6a9c5d97b11f7f6df64052ddfcea52f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31b3def6f80ec1c63a91bf14e3083bf7f081ef1661dfaa5a91d29aafc9a519f6
MD5 b5db6250ae6b87d86c46243a2ab19f6f
BLAKE2b-256 bd76a018687e215c4726a3cf1734b1ac602a9500c0195d59e2514b1f3ae1a445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdb20cb00f7a2051f46676625cc0a00cb2395c5eb31aa462e3f3f1706a07d5d7
MD5 7974f31702249ee26bfe23d59154dca8
BLAKE2b-256 1890cd23ff0e6a4ab7bd08a372c79be30c8995dfc3edc274e09822c538c1fdbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 56ed38d549bb59718f8b5e17645e514d6bf8c633d72f70839fee1eab1484b630
MD5 af27344c6d7899dcdb51df859e692baf
BLAKE2b-256 ad992ac942b6daa75008d32b615738ca7d978721185172673cfa44e36a118f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 48483138cdbac8b06250ac36e5d27dc7145511ebec3c9232e3d56e676f69415d
MD5 20d4d77632fe9d8985a68021151e5948
BLAKE2b-256 af4b184fa8696f9cd94d8168c372bedc01f372d672649a52442044140f894c12

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 87a9755a393f9233d7a9afe6c5bd5b5c1910c3c2832ba8562bc4a694b481408a
MD5 73eb991b1055874bc35a1c49a1c098a2
BLAKE2b-256 bcf6dacd4ddbc2aefa6596f8cc386543646f3d391a99d40e62b3c526f698c692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0433e99e94b6e13bc8af3236c6a80ccf70d75fd25eecb692022aa7f3efb3c0ec
MD5 3051ce855fed0956b93ffa474a0bbc5c
BLAKE2b-256 f130247f030e991513b112e94fff2096ab8e0e7d07fa2ff77798539f13dc887e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d4000d6d4cf5abf1fbd354948be4647a593864a542dc6c3c5622af63465af7d8
MD5 002edf4a992de5fe868749d68caee024
BLAKE2b-256 a6d126cacb18e052bccf9c433701d7af3224d6d3b4e289d3c6472f9039055b7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69f6b5f89383705834877b86100cf5a49c985a200076524b1c24ceb9e25916e5
MD5 5010fea09839104a380946d69e71b61f
BLAKE2b-256 39c1186025168b8e4b0d9cd6fdfcd2c44844621c390387b085981af781434b8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef9e13b75382fe504d77e48c13adb963f27206ef93f74d3bc634bef70afb3427
MD5 299cb3406c733efd70ea5c536102ea60
BLAKE2b-256 23f1e7d6d984f1e24b8502a7f2c0ed7db9c60b011bd5f1537b7778905375247d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57b2e7c452581450c3550373393714ebcf5c2dc445d5744ec74846648c140aee
MD5 1417678d3099a97449c4543135145acc
BLAKE2b-256 209b16744275fb3d47c1982a16d460e33e5f8bc897b570aa2f8cbfba8bd72217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 483c4655ef908b1b5c2c52d97c839f383d4ed3471553b1e9c6f7337b5875f896
MD5 8fa0e85579126d2bdc7dbd034126c968
BLAKE2b-256 aca7d8b838b3e18a9972cf41bdfc903b2f816e699dfca8399d3b29af68749cbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 29a736569aec9e2c96f7e3b3ba16f4309f538867c947a436f1f0a7932fe6cb46
MD5 e3d0fb6d0c2ebce48188123d71dc359a
BLAKE2b-256 114771ef93cf0c6aaa919c7f3393f7d15713890d31a98a27c9e85d7a357eecb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 9a15a391e21e0d7055de04720c95fbbb5ae184a3c87ef079688d456ce51d3cef
MD5 c4e3eb411011535516cb20c8914217ce
BLAKE2b-256 50eb12061759dc0c960a0a9ca39a7c5dbb4aa164343f70afc6fee5a9367665df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 56ae9c53ced7c26917cd9de346688baff7303898d3917355d920de15d7aedea4
MD5 ebcbb1c2450f6ac1a188d6f781310fd4
BLAKE2b-256 8ae4e145c28131451bea88306c35d8d52e92c4d4eb5d0936c2137e35a6996305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d8db82b194768ca82b74d860ed5739a70737b96c572735e25bea00ef00e01f8
MD5 6424d6cfb48546dc928f339dfb76e744
BLAKE2b-256 7fd8118c34c8354fab45f2106fbb49b3fad3ba7c134654d6669bd7b87c0a108a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 652f5a3526132ea092209402d28274b1027777aeb4257fd87a3b7fca5832bae3
MD5 1144924674004fe37e555fb96c1fff6c
BLAKE2b-256 53ac134e58384a4b0d0924b48733103c6e5e1ea6746f5f661691ad956b428ad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e916c119e32ac66abe18d9112d2a31b439dff7125b648671e4bf12f46b04205
MD5 f5aebaf48aaf3b21474087d8376714ed
BLAKE2b-256 d7520c736765bb40b9f35f8666d78e478ef4ffbae8183fba183ca9e98732cf37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fd50e1bff0ada0faa3d76c844c91ea7159737c689f1afbb32a3e0e767d5f334d
MD5 7b1bb99d79d960f7e0612f7f8c034776
BLAKE2b-256 7f74f5dd43808f5dafc50fb43ce8be9a7df9056d962d2f0200a0aa0998ce713c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf4757b15e257b44d0942ec9c1582b793b7e2e8f4c499a73ed196ad08cdffef8
MD5 09aa08d047538d071062d8d4bd480bca
BLAKE2b-256 4697a4d5086c3f52c7aecde485454a600ec96ed16b3a8eaef3d8286c56be9e37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74d766394d7148a3cd177cb046592b6e2f3c9ee6a245791bd5454369e6dc7f8a
MD5 f5124fdd4053211241eb1b02b871914f
BLAKE2b-256 d111da621a3b7e331a5340c07b500b18eb527578728469ebdeb7d7977094f014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c7a50dbcbf36326bfd93b40b967978c9628b9089f9c278d0b77a37db600815a8
MD5 a8a1c88843ad97caa7027ddb3f14399a
BLAKE2b-256 419cc15d1badcb7257836f155fac014490d3ac7067a1dcdd5cbdf446e1a6ff0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ad21cf68d3c7989cb98c40a41e200a00bf03097550c44f87488e7db61b8341e6
MD5 12bdc4084be20033bde06549b2a580e6
BLAKE2b-256 1b04da57c1059dec84cbb7e1d3624f3dc08506fcda035a9a62e9ce470e693223

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for jellyfish-1.0.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2da658184d12a9a1ee1173f3c253ff4e8add8846cbc98e0d3d97ab36033db902
MD5 2598bc398a85738b69a0abc986c7bc6e
BLAKE2b-256 6ce5bd9cbfa91f838fcae5f47e41e1e41200b9a596843e045558a0ccd7b6c74b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44329a8a7687d0d8fb6f4389f78b4d6a7cf8e3b683ff5e0e0ce10bb260c0a5fa
MD5 da7af0160e0f7942df1ee7cf9187c1a0
BLAKE2b-256 b3bd731ed1cbfdbfa3ef919730a116664b69148fd7e0a5938d5ce6e72d8c7150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dde61fc6f8927064acf2b8699207baa1294f60b517e61f523617e78d5c957cba
MD5 7f40940981b86ca049d414ae14221a6c
BLAKE2b-256 0d7906ba357412feab920a0a6b805335472fa02ab3e8047e0d17b09b5b66090e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8b3ad146420556cb1286b9b96d3cf628e59ca4639ba6a060b0934c16f2376b1
MD5 7f73f9d474766232369807c784fdd03e
BLAKE2b-256 570bc85c74a59b936d62751c9c8e3d30a1133d9041efc8c251df4ce3508d11bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 77e827f06861ddabeb147f352ef3848e686666098d76b2e41466a7d8d84c9606
MD5 917236f6b061f772cfcdf59482c09d73
BLAKE2b-256 069501e24664d7282ee0f85361038cc15d979240b3c2d6b6f28f4aca376e0922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a5a8fa58e70ad8e9c112fd09f7f9c3581a7fe3b5dba5a4094aaaa91125f854d
MD5 fe566b2d043a86f60677136e0c58cfdd
BLAKE2b-256 0937d15094dd5cd801a4c512ed25315ba8d5d5e6af302ace1fbb427a86fc02f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 595a74dcd06814b0e62e7a5d3c6a349f5e552697f50549bbd49a86f7ea093b80
MD5 2e612670c4b5203c222fde5e56b8cb90
BLAKE2b-256 df15a701ed2bf4636bbc5e5267073c97633fae46aaedcad4e03468994a9050ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jellyfish-1.0.1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 486117a0158263ecec9ea54071c25819253bd4ec0d325752b2dc5830b04c7d0e
MD5 21001b40c8de330873cc32b1a4b13275
BLAKE2b-256 05349934e66cb503f4767ca754774706cfacae16a55470fd1f7c405e72da6974

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