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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file semsimian-0.1.16-cp311-none-win_amd64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-none-win_amd64.whl
- Upload date:
- Size: 276.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e79cd4a1eabc5f64561b2f30abbaaed06b3a69501505abbd589b9fc071deac3 |
|
MD5 | 29d8eb4bd712c03131f863b9a3a734b8 |
|
BLAKE2b-256 | 174e39eee508a0d60fe94efc63449bf1777ddc2d30570b42c81a2a52ed18930c |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52d0c5cec9c47fa02eb43317003dfd44a8b6a05e9d811377eeaced2ba55a7f0d |
|
MD5 | a391f5fe0176de7e7e3e9763029bf001 |
|
BLAKE2b-256 | 8742b76f1c5814d5d0900230f5ddccdeed267c78bd34806dc4e7740b2226e940 |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7aa937ec57bb51e8a5aa45b2dcf9eb7427c1392167e45628120516755961da7 |
|
MD5 | 25a4831dd98b37dc3c4bcfd78116ae1e |
|
BLAKE2b-256 | 6a237baf9fd4dfe51e4332df0f5c81979ddc2609bf6d3b2b2138a1929388183b |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1af2a8b3d089ba19ee0c825cbc21af49263de2835538231996903047ea60461 |
|
MD5 | 70cca32f18722e52dff3728e98cdd923 |
|
BLAKE2b-256 | 99c556c25514fc60cbf8d2a519eb0239614e25d0152ebb2b6a5e30580a8cb883 |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57e760acc6a8f89c69fe4481a229b440f9a47f050a8b2b60b58ded5e78c305b1 |
|
MD5 | 653fa2b6c79e1c5914b9d9f6a97b2708 |
|
BLAKE2b-256 | 73efc3de99a9e2adfc5a544567685bfd6705658fac2b3462c4ee307e046af1fb |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 873.1 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1895abaa2c526b77ad40a50daced2adaf7aab6f7f40dcbaee99e1487354d870 |
|
MD5 | bc1d5a9976a82e19425ffc712226a491 |
|
BLAKE2b-256 | 1a2560241ea62169ea1ed4bcb1e46c38fbd1b5d8629b72615967af1ac1452f0f |
Provenance
File details
Details for the file semsimian-0.1.16-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 443.5 kB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 259389b7b48ae44c27576cd507f43cc8b711e7a8ad6e011a1b1f0b872eb7e7bb |
|
MD5 | 357196188f8d2abc689d24adeb35d8c4 |
|
BLAKE2b-256 | cf694edac5a5a13324e39d53ae47f1436f7c2d112dcaeff0d2087f09fbb8df7b |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-none-win_amd64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-none-win_amd64.whl
- Upload date:
- Size: 276.8 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e7a77de24b4d2fcd320afde6eb7cfd6b0d48ef22988535a7d64dec1890e1e6b |
|
MD5 | 3544ca7b7550446837729baafdfc2d76 |
|
BLAKE2b-256 | e7fed112cffe1f6223d812c15a16b07a35bc1c10da5147c4a41ae4fecc53589b |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2681b4d72f7034771ef7e84347fa3ca64ebb5d4a50e7e6746e6866c6ea4e02e3 |
|
MD5 | ebbebda0ad76865827535dc61da28674 |
|
BLAKE2b-256 | 575c1704faf20ec7c1428fde15ca00b6b4a78533336d5a1923a7a3cfa8ca5461 |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a73aa83cd75ed08e375327e784290a40b2b40b4d44c81ed4a2f804d68f262d5 |
|
MD5 | 43ee8612eb6fda7b143e2771c981a76e |
|
BLAKE2b-256 | 2b85f29c9e40b241cfb6e1671c7633d5d55498837cfac0d63f0a5880d1023a19 |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d753cfed9c95bbe1f86cbdbe4d8a599a270b9930a3c3eee73ea7a9c22865416 |
|
MD5 | b54fcd57e3925a154779cb9c026e3928 |
|
BLAKE2b-256 | 5e0d23f80c10a4e9f6bb0c68f732d106c674b2e2991eb98a0bac28225222fffc |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0038aebdb671d0dc057c2e4fe59064027be05780db54495b706cfc3a9d95dc |
|
MD5 | f0524e192d4759a56755307888975a73 |
|
BLAKE2b-256 | b778b26e0ad9fec8907796ba73c102ea862bb147aa4efbd2c0fcc8b44791a2e6 |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 873.1 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4d5a8e6ab79c692a73c06274b55c0b479fd05a1d338a7a99ff23b2997f3b44 |
|
MD5 | de507144772dc928a17c0d9994b80a36 |
|
BLAKE2b-256 | 2ee8bc4d89d55f45074c3a25ad469fbd18be6689b8fbbc79324da1d537735b07 |
Provenance
File details
Details for the file semsimian-0.1.16-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 443.5 kB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c4660d788ee683e0979063ac888dab91614361c6e4b56a648abf79ee5c32e3d |
|
MD5 | 5d45de354ab170f9f98084e12e0eb1e8 |
|
BLAKE2b-256 | 5f59d66f42dc7d5b694d14ed3936876ed97ee0ca8243c6aa01e56fb4fdcead4d |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-none-win_amd64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-none-win_amd64.whl
- Upload date:
- Size: 277.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55de113e331b48314d668dcdc59bcc6b9cbaf66553ab155327c9d0bd250eaf7e |
|
MD5 | e21a7f4f678142ea3c6c07a7b4b8f539 |
|
BLAKE2b-256 | c2299ad6d4194a7884332e7eea7a2cec8dd6d883b5e0539ea0439f9acff367ee |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be0c1c4e2d33b2e4890bfb72b3f0af5e73b50500f27a893a789858f51c43452d |
|
MD5 | c182f57a0c013326ead6790fc2fac8fc |
|
BLAKE2b-256 | df93239aa1b84e9633373b8a23d9d00be388b4d5224c9dad8cf0ecc844cfe799 |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fccf064019d96bb492369d0a8f20b64637b8033e03fe9bc8aff9b4b094ed9f96 |
|
MD5 | ec1c5e8972e1a97db93107cf56944eb0 |
|
BLAKE2b-256 | 71332b5d8b2b3e804c613542ed5b8898837fd921f0a944b467494928653fbcd6 |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00d45bedf4fbd77df74780d07b1c74ad711fe5b965c40fbf92ad5514abb1998b |
|
MD5 | a20c899d81d550c0b376eb1248b8188a |
|
BLAKE2b-256 | b692f4df3ac8cc2e062098e084f0864f85960d5fddc80559d2e9a930cff11113 |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12b13dfcc590b8ef60fd97577a9d2ec293b05d9bb99a6972c492617bd610b995 |
|
MD5 | fd6d870e674ad330747e7e5d9b42a274 |
|
BLAKE2b-256 | 0d6d9cf9bf2340f48adcd130d1a2cabe20fa4f05066ad8b6ac3f09d377f68763 |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 873.6 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86f9022a296c4e2c46632fe15cd74fe7c3ae8f60eb86b1f994588445ce613ada |
|
MD5 | 1de221c0f097563c77a4c7920b03450a |
|
BLAKE2b-256 | 305316f0f7f83594b368791ff40b7d0d5e95810a4c78cbd7e06147fa064dcbd7 |
Provenance
File details
Details for the file semsimian-0.1.16-cp39-cp39-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp39-cp39-macosx_10_7_x86_64.whl
- Upload date:
- Size: 444.0 kB
- Tags: CPython 3.9, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba1cf580a322928bae98106489a236f059d55e36942f1e1eadee897f214e67e6 |
|
MD5 | fe24922638dbf772fa06580891beb71b |
|
BLAKE2b-256 | 0d550652814887a0c9e10f6d8d687a00ff49ddc5e5f869a0b85be24247c47d20 |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-none-win_amd64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-none-win_amd64.whl
- Upload date:
- Size: 276.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb4d45af0509828f1f606328ffbcc55669e99e0ee96f1dcba721a26defe87f06 |
|
MD5 | 85230f792bd07e35641d0d3a3e9f3719 |
|
BLAKE2b-256 | b1fa1a90896c757c6d89fac45904ac165dd28d2a71029cf4e885febf7639a3c0 |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ddf282191cb610b7b3097f7106caa33e343a2ffa52549b520ae6562e64fd696 |
|
MD5 | 40e66760cd1fd3df029c7fdff9f5a289 |
|
BLAKE2b-256 | c147c376cdda8943db6b0cb0381aab90675699a03745f7d479702388372e6f00 |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15b2b7cb017d19a711f6d2340a797642ba09fe4a20526b2dc52f9f8f0dcc5c25 |
|
MD5 | 0ab90213d484f523a6bd590117a0e894 |
|
BLAKE2b-256 | aff48ac4dc52e5040d915f2491a1c28c9b9302e6fa7058f9c46491077404519c |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfc6ae183343fb300dd55691a8c6470f708e72b7f7fd50f1130c2cd5484b779f |
|
MD5 | ebc5d4d1ca8728b586d8cfa481e9d0b1 |
|
BLAKE2b-256 | 8c49d4fff3686c61d67c7e8789f646af98129e92fcc2f78954d174234c74f021 |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 870f194574d03d31b0054b3225f48cf4adc67534ab8c48d8d9c4517516deafe3 |
|
MD5 | 039a699a07fb2e47fd3f670d80e87195 |
|
BLAKE2b-256 | fa0db9494de39a98162ba1abbea3ce7dd7daa35e3d9b18aad66d2b843bfdc42a |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 872.8 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ab20fabf9d56b9b1b843d4a22c84b9ab03c2e81fbe54ecac3f239ff2727fa89 |
|
MD5 | 42a564277585ef7f64896b3564a37a0c |
|
BLAKE2b-256 | 24cfee596cb081566b80bad28c71cb6b80200a6ca3d399cb66c3e46768d66397 |
Provenance
File details
Details for the file semsimian-0.1.16-cp38-cp38-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp38-cp38-macosx_10_7_x86_64.whl
- Upload date:
- Size: 443.1 kB
- Tags: CPython 3.8, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c8b6dbe91b44511d91383f0ccf163a58d3335d10d7f382183356a17627fe1c7 |
|
MD5 | 3fb6f6011ece2eefcf9bfd4537ad011c |
|
BLAKE2b-256 | d5a7d310ba01993f2a9bf3456009266ff7739cd352a2ef520d99c9cb04e7621c |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-none-win_amd64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-none-win_amd64.whl
- Upload date:
- Size: 277.0 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cb40d3ea6bcca88cf63bb99da547cd021d3da4c64f2325b92660a806d284247 |
|
MD5 | 3bbdfc7f081f510f677036d34029f22f |
|
BLAKE2b-256 | 26302e1ad3d701f38f29703aea85ebf89b98f71f66eb48ba9a05c3124137d7f0 |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f16289373452214bd1e7dc5e827680867cc5ba476e96aea9bd643d3e5f89612a |
|
MD5 | b1b0813bffa8a79bc30d12df3c9c7230 |
|
BLAKE2b-256 | f247fa863da9d41b3873229b9ad235af0c765d0d1ad4693855064b5b9d8b2ecb |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 522a3379201017460a0b2f420c148ab03c56ec1c2f9b875f859eeaf0ae8a427b |
|
MD5 | 4147c4e181af351db9f952b5cf01b5ad |
|
BLAKE2b-256 | e0cff9092c829aa273cd0f84d541e12a6665ccd884b0608eefc5d8107af1ced6 |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ad0a0acbc93c6978565e2493aa625f57b3c66e30b05e97706ab1933c4247cab |
|
MD5 | 71cfabb6d4676ec779025780c005059a |
|
BLAKE2b-256 | df48765f9aad5dea3003ba4ba0aa553b4c28e560f4de8d13e53bae52fdf9b1da |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4943f5e96ba2931a11b925d0841f5f78789fcc8ed3f2c5400c01a620f4577b88 |
|
MD5 | 9cbf700b62f2e5b22ae6775e56817172 |
|
BLAKE2b-256 | 436a0f59305ac7824832310b4883753af62a5373bdd1ef7ead9682324f94ac20 |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 872.7 kB
- Tags: CPython 3.7m, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1c8b57d894067a6bc8c24d106eb025f1c8e1ad34ebce8874eed42c73c8b5f6b |
|
MD5 | 1c9923b6946f7e3bea6de68292cb497e |
|
BLAKE2b-256 | 68bcf647c04e80fbcb59fd523506cf578d06db7f70f533983ecfbdd2814327e2 |
Provenance
File details
Details for the file semsimian-0.1.16-cp37-cp37m-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: semsimian-0.1.16-cp37-cp37m-macosx_10_7_x86_64.whl
- Upload date:
- Size: 443.1 kB
- Tags: CPython 3.7m, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd1d1b1373e5bfaed6956fc8aeb79471e52f4a00e26835290652303f53a725f6 |
|
MD5 | 65a448ecf598878a10afdec4517ddc09 |
|
BLAKE2b-256 | ec0992fb84c914c0de569ce6b04d29172fefa8b68260a8715c14cd70e0100fe0 |