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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.15-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.1.15-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.1.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.1.15-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (872.6 kB 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.15-cp311-cp311-macosx_10_7_x86_64.whl (443.2 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

semsimian-0.1.15-cp310-none-win_amd64.whl (276.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.15-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.1.15-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.1.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.1.15-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (872.6 kB 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.15-cp310-cp310-macosx_10_7_x86_64.whl (443.2 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

semsimian-0.1.15-cp39-none-win_amd64.whl (276.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.15-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.1.15-cp39-cp39-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.1.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.1.15-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (873.1 kB 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.15-cp39-cp39-macosx_10_7_x86_64.whl (443.5 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

semsimian-0.1.15-cp38-none-win_amd64.whl (276.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.15-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.1.15-cp38-cp38-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.1.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.1.15-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (872.2 kB 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.15-cp38-cp38-macosx_10_7_x86_64.whl (442.7 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

semsimian-0.1.15-cp37-none-win_amd64.whl (276.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.15-cp37-cp37m-musllinux_1_2_x86_64.whl (1.5 MB view details)

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

semsimian-0.1.15-cp37-cp37m-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

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

semsimian-0.1.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.1.15-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (872.1 kB 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.15-cp37-cp37m-macosx_10_7_x86_64.whl (442.6 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e9054429abae512903334c3a9c0ef41f93ad626e22b4d72bd12ef52c0128adc2
MD5 feefeab70c8df2f3182d753bf81f512d
BLAKE2b-256 ca68cc265efd247bfcba9de8e05039a7630b78918e6081a7b08008d70bf8f4fe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de47cf68cdca9f8c0d88800827e73e5fe3d30a7dfbaca78db22c0de44fea9bc6
MD5 f29a0be3cbce6ac30a4688dfa19676d7
BLAKE2b-256 e5ed3b0bc6abe36a7218f9d667367974ff5be9b46e118cf590727ebc4a544495

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5cfc92d8d125f9f5547b44cf6f01df8ef361b49ba149d090addf9e175a10eb0
MD5 503a8c36934663d473be8bbc1158027c
BLAKE2b-256 e2431ddf964b7c1ea103113c1b3a98f1897e83c3d362eca55b7d87c8aadec76f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7effbd1fc636a72461f9706f6dae0ef343633e1404f0aa9a6d72c23183f8b76b
MD5 4ccc7422f2e559459cf86fc6dfbe0781
BLAKE2b-256 45e1191df69ccec7c68cebe045ad681aca01a701df3d4158c45edc6df67de1c5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81bff833cd4ed00c27ff582a03f9ca03fc733270d14604c1b3658bd863277559
MD5 740f672466794bdf940fd96af195ff40
BLAKE2b-256 73aae8a0fb0373a9bdafc7603dcb40dffeca1e083708da919c20d7c87b3b6713

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.15-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.15-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e2fffab11f5bcf637bfd30299cfd20106e71331fb495761bb47dd7b3676c1c18
MD5 0cc38fbd3abc87b6a00763512bf1eda6
BLAKE2b-256 87198d94f6becdbff3bd5dd3cd18e9fd3ef30407f6210a6f3b0a6836ad2a035d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 bdcede3d787928bba5e6832c9b086bc491bedaacbe66f32abaedd9142abac499
MD5 ba0ec894b7dc8152942c1a623340d70f
BLAKE2b-256 65659a51b1c5a4750049a834285e2e249497a34a7622a3185108de7c29a42ab4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 af97d9e4291a5163967374ec61ba4583d35a8f679f427f15b088491591571e01
MD5 d970b827035c78eaf415b91a7b8d20ef
BLAKE2b-256 8937c202c0fb042e831defd7c86a38a117db24ef76f78111308981f93deb34c1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4165716792050c66151c2af4c327338247795a07e3c98781c3624fac717e7e7d
MD5 345b01ef52de2bae8d1a6146589f9340
BLAKE2b-256 cb7ce594ffd131a390a16af8e13154d0ec4a986e13d3436499b50a3771ff7d7a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22e701c48d76b90c9b5426579b6697b3f5a5df09c542b66573b05a889717b385
MD5 05234d6ee97b658242234cc55c1597ea
BLAKE2b-256 31a6ab690f9873766a09ef4047db147e125b96440a3ab898bcc3e909cf75b1ba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba3b233999fa4c3eef0126b798eddb1b54e5b8c7951fb4289b32c43a0ae33b8d
MD5 d589040535466f317cb5ddea93f2dd55
BLAKE2b-256 4cb0dbbd33072b44013b7c09ea9443d19f30a8f7a33064a434ef0fbd17867de5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abb02c531fe4d7b7ff2faa62670ce608502e2f480f6778427f97eba721808205
MD5 c6aca27a38cb4f3bbf558ceb9bed6969
BLAKE2b-256 202efe07400aacc753510c8bce912d528ea38676be016afe8fb6fcb4350df2d5

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.15-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.15-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5cd84d2c2b8780a1e71a4a5db6dea46197001496245a3d53a5e252c6bd0978a6
MD5 9fcd8fe6aa241e4050dec4fb93883b91
BLAKE2b-256 1d4e5ce8b8e3aabfa99b92c5cdf38f5634f808f7c8eb3585174119430c36cd27

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 ed9d49c15fddc65876a7f06e35077ad38023c97ad2841b077940933f709e8ff0
MD5 30e6db0a1b3d8ea1c168c01aa86066c5
BLAKE2b-256 2da91b3079ae0cdbde2a6dd6230161a0f1ee54f2b0c2861876d4add81cc6f8dc

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 3bac6f0ce4cd8e6fcee6843f5fe4e497294110c5e47574d93dcb6e396a8c7778
MD5 f721d692a3e238ab1822df33e603f4f4
BLAKE2b-256 c82d43f573a6c3a50249df893de210d0473b7a296dbbd8ec7763e0c8c34ed8ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ff2a5cd315fd55e1338771cd93492bc7ac3c972cd85cb86aa23a1266dcaaa4c
MD5 d3347812ea9c2d9f7be622b4018a8683
BLAKE2b-256 20ead1d6bcff9c9c50a8625a83f6311bcdba3b87753130383c2dfdf1f06da0e8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6620fcf528377ada9673c7512302db14e4642e4d7864dbcbc20612db22fe9fc
MD5 dccf2c5bc8f8f407ff5d0bc1a0291976
BLAKE2b-256 f4ee212aa8b61ffaf103432b88ae628e1340906d3c3a6231f4d41ad03b7d2f98

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c0ba57d85797e804b07ff78f28507001c1bf24475e36678de6a08459832945e
MD5 8d0b4ebbc951a9ecbb8c1ae100fc00c3
BLAKE2b-256 e2a4e72017537a2f6f394ec12f9a5c96b0832fc82ce3d69b990ab8754a1b8cdf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21103dcf5adca4d5838cf6ff8cfa9fee00df5a14b32da38efc91a4ae49e270ba
MD5 66c7e3f4a5c5890518f4defb619caf97
BLAKE2b-256 c9832e2d8a83522ade41e843e02bb5a6fa6a434980b66232e43be3699e20e960

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.15-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.15-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2407ea72291d40ceba8bb6b2ea000ef48119fd0f9d65f70c6fa79e98e9890bae
MD5 5099c83d40524b9e45586702a50dcecd
BLAKE2b-256 244ebece8df30128f9d06753f9d20928c6aaed010c6975daa91330cf46b0a9f3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 01ff21565770d1df9b93c27625a96c050a31a85b289ed5bf316bf563374fa0c4
MD5 cbf8ac490ca2617eb12870da3cace82b
BLAKE2b-256 ff665b660c80466cbfe075a36552a23cb96c94e5365bf8d11235b586b473e2af

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 eeff086713ec72bb02d33f0823c035bde144920db7812bce747c3e23a94ceb47
MD5 26e76b43e2b054b993d59dd675152498
BLAKE2b-256 fcbedcc4fc9c5cdd97bef50faea4c3dfd9dbb1b0dce62c70c4e971dc1a08f9ad

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00f23e1d452e64989958e1488f1f150939414d884f9496cabc2851f63a878a81
MD5 3026fa0793636e7bffcf066667293b9f
BLAKE2b-256 45398a5f4d1646c868517babfb0c53d60328b878860103e74035fd5b11dd8dca

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 153df1cd38baefd9863403a858c060b4d0a586ab25aa9927e9e9b3cbc2f98d01
MD5 834ebb7088b3ed1dc8aeeb0e3a275cac
BLAKE2b-256 3de05460e4723ac69aa879d4960bc14eb6fe3cae01d146a13c571bc7028f5727

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38842123c3e96727892721ea586cf1ed44dcc592dbd0f76f48a12845c61431c9
MD5 504a33e1efe99651c370b0c743ce946a
BLAKE2b-256 04dfd01671ae5b789a239e70161709f8342cb47b2c7dc7b221bbcd92d82675cd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b9a65ffd9c9a7a6b0e2419f369a22089ed9a11ea41a3ff8490434eedecab6e96
MD5 249a35b3d42e6c130a0cc3ae394b3f44
BLAKE2b-256 e1a7834a6557db4c663a87bfff98ea4f6546a5dc10d23152364bddb5b5c6e5cd

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.15-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.15-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dce728a157c0dc6b80d1c3bc909d4233b83c4035069e7ea6f367fae5b171a64b
MD5 fa198bf3c181f24c79401707f2027ee5
BLAKE2b-256 b0685abe1a5e20c754af836c0a433cae92df7eaafd7686c2611377bb20300354

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 55bb8da01c632240dd1e8693ef12f3e74a8892f5704ef773bb56f285e740bafa
MD5 26c891bef509a607d013066355304880
BLAKE2b-256 0b2db7b306476402640e9262a0666c7d21813f9b19c0e1cd23e9912cd27a830b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 27577dc70740bbd20d0b2dd281b4452f0338bdf8a64abfc77e0a81a067800561
MD5 3f6d6a3f10841f68622d56c249840259
BLAKE2b-256 321ac045210cc1b085a2f7b8cfab65217516e181ade40aac01a861b31af1c3cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cee6145386f98b384e5a616ef7e864295b604cf449874c00d8940be6f602df5c
MD5 2dd5f5c12f58383d8ce6eb68ca79a96c
BLAKE2b-256 33110adede51f5e7b43fcd4418a46660e86342b7e92bfc6500b7743936f21c6a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6618f25c225d34efe8a767cd5e8ce29822ce188c7d02c6bde8cae7b0d5abc868
MD5 9f1a209597bd0ea917f8205fa252e96d
BLAKE2b-256 a0717538c0ab362278b120becceda026c82d3e911aafc88fbc9067e51b2036ed

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 071fd4ccda89d0d589826758f23aa60e8ec7848d4c47914201aac4a562246672
MD5 4d74bfd03527315b4ef91c81774990d9
BLAKE2b-256 c0b5251a05c46bbcbc6e2974d09a054d275a14cb8204ad3e9337ffcbffebba28

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d3469113b3bfa6b0064f7c1d9fa45ea6586c1d3a0b24e9b84fd7c7dd0c9d02a0
MD5 87e55ccc2eefb84ae6450eadf83c35c4
BLAKE2b-256 ac845ef0bca2d346c3d485ad205bf48affcd00086bc04e734ee68312675bec95

See more details on using hashes here.

Provenance

File details

Details for the file semsimian-0.1.15-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.15-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f1ada7f1038d7a722cbaf7822b4adac93eeccf40ce7470f1fb2d9ee69e8c3da
MD5 07348657c76a39b8b5b6cf2ce55df087
BLAKE2b-256 477d072e096c384ae1b3cfcb1efc4e78a55f121330553617863e9180834cb21e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.15-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 8e1173ffe55549c4e67218feb966c39f24aaded9df2b995e5a1120cc7bebf090
MD5 354ccd43b6ae188d846f9e89b398987a
BLAKE2b-256 5ad743a8b71f3cc6939e1a43af2f4c8df663e40b1b850e030f197fb38a682b74

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