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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.4-cp311-cp311-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.2.4-cp311-cp311-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.2.4-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.2.4-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.4-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.4-cp310-cp310-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.2.4-cp310-cp310-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.2.4-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.2.4-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.4-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.4-cp39-cp39-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.2.4-cp39-cp39-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.2.4-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.2.4-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.4-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.4-cp38-cp38-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.2.4-cp38-cp38-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.2.4-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.2.4-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.4-cp37-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.2.4-cp37-cp37m-musllinux_1_2_x86_64.whl (7.1 MB view details)

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

semsimian-0.2.4-cp37-cp37m-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

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

semsimian-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.2.4-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.2.4-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.4-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 11b8641273a8a6462ace1b48e8405ae0ee9f7800a9db779f6520674c102e9558
MD5 01d590fedd61bbbc0280d9abe544c765
BLAKE2b-256 4f5fda8aefaedd31098863a34f26ed59a9c22bd3496f5551e1bed428741fda10

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a22bf5c3dd2d71dd5ed90dab5dc1eac307db57ca8757904f90dd518b137e22f4
MD5 26c7c44debaff425c2149a1ec8e8e000
BLAKE2b-256 9f5855b7d7b4213ca89795d68bff4a449081f101239c794194700c792ec07a77

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 169adfb44cde5b24b104a5ff039f9f66a4a64f4aba5a8e74b04c9880b689f2c9
MD5 7a2b60fe881337dea2dae94aac1d719e
BLAKE2b-256 e32a6537eaf759a871a05f9e0984293ee45b7328ac6efb9ff8540e60df01c308

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4759cda43815af3022eb8fa9a2e7b6c792b83b1fe55b86b31d3e6b5dcafffac3
MD5 038da07c8aef60566090f2e851aa5a72
BLAKE2b-256 d7cd82515747ecba3e2fd017d455756d9f23eeb119d26f4a768ed5bd1024ec5c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc65cbdce243dc94292a8a87b29cedcd1227ffb04a0a9d9f6dd6b448fbffd9d2
MD5 2254610721a6245f0a9dbf56dd15db1c
BLAKE2b-256 77edd874230b724ad91744a835c34adbea0bf297396ab3a28848ca71de86141a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.4-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.4-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e013fd2d20e1bf4d88970e52165ce22bb1db76d7c2fdfdfb4287ed8960d45ec8
MD5 0cf15414c8a98260d74b182dd3427157
BLAKE2b-256 27618ffd3e0e06c77f3653403ce1d13d1d94974d0b85b0c6dcb2775d0468fd2a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 dacfa82552baee3f2cf74c9a52dd66a63b729178a391daba653ff38ad2e244c3
MD5 f1ced1684ad0acf52ae7003a6af6def1
BLAKE2b-256 b51c38092cac6651910847cffd4adca887c271119bb1d0e0682b0c8fd0ab1353

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 eceb855cf445b2bc7c401f747da1dbe59b8ebb1d55cc9c585e53296309efa0d5
MD5 31870969b82753ff94ad812eb1e959eb
BLAKE2b-256 a50127eaf4dae6f752a2306e283eb52c11ec7413ed18a9a3178474f4838e105b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0ba64d9edd10140001b021eeeea0d19195601754cbc850980625c98213149da
MD5 036f55c8590baccdd102f01adb63fe3b
BLAKE2b-256 1e6edaf27bf844755388e10a5bf4176c30997c72d56eaad65c947af4dd49fe98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf0361fc0e3acdb83dc7a1348b40722558f487867f826c6ba5f2abdb7c6efa73
MD5 a53151b701bb343b76cf24e047a94f41
BLAKE2b-256 9e1cbb9d77b0dee3df181a133e33b94368fd9452a08bb382af07f667ba10f722

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 198092326da43d1c7238701ab6d235107824a118d7cc424a6a533f71b280e037
MD5 b0efba5866a796447f73d85acd9a8bfe
BLAKE2b-256 9464076c2a924bd726bfb25657b6eeec475ee2183ab029b5b1bd611fb226b94e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e1bee43046091ef2e492e737c444b54c89fa60701ab5f7e2f8c1390b85dda3d
MD5 ac1d7c17c0e402aff2eec8d56e032007
BLAKE2b-256 cab4715179efe910f540d97d1565214c826223e34ee7f56b7c20716825ec251f

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.4-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.4-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 03903b17db0eced413b884a82cd06b4a9e36e66d80a9f86bd46de72c8385e5d1
MD5 a7e3489d55bb8857777bf94d42496c36
BLAKE2b-256 510eef626f75aee43996e66d2ac9073ff39bd8470a1d7c82bb650e37960edbf1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c61a087e972e8f4f66e72e9e2862b59d702b433db77b8ab765d3d36ce7a1cf5a
MD5 99f3f16c352073c095f9263b45a6196e
BLAKE2b-256 2c38c8479f7e513bc02073b7497c2f5764e56a285249131f57bca5b8458fd9b9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 2876a4de38ab4bd60cfee2ae16d4874415be8604ae0ca30b6766a281dd721542
MD5 2feed78aa609f3899c12762fbeafd2ff
BLAKE2b-256 00137b1d9b4b137b0ca367e6ef897b87cb64561f5f31f14e015043794bd3bb4d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6515e54be9d6c839da23474f02c39e219f0b9abe3ed9469243e3537460d3902
MD5 51efcef64c684094a311a1a69620c2ca
BLAKE2b-256 42e5649f471785738eeabe34601f9aecf6f40f7ba732cbef50acaaaea4cd4036

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 32aa8fca4ac120aaa98fbd8e48878a3f7993844afeab9394edb42b471b149094
MD5 3c1b2eaf021d155d2b0ff98760803058
BLAKE2b-256 dbfc4e76aca726324a18ffe64cf0d8eb13893a048a01280867eef32042ab015d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f0f85b6b776ddc5058167b98e91a79bc5df1cc193694a02d66b54b71fe9516f
MD5 64a1bb0fa6f6e1a8953b8166df78f0f3
BLAKE2b-256 b9246bafb4eb2e735a0930508f85ee6fb3e0ee9d62af6b6766bda2b7e7aa8b34

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c250cd3781b9acfb0a76865a78991a8eb672968a510806bde408d447cf0517c
MD5 02ff72700bcaec447858bbdffcb75f8d
BLAKE2b-256 09fd91f7e5913de8bd91f4a64f33bf4a01a470146e566333cbc8f9ff6bcf395a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.4-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.4-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1b37805e081fd4e70fee8ebf4f2e9832484dc63a159b887e0b1dbb80d007440e
MD5 d8c2a1fc79b101843880fb22d4aea576
BLAKE2b-256 1b17c96789dca18e04104d203c64f8d6e731d450e8004019b84396155d73c4a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a3feeff147f79a0535baadc0a6badcfde502b75dbc0d693cf9288f4651983b34
MD5 860eaa9def382dd7e5deb4b4dc1efcfb
BLAKE2b-256 fe8d8ea2a21196cf4ce42c03c094f94ba679a3baf427d9f6d812d4a5f20e2f76

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 3936a84528834ad3cc078926c4d177a51bf71499b6891da2be8e6f889b988d3e
MD5 24efeb70d28e679cd463da25aa7e36a0
BLAKE2b-256 b2dc001000ec75a3735d3c3e6bc75120aad3cc0a8956fd1a451d9fe840f60281

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d75ed9d405531105433323ec55b0e5db725b7b8c8d11d023a1dd91c281c1fce
MD5 39a0afc90d144815d3f5ab7ade2859e1
BLAKE2b-256 d963f83675f10b2d287e96b61cb44f66de639439d9d9446c1567476fa1ebcce7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5b4ae7338a8fc75aae1bed3ae816553e42463b527a032f2ba3610d08ffbc96f
MD5 66c3c2401e177fb3a174cbb5ae621a04
BLAKE2b-256 9d096710bcf6bea5d4652868067e799e5c775e66a0cbb4c0fe21fc86146dd7fa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd36cd6f16c64154dccad2283318ccf6dd856b0d0300388ea3c595f0b333905a
MD5 c5bf91ff4541da90fa441332a7e812dc
BLAKE2b-256 52a45342e672e6b757fffd251b8386a9dd29df3d7d27178a8193ea25cdc7d8ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b1e3cc8e37429d50f6b2f87328f7f8cd74ac3b1fd042243197ce05072108bb8
MD5 4d89ef619f8b472facf55d74f87b7dd1
BLAKE2b-256 4f31253166fe1d2d34663036f48dbb386e8bbf747e8982617f1eb6c3c15d66b0

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.4-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.4-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5f9957ffbaaa8c8dac5c2dd166b0b99e527333707048468e3ff47a2a42387cea
MD5 35f494acec7ea585385eb8e3a4bb6e9e
BLAKE2b-256 04c1b031b23079117478bed1a770728975cd9350518ef762b59223a517efc56f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 14a3d8bda1f1715809876ec44aa700e14408b91598e106ad90cb0c89971eb077
MD5 77106126a2b453a6597c94680049dd00
BLAKE2b-256 aab780da8c3c9b0c331307304e379634071b1eba0f87cd0867220687f0a63180

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 4696397b6a64a9a5522c9f13c30a218523b9d87c51fa20161ea06ec5dbd6ef10
MD5 c69bd269e0ba931514d2a846ad15c25f
BLAKE2b-256 221036b8917866e4126f12f9cd1a2ae74901a461595f25bd0c824ea77c532d78

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02ef298f9280acf91453b62d907385425680a9904480a07818159b801e068f9b
MD5 a14a62034d38a4ec3a4fc28eb0345ae0
BLAKE2b-256 7a51eeb409037218d8ea9182edcf73e50555d57d9a3ad8653c989f72dbbfa154

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 62b663151ad467e839229c036630ab89ddcd4b3b2534fa0a411c0426d326662e
MD5 c3a7f20592a78fcd70f0c24a149cfffe
BLAKE2b-256 891fd618aea45bd2bc362a44c2eada007533d27f91635b78732c98ff2d38df9c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5fbfd3d31c4e01827651848111c49a79ed7455c9e660a556c7eccaad7272a90
MD5 15d318f0e638a2a81f3f20f4b9ecb6da
BLAKE2b-256 083ff819676d06be401d1922467c2541083dcd4f1c9145540134b49d8d9afad2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9538f6be58b981573f307805f8d83ef8da971630b1dbf3610eef34dee0097439
MD5 34171df30a99d9e8f45d69c0ae4b9ec6
BLAKE2b-256 e239be06de9414ecb0d4a6cd76bafb1d99f2a9999f1911e613fc79a289a2c2fa

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.4-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.4-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 264ae5226d53b5b2a187e279a4f0e6a79218a2c1818c63578f887fff33d55f23
MD5 19cbc2d3d89ad52cf6506819fab9f5b4
BLAKE2b-256 a75d3484a74ca079c0799eb9426afbda1bf0a97dc34649be914f909ca1ec60e4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.4-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5235a979d101e9adc356c00b2191106eb3fffb08452eed2a4e98565319a10908
MD5 b0471f2ab41af42cab27437fc8c57a5c
BLAKE2b-256 461d9e773811b4b30e476ababe766aff8dd5a3eec94c94533fdaee799329624d

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