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

Uploaded CPython 3.12 Windows x86-64

semsimian-0.2.18-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

semsimian-0.2.18-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

semsimian-0.2.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

semsimian-0.2.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

semsimian-0.2.18-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

semsimian-0.2.18-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.18-cp311-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.18-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.2.18-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.2.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.2.18-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

semsimian-0.2.18-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.18-cp310-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.18-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.2.18-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.2.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.2.18-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

semsimian-0.2.18-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.18-cp39-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.18-cp39-cp39-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.2.18-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.2.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.2.18-cp39-cp39-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

semsimian-0.2.18-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.18-cp38-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.18-cp38-cp38-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.2.18-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.2.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.2.18-cp38-cp38-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 macOS 10.12+ x86-64

semsimian-0.2.18-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.18-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 28371890d93c06a5c02b3e875b97473c6ff4d9e59f4cb3b6f2d3718919fe60bd
MD5 6221922d90ea7bb0c2b9142d8f9ceacd
BLAKE2b-256 ff3e77bca9c4e57c4aea2d32c0caccb86691ec57957e89e96fd0eeb81ea29585

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1acddfd3c5d92c15804d4ceeaf2dbbac4410aada3f5b712ebbdd7dfc8ae48be6
MD5 5964ce1d94aee3d0592ee960496b5e4c
BLAKE2b-256 274b12f93fb51c15819b4baebb388a38ea670e3c79dd4d740abc251e1454d06d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cabfc2c141288e3d2ac754061fcf067a64c549fe73acc654c9997e2684fe27f2
MD5 44e7923a4b048f334666b3e0b968c26e
BLAKE2b-256 8dfbd483d341379a91f76614cc9c5c76a915d766d90d8f1b95e7f1b558d006de

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37c8fdff4cfec18e051bf77986211e21fee717c1b6a2a0d5f0941dc4d99f6fee
MD5 656cac15876e25cb33fc6e48b366850a
BLAKE2b-256 7205d2d4b1b9720b065ec6963f22e294cb553fe6717114e46c83ebce160b8d30

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e12da0b323aaab99d98a4697f3b1a2a392b12f5fe227e88b8e89d157e88b5c6
MD5 2524e29aac667cb781889409249ede30
BLAKE2b-256 59150e36b5990c487570132a5cd920d3cfa5652f3af4fa78f7572b97342bdc2a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 768f3a44ab5558aceaa4e87d557e5cf557c60958ebc800bf2c5f0d61e65fa2a1
MD5 0bb07d5104ce2b240fc31d83636e0919
BLAKE2b-256 6fc15ee4da1881765e940238864508fda1f7cefec52dee22bae1752acb1f0f1d

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.18-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.18-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 9fd3a3ede5b42de8405ef29d33d54418ff316cb64cd6788e1b00d46031e875f4
MD5 750e765c01354396710c62c2da931c72
BLAKE2b-256 41ed904dbffc767806aa3b60395a449325330ae03bd51a79897f2b82fcb4f551

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 6f7859e219c4c3125ac97cf7d6c3f667e894a997117f0647f7640de850960679
MD5 ed8c6b20abfb5815010a8b08b2110ce0
BLAKE2b-256 f1c1c4b76d9f39a6861d62e96554f8e8edca1b88d7ab3b8e5559a07eff310395

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38b2ddfa4878fba57104fa60e43de06ccfba8a5d0a5fa927ddf91b0ec3f658d2
MD5 071a014c0e1614b57c5d4921dcc28cc9
BLAKE2b-256 fd3715b6b6d11ffe2899da45fef2a8b9b32a2fac2169456173fd59527eab02cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01b57408efc655d0c23557aaac000104d2f1c2bdbbe0d7d0f96d1c894815812b
MD5 f0ef78e0759061906ffa1a5851a8dcbe
BLAKE2b-256 2a422ca152d72dc4a89437b5c558897c89da956297511dd98cf8caec4d34aaa4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17b8faf136f1021460679877e08697c463acd4ae708bd56867d270d6109e2499
MD5 ba893cc772c6ffc458b35f53aa3be7ca
BLAKE2b-256 15b3da25d374628ef37a4277f437593ed77b92f3fd4550585573ea4a443969b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c9a9923aed0683cf0884a6248ad00754f61f41e9ac1f404443c071e21385f00
MD5 6d9141de8e59885dc15a029242ab4859
BLAKE2b-256 50453fa42974003dd8a28b9f7bcc7f120e616d2737a75f1d3c45307fb0519fc0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dfa4388a606951f58ee13feedf02821823cda8e6cbf57b33f0979c97d1ca1eec
MD5 a0dca9af3125ed7410261d1e337b8eac
BLAKE2b-256 4d3040c5f0af64de8127ad8d1b92cc46c204235ed3f7937971052b780e7d335b

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.18-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.18-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3e65a39e4e38e8c94e5a057cf90ed9c6559f6e59b0066124b2366ccb3394b8fe
MD5 0741961bf6b2bfef935cfb68356405ae
BLAKE2b-256 a7da52e4cdd5719317b502df0d727a720ae40b208e121a1e9d7e9685c5d439a0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 34a3af36b9e9da4f6154b6c755072fd4c9f820647edf06c8dd2820eb741bd70b
MD5 8923bef70dd570ea6d1364a8b282e32f
BLAKE2b-256 6541abe27a949dbed42ecf2d1790629824afc65db0f044a0c6d0c710d28f75f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a547bb06353141c253f7fc14e3c00f80ebc38f639e98c309221d8b406b48ba4a
MD5 9b961c82bb187eed21eaedc52d1c96b2
BLAKE2b-256 38a31b99459e78b936a75b0e9694d7d58152868bb2d43e9d7ead8cf742d0d94c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39d02e82085f6ba29a0c22e1df9db92d8f7dcdc9a649845c3f3411fe942525c0
MD5 248b6148329c65cdb9d04ee7b5cc71e0
BLAKE2b-256 00213308ed3ff9b09a9b3fd3af444b622e8deac2a35fd47b76ad0c7e37d991bb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98eeec13fce15f4c08b2561d7728016a0d05a07b886504c6ab31f8853abefdd8
MD5 3a030233755b7deea90ec19472b7dbab
BLAKE2b-256 318b5b31245788f5a1364b682aba0ffb78599ef1b7f811ed8a17d92c8e113a98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a40f7c3a4be9cb8a3a90a556a894b3dafe2742c16e78caaf77ca4738fc60ba45
MD5 3ad474210ae92324c9bc5f6c86a37915
BLAKE2b-256 ec17fa00131ab41f36a5284d6745296b178716b676a3b8afe123515794450265

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f61edabdc9404822cf6db0a7c9f4c630fa53b9e52272347e47abe8e9ef05317e
MD5 fe9ba8d7e8378ebb4b4dab3e687500e4
BLAKE2b-256 703fbc629125ecbde972c560e4a41c2c54460fbb31ede0eb70435387a93a5a1f

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.18-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.18-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 82f481493ede0b13243df985f454285a1b91ca71ddd71a15b06abef1220a079d
MD5 cbd8fc20d7fce9eda1367ed7c14ad31a
BLAKE2b-256 d674ddeea1d9c56df35f3685bea8e21707038d26bf927526dd1cc02cc35cf7ec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 238a3ab3ade700e644ede5c2200bf57f4de2463adc61db58a75d64a41327d07f
MD5 3e34a769f373f5c6abc21a8a169759cd
BLAKE2b-256 50ea915037e220247291022c914988df62ff8f251eecef8023f2c9d5e8b1cbc9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea1d4126b1e73eb39932f4301f709ab24471e463010b33e23fd6704a0f8aaaf2
MD5 57523b1a5b86566027d03da85143000e
BLAKE2b-256 b873d7e2d15dcd802e7418c0a522133ecb438c3e1b2ec7887b89e263595be49a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 996499a2b7a36423d4cc71e818f7a05bd1b03093e2a12dd9deb6171f0eb1ea0c
MD5 17d5e5ceaf7bd5fb4346bd328969c028
BLAKE2b-256 c5ccb53f5916a0c47d775b75ced393c8d776f14dac8a35976a1eec00ccb2cf31

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47b798ad49bfb01a66072c3a0e930566ea46d70ea7c8150c63566b26087b3ea9
MD5 412573b80d1bf567aaed36a105a25407
BLAKE2b-256 732bab6c218362726c459fcaaa9a4b51a72962b869983f0b951ea08765c85b8f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 672ff65d343578db0dcc92745265ee495e290870dbb01a0223bc43a0084ba21d
MD5 111ab738b76d6952655bf7d33c9248cd
BLAKE2b-256 1a055c3d59f8be653c4f1feb9e76d361712e03e6c7d30f1f68005d2e27a17444

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 15bc0e79b7437f5832578452fe1ae800fb1518953a77a006609477acbdb1b208
MD5 9b5c8cdb2b1d87653e767b1182e259e4
BLAKE2b-256 4703250afc7bb79a8189c119ea341e6d4e43a465316f3f8cf653eb1661190139

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.18-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.18-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 67670f7b6dfd0cc630ba15e85ab242e09503c2e5241076f8fe0c90897a4e2164
MD5 3535d9d6a65c5e3d5dcf941477c33da3
BLAKE2b-256 c947ed0f651600cd5b28ba3d488b6b58d00f4e3c19e52cb5c1e6713257cba692

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 f83ef175ca1b025368e31b3efe66e9baad89a1828b665da7c8fce8a0c26837ff
MD5 3ae552d4f3ef9426a263d85bc4e8b533
BLAKE2b-256 2327df8c2cc96a29b29289365c270446b48bb23821c25333a815c795b20da88d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8be56f07f46184ee7f1be6aaff6efe40217c25fac527601b72b70862d1f3cf67
MD5 8a21e1736a6ef2bb7482130c7d9dc907
BLAKE2b-256 b1062b71a9951f65bab52ffb54129e0de6faddcbcbe49e7ef6a4c328aa2b47c0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfe978b39c666ff4540f7f01ca54dcad74676368020f2295c600be5727ced889
MD5 0923c278ba5b73ad5b15d8755e439936
BLAKE2b-256 b1fd40f6d76e67449540afbe6931bd01dc087fed78238dc41b3cc0ab26c6cce7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97469dbb99d5176d76e209a6c6d9b9daca783f55e7394f2aed8ba89f82e53d01
MD5 6d1f5cfbf2f820c0fc0b5c87147111a5
BLAKE2b-256 4f012b737aa68a586094af4f202ccccbcc619299bb10531aa6e49487b6303a51

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a29283863ad68d26e26ae081c98e4eceb46338678d107e70a34c27d13809658
MD5 f881bbad237905ecb915ce08e89d8d38
BLAKE2b-256 e18f75b7b7ea60ba17c330a56cf45b3e4272faadeb3f9be5a33fe7d98cffa5aa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.18-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7cc2db7eb47c58c0d821f12456163f428497af49fd4f2b5f0333c09ec38355c3
MD5 9de415ee49f7d06c2305afb5f0d86397
BLAKE2b-256 e31c9bc817260d1c956a150c08912b5e74bb213a0a1e70feb51513b85d02d393

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.18-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.18-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 89ed028cc8491a9246d134e1739ee53b0c7952818f208da332d8432602108b15
MD5 aa934cf9f1a129e61d0435556bae3a4a
BLAKE2b-256 bc5f17ff231fa6acd29f8b1e15ebb333c2118fd287efff51e7c9adeccf335973

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