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.18-cp311-none-win_amd64.whl (355.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.18-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.1.18-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.1.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.1.18-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.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.1.18-cp311-cp311-macosx_10_7_x86_64.whl (530.7 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

semsimian-0.1.18-cp310-none-win_amd64.whl (355.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.18-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.1.18-cp310-cp310-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.1.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.1.18-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.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.1.18-cp310-cp310-macosx_10_7_x86_64.whl (530.7 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

semsimian-0.1.18-cp39-none-win_amd64.whl (356.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.18-cp39-cp39-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.1.18-cp39-cp39-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.1.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.1.18-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.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.1.18-cp39-cp39-macosx_10_7_x86_64.whl (531.1 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

semsimian-0.1.18-cp38-none-win_amd64.whl (356.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.18-cp38-cp38-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.1.18-cp38-cp38-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.1.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.1.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.1.18-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.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.1.18-cp38-cp38-macosx_10_7_x86_64.whl (531.1 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

semsimian-0.1.18-cp37-none-win_amd64.whl (356.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.18-cp37-cp37m-musllinux_1_2_x86_64.whl (1.6 MB view details)

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

semsimian-0.1.18-cp37-cp37m-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

semsimian-0.1.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.1.18-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (1.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.1.18-cp37-cp37m-macosx_10_7_x86_64.whl (531.2 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 0372855dcc29f068b31f35ad876d4f25e407facaa0d15203663fd11313af1bfb
MD5 33e12f37a60b059701220fa51e141edb
BLAKE2b-256 c34ef6557b0ea5e1caba295e74326de66268c9773955dfc2ce26248dd01a7feb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d8db46b200763150f55db121cd2f95b44adfb6ccbeef5eadec83807cccea68a
MD5 120c6cb2a581159993710c11dfcddf5b
BLAKE2b-256 8255b5afa3cd0818996d6add4b2d88b53f1c4cd00e8d28cf2bdf375ce76fc383

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ff75b162697be71316ede9351a0149d5cb55a9b9635c24e672f66e6dd9fd0d5
MD5 89dab65cc2e7aac332ad086dd04c4715
BLAKE2b-256 cc863f908b7dfbd30ddd11eba23ac73dd6e1e58f01da19d59ff7f1c30c2f22eb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b451b4aec6ca6c1f03fa2ba94e45e8ed9b4accd2026fa1fc63b76d41b009e5a4
MD5 7418f6a6d0e82f4fdc708967522100df
BLAKE2b-256 8c0845dabd6be6c67957b5b3253784ba09869146e5fc64d2b2f7dbdfc2582a98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c81015da97daf2498eb7a55dd83229140a8ed0be8e45c3cbbb412b9572e019fd
MD5 30f0d5d0d392ab2ec1abac598f96634c
BLAKE2b-256 99e0f78a074573c8b64a4d286dbff54f02b19cc9cc0006522c95f4057346896b

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.18-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.18-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3179d307885bc94ee9151627829aa7c7616dcf75dd15b2097a49374e1316bb52
MD5 7b879a06ac2c859795f7de7b13053604
BLAKE2b-256 ed850ca3d4db7f8c6b9811a11c0823db3fa7f9d49e30d0986c5efcd52d3195b6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ba8931dacc1285bc808b1ec587aaa1689b3938eb7062d6175edf231e2a6de027
MD5 41fb7d97a5baf08dfaa8e91a4741e524
BLAKE2b-256 52e1928dea351b40260e6db24c873d220b3380284fc0c33607541e525f9ee4c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 69519f44e565ad0d433dc3b4a66a75ebb03ca77c3a77229284069746ef98439c
MD5 698f0da212ee02977ca5bbc3d9ccc0ae
BLAKE2b-256 a20c966a7aaa91f74999cb15128c8f4dbbff034f8132620394f30045ac85b20b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a8db126bc5281e40a8c6c94469ad7fa59e681cfd4c024d66ff180ea70540c52
MD5 644b1345b4724dade565b54a4be5738b
BLAKE2b-256 f5c6af16a63b92a5de16cd3c1ddbae200bcc7fc664e1d96a41cabbac156e6dbf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ee5cc40d97467d0aac14c190dea04f8298e6f46b7715fb3718a3ecfc27dbf79
MD5 ccbf671b44633ad1b7a75056b3d7b1fb
BLAKE2b-256 84eaba3ee35275364b69958df4b2e7995a13fef1fb806ad7e861e3f7da2259e1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 146b817c260eca46eac8d961ee79665941275c45c97f18c13b793b281d68a1b4
MD5 4eb8600435f684aa6a802af7361dac3c
BLAKE2b-256 a73ffba132f892242c1c7cfee3351156aaab05b69d4d2637bb8938fc58e3a87b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4b4c1f8c101f902640c43018c2711036c0d0a7d03dffa5111102ba0dc616d59
MD5 237f0af595a3f692a9ddf7305cccf20a
BLAKE2b-256 eb2c3d7764696a96f7fc563473a7bf3d3d76a80275585adaf8777b6749bb2558

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.18-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.18-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c5c0054f441cf7c1e61b5f215177115fccd30bc84496e32bc646ced1deaa3b8
MD5 17c2b7937727a83908a6ca5553ebaa49
BLAKE2b-256 2f5d9b0141aa848bcb18a2a199d5d3eb24165aa57b41b639cb0bb1fe2c829e38

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 6186ff665f609c8a9f72e9a6abb95ee2f5712011b37401fc31d5196a914c011b
MD5 11b7cfd1e6af279d19f58e7190362853
BLAKE2b-256 5fdcf2a462f3f4f8f6a3cdb91c28b740ee38853be3e50959ec31df9ca1a870bd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 2c37c8b5165c00953395a9f6195931dd6767f37fc755a352bd5107856138e8be
MD5 7cc99ea5676a1dbc9b20853678f1600c
BLAKE2b-256 2362b21e3238cd3091139f21af7c789ff55ce15e71f768ed684fe855253bac28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f6657cedea047f55a1e68f353e21c30a1e0e81e6675f424ec5b02f0d74c0884
MD5 a982da209f320caef7ecac32965c6b07
BLAKE2b-256 09ef1768f3ec8ffb13734a00084d1fd5a5fcffe29c1c2e5c6132107f69bc8748

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c09002c4ac0de980a354a96ec8def2ffa2ac080cbaddee299b58eab66ff3ad51
MD5 5e2947f202c2b4ce21b8d1698f62091c
BLAKE2b-256 45117bf39c827cd255358ba05e801d47a3d20e42648c7e9540eb825629be1e25

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba396ef4db8334fb048d79f6e7ead4568dc060454dc731f6a2449752f8ca457c
MD5 5359f3ece7e8f871ad07e4d7e2ce200a
BLAKE2b-256 de35cb4eeb4eeb13803ceeb722ad7d2d1cc4b79d91312b5137a8f1afc6c1ecc8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ff5c5090c3c7418d189e85fc5bbcf550734c782f7406a374c13727ffd7a09c8
MD5 9e8f95404e47f0d2fe8cdfb153d4e259
BLAKE2b-256 5f45d6c25060e007fd6aad0d5ad4fdc4ca931466e679a596c1debd11315de345

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.18-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.18-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 59cb09905fda7c184bb45db332310034b1d08dc453676c3a4ae303a3d9100176
MD5 c6565ad27e9ef745b767ad5cec16e3b0
BLAKE2b-256 594d3a3d64a406beb11e5afa7759ae16bd3e1da2285590280c43322cd91df4ee

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 a32c83e6041eb015f87cfd6b594346a34df464bd123d692fb1f1d0c0b21006ce
MD5 9684d118f9d72df7913efe451359020a
BLAKE2b-256 58bd1e82a398de7ea5e56da6075be3e37fa0dd130ab6f2f52ae1c6d659cdb73c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a63e1bcdc043d78e59f8a77f62c8f10e079406e9ff641bc357ab7db149548885
MD5 3f03d0687248e3e3d44800997b59e42b
BLAKE2b-256 ca5a3cc27d88927cbdcabe2fbbba6057d1f1b408570c929afa781e754d195d83

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d1a13042384f376b122d05a43db97f5fcc9e0a435fb96fee448ceff4229c740
MD5 d4020d03983965e091694f6fa1810fc2
BLAKE2b-256 58873cd985b37eb86de7efc11a71140f722d7f8bafe0ff451090e99c2288c1f8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 633c032db096b7afbb049c9ae8f91a1a7a4cfc077607d47f855d908569c19045
MD5 1053af2152a48a553bd4bf048a5b4794
BLAKE2b-256 c070b01201acd9c386c7cedec790380d627890e0aab7a798e80694643fffa7cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 216823e64ae825bd569671a4afb6d9f44b50837cdb44e5ad7535eb5eb420e84f
MD5 53c86d6bf7d57509ae59f73c1558fe05
BLAKE2b-256 6537866abd02a31e71154cddafc4ba368c8b7a47bab218ef864a06163cfa0bf9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f02ba7a11b26572563fee12d919ab76fee39f372c8507f919b396f52a825bf79
MD5 853284937a70e309e579b8b66abd9a9c
BLAKE2b-256 5004c62de09700113d8743fc8253d035f89a5030bbb918e0d87f6f06c74d6272

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.18-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.18-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b70951e297c79aace08b91bd924e9b5a5744677acaf285057d8355bfe3dcb03a
MD5 84219af3a54877e09d048c5b655c1ca2
BLAKE2b-256 e2eb5d1aaf481d61979432e122f417b3653018b8126c83c392c1bddc9a74e871

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 080986bcecf384f2dea7b590830c0b4fcc2422a307d8f2c1335e952efd8f255b
MD5 e81d163a40c8fa51ed6698b25e905502
BLAKE2b-256 572f3e3c230ce7a1cc7c339d18c6458bec820fb29c9b8bcddca43e83389343f2

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 3dbce8d4d5b80b5ff4f20e6aa4715ddaba52489868d942e2eb83198de55d2268
MD5 f42a9979daac99f651496269b60bca15
BLAKE2b-256 61cb6336cf9ad8e0268a177a74fa10b3d6cc94964d1702a0b721d8dab77a3513

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 535031a8f3ac482b40ea97b6162d00a6a98f30c0cdffabd32b6b1c95563f8822
MD5 2368bf294d096edd3f8dd46473170f1f
BLAKE2b-256 9f7689a64fed85c487c39f6dd20affc7c44684874251ed027c41c604d4da0fd3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 272dfafe8f8ae165c4036e2fb799ab12657683b64856ebe344ee20056aacf691
MD5 f94144a447fce89afdf68c26c071c8be
BLAKE2b-256 e22aaf0faf8aacc899edc200e30b3e578eb60672012600ea000a251285d53e0e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19d338b174d2f86d4456ee96dfd9f1be7d4cbd4b69f4c032d5338c3642486aa8
MD5 d38ae03900f009bd371f86490647d13e
BLAKE2b-256 0eb1601f1bd5cb7eb5d327067ad9369231f3531849f32a01507133b31637d9ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b53152f29cfe4d038b7060110a46bf3a6facd7886f477ee03b3172a65781000b
MD5 1662d33f671155bd73791efeac2ee01c
BLAKE2b-256 7abe83b7771ec630c7aff77ad8513c9bf7150b36fa8216c92b1929b6c5d96228

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.18-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.18-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e80e1ed13bbd845c4dfa61c6f2efa60a35f4406455575ca292003a0678ad2d3e
MD5 3ae221e91f829cb20708f32ce88ec75b
BLAKE2b-256 1c59a10b0ea21348f8378007f5f1080b268d488412dffe46a0a12203d97363c4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.18-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 35f7caeb4a65a86c1cfe51266c72a29163bfa20c59c7b7fba13e2407538e725c
MD5 0a33fa2b2e87b2491d37679de2c5072e
BLAKE2b-256 ef2dbc07a5b3b972c012c7128734e7fcb70f051c69fe9577249b532330218779

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