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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

semsimian-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

semsimian-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

semsimian-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7 Windows x86-64

semsimian-0.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl (2.6 MB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

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

semsimian-0.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.2.1-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.1-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.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 843624749359c47ddded38c667457dc246cb28df87e7d37c86a82cc927750f13
MD5 9babc8341e3391cf4de9c17c40103193
BLAKE2b-256 a1bd50703aadbb3db36e52beaab455aa082e900a633bc90768539937490b7940

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 62d71c7da78fa0aa659f3cfe40b36fff0d2cecc1e387081c1a33c53d82c78b6a
MD5 3d54d07ec0c28738c4341f9b0243e9de
BLAKE2b-256 ec2085a36f25caeae76a6ac5875a8af832096852a9f1da5238a4bc7f5799f185

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e9747baa1b15bf85f55b1be183f4beb5e03a3e1e99a9ed4985a35975341aad2
MD5 f1af4a78d5cff1ffdfef4b2e27796ef4
BLAKE2b-256 54a57895f92e2431b1574ac08be73ea6bfbce1355a827ddc9943b854fed65671

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fcc12b328ffdd9f19193e09dfc742921c2602f42fc8eae03d2cbf5bef4ea127
MD5 4c61fd29054c943362c8d6af48ceef48
BLAKE2b-256 ff9b414724483d5350ed05952ddb4266385c1527d2b1a94b708bcf6bf74cc67e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cc341ea5575dbeea24d99d111c87ecc7a184069882816d6db45457f6aac9947
MD5 9a4de197a30c444a0869f9c065cc5161
BLAKE2b-256 aa34b05a2c104fbb34c57861436b2d2598276a804ff2195a4fe460fe65489a33

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.1-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.1-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2fed3c58f2ecd4f20f213fa5fee3cb7853d482e831037374f9019bfe882b5854
MD5 afb7c65fc2790788bfb8dd6f75ccf818
BLAKE2b-256 ab07906e49b53bef9ec2f449108186a2d6456acf7b5336ba059d39baa3e46d48

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e1e4157c4643bda16a5264eabac96c170b8dcb2f7ebed8ca9d3842be8c1372a5
MD5 59405e3c3d345fc293f50377a5d67daa
BLAKE2b-256 3be0ab504e847d79942df045e142f760f8c00ac3342770f0aa1fedb0ac348857

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 a3c2d6b28d052f4a28a549ab04a550027368f92a9394eb1cbccea2f53ee24f35
MD5 33e71fd1d6c6ad3f99ba2bdd4930c64e
BLAKE2b-256 96a7181e2014214ae92ffc36dab4795e4da1c1e538331dc4b8c8a5e37870c337

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 847a909c6781e2134ea2c453fb7fa6342ba7f88167828efe944ad7d4fb3eef9a
MD5 7bb216e7429f0936fc13b364e9528170
BLAKE2b-256 1e1c3708461395a3c81f9e25b370dc6639628a1aab5532dbf641854634430a78

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 862c40d534a3dafa755d0cd5d405a0ec7a05362190061e15030ef1dc4afdffc0
MD5 65ccd904f46499084661ffae504cb58a
BLAKE2b-256 12edb96a326a103685c2ef31b3904d62f3585561daba296acb2c9703272d0458

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7382a832c14f0e50fd90ad6ca324daa4a0c7bc8a9e6186700d3f1026a519babf
MD5 f2cd86324abc1aea8c6ba3d5b6c9e234
BLAKE2b-256 70d2504f740f1790f8f9f77a1e12493de1f8d5e7836ce291aa99ff12eacefbc5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b6e1aa442173188cbbb2807e934e101cc9f8bac04c02a83c9e2216b09585707
MD5 b4295569548ea689f13c82f180d0882b
BLAKE2b-256 3b657a38626306d1b4b7e2a0825e775c32d305787b3f35bf17bcceacfb2d5525

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.1-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.1-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8ecc3d871c4c790c1e5ac8cea128f04755a528ff0eb35c16752151cb96649b6e
MD5 70f7a573e8f672e5d29ee04f84819711
BLAKE2b-256 e597dc6224b3c1fb88e26b74c8dfbe70070777fd0ae86cd081a12e7b38084bf4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 9bae2b1023677c0e4a0fb830830418062b82c56ef198f51b92fe745a664f3686
MD5 829f71f91269cd30ea044b6de071e59c
BLAKE2b-256 ceec5717e61df016249d98f15a5c7893a25083ffabb5d77ec7a072e3393c84cc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 b77564df0f96a4898d47086545e711d66c57dc13e674e89389cb3c8ef9837099
MD5 f4cdfb6a07fba52a564ba0834b327abe
BLAKE2b-256 450b766968339225f7e3b77d528bdf6ee0d84be695d4ac6219492389710261d5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 953a28dd1e1456327a7e9e83b0db1ed52c3ed1700a93f34a49d5b5570474c7d1
MD5 80ff4c4ccdea146c01ac952ec9f80938
BLAKE2b-256 73d84e50c417cb4dea321faf506e782811ede3a783b1710d8814992a6cef0a8a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 842337d6fc213ee1070378d1d0254762afb28973459eb9c06ba5ada5818be475
MD5 0e446b4fb052686ad54822b4aeb0f6f8
BLAKE2b-256 a4471a6deb5595272197ce12103e8d74d3fa56093623b7641eff4c1c84b6a5db

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b25d43736c7286f88d67d7a1cfd5b02f5a6e1e38ba6a177b3c455a44c4029dd3
MD5 60ac906c22a025f64b51dce1c0f37c41
BLAKE2b-256 2e662ff8707bfd769e38d46b15676a7dd516e133b381fdbbe0298e519b145afa

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 716abdb2acc20199145954c3bf80c6bfc3ea172d4c9c21fc930b56f3a3eb8bff
MD5 bfc20294751f075e7b2de68528726ee9
BLAKE2b-256 17cce7b96d8b27fc5ef8f85371130315e0cbc781420d1d03fbb55834db1d949c

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.1-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.1-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d8baab2fea8082a8aceae6f896e4b29b3ab101c0009b937f17cf8e706435cd21
MD5 4a7ee27430ba803f981aaf0c5e5d4226
BLAKE2b-256 cc8d1003e6acd7cc7e3f366def32569c6c04639d2b60cbbe33bebe51dcc7f463

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 1b9dd3bcfa22c77dad95b05b39198edd54199a4b1ebe3bdedb17cccb38d36e0b
MD5 04feb6f1039fcb945761483c22c2853f
BLAKE2b-256 ff7e0a1a3ecfebd1a9de7394e1d08635dd4b5ec3030fe850551fdeaf1f9e8f41

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b9ba29ba3198c81431791e4ab36589a6ab6013d32407db6ce9cb182feceb83a8
MD5 9d1515852e26bf6d445d475209b3f4a3
BLAKE2b-256 a23d80f12225d58f252f2764528efd934644bb1b851703322d5ef1b55a2c4773

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5786dec6d2ea9bbc3765925c0726ee861c359f9c607b7be576b0c9c5da55790a
MD5 db621f83961c5842641ef78f10aafd41
BLAKE2b-256 28fbd8d06e0a8097655843d117ab804abdd90d42b75d4ebcb83b48289d9c5875

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8acb08944deebda272e45b98f89cd5a6b3e287a8c794bcdc185de1f45a32a5d4
MD5 fa02f61eb76e4c879e2f39276ebee607
BLAKE2b-256 3964c58849b4829c484ab10bcb17706c1ae59941bcaafbff7d572871c153133c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0607a1d822434467494b735361791d21a0ea101136e4ffd1ef2560a9fb6bbe06
MD5 93224fc639e7bf55f9210a818e27caed
BLAKE2b-256 5deb8579a4ca923dc3c9747cd0f9e236e5676788e17c2c58e2936f425f3a8350

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9778187a8d85a7984e1e82e04204d2948f1dc4eab5f19ef01900725f2f6043d1
MD5 b441151bec388565312643603d661010
BLAKE2b-256 46fe5474ba98124b62ad6175dc500ec87aaf412b2a6bdc0f7a595e2f82f0002a

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.1-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.1-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 777b1ceb01167a6516743f178410de786176cff55dbdf13c9a3caa0ddadaf4da
MD5 8d06cc777cf90bd27c78afbc4c3098bb
BLAKE2b-256 d45359d55c4d6b05d643c5a033c641382c85955e97b31d7dc513c9cefff868a4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e81c6bed28497ba280b2a6b6d089b8c45cb19fde54b2b031136e6fc415c48b62
MD5 a83348f057f26626a74894c419b55478
BLAKE2b-256 458943907be5ad1d2129dd39403443b5c283ee14546825ad99c36ec642fb20ea

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 d858d2a958830bc206ddbb02899fe631965edd8e907c27bc9edebd22833adc06
MD5 21a3db7ee42205f1b2cd334a7f0fed17
BLAKE2b-256 07173b71befd9edf521fb9326ec9213d012ef534aa6371913a49fa14cd0c0ab0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef331045ee8157b434a149493e493503846eed59eb16f2b3511fe22a2a9100bf
MD5 a946a9dd7e538c3d5c8f114edb452993
BLAKE2b-256 ec5ae7004321833e26275f4b3a0394e5cc85b5af2126d6c7b2d7308daa268763

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a256d815091073d8c81451d81e11b4bbf550e3f83c1ef90a4dc9fae9756aff76
MD5 cbed9498f06466a6b743d4d959f6f922
BLAKE2b-256 52bb195457fab91ef02c7649762447d7a7bfcd6c8f671d67d29f57094fd56718

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9ece04aebfe3f36830b4e50f4272e71a9d9eb6721109778ab8227997ba92fa
MD5 a54f5fed73361bd82f8f7e1f10f45092
BLAKE2b-256 6493aad3a23dca800a3f7bcdb477ae7f1973ace59d22b0f3991e6d316be94875

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a4d057eb75c4f1c434f5015fe80656ab86e76fb655cb80a63d09d7abc88c24f
MD5 14a2822f3419f3fcc9a75ab646d62e30
BLAKE2b-256 b206a7ab57b641a49a82e71fc81a45859a9e73504b6da800cd4252b1427b950e

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.2.1-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.1-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ce32899a12e8d720c4e433b78c47163d831e047cf170150e000eb5cf1f1fd8e5
MD5 cd5d0c4b18a39f5a9f449c47141fe39e
BLAKE2b-256 1cca32f7e0cb044374a424f71f1a7c3a81af4d653f6344e376289c6cde6e1d36

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.2.1-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 f678b1b1ff16f1a00618c0ba43d06b009aaf034f6c449fc2129b361a6c673716
MD5 3c8c3560b57877cb320792cb2588b195
BLAKE2b-256 e128eda4ca61f45d49b51b0a46939f3d819f591926b45a7b86221c91edb04836

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