Skip to main content

No project description provided

Project description

semsimian

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.1.14, the semsimian source is released on GitHub, with a corresponding set of Python wheels released to Pypi.

To trigger a new set of builds, first update the version number in Cargo.toml, then create a new release.

Wheels are prepared for the following environments and architectures:

OS Architectures Python Versions
Linux x86_64, x86_64-unknown-linux-musl, aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl 3.7, 3.8, 3.9, 3.10, 3.11
MacOS x86_64, universal2 3.7, 3.8, 3.9, 3.10, 3.11
Windows x86_64 3.7, 3.8, 3.9, 3.10, 3.11

Troubleshooting

Building for Mac ARM M1 architectures

If a import semsimian results in a ImportError warning about incompatible architecture, try the following:

  • Install conda. This guide may be helpful.
  • Set up a virtual environment with conda so that your Python build is aligned with your processor architecture (in this case, ARM). Try something like:
$ conda create -n myenv python=3.9
...setup happens...
$ conda activate myenv

and then proceed as above.

Code Coverage via Docker

Build a docker image:

docker build -t my-rust-app .

Run your tests inside a Docker container and generate coverage:

docker run -v "$(pwd)":/usr/src/app -t my-rust-app bash -c "CARGO_INCREMENTAL=0 RUSTFLAGS='-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort' cargo test && grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage/"

Get Coverage report from:

open ./target/debug/coverage/index.html

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.1.18rc2-cp311-none-win_amd64.whl (356.6 kB view details)

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.1.18rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18rc2-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.1.18rc2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.0 MB view details)

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

