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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.2-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.2-cp310-cp310-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.2-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.2-cp39-cp39-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.2-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.2-cp38-cp38-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.7 Windows x86-64

semsimian-0.2.2-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.2-cp37-cp37m-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.2.2-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.2-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.2-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.2-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.2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 841cb949e5eef6fc5d40135b94d521919dba3e07991bd47458f7e81d9c9fa8fc
MD5 1daeb98719f4a3dc8e76c4320b1672f9
BLAKE2b-256 779a1efcf06fb5a527c4522cd87aa36a67ca170fec18325d3c42a2433bb001a4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a9058e02092fc1857104c4d4c8ee7aa5701aa59c82fc1a4f4f50b5c6164b960
MD5 082e18713c30a8f8ef00ad8724e0c7ba
BLAKE2b-256 38103746d3dcd5dec7ff9a4467f88dc2dbba4a0e4fede336e8bd999248f9cf04

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69077b819b13fcc80ee56c63b781165c9caeaa60a5f27f853d8685c20d3f1817
MD5 a91dd4e80d64e564ea904569b630b849
BLAKE2b-256 6b261e18e681778029bbb928cf16cbfd36280fd81ab8fa2c726d1943f5f631be

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13ec7715c21eb8d48d4b9f5487594e7ca5d2482f838aab164efab95fd5dd315b
MD5 4d4c55726ce86569e609a6452d308c6f
BLAKE2b-256 e57de48e110b3e54fed2aae3fcf3c5e92d2ef06ce7ce0d6609bbb33bcc86acb2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f4b3f3479908887a50b2a17c9fd350e158f741e0de3f7d375c943f81a3daede
MD5 4df6ad4ced20fa49af436e3908a0ce3f
BLAKE2b-256 8fe05bfbff6dbaaef58cb29e049fa77f3a05b99c5f79de2340abf6eb72279e26

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.2-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.2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 57fdd8cf79542363d32d499007e256be376e557d31a307f3007172aff9febaf7
MD5 b2c6f59ce5a6c17733259cd0bc56665b
BLAKE2b-256 1f39f3a332e795b19569f5ad181af1022a174b523e17c0320fa0f5e1a034f85d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bd1ef7a0b588e2fa31ad73e3f40c430588487e41aa4c1166769f757ef3f0b00a
MD5 dd99e719ccd07bd7a9f92e8aa263f263
BLAKE2b-256 0832dfd5f4d65b8ec46040c77d0b911956e6447df2be96d624fb7e74497d392f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 cef4746f17a1d5ee4eba3b8c66b872695b7ee279b75322b05ff9fe843ad11909
MD5 8a0fdc7dc9ce1b3d3e90004b2650c2ef
BLAKE2b-256 8d293c8057daf4a8707f5aac74efafdad129ff0208d72ea7ac34d43bf03696f0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b84637eadd7ff140366f92c01e154294421e23be2f131cd8e1cc9ea9392aaa1
MD5 c62596ca87ed85a053016d02cb7d598a
BLAKE2b-256 98ad36dd605f07b810dbb38530bb0346c0f8509c55f9d25c88ad992f58a94b01

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 533f84840e495f971c19bd86ecb0fc27e6da6efd323e2090e89d9c399f1f226e
MD5 ca3a20aff496c9e332a37191a4b8478a
BLAKE2b-256 85b59b7d214bd1b0243ea20c38c8708d7065d531f701bae852ca19b7bae0f0bc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b70905111d1ac072190400c68ff07515efa964311a93b93bb0f9f98d4441936f
MD5 68f2439fb7ad8e159cb5eaecf9bb14ae
BLAKE2b-256 4a9ccc3ab6a83170da43d87e234ae13ed829f674ee4259929d3084a976b376d9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 330785be362db74a41a11bd56101764e77373ce13bf98d4c1de41f2f0632b114
MD5 2e992c5d3a25d607537ff06691dd09e3
BLAKE2b-256 d4a683f0b75f302e167cd3f174a553ae5b7f1162955700082f348cb5eba34ba6

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.2-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.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9f9d3a0c0762edd3de8bbf7ca0ab59fba4b9fa9e0ef94743268758ee12e52b1f
MD5 9c02e243c506a51485390d44c14618bc
BLAKE2b-256 63bc750dfa5a32f01556977e01bc5995555fc375ecff6b8e0d642195b3e9c2ac

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bac60536665e51aafd17b816e9ac69726780e927da3fea21767b54f109ac331a
MD5 24352ed21991612c9487322a22f2c881
BLAKE2b-256 c89f37b0b0eb25dc2ace06450a821120541f41478c635411ac464d489a3dd9e5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dcaf8a4ad212a295d05cee5cbb08121bc42763f3374bf95b6189d955e2aad5ba
MD5 6db74633cd118d34f6102b0c0856bbfe
BLAKE2b-256 61d127df10a2239cc825f68e929e2efa49ff2d8de00068e5712200493a8b9402

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4502bc69170e15c77434501732250cb9414f67667908a7c7c45a7fed10f0f181
MD5 98f77fca607f9463429208e70b721c10
BLAKE2b-256 7c252860e13d341da6f39533afed339e34f196be3ea8205a9c5763a78ffcea20

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 295ac65277667b5c65b9532e6c668f77061283507010d16bb130ce2b39fd46ef
MD5 9e068b5c9431c273c991c0590acf57f6
BLAKE2b-256 6591d619d681bce030da72fdfe93a5d395203b300249197f49db682e7924ab1b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5809142bb244bb4cd36c11542836cb13583e061c40a6140cba7861e77296a785
MD5 c7acadfa1edb2f70cad5d451cb8d5373
BLAKE2b-256 dffb5ad4b931b7ea09be9bacc4cba04bdd29ba36b657e0979b4978e2ee7191fa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 66ca6863feda29cb25a27ce3319b1156b5ff89feb9010dac08477ffbfa82d9d4
MD5 d7a08cdb21e10eb8e5f78450bae63a14
BLAKE2b-256 4f08875adc6757fddb73cf81491a1654bf6c2777cb11c441412fbed5b0294ad2

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.2-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.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d787d3049d9dddb2de3336f8d040e9a3513495d93083c951d4f9352577624519
MD5 ae1776d1a138e712135fddfa0348f151
BLAKE2b-256 c9120a10b5a6b8d2a2419d57e6118c9fb3be6856cea2c80a2fb081c97ebb3fb8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8183624a9511dca04566933cd75c8275eb488f7850e5422d1fa8e6aa29fa2934
MD5 6898dcc3efa2b97c8069258e23ee7113
BLAKE2b-256 dd5c876df8418f09d8d48751b16fc15130fc3d93a3a045eabeda38fb9c599dde

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c215f7ca986ff05c29a1cc43cf31b1ef23b4a19eb2c2a1ba0a8fc3ace8640272
MD5 d438af38ecf970b92ccbb52fb47f4295
BLAKE2b-256 5a0e4cf39bcf9fccea929655f3e0e9690b70c378e474c24b0c7254afc8859cbe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a10e12726079a3bce67059c547bbb1c85e802d415959fe29acf7321a53e59a8
MD5 831b74c0b4246248e698bc50c3f7132e
BLAKE2b-256 78d10194a98cab0aae0dff2bc15cc53dc843104e12ae0da4bd11ec047c88afff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6308ed30c4defddacd5aa1b14cbc731713f09286ad6c9b6ce03bc9ce8e42a219
MD5 9eb7808ed572d0745eb8842af69711d5
BLAKE2b-256 016ce24317717b2c9352c361f85d7441b92b8fbc1eb86df34e646dc5c95ef4e4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5fbec7d3379c743b484713550a03b7a917519773900fc010391105aad30e609
MD5 40ad461150d650eb67b258ca96c5fb33
BLAKE2b-256 49fe36198b4aa53395ed78f931524936dab748c5340f34ad2ac1a62911f37c26

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e156d1e3bf6cacb9fb86662be0662189c59151b50f2bf35544c31c6e81faef88
MD5 1f75d16ae56fada8ef21984e4612a6d1
BLAKE2b-256 7429c568f3ff70e6b4649b7c799b219c31b7dedb96ac0a12da97bc304c570e0f

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.2-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.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 037c16a6078f27cbefd6965030a8cd98f27991b461514c6f6ba0d3dd20c65af2
MD5 b2278d7e2d650b2172f0ad3ffda199ec
BLAKE2b-256 c2472d29b9c969cb25718b761f87e3037a0f943bb82750a1bbbaf1ac07b57042

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 38f5f19646995cdb415ee06bbbe9a9251f5474fbd551d335df6b82fc19fd05b7
MD5 a82efc0ccb7fe10baa8071d213394831
BLAKE2b-256 43ba87e60c50d54b1385860a709d50a6993201f688a5bc4821b7cae9a28856e5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 33503554b58f8930d4c3213dfc60f18e4b59148c9ca71e14e70cba427fb42eb8
MD5 237eb9989824af6c222024ebbf4989fb
BLAKE2b-256 2b768ea922bb39ddb412a62ad463ab03abab836260bed6749394644262521920

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e61181079b8e04bceef9447817193ace024cb1df603bcb53472545bd6e68ffb
MD5 45e90e3ba2ca7f6e15854828db015db6
BLAKE2b-256 7082d209260a5d55f6d3330330a2b20fc87a0e2bdd92e225c110439c2f88000c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e9418fdf74b809a13fb0eb84b876d90ea3fbc7c11c8fa24b87bcbfc15e29c8d
MD5 7097e57fedd945c9805b222688c6edd6
BLAKE2b-256 2f25b6080c959ea13704f502447e46b08794f315a6affd2e9a5f445da5b60533

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e40766dc38978df3a76195a580d40205ebd5973e9219b6b89c2a871e499cfacd
MD5 73e952f9af3f19869d634c970a0fe299
BLAKE2b-256 2ac8f11ebc86ccbaa8055b8756cddf3236f250110dcf40473cca0f2a93ce5c08

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98cc29dc5d9f37b1c9a0dd9800ef643d08a10aba257bb2daf11af01ee651ee98
MD5 72533ab2e836dc9373ddb6897a23ffcd
BLAKE2b-256 df66b4fddb79827a489f70dd860a6040b426f924e0d8f961539dd32335e5ccdf

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.2-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.2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4af6e10f02f70da4948d974e1955b1853adf1e909545149ce558282b74645fbe
MD5 e249b9d2579b54c2c11e6c496d33dd56
BLAKE2b-256 6e6dae4da4aee53580795734de7b8db1bdb643f8c4c81b2de82407502c83ba68

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.2-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 10de3f4c6d35e7ae4ad481aff91ddde8bc493ea25ea6f7a5001cf51fe8e7f241
MD5 227f6235f8c3c7b027da81b4886d718c
BLAKE2b-256 ef47193fde0eb9fff37381aa4783fddf0fe69ababc5ca6b200cfb853445207a5

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