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

Uploaded CPython 3.12 Windows x86-64

semsimian-0.2.17rc1-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.17rc1-cp312-cp312-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.17rc1-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.17rc1-cp311-cp311-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.17rc1-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.17rc1-cp310-cp310-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.17rc1-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.17rc1-cp39-cp39-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.17rc1-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.17rc1-cp38-cp38-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.17rc1-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.17rc1-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.17rc1-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.17rc1-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.17rc1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 c1ba2bb9c2e6b109138b3f5bfcb7eee7952811a4d71047ba7108dd0f44f2b503
MD5 cece64ccd2b165c21b8c7886ea68e3d2
BLAKE2b-256 df19146f5dff085ec776bc2d9b058070bfc57727dc553cebb588f4be33ebe8f4

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 303109b44a55c464e52cef5487936270f54fbef64cd241d019b6b577396addc7
MD5 be8a387a2233a834de44523e3cf58b2d
BLAKE2b-256 9fc67a370f991213b29231a8d6d528d34cb32bcb90be904f8c02a473fdbf51c7

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4bcafae3bd05ab388f2237365a55e0cdf9ed7fd710cb80623efa4dc1870d215c
MD5 13ad2f8eddaeed2c6db7b947e95fb1e3
BLAKE2b-256 1ff916357cb59f92693e4e6d1fe2358aa7289a6688c14cff998c0f4be3f2c6b4

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9446655748099a46e45254881e60e7b2ba594af79ccc637df9d735f1352ca3ee
MD5 2582ed8e7fbff1bdb0b91ab44b3cf3a0
BLAKE2b-256 9f5ab0d9c36b179ea14ced3aa07f37480234c456e1c412e87e19c686c3c0d943

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03a375420f74db6c4ef1612552c1860c7c51476061c85c01ce6afd462f034693
MD5 7feb89f0cd59c16ba78e6abe21d914aa
BLAKE2b-256 f778474ac6193f395ccfbd42b7216c9b234a20fc05129c5178854a270a094d27

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 171b70ff3b673733350c1637a0853c5411e17db770da29f954a211aeede45453
MD5 a847981cff37ce1795d0e89b7ea2ec3d
BLAKE2b-256 08a3d461e335340a5183044f65f2595984428b07c5a28be4d29649558cb2a600

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-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.17rc1-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 7f45ec0622e21943078a098d9bb9a72ab3cd41b2bc9704a054baceb52e12e1a2
MD5 9f666f96e8b6ab74bd9c69b7e1df2350
BLAKE2b-256 0144f3590378a3932c8d74c1fe04c67382b5b0e7a5aba45548d2424f22d1061e

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 522ca16bee6c300175d051c193a0bbd5d1a9cb711577d2f4893f3972187c00ee
MD5 61dae4a56cdbd9ba231c3f7f6fd57011
BLAKE2b-256 cb1f76a49fe131889679fa5e8b749f811c4091a3211d97d59c9d603f56d92243

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94d69374f5c77bcdf1103dd348abbc7bddf5e404c1157883eac9302d2ce9f7bf
MD5 60a977a1751f84bf15395fa575cefe05
BLAKE2b-256 443be98704f37316f681bc0f5a1093cd75d27d0524cebfef74c7af37c5e471d1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 036674a420121ba6e70c84d492bf39fbe794077002f8ff642fd3c6905c405e9a
MD5 8954f5a3008a32b6660cb9e48bc4e842
BLAKE2b-256 c89ee46345459839b91b62097501ed2c4106202843ac95fa6a99f895be2de060

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32918b7f5d097292020f165b695d80ccd75bcc34283e59ea326487e5e75d6798
MD5 cbd120a895a8c9ee624106b570f6dcd3
BLAKE2b-256 3d5becdf5c1c4efe7206c6c2f9c6e6e392a9ae0d8dc05277027f199f26226646

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e174b6c3c23e98d7330959dfdc403666a17683f1523bd48db5f98910b79f215b
MD5 1da9a636184abd61bdd4c2efbf85ae4f
BLAKE2b-256 8bd6178c78ddfe9738aa4922df4130b4a68368fc9b6a5634bbae729b3710cf6d

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 023fa2ca20c63c08160d3e5bf4c4ed97bf501515bcd610de002d054e5544f739
MD5 4929f911e103cdbda75dbded5c361380
BLAKE2b-256 9ace94d7802b0b58d9f3439d587ed489713e496742050bb20c5a3b01e9f78207

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-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.17rc1-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 ec174e5e07969255b2405a81e1d4129a79d202988f4c5a5b0e7a2385f435a30e
MD5 eccf03d432f927db805fa6fd0279be88
BLAKE2b-256 77dcb388901bd95fc913ce8d28de0e45bbfde93f8e760a2f88f2a1401b9d21cb

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f87f771b30036bc4ac015798f31737a97b2e9a931e1ff009c30597dece06785a
MD5 bd281bdba8552a3831db7471960963f8
BLAKE2b-256 55c8b70278ecc27a2fa99e4828331d32aa0462439801bab55544aef66e9fcbd3

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f622c4343646f72c7020cac94c9fccea9580eebfe58e388d4a54f3ad723736d4
MD5 270f82d11b1e2b23cd5205f0a7e05292
BLAKE2b-256 31122d4037324ba4fc380b92ce37697ffb607a09f9f0cf40db8143b48d12e419

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 59bc327234ed39238110747a54a9184d9d69d77cadf3712568fd6974c8634a9d
MD5 a4a51881cd4fc13ae820ce91216daf8a
BLAKE2b-256 2944cce39169c7440122485e728e34e5918aba4182d88a90973bbddd4ea7cd7e

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77293239aabeb4be7c48a514bd6d1c75e5c5ca069651b25d1ce52cd173252fe1
MD5 ba031363deca142212bd9755b2de6a48
BLAKE2b-256 32384f6d3aa2f4f574b5405e4bf867e56ef29b206a6491de7587b039431dab55

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c53d73ac785d860ac785c00c04570ee7ad928f8efa7287e540f1ba4ca722a991
MD5 60951b6d23a88d8480faa46dbea2a0b8
BLAKE2b-256 1b2edd49978a9594de0326745c89d0a6ce61dbcb39b834f579eab93cdf37e53d

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2d681c321d292e74772c5bf36a27d005cbcd17580f58836e8e5024d15bb9bc0
MD5 44f7f97078c614a62a2f072e6f56d115
BLAKE2b-256 4977e04006d24269c509441bbc4e2b2d54e059e853dc6025a4cb107b475326cc

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-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.17rc1-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 104853dd516f8ce38904d3b8abc5b8fd0e1309a23df6913a9e44c75347dfdf79
MD5 d5b074f50f31271ecc3332a9a10bd68e
BLAKE2b-256 4057b6f665a6732286db0591cb351fd85d3f442a8fa792658f5fb53d27d83115

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e180728986916acb8ab0853ab747ae4a81094fab8755b04eeb407f3e34d4783b
MD5 1a68146e653f747dde38f6ba9dfe4de5
BLAKE2b-256 ce9590dc925ea3e73f1d26765b0655f490e3cc8424987c4c2acab2574edd969a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b54ed55961982d06897082740b90ca817dcdaf6d21e72bbfedba5e4cbbbce864
MD5 63e16cd6f60e98c9a47e0a623aaa9520
BLAKE2b-256 8f89543cc4857e797a97b154a6f91b9a6dd302dc5174aa38fbad2f0bf3974d2f

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 059ddabfbadc1cbdedb1aa59cfb30858e75d9b86f31224bf22edf915d2607981
MD5 65d31a99fcc2c42a5aad1ce28748b79c
BLAKE2b-256 b5c1e32e8dacd1e5db807e390f3950cef9ffb9e227be01ff73c09852cb133225

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c69eb50387b44f1e39d554d5f781a7f80d937d42ca8c7aa2929cbe3b8075bb1
MD5 f8635cb9247add0f4c78a169458ac1c4
BLAKE2b-256 80283de64a618a80f0f1fd2661d67ad0b1f9b1f8312ee90ff6a22beaa56a01ca

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a9ceb636f1fdb2a8e9ed91eed2d748ec2ad4ea15f26635cea57195fd8ca643c
MD5 3288c43592ca31183b8a531df3bad4e4
BLAKE2b-256 f802225d92614d9a947e2ae27ea2127ff6819691ed68eb1e36eedd0247b27b24

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 587f7ee9bb72d4166848f1d82dec1f91e594b258a63ea66ab8c57928f77dcdbf
MD5 db1f1ec94e6e1ca947c4c17f2e0c4150
BLAKE2b-256 6ca5085606b35593562db9848c69cb9dffa0eb0ad4f5f2a14811743a86fa58d0

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-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.17rc1-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 49ebdaeacebdf2890188d508376fd69901d2fb73f90c8a8669f2588591879b58
MD5 2df07c51b9bdaac357d8f0913a401ada
BLAKE2b-256 18dc76ac2b38ad4d4e760c0e69ef283e07bc4720b3fc5e27c997aad3c172d8a3

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 744fff068fff03b02a1dc8ac17a7e6a77cad3632dbc604d9e070001a0d6c88ad
MD5 095e7ecbe10c56185495624ec6712344
BLAKE2b-256 7381980ba8d9f01d130848292bf920b0a5545eb2d024e4362e438eca93897ab4

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1411230dc3c9c852cd14b5e9067d95332a0d5bcc0d0e072fdb452e10ccfb707f
MD5 43484a8e2ccf68b4439045c2bdcd2f26
BLAKE2b-256 f1fb75cef2d4c93ce5101627c37f8ff9a6f97bdbe6605cdcc07adaadd52f0b03

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 892ae692c67b63626428e16bd820041cb0f5108b0a2a2fdd8038064d9448108b
MD5 d3aadf967e01ba740b1b3d3632d7c1e8
BLAKE2b-256 33ce90ef1745e4f6b09173f7006313c2fcc04fd5d703c9ed9a0c99cdd6c70845

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 288f1c102adcadc1a734c1e0fa41aa7bbdf90b074606b353c2d79148289ca7f3
MD5 5ab616210032a12e3374d4c146bacb82
BLAKE2b-256 49b0a70b24044fcae2c7a95aba2726d8f078fdfa5daf582bbdc28306e80df6d0

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb0a3aca78313e6c6c68f1f166c50379103a415142b66d956a694607d4682f2d
MD5 b55e2c998709ba288a364b8cc9980b80
BLAKE2b-256 ac8374111dff58e3725d8a125572eceb65673fa52a52275a05c45f99181cbf97

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.17rc1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 80e58268b4f455283b758fad5b7c07d816cc1e05ee9a9382358d318df6151e37
MD5 0d8ebf81b176f5b78acad27b5b09b453
BLAKE2b-256 ce515ba7e1e471b1b802a540b37b1a9dab2ada9fb5499d707dcdcc15766b96d3

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.17rc1-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.17rc1-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a44ed98ddb96ab8b734d015a43d98727e820caa4008ed6139b05e5de8a100ed3
MD5 fe83ff285bd172bb5210c4da75381d66
BLAKE2b-256 af0064e8ecb131b7d87699975b878138fbe131f2e34555717e52a92cafca2f15

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