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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.2.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (3.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.2.0-cp311-cp311-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

semsimian-0.2.0-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.2.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (3.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.2.0-cp310-cp310-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

semsimian-0.2.0-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.2.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (3.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.2.0-cp39-cp39-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

semsimian-0.2.0-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.2.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (3.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.2.0-cp38-cp38-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

semsimian-0.2.0-cp37-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl (2.6 MB view details)

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

semsimian-0.2.0-cp37-cp37m-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

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

semsimian-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.2.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (3.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.2.0-cp37-cp37m-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 75f61ed92057ff20208a08f556332a23300b3a0d437df0d59ed56d5fd3264480
MD5 6d34375e9a8ef1df68f7ae01044d3418
BLAKE2b-256 48b7fcb1b412606f0736a67579fce34acbb3587cfa93f60db2fbb469cc499520

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e28ca852d2c5e5e06640b061d41a09a0f07186a9ce290728ee2b29096cf9e01
MD5 7d4691721eb3d42eebb90b82f627f460
BLAKE2b-256 dc3c109cc62121c6a9e25bf476be8f36a14f3372738df7b16fa52ebfdcc88191

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a512f3e16a93c4d0d811f61cb2203e3106fdf65addb18c1d83258d535820935
MD5 d972234fbedd546e6f1e6619b0a2af7c
BLAKE2b-256 1626189421dca13e37060fc5021b81ef4f750ed9a9e3e49d8e295a7f7b69347a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 920cd214d10a9838de0b18baacecb0fd5823a7239046918d46c7f7fb67d2f212
MD5 b40946835e6f7ce6336af31b7ee0577f
BLAKE2b-256 8dd4d8c4fc4ec9c54f8b54ed3e5d6d0f69f688af84c569163f070e0b78effa42

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24db6e80d9f4349a1cf541219455da36835033254350393633e98e742598be53
MD5 0d86dc449a1f843d8f5e22d1048e2578
BLAKE2b-256 6c1199f1b39777ef9003bc895905d7d2fdb8fd7b914869aa791b15a55a460342

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 99b76f60d897447f864dc9dfa4b0c228cf4a44a78f88cd58ed87d0392865ae90
MD5 79d7e325c1b18b71f0c47b5969c91719
BLAKE2b-256 56e5098339852cd2ed452d00a47715ea0c9d4b5353315c1ef72449854a2319c7

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.0-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a3e3a06e9fdac54e5b9bc915b24defcd1d407eaf652557f8f1fd4e5de67b0142
MD5 cc60778f2e00aabafc7901fdf3ab0e54
BLAKE2b-256 0a824084950558d18cb36cd9120db0a601be549b92f56aaaa5ecd09dbab833cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 1803d4686546b8c93b1541b30229ee1f88b181a42176fc11e38629885900436d
MD5 8a60cbe23e042826a572dfe91c827116
BLAKE2b-256 111d70fd4fbf0f253c5b34d1b4e9a349b1f0c74acefbc48f219ad1f6d789ca77

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bb569d6ca99a4465ed525d24ca69f8ca7b03ba4f86816cc0fe4a0241af5b5ea
MD5 93d13bb47cf4a1ae884ae6a59e5b58b0
BLAKE2b-256 5542e4cb14e5ea79b55fcf13ea05a9226862453e62988624d57daa6be179b270

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9320f0168a8b9a4ed5f2edc1d426a521e8daedd6b08723bdb6ecc4171810da2f
MD5 480f6812727e3fcab86b06d225f103fd
BLAKE2b-256 131b699729ff81aff311e9f5a81825614f1b10d165e99af01bda9c5dcca9f0ec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 100545026dbf07e327a410a844870957473fd8d6bc10846332b35c43b0f48892
MD5 65f3f57964b675c8c2762aa3a870871d
BLAKE2b-256 4362e13b8c18dad515d725b1eca2f204146555c13599ab80864bb20e56e354ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6640a8cd7de330847b2619972bd726830f4517c7e7994f09967bf673c9d7158e
MD5 2dd797a4b74c85acd69f5face8bad0fa
BLAKE2b-256 4fdc51a4122bd066c3726949f3b9bb6aa3b93b58e10cbfce4ca0b106e6c616b0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 64039923759cf68c7098291329dffa6a138a20e9ce3f6a36be5d899419c146a0
MD5 4eac48674e0ae7fd9d652671b28beef8
BLAKE2b-256 86dbf2e1646ee6c89971bd35344d1054d91bd0cf484d796932d32bdef60f93df

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 26d4c9a5fabd3a5028e6f8c7e77ccc544fdce1e837759ec5d9d2fb0eeb8938d8
MD5 3e87ec4042757d52d9b456ed24a94d16
BLAKE2b-256 9dcd68ad8e3cebd89925c19571008b53c83fefbf8b4798091b647fcdab6cc631

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 69ff42a9fd3b2c5a1c91c105c8b92c4babb484752950f445724024645a5dc573
MD5 3f4376dd09e703d805735e9fe43f3c0e
BLAKE2b-256 84e43afd2e0be35f1a9e169eda592cd83eec1a9a1b290d46cf5e563877a4fc9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e0afbe8ef2507189b23834b809d1c4aa6826f2a5c13deda477063a3cb849617
MD5 b2372e72a391cb65cb5d29fbab3e29e2
BLAKE2b-256 9ef5a9c7b7b008d57a8e7663650df3a7be44bf940eaee13048a593c41c73a43d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97449f049158111ab9376ef2a750a8168f1f4b56e9beca50f60b7b2be8f4ef0c
MD5 d91a5c4c5d17fd6f586602baf55076c2
BLAKE2b-256 ebf297dccf1266cbcb4d182c1d29f67bbdaccd90afd2962e5817f56b805e8b01

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4fa5c80449542b062830f8c479c31260b8657317cd5948c249ce84a51f5c3ec
MD5 ced4c8648204d947d79d1fcf6c63dcfa
BLAKE2b-256 ccd9bfa9635cfb12d246d261593a492b20624bffa2b0ebb1008f130e173022a9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bec3a9ea6c137515ccc7b0b2d405a9dd2a11a0eb59185cba386e7adadfaf6bed
MD5 233b8b23aa8317b768f8e8af697357f1
BLAKE2b-256 68e43d9b5002993e93d0aec35896ee0060e9ba77b518b9b159e06fcc36b96ef6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ee19369c235fe3ff571e147f24999b0ce517f8c0c55ef409cf4ad051306d0724
MD5 c46e2a304cd3deea5e590ea17b0384aa
BLAKE2b-256 2dc47bdf8a8bd4600a03e16c3aed4834b10a2f3060e6adb9b0069aa6ef2eca4a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.0-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 deb058836e797e7f4246fa7a0d3c68140c9428307f0bda565dc0f3a8c02584e2
MD5 7df8e64502917cab0eb0c6c97a51869a
BLAKE2b-256 183e68e75c2368cc9275bb04d7226cd909240e4b166fdf88873a1b23cf0291e0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 21af46486a4a1416a365a16ba426558121e9fdde152469e7283c1af55628bb4f
MD5 9b3e3909224bcedb6e6667f19f04dd12
BLAKE2b-256 9d73c76f47e3dedeb774ef9e53f0d555e6e2379e94eaadcc83d2243c5aaf1791

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 872c94980e46d8d3352710e5c1e1511aa5151ce6ce18b13aa3f67762c8e44bb8
MD5 3f566571398e08917940c8566b42f6dc
BLAKE2b-256 8cdea2f868c562a496ff2932fc20cac67050793c3836ad4e8fe789d49a2fe6ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a336ae396036078e9f620e143ecb25561b41a9f72b28c9668d35f57666fe0bad
MD5 5ab7a3638ede24f4e3b2d6c2e7b1be7a
BLAKE2b-256 c8c06398d7e19a63abaabebe4f810ef0eaf253f2d55100daa81b8f9f70f96372

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4db029aa5aa4758f16c57bdc699fc5110264230fa29d2c9c4bbe5f9ebd37bdc
MD5 938bbe1c000a6c7f8c0fefce0554fbb6
BLAKE2b-256 908f06809c613de51c0116a2389af8b41f5765380fc3b80ffe52ec3cece7ee13

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de0ad340195b445403f41991d09ed13d4a91dbc850706e50bc1ebe79089ca220
MD5 43ebc20c50e2bfcd673e94e82d3a3bf3
BLAKE2b-256 93577beecf47ba8f0cfaf76690a9083b7894d32c3a6539f932e9f89dd8ee54eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6cbe7f1c48bb9d583da729e4a0e32d8c07d61e6d5ec3f8a6b4bbe5a760d7f5b0
MD5 b09b5bcdf04c4afe80b652588c639f16
BLAKE2b-256 e96ac274fd1b172cc90a29577e701084ef7443a0aaa3ca818bacd40bfe83c7bb

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.0-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f71b5ddfd14f1f693b563b127a6d6adc0a58bacaf949de31eab102d911b5f648
MD5 efcd249d2414b3ce472afb8b9dfccf05
BLAKE2b-256 bb1dfd2025156a1f817b799c8a91ca067e6d4da9c6ef6371b4fd3cefd929b205

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 44b3332ed8f0d2c6e0f3b6b0e013e1fcbc6a8b49bbd565784f5a2ad5ea75a367
MD5 adae577017981fbd1cd58b89ee26e297
BLAKE2b-256 04edcf1fa429717f2363284d1e62a53f50350b26df7537d398ad97e183a2eacb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 352c5ffd2e32f025d5de9c24b8dbf4d489f082648958b8fd003f9270bbc03a4a
MD5 67212139123e1bb20108038a86225d2d
BLAKE2b-256 3d430ab11e6964526e7a9f2b38123cc905435ed23a068eaad47d24874bae10af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11214eb27b651cecdfbb75d78609691851b45fcefe93aa5cfebb7e7fd2305ccf
MD5 8640d34c754c30b66bf0d819d4272e61
BLAKE2b-256 d767fdf11c70c860f702a7a1cc5ac3cf84100d3dda943306e9bda65114afbd14

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ff79085c47fdec6ce8f43a7d1ea2790cb71a5d4032b567bb8c77c898c0ac478
MD5 9bed7f39408cc9a2fc2f335d98814fda
BLAKE2b-256 52dc79af9f054f23a0aab33c3b1ffe5694e22dbb65cfaad573f01376463b9c4f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27f2ed796d4e671298041ab01217c8e56029def46765d0c1fec214f5a9432858
MD5 93eb20e8ed9e73ab5be9323f5b8cd644
BLAKE2b-256 d7671d4390a206700c693b513b3f11a5560ec069806a89502a69b67ce02c5e0a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f3d58e32f69515a01cf11e3003c78df80a884ef1c3ec882a305f13d39283b511
MD5 fd0ba7f25ec87a2db46a4bfca199be9f
BLAKE2b-256 c1d675f6772aea140cc5e27d8dcbc8db3e320acf9bfb857a5b3278badeaa576a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.0-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 30467bc7f309991b7ef82318c4faf2b821d57adbab3fe27d6abcb7f3755e5dc6
MD5 6083501da3226c3d2eb043cea5dd1d78
BLAKE2b-256 b2612a45bd22ef61100863dcd26cced4e39457cfa14960970b8c130481f5d66e

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