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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.19rc1-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.19rc1-cp311-cp311-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.19rc1-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.19rc1-cp310-cp310-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.19rc1-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.19rc1-cp39-cp39-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.19rc1-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.19rc1-cp38-cp38-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.19rc1-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.19rc1-cp37-cp37m-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.19rc1-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.19rc1-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.19rc1-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.19rc1-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.19rc1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 3d3214306d6b325f3acc24aadd56d16f474da3ae8049b542df06bb4577875285
MD5 cd8fd333e95698bb5ee1c417d4d8b7f1
BLAKE2b-256 f5257de5ee2d1fd6335a9e87d2f66f69b3f6a7cb742c5e2f77f3551491e0c1f9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68b5427b66dd9d29bff591f87314cb29047cf0cd6c4e6e43c4b49bba41159c6e
MD5 07eee1f466b0d8e9f56d84185f7087c8
BLAKE2b-256 bd922f038c13fce276b5aac8ad2e722061ada8f67b76e821164eea2ab4eda865

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b28376434dcb616942215c44ba1c8df77d0a3d11e55746973f66afb68c490dd2
MD5 50be6a01d127bbb9d82238b9d910ce14
BLAKE2b-256 b5e6f2b730e131af8da54e8dc0f8376608d7dddc86836f7dcb40b419e07c4f3b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83ecf4d28d03d743f027585f499de9ccce378f28a7c9a0e9b67d74bf23496a9b
MD5 93bf4d3f2d75e49a919234df9948d772
BLAKE2b-256 879a6f94e5cd07ccf5b7a4480c1d9b3e868fcbdada91a78a63e998419c148703

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c412b1e4210754a56b1929d45f3224475c3fd8db531e01c63178784947435d6
MD5 844f5bae906b184fdeb8fc8b2a46536c
BLAKE2b-256 1d2190217f7769f08b7b397e5f88c97195c6a3ab16f01affdb363b82d9264b24

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.19rc1-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.19rc1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7dac6cb995b8df51dc16f91e30ff0876295d97ee8119f45bef8a9dae6875d748
MD5 4d0f5f86a5f843835eb94a4e8bdbb68d
BLAKE2b-256 b622e3296adb30d74adf33b922da99282380240426b5ce067bd39e8294027787

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b29fdee319767e290053f6583eaf345bb4fb53cee5fedb2fdd1b0fccd901f97b
MD5 dc099f47173318e7ce4cceada0ee9a09
BLAKE2b-256 f0b7b5be92221a9a09230dce145088e037878b3cc4e0f686e2cdf2f9e3cd5881

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d8323faa7a2a4cfb1aaf7e5e5072965df399a5035069b5265e509e8921b5d95
MD5 cf63180ffd43c3876c9c224f0a42ec85
BLAKE2b-256 9b995eab1c80dea141311f1440c2d09a3e79197b4d9567cc10b68de4df1281db

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a832253d0d33d1e08e6f2e5955f346d1148bcb720d94bc73693a0b1e048b1b38
MD5 fbcc71c39f4008c5213e35ad50ee6b60
BLAKE2b-256 700e5fbc0b72cea5866c786c2b777c02194b8682fa9c39822b5f6104388248fd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 980fe0abaa56210c8f97c88471a01bb80c4d98efd6e6e95052c9122bca897bb2
MD5 f1c8d28cdf7eb9ff234bcb4513e48753
BLAKE2b-256 7e94751534e55abac7b6f54f7d2a18345cfd6044e067b94490450836895a5dd7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7249c99863e4e8e1fc68e6b5ec528a0d75efbd3bb488fd1e3abd2fa46a1ff90c
MD5 f771cde9492a3ee1cd6565d4b59699de
BLAKE2b-256 0d2bc0dd99dc113952e533faf1ba642ddbb04cbc224c9d1401a1c063130599ef

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76f2af062a3d4e152c373f590abb4af42670f36e0c57a63586e40dff0e8de86b
MD5 feb41dd76c82175781920b7fba3baeea
BLAKE2b-256 6ca4fbe7d2ee31ac9011c874f1cf5aecdea712713d4d4b6ec3af7085993a6868

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.19rc1-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.19rc1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ad7417b7e39d9e49a58a225d4ad1b66183387cd5c37d5cc7a9f2fcd70b6f77e3
MD5 11c0d940e9cef05cedaf43f153f44d10
BLAKE2b-256 51a2411eb8920e45c1abaf7de010539705d8bfc40d1e13be04be42161a3691ca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ea821dce4a3522a8e4b5ef4a967aa093408fa2723fb0c56487f36ebd44de1d57
MD5 53806a0f08fd68f4e810ee709f7880bc
BLAKE2b-256 24d873ebfd53e26052b91e4d714ecf1666ae7035d228e709a5a936aeb720bdbd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 22c4919fb40b092d78b796471b2487d71ac706c1b1dddff92fa044abb9a591dc
MD5 c628361bd8f4853effd22729205f30b0
BLAKE2b-256 1d11a2828c56a6fe0a86bcba7aded5eb0fe2d76ac8ba5fbecadfcfefe799e7f9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00d5e5d3e5994758aa1251757b95b6232ba1499d706bc50c39fdb689c8f0a6cd
MD5 784a38d18cffa0b3a81b9f44b9a21a9c
BLAKE2b-256 bdd245d270d68ce5a330b9f7d4bad8d4b283f1592828b9d4b6f791f8c4d03177

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45d6adb121bd994f61ab7ec8652d8eee06c688e1c75b5c446bada49141cadef8
MD5 91f753ded181808fb5ba5826a7567eb3
BLAKE2b-256 e58d9a163e1b6bd2d79b8fc9225ba68bfd414f2aaf94ee5d63e651db0e69c737

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9d02ccca54897a7f6b33a5618c8cc3dd16facf098b07f2351d792f681473e4
MD5 7b2ed876f6e13ecffd4d52fd685c4246
BLAKE2b-256 b96e71f9bc7735b11d3efa8b9f607897c39b67797cefd314fed233767627979b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 404e7228f509c8cf4e3e02d978719ab896754a4c322f4114aeea31e122de4076
MD5 21e5fff9da2295ecdcff1c4a181e9a37
BLAKE2b-256 b70dd1d5c99821635f8cb0b1f48ec3b7466c0a40cbde1db5a716c6aa36fdddef

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.19rc1-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.19rc1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e8ac47d897283edffe59059c188273ed8db0fb58d891b26a6210fb0b58d3098f
MD5 fafd1f9b5bd2f456cfc3f121a2ce7cc0
BLAKE2b-256 fda1f022b54823e980b783b3b8b61642d31a25c3324fd737a7eb6629a625a79b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 0c6f28f630581bf9c043e0294d7d8f0df8df744f97ed8bae8b686fdc3f39c20b
MD5 69807d9362ffe40da37f0eab04bc7793
BLAKE2b-256 7be3a869980c73785a4207269619f378c6d13bb8edc08e0476e1a30b120e3baa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a9dacfd16e6a41978c792778bc60ae1e321beb38b9075bcc1649976cc64193e2
MD5 1abf004330a54a5d1c7ff5cd9c50debc
BLAKE2b-256 7631ff5a6a9ade39b56fd6575c6b09fe8f49f2ccfca81adde89d7bc0220d6e12

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b03cd2d70f0906688b991ba68890da2e8e45c03f308e0c6553f203b02e9e326
MD5 bca0dedad4af70d79473cc61246ec1df
BLAKE2b-256 8ec67cc56055287b08e111aa30152f862f09bd3cdb7869865ea5f2cec6b85b70

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5861c5c307da545bdc0f06c8089702dbf7b265685bb10c75291bfa1d39ecb68b
MD5 3392d6773ee724c7dfc26e95de0dbcab
BLAKE2b-256 21024b537af0777e6c8fdc1ddf283b8ea0d50f7400751f2278ef6440dbd56f80

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b0b5529da4f13b59c5efa004a5145f2356799a3f3486bf34cc0a8d7f00d9fc2
MD5 2c411ef4f50f6ff52dea77930e390a99
BLAKE2b-256 8b33e1765eb4d43e1eafc99341bd44760254866f30692d079677cbc5fae99215

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a01fd4159d4a0edbd6fb939260fa17d20393d1c6ee7788b56acd91df13f6587e
MD5 5b776284cce4524d32105d5de15ff11e
BLAKE2b-256 e7ba94fa880e154eef12f17a8496b907527b1664e53ceaee1dd77647343a4603

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.19rc1-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.19rc1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 44fec0c5c9c8107b6ecfda65157205b93ad7efdda0feada02c0e066a373a98d2
MD5 e796465d24199444d4b80f65d7e7e882
BLAKE2b-256 1e67baa8a67ea01f56793e24545786c737609623ef1c7a3d71f67113e6592dde

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 93cee079e345e6ac4844061b1972052125ee460e320517ff422010f6b4a78211
MD5 796791a9d79b92f6f43d8bdf1b94ba88
BLAKE2b-256 626089daf7a7158590ddf36859bcc8aaf45e942fb61c1aec13018c379fb7fec2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 0289bf7aae1e3b6f645111f2dc9c1aea00747136456bb04c16573e79f1c872dd
MD5 e1df0fa5eefb292235d56071ccd6bc39
BLAKE2b-256 35835da0808f14c3955a524d76727c16aefc1682ab3ceb0c17ed5f9d5d156da1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84d1620f0434e4f2019f35c0e9a93984f2b8e8a69341ba8987c6778140a8993b
MD5 0ab6c1d20c654fb24ae68ca57d15a868
BLAKE2b-256 95e721f21e6adf0f5a31a4dd0a55937309548237ae77a0c9ad6e93ef62726042

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed643cbffcb3718b7a95a9b59a5d4ace0e2ed832fdc561f65a8bc51f6b1abad2
MD5 29d84963d7fa0c744689f129f1118d3d
BLAKE2b-256 5f7835973d6353a9e47633f85bf3de73efc8a8513553c3277355295d7dc41cbf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de9adb0431f95049f9f9cf017768a6ea8b5cfc56be62ce1cb2fc24bcd965be58
MD5 bacb0060e604d1a81669e2f57acd7b30
BLAKE2b-256 4e5eb49c72588d9e4cfb5c8a74614c3ef0e0b69a65442d2795e686ba732e2224

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e699f89a67be8f371dd090473e5c7cfe6f078726e1a1dd5ee8f04f40cb6da99
MD5 288a429f56f3330ea3fe724cf2956277
BLAKE2b-256 bd3d914643cf96ac91b7513b0fb4b0c75772838108765747ffc14c0196e83ad1

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.19rc1-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.19rc1-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3043557b5cf91b616a253206b4c3b73fee13fce1d7acb0131b676555160916b7
MD5 07da07d9d41fd0eccd17f48e0a2e7689
BLAKE2b-256 c6058cc543891c7400b165db54570c220e91e7f0dc460cd630e83d4df3b88efc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.19rc1-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 5a4eeffceef73f9c83fed487c3d95d806f476a7199561461650cb617898588a3
MD5 161b8733ba1fcad1dd2e4382ef9f6b34
BLAKE2b-256 6bb826e3da1e048de64e7c99373c34ff994389e6dd569a10bd8e989320a0a0e5

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