semsimian-0.1.18rc2-cp311-cp311-macosx_10_7_x86_64.whl (531.3 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

semsimian-0.1.18rc2-cp310-none-win_amd64.whl (356.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.1.18rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18rc2-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.1.18rc2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.0 MB view details)

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

semsimian-0.1.18rc2-cp310-cp310-macosx_10_7_x86_64.whl (531.3 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

semsimian-0.1.18rc2-cp39-none-win_amd64.whl (356.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.1.18rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18rc2-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.1.18rc2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.0 MB view details)

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

semsimian-0.1.18rc2-cp39-cp39-macosx_10_7_x86_64.whl (531.6 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

semsimian-0.1.18rc2-cp38-none-win_amd64.whl (356.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.1.18rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18rc2-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.1.18rc2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.0 MB view details)

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

semsimian-0.1.18rc2-cp38-cp38-macosx_10_7_x86_64.whl (531.7 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

semsimian-0.1.18rc2-cp37-none-win_amd64.whl (356.9 kB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.6 MB view details)

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

semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.18rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

semsimian-0.1.18rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.1.18rc2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

semsimian-0.1.18rc2-cp37-cp37m-macosx_10_7_x86_64.whl (531.7 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

Details for the file semsimian-0.1.18rc2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5847040fc10c3f49e89985b827e4856a5f9544f5844fabd9c0842b2220c25a44
MD5 34ac93b67de650061ee33191e0d91346
BLAKE2b-256 a4786a40a80459d09f6fa739e3d586ab4f17272841c0d7440939a0bc04bb85fd

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5c2ce37b37652952f51786e06e3f56e519bff9db0f325ae0ac4b7ad81402991
MD5 55cfaad9a510f3a455dc21eaceb75337
BLAKE2b-256 b4b258a99edb3bdef6256af19ab780279ec920b00d94328081e02b38d5226ec9

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ee98c19968fa004681a22717a0c6a1fcc0b42674a6c11f19034027a313122cf
MD5 5f2bb2d6a5a7d6d63a14f350ebf17231
BLAKE2b-256 6b25d32b2746effefc86aa9acb9c3cbf48f4579222e0ace486df816cc6a27d95

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9261742f256d18db9466a3db6dc5ae3aeb4c992dd6537287e5edd8428310cd2c
MD5 fe6a045cccdd00fd50fa0e54bc776e68
BLAKE2b-256 60a14025c69b47f796308614d0d58f8f31c5d64646405f23d52d3f2c882d68de

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53aec1808eb9b010ee4400d6a24ddad06d4d85c6a40cd847a1776a15ef87a55a
MD5 750f5cbb5a7e536f4ccaa1a9830c6d27
BLAKE2b-256 1425db610dbd0889f42ce62d5fd2e810bf601cd3ef2db94f1eeb57d947bf32f9

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 be94b98a14131b60759056d3fbb254fe2fe2ec5e3fa73c00581444c2fde18153
MD5 488a8bd25d5bb9866125043d650004b7
BLAKE2b-256 b2a34db4930fe579165d83be2ad42c01ddbcf717af72618fecbb5b017cae330b

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 25785b17445b4ca1ec05f6076ee90757cc271552a4ae273d2a28c5a88d67fc9c
MD5 811b8fb3ae071f3ee91629f0957a7792
BLAKE2b-256 a9630fc8825d2d33c30d7fe7cc0634239080728514f264ec486612ae9c8559ee

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 b35eb6790e601092d8029eedf10c8f66d45d5f63fbeab7bb8cd837e05d337f3d
MD5 2615e4c55839765265d22aa92549de16
BLAKE2b-256 0078e075ca912601b686bbae964db5b776df53ecab7a6a70cae98c3324f4250a

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6b191ef276a73746117fb1b3471eda60a969f3979c3be1c510e6acfe2b8a8ac
MD5 31754a00312b8b9e702d48df2809c41f
BLAKE2b-256 e98a5566817de20c6cde8e4eb89782405aff76828464a17386caa9b626b4ff2f

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f13bc06eada65772c7f4ede1150b901e184628b5d7860ff415bce72b09ff68d2
MD5 9b9a18817e6696b075857d544f480acd
BLAKE2b-256 89366a169295b953b0627787f038bcccba026c6b6a5adb0936196fd1e779f399

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 695c821b95cc28ed698baf129b302f6c28e4c82f6f22a4073c70a4d0e48f375e
MD5 b57ab744d3a4ce31d69450e5fe275af8
BLAKE2b-256 5f70d16f5960d55bcf3998b1f807ca2e5aad0682041bdca8f76a46efd9a26257

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b12b9a5d2eb835eccb70a86223cde1560a2477f9709246f4d8833f85702e5fbd
MD5 70b09f5f9b9246c398c4bb91bc5d100a
BLAKE2b-256 92497c44ae24584ef81b27fbf907a7078d14a7567a03000cf7875468767fccf9

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2214d48288f83878390efc383098c7884b944dc8b53ea592b0816c27926781c4
MD5 abe7f2c73bb159b1acce21fc3f2f7fd8
BLAKE2b-256 fcf3c6624c5d3d471fda8b8b276769c695cbfc0c3602f6316429c26da67272b0

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b38119b30fdd0289e1f2aba837da5e96e4efd2aa32834767c2c2aa50f8a2cf4b
MD5 c053818de3f58dc7cdb8660ad093b79c
BLAKE2b-256 91432379631557a64b0fda68c10aa4906b40db743b0c5ce394a5a597c8c66ac0

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 e605699681f04f095435afd1c5084df02806247ce6df7d891125ef33ac5158b7
MD5 29284af21f07e41986c0de42f6b7b092
BLAKE2b-256 9066e4131c60d88894de3643e79345b4ddfe18ef6477cabcb920c80be88c6580

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aeac2070d376317c652a7720f11c4b214b0b0c15319bfad7ea3f1401622d588
MD5 da0fcf21362437fe882047dd2bb9fb08
BLAKE2b-256 2ce78e46709f42d2c5311cd8068721a1a1b88f5d5b9ad43c86c4f71e7064c856

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a7f192e1bb75739f1f1c80d40705b0fa81b7dd1383c3bfc54f77588d6ebbde1
MD5 a7f29fc5ba6430f9d11dedc3966e83ce
BLAKE2b-256 7224150b75f3efe37d801d451944e264fa60271d4ac89e236c5fbc218c6bee4c

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23b47a7b700d7ce131a677dab7028bc8898916af24869f73759d80ed332da39f
MD5 212dda2c219616fca86e70b71d868ee9
BLAKE2b-256 aba72633411a59085c70d2cd665ffe6705aa707a954c0cfeed1e4941388a4aa2

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0321c39c9548dfdf922ece661e69a17b2adf16b49488a1797ed94a3e240cd308
MD5 b7aba476b221816e40ab176163f891d2
BLAKE2b-256 4bddb2af4ec2e40ae4130e04edc17ce447ea66a2710b38729a7d09dff56dd56f

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3b05cf04ab908b27d7b104852e415fd08ebe193e3dff811868fc6b890860aa9e
MD5 da01705858c1dc9f3a738ff357fa1672
BLAKE2b-256 fa308904b9caa7d9055b737fcbf85653fc983c82b71f139f69e5c1046f38c393

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 25be43cc3abf5c97665a5fbcc03b9a8ec4fe254c3a89f42f176a75be6cc90c85
MD5 4beffd1885980d8565b62f156c586218
BLAKE2b-256 b103e8e256b56822180710a0bab2a446d298c6c24d9c3fe1fc175df90375e63d

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 fcb45056f7601ebaab96d083ddfa2c3708f2b3ceff615494b323f41cd7677530
MD5 bde92f17815944385d3498d7138e7faa
BLAKE2b-256 2d68f6f3d3076a2f5719ec32d903a01b1d6ff53d38c3a36224dfcdee04e5bba5

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1dc52a7bf4eafd29a84ec5608241fb4979f6075f6b588b15b2de1eb48458054
MD5 6504ab344fa6717196a0a532f7725534
BLAKE2b-256 3046bbfdfcf2fd43444b3a61e02e4cb53fc64a87e89c7576b80d2cb9c6fe3e67

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35b2fc7c480fd12d56df9e4065d4636f8f3bcfc6eeb54aa16d7b207fb8a9aeb4
MD5 18c601ea7266abf8e2449a349cc10790
BLAKE2b-256 b0023f0f50aa7967de931cb182992eb09eb5eb81f36386de7f9700a18c0d420e

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baa413b9a72a483a31673cd98d569ad3b9fa3046ea21c19475ede3e0e36158d2
MD5 19b7242cf4ea4d39f634fb18564d10ee
BLAKE2b-256 2392879d7c56699a1a88ca2495d54b3d231038c6a15afcbf4b815c5420b61d94

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbd9b289180a8a2e9d2ed8650d54f4eae03899440f098c4cdd0ae0514e326e4b
MD5 6768ff6bf714a5b00f4e884b4fdadd0a
BLAKE2b-256 a975bb6e7f4377110db8ea3f08deae6bae8053b35604decee982816fa1e9fd49

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 09b7279d29146b359210e3ed3c6ea7930fc5b33b122c159bd3f3cf3eb560b430
MD5 8cd31de41a2c9d4d9cecad9faf852e7d
BLAKE2b-256 68c252671f0b4332a14f9b1aedc457e55d3a3373522d06eb88b9217352d0f754

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8697f05e3b14d853c3b3b486ccd96565cdf764c8c1750204ad4db99b7aa150e9
MD5 3a1aa715842fc9fef44c1db8d31c833a
BLAKE2b-256 3d7f0df4e1bf924b7bfad2f2515c45e436b87e4f5db9ce364bf23f0a5ddd4718

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 60b26f8f61926e3e3906faf27aea717fd15366db9b90d39f865ae13260ac1ff3
MD5 11907b68587ead220c6e04b1e19a1891
BLAKE2b-256 040daa29e44c825ec9e31aee37aa939ec202d1d163cbcf468203475d14a3c31d

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cc86d180eaa9c4fb068385d9185372c53f61657a15285d41c914e4bc8834bc3
MD5 f64da417f8d954a6375e53a284c6852e
BLAKE2b-256 23c76a2831a9fd4a6e38eb6759789ae8676a847f996ed9b5641f10adcebfc889

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 671e8e562bf8cfa03accdcf1aee82ea3fea3e2b24012c7ada9babb8d81ab7cd0
MD5 5352c55b06293e7896d950f076b2617c
BLAKE2b-256 34bf5b4e0fe16a3d563fcfd11978a0f47f1590fa15612b7b55de9b69799ca49b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4f1b190ccc09602c3f1f0e9a6c05034a54aa948d29eca3c4665f642008e1976
MD5 1bad74cb1d3df2cc44c7547f64799717
BLAKE2b-256 68777bcc7d4e0e038258a2768c9b8ca83a7ccd06f70b9c54c35e10289cf14cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2e77e56f1983f39741a954002c852807c1e8ebdf241dfaa3223c731c012851a
MD5 cbeb5718169c094055529b7904dcbb72
BLAKE2b-256 46d42f503c4fd705b60a91a95993cd671a47bd6d0dd0f292644e21a689e719eb

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f73e17edfc90deec0086cee791766736fd1bece205878f90f3b433b11990c88b
MD5 163007d375484f9aa4d6a85ac3ac0dc2
BLAKE2b-256 784448425a27e9e7bdfb876cf578497d34205f3fc19ef4bc090fb3c450ac1293

See more details on using hashes here.

File details

Details for the file semsimian-0.1.18rc2-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.18rc2-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 58848c261baa8eefb2b9a7beff0ec6a1c7bf693a93f4c1df55d62e3603a58a89
MD5 266a138121330d0437c2b4dd632992dc
BLAKE2b-256 4409bb9236c495a6a877ea86e0a3847bd357a7cb92369731cc9d461cbb16265d

See more details on using hashes here.

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