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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.19rc2-cp311-cp311-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.1.19rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.1.19rc2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (2.9 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.19rc2-cp311-cp311-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.19rc2-cp310-cp310-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.1.19rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.1.19rc2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (2.9 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.19rc2-cp310-cp310-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.19rc2-cp39-cp39-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.1.19rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.1.19rc2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (2.9 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.19rc2-cp39-cp39-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.19rc2-cp38-cp38-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.1.19rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.1.19rc2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (2.9 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.19rc2-cp38-cp38-macosx_10_7_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

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

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.19rc2-cp37-cp37m-musllinux_1_2_x86_64.whl (2.5 MB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

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

semsimian-0.1.19rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.1.19rc2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (2.9 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.19rc2-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.1.19rc2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 50d0735060567f0d98a7dd1cf5ffdaa11b75b6a74dbfc31c405d6b04fba1bb05
MD5 b604036d449d73e5d3864656cb9310f2
BLAKE2b-256 177ac673b300b322adb199c0fbbd4c2315d73e1fba73d909438058592f9c8b88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51521e3c466fbe87b077515c38c4d65af77a36e4238f70f20fe14de20e3872b1
MD5 113abd00319809c7a8b29f5197a2f3aa
BLAKE2b-256 a03b78b968d31afd401ca931d67c129683dace84497a5d44fee33f38b9ebea92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92d4f646cca2097981b9acd35a6492e9a9c71ab1fe752ae3bbb8bea33436f9a5
MD5 5969132ebb81c91c316e1b4796ec647f
BLAKE2b-256 133e0fc3f0af8be00709c3f52bbb1f4648dbd82251a63c51c4915b37261444eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73254d732f8c805f9ee7e59c41b61b47a63a782511b95ee2009bf4e4e3075b98
MD5 028fd7ce263370db35405cce431b0a27
BLAKE2b-256 9033bd8c4ecc78439a0e3ddc3fa9a8bd6e7e8f9c5df5cceec8b9f0b7ef3359fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eadb784c8090b32848c41a6d920c93b6c75a7129a56aff2c0e35c8c60daed7fe
MD5 e5a551b3b6813e303206e4c55d2a9942
BLAKE2b-256 c66513321ce1b8f6800db91c849e3ab9240f47894fcede62d33779467182e3c1

See more details on using hashes here.

File details

Details for the file semsimian-0.1.19rc2-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.19rc2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 447edaf36d2cea1b95e7b1ed28faa6673809a31e45d680c105fccad2e5086613
MD5 7ea9a47bc94f0ef58407a78d81bd47d9
BLAKE2b-256 df6908b3b930e094011c9c37d9a30ef014cccbc3cc716252591ddd9df3375baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9694faf25258f9d2e9e7f874c7c867603ef9e96d9563bfa6d16a0b8094b23ade
MD5 246b8052bced6dfb000bebee1790a69a
BLAKE2b-256 3b5697ae7a2bc2cdfc658b8aa07b3aa1146ddaed74e78365ce6195c902f5f2be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f9b7074db26efb632ca0e9934e630ccf5974b5bfc5b7cd15654d2a7cc3a58b34
MD5 adc9417411ac6c0f3af60a423ff02fa0
BLAKE2b-256 9da84e53a0c62e21636dc5a21aff2e1a12aa53aeab0d1108a27be7ed969c872a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0512d1df0bcff72c2ea9ff670c098f3e78ebae0aa322810c1113be39bd057fa1
MD5 3f0ebcab6b69c2964f6521331b4b6995
BLAKE2b-256 b36728a85b931725e7642bec42fc09bdfcf236d344be860991e46c9b6aec133c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3c5447af995418787188ac8bd4690e43f427f91b80988a59084608313de9065b
MD5 0a068b71f0ff9d00f483e2c27e476918
BLAKE2b-256 fa6281bf1055de5bc3fde11e042770f9e8c890993211ef79da5ee8813c27c539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 556a3b3019135907ca02e4d5d3f67706c76fa5af997d6410c6782bcc37686b04
MD5 bb342ef317aac7205c9fb24efbf5bd56
BLAKE2b-256 69162aec5d9669fb8b6f9512a449ac8ddf811fad8ec79af0a429df6a7ba6b0a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb6c7e57cc1dfd02bd9bbc0e651d9e597ed0e5c2d417b94016311182bd8e307e
MD5 af67b32d0157db58c78ff1975a837dfd
BLAKE2b-256 7b432a962a5e90af10ff1a1bd7fc28cab6d6a26d8e42d23ef7026ac20ff3860c

See more details on using hashes here.

File details

Details for the file semsimian-0.1.19rc2-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.19rc2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4a7b3f89c75eaf7959cf2f69c24b92955ef9b634001e7374e4c277abbb0e804b
MD5 a407b76803213ec4b9159dfc4783dc86
BLAKE2b-256 79955ebc5d4d7e33c88a98253b6dc8e1158bd7535022374d5cfafcb1b7498e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f592af04081bb5d52764130003eeaaa218228b6b2ff6b1fb69ca4077125ac826
MD5 cfb089b2c12048c42610af38a96346a0
BLAKE2b-256 ee9430e45bc0e87bea9bb31574e27227ebdfdcd579d689789d186ff6847d6375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 efe6291635245a837e9d6a09ae3c24f0290d799239a94136093d19c3295cc2ef
MD5 c673f929a22a26d50d37a21851133cf9
BLAKE2b-256 d0fafb4c0f939684a3fa59b8c4690173239e4a4c47d0203b14f4420f0f5274ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43d36775f005d51aec7dabc1da5b809100af087e7ca589068f9aa92d46078243
MD5 51128262ce0631410d7490fe020c3e32
BLAKE2b-256 a425bcec3a6ac4512306b303faa65878a89aadff4dc2e4d626505b667ae2bcdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d398a405e5dbbfcbce7642c7d6961ff6b64c9d3e7895e30c709aed44431501c2
MD5 aed02f3a410c8170bab95d94963f6534
BLAKE2b-256 c87ac3e57166c87b808bff11bd356d30dbfbca4d475aa406b31a0f6d6b7b1f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8ce75e4da1a2b16b0a2a3700edea4c161db6b53f3f36737f51329ee23b55a18
MD5 3660a0d3e285787e8cdc5f3c25697a77
BLAKE2b-256 cf0b1f2f7b0dc6864728b344c2bb1106d55f5bebaba7ed575fc6917492f02221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e811c4e8581b4139ba79690399c9793a4da9babfb12655f3307d2d3f92e4e685
MD5 9c54b4127b7761b31a01508b9d52fb0e
BLAKE2b-256 4b12501d6d207fa225f6f6104d9c9444a057890ae03fc4081bc7c51970bf852a

See more details on using hashes here.

File details

Details for the file semsimian-0.1.19rc2-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.19rc2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 802ef152ef604d4c5c625145b7a6f414bda6bdf31554c5986240e5d36973f490
MD5 416babd0b26c23d6495752a39c3ce56d
BLAKE2b-256 7515f1aef0269589845a87c99ffbc1df661be8bab63020863692ac9efe759aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 20be875ad1174c801e70eb04fcbc1a6b24f45bf170f24faa7fe31177882138f9
MD5 70735cccd47f2a4ff9aa700eb241c19c
BLAKE2b-256 1e0a4a2adeda27f976d4bf13d03a65c38cc6e62132dabe7ab28f1796b63c355d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 830a7ff017ed34594c969d4b8950b7e8477f95e2b76d8545fb9595f9c89f6c6c
MD5 1d1f24cff9642c6c257aeba38ddfba73
BLAKE2b-256 af20426aaacab97c4eb87f3c629f03561eb85243c8cbbd81baddc9d0f3426bf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c573b259e2b2033f8b0c625a3c42b206179c60058ff5e4dfaccdf3c4db85c8bb
MD5 4822cc95881e493ee5c2d45d39c2548e
BLAKE2b-256 f963469d2b34514c5f22b98c546a7b466cb500032f04026d38215df366555a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a6322da989c62045d426b7a7ca95de12973c21dd021c5c337e363ce223c03bf
MD5 dfd1fa2253dd238fd22f11ad1acc0fcd
BLAKE2b-256 be9a21a9f39f1208f3a064a096eac0349e894c3e6c7d8541911990966c67c2c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6900107829a2a7742dc256a656efde02b040de461701dbeaaff14e9e6d1fd569
MD5 8c243bf27acd5ef6a636da576b8b3f43
BLAKE2b-256 dfae50c228eba2718575992b35dd0a557d59db14aa4e907e83a5e05151583e0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c84758960634c3a8c6525f498b6fa14f65ebe1aed2bba93720a39935d94fb175
MD5 148a37aff6dbbf0c8ae25f7a41dc6a12
BLAKE2b-256 32d75676fb184df19304b0ddbb965003ecb14cbc276578cb176a2b74bed49edf

See more details on using hashes here.

File details

Details for the file semsimian-0.1.19rc2-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.19rc2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9546296324298d6ed8ce3d6ca0579bf7d6f19b91307cc731e135c094e9738abf
MD5 4b86e7ef4289f00867143c4edca156d0
BLAKE2b-256 c4e1ad2a5d8217ce737a3fa1d89c7c7532817c3285fb9b195b950aaad94e360b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c8e52be5aa03bfe679bfe1292508d1ad18b207106fc2162585b7bbdfcbb9aea6
MD5 f952e765e102f8d6b0e45e6208f74098
BLAKE2b-256 172820004a94f73da24c0721d095a75331fda9fb80fc8f4a17f039243f33ac18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 63722fc0f982bd889b2984b06af7132ff8d7844a27497754798fd6085db6bdb6
MD5 c12565ac77563c113f092eb116abc5d8
BLAKE2b-256 d45d4df9ac131921335f3247a86410f81e4f71c3438fe49192460111a33c9aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb1a0589cfd3ee99c66d19485f35adb8516b56099761e968b820cf014fb3ccee
MD5 cef9ded7970ce720612bece4141160e4
BLAKE2b-256 475e7a2f33c1649c1615ca5badcc159d0c0d1b1de9d225b88795a214b98c9e6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e38f5880b3d061766fe9b9fa31f0896ad02be310b677062bcfb152010c3470bb
MD5 07b5bfb6215769d960b52a2b08bf6a4a
BLAKE2b-256 e664108474916200f23e25b2b351944990afa9c5cb087d935b7133a462068d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b29c38a933b4637afd3fe1eb2219fdd29156d731b1daa0145fbe26991ab116a3
MD5 857681b996de846918bd0087cc072d48
BLAKE2b-256 b459166afc91ddb3816d9cd7894360e6b8836cc062659559e4234ca9c0f2e977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5426c710bd57978ca195a449bc1e5108e01731e8c32d4e394e3b574cebe147f8
MD5 a6f26322e84671cb312a8ca5f0bb7613
BLAKE2b-256 b36c0b42c2b3cb5dc3b85fb9ec0966eaa7cd2fa1226be3e26c4a48b6334dddad

See more details on using hashes here.

File details

Details for the file semsimian-0.1.19rc2-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.19rc2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7637a5255860a43fc09100d61bfab3eb2ee813faaea4cbdb67ba2e32542b08eb
MD5 8267d44b4d0e49a5eb8edddbd8bb1536
BLAKE2b-256 7838a8994c6d25455ffc9504050c0d7e9b2b429c355faefd18d139005a578d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc2-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9e35b00ec2004443e70e8cdf316cc8743abfbbdceab83250819264289d8a1caa
MD5 a9ae49aecf0781e2148ecc2f2153a8e4
BLAKE2b-256 f2473c3558d122e03aea3c76555859d5aa8538d61dd40e616a3faf0a5bbd0c1a

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