Skip to main content

Sematic similarity calculations for ontologies implemented in Rust.

Reason this release was yanked:

error: linking with `cc` failed: exit status: 1

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.14-cp312-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

semsimian-0.2.14-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.14-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

semsimian-0.2.14-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.14-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.14-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

semsimian-0.2.14-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 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.14-cp311-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.14-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.14-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.14-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.14-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.14-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

semsimian-0.2.14-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 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.14-cp310-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.14-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.14-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.14-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.14-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.14-cp310-cp310-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

semsimian-0.2.14-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 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.14-cp39-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.14-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.14-cp39-cp39-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.14-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.14-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.14-cp39-cp39-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

semsimian-0.2.14-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 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.14-cp38-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.14-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.14-cp38-cp38-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.14-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.14-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.14-cp38-cp38-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

semsimian-0.2.14-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 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.14-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 6400d204dc06a7432ffa6d410a3568c64b80c243c3af3383af9c24db415664e8
MD5 fe58fa78b2a89985aa180e9ac7dde486
BLAKE2b-256 b481f4dfb1b981e2eac7043242f88f6031c6f89430ff8853956705c3fee9ef90

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b3568d16bf26a831719bce8aeb434711b67fa9377f1cf2f0804b307b993471f
MD5 fd43e5100482cfb4100186fad25531ea
BLAKE2b-256 899585a2ce78772de96ad6427f004e1c815c712732df5fa3529a5eafc45806cf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c30d7999863e3fb026b105dc7c4c8d6efff94c4c19fd6ffbe92deba73c1f74b6
MD5 ae5e2d52e1c95aad376fdd563054b13d
BLAKE2b-256 c51c4c6957cda8f7cb3ef3851c5e79e89262d5296ce6f42d14b932b3143f1670

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5a53803a067ad5ba26b631c16a24ae396279ebbe8d9129a1ee2b2b242c386f9
MD5 200c0d135585c1c49a12db567f66043b
BLAKE2b-256 b9b5b65c3de4df542b5a6d235927466984b17d7b44ad3875cbe7c0e79be0b341

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a114c8431d6f010e649d57c59730ff00e1359f3b9af6bb6da4b8620e98b79e46
MD5 4a3f09bc406d353da23727fd0ef599df
BLAKE2b-256 608bfc2933c74ad48922f9af9b2743f740e41a9756a95675387d15c3c9a47d9e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ee0c4679ec7b40a2a746f63f0c920ee5dd974130a50482d949d29653c4b1d0a8
MD5 4df57b90b900aba27f5025e399c1a9a3
BLAKE2b-256 70d9b2a044b3f66c4fd24b6b52517fa5afdb4ee38a4a3aa6c153968354b70c24

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.14-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.14-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 46a97fad58c78c9ec5a324ee6082c74daae9405c2a10bfca2150e7c3080ed2f7
MD5 401816d42f923e502de99256ffb061aa
BLAKE2b-256 213959411e886a73f209bbc02f38021321b73c91c71626f85ef359b434102624

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 51092c27516bfb6f4b484329516e9cfc91325d16aaab6c39f83350bae28706e0
MD5 5a3928ec594bc7d3c8fab6dda0617c4d
BLAKE2b-256 c53e3a97c62ed5918255717168eedfadcba1b594ad4b31f42571668c9b503a82

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3426787c2ea2379be81facd1a268a0ca06b15e35564a209b54125c3c14452ec
MD5 9482dfcc303846630ace7dbac0d42800
BLAKE2b-256 c038fcd57e0637d5375e137cbb4450398b89659335a7d4453a705f6bdb93df75

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc8ad3db8491606c482153123774c5df9d5328770f6e05d6e0d5764b9b57aba6
MD5 97174d8184e6cc740f9b2057ac7cebe7
BLAKE2b-256 43561d108d1452b1f1f519cbf667f8f3e5e58415ca8b1a140494c9234574b31b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 836dc7ee92f8fd2de212769ec60ea7d5f17589eb445753cb7543df59aa8ec79f
MD5 347886dc0fefdd4c7ff6a59af9d8c6f4
BLAKE2b-256 f28834196068f85f8579b03cb12e26497e69b8ea1f89078b66ee6a8aa05b33ce

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfc19bb3ea61f4a60b20be9e231e83dcf296f203848154a4e74e6f0049488426
MD5 e15c89febe439dd6c23d5ee25ac9872f
BLAKE2b-256 18ba39f33b9c12bf24d027702c48717a42550954f4d5976089395e37af0fcda0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 efce660d5118eafaf30167caed4332c38a5af1019195f68f78cd2f9ca0a70b98
MD5 e0218fe47697efddfa3e7c0f8cba2727
BLAKE2b-256 67a5d566f9e295888611cbd898c9a86e5668d47461f32cfc12af8ff11014df06

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.14-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.14-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 df2f9fb521cb3b46c2779a230f0455785116c0008e50af0287366fb9f4f27139
MD5 1c026d35cc1972381161a838e4ca6d2d
BLAKE2b-256 d0861ae4daaca05d2f7a88308e2268490ed1b6f5e88b55d5eb615d718e269983

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1710dd72b433ad5c053428c52232030e3677130b4eb203263e9959788122d87f
MD5 55be08922ea998e23da0a39cb0a4dcba
BLAKE2b-256 a43a1b13fd97d474767e3e0a9ba3bd941966b6024f57fb118a8041867559acad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ede7ddc3fd3399ac4f385796f4d447188e6204062db13b1ab37620a90cf95e37
MD5 5c7e79b45500f9a63f6ae10f6e043dfe
BLAKE2b-256 610894b2b35b10c316f71d0cc7e36bedca3bc584dcfb41d00512a1380c5e6391

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f99ee9789b29d1b598bc7f598ed036c294bc0a3322d8bf66175cee98027c6e51
MD5 df479c0e13608c01b7e1fb357b64b1d6
BLAKE2b-256 eb8fe89458dea6c5a305a89f75d9f026f9989394535dbdcc9f60072d8fc698d6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3415acef6ec81f87bbed1b43f812d69c5b1e87fd572411e4cf7f7c6b66f25be6
MD5 d355327fbe43f8ea18ddd5fb6e9bc79d
BLAKE2b-256 d3c534c3e966db384063e58f1aeb7523f1b6eb8d16f954b360da266a30d02f10

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10454ba35a24aa87bcee0d229049fde777d1790fdf5645eaba175966e976cc2a
MD5 093450008e3f9c6de418090303cc614d
BLAKE2b-256 a66990264e348c5a812ec3a7abcf4d5889a344bae1331c0e23f8d1e4d734c82f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb4e3bf13a90cd4abea69c3cda862b2fd34a001de4b4151f5ede34629ea181d6
MD5 e57bd61e1c2a60c3e4e3a56cad999cc1
BLAKE2b-256 ca423bb469ebabb86f92d7fa789c176e3ef24dca54855cf9a4bf81bc96d07a44

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.14-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.14-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2b562856bbd8567fdd28d3b258e2e0bebc8d4f1df380e0de5a2d34f33df47558
MD5 c0269a9ff79091ee9ca5833ec5980734
BLAKE2b-256 5826bbd5a355beea4884ea41ce7b11ee3f3402246c53bea273eca3e9cbef4f7c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 cafb34c5ee14bf2a934512ca069cd640918b183793123b4c329ce8ce4964aa44
MD5 f94ed23e558f208e7b03522a83cc5856
BLAKE2b-256 7e49e64c22c235be6fe4739088ff1b50aab22ae6a52d3b601594381d573fa2ba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79707a335e7426c3898d58040fa3a54730ea1f1cc99575bc1d7ddd14386795f7
MD5 7543a685ab3c3feeff08e17b051cb1b2
BLAKE2b-256 eb92fd7bb9453b7f658176948c1ca4533f1c08f2ed69efe0ce64bcbd78e97101

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 820ced4d05dc86a4c31785526365c25aec69aaab9a3dc7f21466a2b4b6eca578
MD5 bce426d1d884b8f415b2fe9429ee19ff
BLAKE2b-256 b7e289185807d8e8d4409315716539f20aa7425c03f46fc6558bbb94141886db

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 806fd2e054b641e9e909f551d5b7e353955f1e3a6651e1186015922a1dd48949
MD5 c18c0278bf558d187a2d35e2a5208d9a
BLAKE2b-256 6672cf92c1c71f2a0d3d61218a99f5dbdf549a982707603bda84eee5f4bcfdab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbd8ec56b140d16519577f62610ce0b53f4942e6b8684144bceab1c14f348e53
MD5 1eba7dbc99099742d29db0a124c15695
BLAKE2b-256 96fd574965d021411f1e5a74a1578838a819f9b722f213e116eca6a53a8ad6f6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9bdf0c99a326115ae520bb3704a42cb2c4243f4b09fc98a74cad4b179b94bfae
MD5 e97e775affd77b8d5e058cabf8ffc35d
BLAKE2b-256 ce2623d3ffaa4356c9f945ce90c7d25f00704c3fbe8d91e81f3cc66ec5122ccf

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.14-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.14-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 87510c418500962ba1bcd6d0af3061ca266b67b8d74a946d5c5cea85ecbd6c50
MD5 1dcc00225b318948e773814fa06d9311
BLAKE2b-256 bc9c6e9cf17f383779b3c1387a50e40e068a3e94c67d75634d64e64f30b3c743

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 92f734f950356c54c16558ec8aadd69ff5500d1920b6e3ae4e2829fb99bca91c
MD5 93dc847c20cce1aee4927076ad57f9ed
BLAKE2b-256 a793d3955d03c438866d6cd5b59e9bdffd169847b287d93889bb81ed0c35b0bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33aeef2ab2608b5bb28f295d59c9b3d3c20775e193d36290ad9d0451755c422b
MD5 7e9b0cbd4eb0cea34fc77e9859e5da3c
BLAKE2b-256 79362e932e79e9bdd8326ce18f8cf6bd364fee3146223b0bad8ffc0ca20ae000

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33c01526ee828da8fb6bafdfa91068eac7eec4990f0f5f3056b524792a147741
MD5 5b1a206d4f9b2a74bc2ae7e44aa524e8
BLAKE2b-256 fe4b463d506f5a1d1839c3fcb388eef97239363910b97d235c314c6676b64585

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c486b0fad6a5d861333bf1197c245710aa3eba9771f5f1c25e6a69cd2b037c9
MD5 c7225195bb9ee3cebc5f2434abd64ac9
BLAKE2b-256 722b732fe94954e4406c83c24261b62039a79d0b65ec957c1f50300e8bc4a7be

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6817074f057ef64595d621b2119961dd28166c99a711431ac861df04b626f306
MD5 01fa4150cacc0b0d6cb6cffbbd80723c
BLAKE2b-256 0802cc63b213e6591c1d93cc1a8cb1f6c01f126d5e982e389d5582aa464c8283

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.14-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24ee20bbbdef0f0637cf4d9f34a424766b7ce8ae79bfabdb1f0753100564dc24
MD5 cc73d7f0782f765f2624f1ec8d8a66e6
BLAKE2b-256 fc8ec15ecc8a7cc1d9340feee01c6d943308eb086228135f1be4ea8743ec094b

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.14-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.14-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 77e5dccb63e35583800ccc477dd7cf2f04256af231b5cc291ba4879c2106271d
MD5 b7b25b3da5d205f5d36ff2552841d42c
BLAKE2b-256 77121e5905c6f1cb1fcccec7a47899206d12015fdb297f7d0298586cef8ecfcb

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