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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.12-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.2.12-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.12-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.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.12-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.2.12-cp310-cp310-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.12-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.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.12-cp39-cp39-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.2.12-cp39-cp39-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.12-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.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.12-cp38-cp38-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.2.12-cp38-cp38-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.12-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.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.2.12-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.12-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

semsimian-0.2.12-cp37-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.2.12-cp37-cp37m-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

semsimian-0.2.12-cp37-cp37m-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.2.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

semsimian-0.2.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m macOS 10.12+ x86-64

semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (3.0 MB view details)

Uploaded CPython 3.7m 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.12-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 a1edea7147bfbd4c1b6e5630338ed8fa53fc3eddbea5ced78404738439952053
MD5 28fd4b7b6a0187f88756062897b6007a
BLAKE2b-256 a2f0b84914f61dce82bebcbf3fe0d4af042a530834c7cd06f5dbb50ffa6ff8ad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9fe232370fc0fdb8637cd12833d5ea4d919ded6885ededa7f2937c530ac3b41
MD5 743eb1726bbf8df60e71e75e40d8a87f
BLAKE2b-256 4634a04d1a6b391e28c88a9762d7f8052f33381ac56b4419824564e945d8f844

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3c4ede958365edde59c3b8bee899e3a90f218a97dc79dec714f827613f5ab3b
MD5 0299bf180e337701209c7ed6d730f3fd
BLAKE2b-256 29f355834e7ecd43760ceb0522ceeb41c79479cbaa56445674c8bd5636464d0c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea785c88f15879cc28485fabb345c0079baad8ec06512e12c10734ae2ee75b60
MD5 ede045feebee600b7acbb87cbf594f0f
BLAKE2b-256 bfd5325e3c8e05b54c2a7003c12ce73b5f2c3badac37710f30846a34ef0e5676

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de5aacfc47f228cc26aaac39570e5aa8cf862cc9797791c6595a903e860be4a4
MD5 aad3f6ced94f7f61e9ebdde8bdd19e3e
BLAKE2b-256 376eab43e36ae365b26ebc04c5dda2c442265fb9bca4036aebff36f3f814c911

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1fb58fb719b3c2ffcc22541bf2d06cf9ea2a37452c91669649163f7febac41a7
MD5 b2282aecfb758a824b92b4d31260de37
BLAKE2b-256 e3928bf88ff3f12cd95580dc7a23aeef2ffb30325a678199c01f25eed72a7a02

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-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.12-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 a96b9fd1f729bb77e233d6bbc0e2d133511138fdf2d114bcf5f070ddc2adfae8
MD5 14f4808fe4d406cb640bb60156c826eb
BLAKE2b-256 73176abf3936a09e53779b737c8e4183f35d2833061c0c2a11ec017c76ea3b21

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 37afbb80c0e105bfa640da81e5577d02bd2bb8dc08658764e62c1c042086c68b
MD5 3bffaad8076508fc6f67bc031a002101
BLAKE2b-256 a7af010d2eafd20d123342bfe3f70d658ba77de3508fee1970dd55e17687d4ab

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a95be9a75e3383ee110afae03d7d6cbb70ee01d49a1d3e4103d44b37647c39c
MD5 6f83ba4dd7fb66257139a31e4a61da50
BLAKE2b-256 23f6de292c1a28af6d37f10cfd71c205baab82f8123139f206a6ac575dd375f6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6864ba40481e0dbca0454654258d92c26acb1030072d35871816621b574e8e9
MD5 7af8b2db6e445323d9e674c3f34e66bb
BLAKE2b-256 1106805e728ba18c3990fa3b386917ac82664d535d481ea958464e1bc73f13b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59ed6c775889554af494822b91c795f1c119b0a77929b72d539ff80861d3e812
MD5 ccb0d22a534df39094e4009ebd294a5c
BLAKE2b-256 a4d8e1b92c94e7ef005df7eb276bbb4c215dbacbe7a8dcadb66514387683b532

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23998944046c7554f5908e3cdbda62721adf6de4d2cbd48b85ef8ba156dac30d
MD5 1bfe35dfcbdbc47393ced85fc8dc5d9a
BLAKE2b-256 525506daabcb3af28b01c2aa7bc8bbd07a46452705171ba549b59e0fbede4174

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ecc06ad3facc715d878999db364e0e1402cc142606e03da3010cdeecbaa194b6
MD5 a207a6615b119d7296c3e8962daba77f
BLAKE2b-256 6310e82c815717d89c26f6a3dec671b4f2bc42e64d195961911f1455c118b627

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-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.12-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 8f12c5ebd77ab335d52023264c26e52d52f672fc3ac3ec7fcdb99f1f24211f3b
MD5 b0b434ffd06f7665aab97ff807670273
BLAKE2b-256 d91d856d2f45a847ff01b22383834e7377883d11e8f93df7536adbfb313ca5b5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c0fc78d77ab710ae08b2fa9efdb16b44b50bc4445f69ec2122cc33ff4df724b9
MD5 90840885b5ec5608c7f33d60e75af9a9
BLAKE2b-256 139c1e9ea7b3f0cc7dd26b12ac3acbf009165af3d0ceefcb2bb12400237783dd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce49484534bff20665859aaceb64fed369bb4ca8ad7385eea6c6c9226ddddcd0
MD5 c157f0927c42b17ecced60bb5c9ebbe9
BLAKE2b-256 9d8f59c1e3c84f23a1f3fd9594e0ef012c4597603bb442d6ffb69124162e2773

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57e6e28587bf773dada78d9b987ab7c139a46c034b2f2989259670a196986a7d
MD5 21aadf4754f479a4beeaf216620fcd09
BLAKE2b-256 74f2c03b19d6b8851f6b91faebce083a25af721c188cd9627370b8c58858b791

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 915a389b4dd1f705970b1a250827a582773b4e901e696f40c4c57558a1c6f991
MD5 beabcd5625ffd77c58f4b0bea2305fa8
BLAKE2b-256 12505ea770a6bae33d4a582d0296dd39519b0a1950bbb93ce3168ba63146737a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d60650d4403a66c81caae69a5bedb3582fa800d1a1d56e51b9f3cac872cdd09
MD5 b2e726c4c00e8a4e99999786babfa537
BLAKE2b-256 a65895f2566cf0a3748d20c03cc2af6bd6623c703b297def3f8e763d705f01f1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3290089e01264dd468172f966eadb92429d4dc6296fe0f3ade8ab46d5dd05d29
MD5 b9411c9198c27115a48d90d50c161919
BLAKE2b-256 28b5f75476a9c732524fb774370b53a7b70f14c31e635ca2d6012798ec3343b2

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-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.12-cp39-cp39-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 f065e1dbc5e9a8aa89543d59200281d0f51c1bc8d19bccbab1d5038d4a0666eb
MD5 ebb50893a566bc545b4d7f3d45960e4e
BLAKE2b-256 5d053cff39e361350413bdc148d42954f475b5bf4efa39cde82ca35bb560bdef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7e8128ed7b54650762db7390127ad588ee32185cf3c4250741180ae4e0071e86
MD5 b352968a9415ebccc36a3d56988a0f6a
BLAKE2b-256 2b828235decde8e02117650efef20d4a7b47481a8fa21e4f854a35e427b2a690

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48e031e4934b21fb797692677549632607460b50cb8c3cef8c6fa61bfecb0ca7
MD5 69c45247f92dfa3d2860a56cf8b078c7
BLAKE2b-256 c13bbde90f2ac975eb8ac537902af9cdbd2c141cc5d65c07375b0dc6c2abeabb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ea94488e2fbb23bc5d1cf4a9696db280f826207f656626fabd881d5fc7b5ccc
MD5 97b2cd7fc5ab1f73ae9a9f544172a1b1
BLAKE2b-256 bdebe349279e4a54a16d70c6eb78cb20b1b64c95db3a0830bcbd77b9a4fcf578

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8db241476f2a0f251795840f414f5bbceb0d87faca6d214b59a143c5c458998
MD5 5a960cf86302beeebfbb0cc32d3e7ce4
BLAKE2b-256 79e651a9ba7d4cf524bca6fdb48958081b494b7dfc4ec89db59191c196282d24

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f09d865775668bbc88481a3851518e256c5d07144116b4dc689da91220f12cd
MD5 71e0ca17f46df8c4b5ef2c4cb2255bd5
BLAKE2b-256 91f09e210d9b9777f1bb31f7a9e0518c819ab1171c3ffc4a241cb65314117d7d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.12-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 71da05d44bf4554bb2a0c099bcad971b340c7f347c7cee4c4fef276f27e8dbb8
MD5 2c4802a59d53d842ee90dba8d38720a7
BLAKE2b-256 31b871078e3ca21501f1479d8a99874930b34c717db7a46fa7e3c4cc3e139145

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-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.12-cp38-cp38-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 adaf383cee9d97436e79940194bb6f1de035a91b506f082351d25acaf63af2fd
MD5 18b1fbb7cc102a737914e21932231278
BLAKE2b-256 cfbcda25d0d06778c1a37bfe710747053f86ada316d995621aff16606ad34155

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 025d6b68aad56ebe5074b4cd919a887e067d7f4b3fdf14a194e9ca166f0d9fe6
MD5 400667e15ebf59dac4fffd30f1aa3a48
BLAKE2b-256 825212410b648199bdf07acf20cedb1e2449787335b8d316560819ef8b8dd33d

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1fab92c7cf4b80ca6294bdadc6fc94dbda5804ef0ff34129bbeaca531c5da1e5
MD5 5ecafa91a5349fb859c162f789ea127d
BLAKE2b-256 99a2e14c67eca5cdfa67f4c9259391e93324eeb13c7cd44d660c2340d3cf3028

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ac01b06765c36a68f91c47d7781cefd8bf9fb82642e2bf1b9967a2884731e6c
MD5 db8ad3740cf077024e312908ea2733d5
BLAKE2b-256 70e57a761a2b0096e6265242cebe122322f13f394f5647e998b0266e15b53c77

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d96792892a8064041e15101f6c417b0cb2235a607843db3c0c36a09d5d9cc2fc
MD5 3ae6ba3231cafab92ca86a7bfdd0e1ae
BLAKE2b-256 d0ef872e28a321f8cc8cf8272f4ef824c5b4fc3c34356f45f4abca5de427375c

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86d12629164db3ac8c0465985c152819d82da56607e4722e4bbde1833418b8b7
MD5 ceb86430ea5a163ab25baba9d72e564f
BLAKE2b-256 cc8ce8764c79e2edb98572d81b943a9aaec48d02c5fa5c82975895d823744009

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8aeccf961a06f6d76ab2039e55e928cd1b487c07809aeef9da111535a633a1ae
MD5 4cf062cf7ba458890a2919db2b82b366
BLAKE2b-256 88b654707a0b5c0de25a6a7eace00acf50ecafc50e5d77f3da1d1a81cbc049a1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.2.12-cp37-cp37m-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3c595df489184549ba6f8324c1eb5d0ee974f6c3c1ede73941b9755a3b2c6496
MD5 e920a5770111846e69f800e5c7293264
BLAKE2b-256 b0cae6159d6fa042d6a57c34fbd0872b2d9f27bb94d93f8b8739b4d7772495f2

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