Skip to main content

Sematic similarity calculations for ontologies implemented in Rust.

Project description

semsimian

Semsimian is a package to provide fast semantic similarity calculations for ontologies. It is a Rust library with a Python interface.

This includes implementation of Jaccard and Resnik similarity of terms in an ontology, as well as a method to calculate the similarity of two sets of terms (so-called termset similarity). Other methods will be added in the future.

Semsimian is currently integrated into OAK and the Monarch app to provide fast semantic similarity calculations.

Rust Installation

  • cargo add semsimian

Python Installation

  • Set up your virtual environment of choice.
  • cd semsimian (home directory of this project)
  • pip install maturin
  • maturin develop
  • python
Python 3.9.16 (main, Jan 11 2023, 10:02:19) 
[Clang 14.0.6 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from semsimian import Semsimian
>>> s = Semsimian([('banana', 'is_a', 'fruit'), ('cherry', 'is_a', 'fruit')])
>>> s.jaccard_similarity('banana', 'cherry')

This should yield a value of 1.0.

Releases

As of version 0.2.11, the semsimian source is released on GitHub, with a corresponding set of Python wheels released to PyPi and a corresponding release in crates.io.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

semsimian-0.2.16-cp312-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

semsimian-0.2.16-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

semsimian-0.2.16-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

semsimian-0.2.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

semsimian-0.2.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (2.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

semsimian-0.2.16-cp311-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.16-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.2.16-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.2.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (2.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

semsimian-0.2.16-cp310-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.16-cp310-cp310-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.2.16-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.2.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (2.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

semsimian-0.2.16-cp39-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.16-cp39-cp39-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.2.16-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.2.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (2.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

semsimian-0.2.16-cp38-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.16-cp38-cp38-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.2.16-cp38-cp38-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.2.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (2.8 MB view details)

Uploaded CPython 3.8 macOS 10.12+ universal2 (ARM64, x86-64) macOS 10.12+ x86-64 macOS 11.0+ ARM64

File details

Details for the file semsimian-0.2.16-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6e03fbbc4c1766904957d6bba8bce52efbf98ce93903cf98d09e9929645ed6ea
MD5 fb8453016ae2450ec538462ac95203e0
BLAKE2b-256 50726f9b0261b62ef015a3982da9dfa614068ae0ee10112ec39d7b60f9f13e68

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08c9fd7c4732e87fae2e58784e5f466d05b5fc35f54cb09af9410f3e6e27a14a
MD5 6dbc6125983d3b7e71ce5eeef694c53d
BLAKE2b-256 e2ec4d2997f0c414c660f5dd3ed7117b053d80bf0136fbd06f18e47e2c481d39

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 06568719556fca58e67c562b7953d923f052fff7ad00c87fc4d82758a798826b
MD5 98a1c836b3a236dc3cb5041fd905c5ed
BLAKE2b-256 56752ebcd766d96ec3010432a5a6d14b73d9add6d8d9df066b509663516bb81a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7fddf032e117dec1e46a281ffa2083cd6ba940044402d4c80216a7f0fffc114
MD5 aa32c4d3be40372cedfc1a02be25aec1
BLAKE2b-256 740141e5b1f1c44ccdb6bf4aba53d62137e58c781724f3594be67443213a6759

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b96063d427646574ae3c44af26b193369eee4f7857f62fe8641f5dc08eaed4e
MD5 00640b2daff19881aab9006a36d9eee2
BLAKE2b-256 4c9ee5a3c69acbc3aab12b3937da4d3c5af970ab90199609160e144892e7282b

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1633e6ea178d13fad7a13060b8df7e4f666e33b7c9cf9cf4705da4011becf15d
MD5 eca060ba9a9e6c9eff6e6cafca64a653
BLAKE2b-256 5b9c0a437a67f212d2aebd2a94addea566088c7157f56e386f3ef99a3b15f878

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 c092e89bad38b40eb236d9a4a99eb3872e73feef3bd9ca6ebd4a36b5b85afad8
MD5 1ec373b9d4005d820d912104bc46448d
BLAKE2b-256 d083bb86124eee01caf7c292045b4a184845288dbff13e4fcc2a562b2d5a9928

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 26a90afcab8833d41ade268036b785b3987d7772e2a3b7b8cc19638c44a56b6d
MD5 551152010b45bea3774949156a63c070
BLAKE2b-256 0d494b32484306831b9d4ccb359b5d5cfa2d5b17d91fe954cd951b475916c015

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2ce47cc74cb8267dae3771df2f0d307e89de3cf3295e2e5e110f3bfd4b7849e
MD5 e0819c8fc4954cd97dead5ba373b0963
BLAKE2b-256 d22ae410dd45525e598b767ece5a90308ecabcb37c3ab8ac611f42dac2ea256e

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d41f43852088de152956ac2b0b3a078eccb96513c9fdf03d4ef217da0b38279d
MD5 6b8651ba77b6819dab59c400dd6bf52b
BLAKE2b-256 9f562fd31a4e5b8b5b3e050aef18aed72742ae41aa18c320d70c9b9c6db886e1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46321fa767b4f75f1467847a62afa500a9c6dbf0927991ee60ca26be6e48f188
MD5 161563f3d5352ce10165a95c362ed402
BLAKE2b-256 e9f2bd92f17d577629f9d3cb68eb6b28df02ee21e41ebefbe4f3c1ddc6189e72

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94a3069174237ffddcf1e515526e38ad4f3ac334d1fa6fe5d88beebdfd4bb51e
MD5 8739bffa934d7b41c1ec03a9d903c7f0
BLAKE2b-256 d49ef16c32c07f48e3db858dc9a24d99d9940390653cf5389bfb9e5d277efde3

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 939dc4dda55d2b73d3170e72324f8e1cab3a348afdf67d95a0081770d9c28eb0
MD5 aeb6f86fbfecb56942f85c989b4fd721
BLAKE2b-256 e4cfe2649cec8201db29af5162dcd104e63b7cf59316c35448ba7f7b2c6a3fbe

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 4def2b7522f2baee230cb4e9a0e5704996de11fa8745760abd61af0ac5fe15f0
MD5 bc8e36ffd9e45eae1c8f5a4d632fbe8b
BLAKE2b-256 cf6736add61f942c76d7354d7e3f11b5a8dfc6dba40c2668ee68de6a658a7ca0

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 81e093a2452fe3ccf53a48101f54225163e479cdf6c0dbacbcb2a180d8adf453
MD5 0ee2198b3897ff4b52bdda2254d2c8d4
BLAKE2b-256 0e2a1c76e65b13dca580a26e9583f42aecec4a7c0fe5ccc8808bc359333efd5b

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c524d0d3dd9503c65964c1bd4c33348eb865721f67c200b5fd6e0427b5af34a8
MD5 d90666404e12726dea761f21a1e59072
BLAKE2b-256 52a043bc7991eb7102ae5cc5ed344fd76e633e0179a65af2e6bd23049bb7b681

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32cb5b107e154eb85f4eade3a4c5a4e845f9e2cee5b0f709c2854c53819552a0
MD5 e53bf796f04e4e4ffa82d5ac21dcbaa0
BLAKE2b-256 e2fed54c2c9e425245c493f83772a6301d69df3007bad7beefeb1c528a9179e8

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8cc56c9ca6bd5bbd9e46bc9b6145da1e5fd1dfa4814aa3c3aa9e1e7019e7a70
MD5 bf96eeccdd658238055db78f5dc619e8
BLAKE2b-256 bb53b6b2b70026c9571a3506d6796595a0d6d0291b780a91ae6e4f625c288803

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9c7668e9fee4f55763f1c68dbba667666ba267890c70061076ff1386b1036cb
MD5 bd590b6472cc8d32963d94e5cd90f4c8
BLAKE2b-256 3386f1d27225b5d884acb2b60decfc994656c74401a67add76b57dbdff2bf18e

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 03065a9fce6b249315db82883164f500476604606d1f0583f9401526bf5bf748
MD5 7aacc17ec719c3ec5e881b9eebc7613b
BLAKE2b-256 9fc0399bbebbf4c1aa349065aa7310c1bf9b8be65e05450c694156955380b6b1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 b8ad450f4fe8c4f3665e33569d5cdc1a8de9b128a41f3e5dc707a2ba64f16d1a
MD5 998fbed8040e125a037e143b02fb8d29
BLAKE2b-256 c76513af459d4ee8e1954c5e52bcdc2813158b91d083432ae3e8e3e9902788e4

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 a9dcf35fd68a8d6543b8aaa0f228e80febfc8c257da817b98b1a80c490232676
MD5 b245f1bbb8eab7ac3dda66b042443c81
BLAKE2b-256 600c0527df2a5af86b3f87cbfdbedfe75eb8b8d36813423759232ebda27ef85f

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39357eee4984c72806045f3e2a20943b79caa33271ebd9ce0db68f012966962a
MD5 54d2ea0b63106c0fe4fdfb0c674a2540
BLAKE2b-256 b806f5999a6b56cb1f3918eca367cf04e62398aefd42df563800b748eeda6dfe

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d719dca3919d340cc5c81a685db55535a681bc82d4e7dafe1c17c512aa142981
MD5 3320ddf9f86a0fedee4dfb64684a25a2
BLAKE2b-256 7f19d76ce5059b1d34cc919a90a315d56c3d116f6388ef8d9c86b5f778f90cfe

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77488183032802cf83e326cb0217e96d94165b433476b4978ebef8c6f590a9a4
MD5 7f5414c82d10f8203eeb05848bc5968e
BLAKE2b-256 edf0fc762b44d5dd50d9ea5bd39f8ba9f9a5254ef9ad7ca88eceb2f14eb63695

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d450c8292c85e58e85257ff13c5468ae4dc6bebabe6ca2ba9de8b281fad42ce6
MD5 0f1dda87f10cd8622a3fa95311e48a9b
BLAKE2b-256 1a8025e2c7b8927150b2d89baea814b950a801a43f6b7ceeab1ba5ea0391f530

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ef644681999ab8c08b59e40d353f5c59b04e5a97cfe231c32cde6e6b77a113ae
MD5 4f524491dda38640fd14d5d2cc4c9f1e
BLAKE2b-256 1062db8c8691c15ea0b8b6bc1356f2570d2db4eddd85b13d2be2340e9a26a6a1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 e637d646a3adfec29057b99715e145e722c8d03a67ae50168976b5fb80896911
MD5 65429994c832637de313c180b5076527
BLAKE2b-256 7b88684bcb43fbd868e0bbb96eb8520169ac109760d79d433b4ca59297fa5c95

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 77f151e4e0aae4ed9f7b10dd245f202f0f33387e56c3eaf141409935f7cd434f
MD5 c2ba0c9ecc7cf679414a94b9970897a2
BLAKE2b-256 90df2aaa385201e917c7ce7b97d3c1ae2d008cc28ca35bb334b120dfcea85fa7

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd2beeffb9f30c386fc7498e448b9c6b5ae5e70e668144b78c366611e0866d90
MD5 a1c61838797196d33b76d219bef5034e
BLAKE2b-256 799547a5ab3c5315d687da39e379b2030f1f9dc988820cc5ddf086f1fd740a11

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6edc1bcad88f0c7bf5539800e283c275811eb7c8aa7cfc763e7ea2085b0da480
MD5 9feccf6d57220587a8402cb19c699f5f
BLAKE2b-256 9d36048348a86c7be5acffe36d42992d2cb785f580afa284c7e248bbc085867a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9182f0a2d75c17b7550c367cec322595f776722ee542307d856609319b70b08
MD5 c67b49b4b507b8ec835f4ee4c6df17bb
BLAKE2b-256 00e10f5c0a1f467be4f28a956b4fc96b20e749a1895afbae28278c7ce7759c8d

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 260ba7d0680385de8e2893b9f1933eda3824cef45b9421a2070ea9373ca4c5e1
MD5 ba09b4ec2081e7491aba7857723984e0
BLAKE2b-256 d634a386d2cf2b104c7df7bd8df084705aba94b2910fd51c76efd704f37b7833

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c83479f4a29d19a4914639a1016e61d96a7c61b0eea267a050704140b868f560
MD5 f53b0232217a94d1fbdaab57662402bf
BLAKE2b-256 d684e70d55039477c2a804e3c0477bc6d3017a142c5086e94e36defe4d7d9af2

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.16-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 dfb494c04a8db44daf09a00c3988370ce2bfa94ca0c7044bf78435830aafa535
MD5 e296fd40cc3fb46a8a684d07f62cea46
BLAKE2b-256 7fc26af3842e4e0d44105bc5dc29861f92a12493df5b9f81575d17df1e6385d1

See more details on using hashes here.

Provenance

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