Skip to main content

No project description provided

Project description

semsimian

  • Setup 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.
>>> import semsimian
>>> semsimian.run("tests/data/test_set.tsv", "tests/data/closures.tsv")

should yield

TermSetPairwiseSimilarity {
    set_id: "set3",
    original_subject_termset: {
        "apple",
        "orange",
        "banana",
    },
    subject_termset: {
        "fruit",
        "orange",
        "apple",
        "tropical",
        "banana",
    },
    original_object_termset: {
        "mango",
        "banana",
        "cheese",
        "papaya",
        "beef",
    },
    object_termset: {
        "mango",
        "fruit",
        "papaya",
        "banana",
        "cheese",
        "beef",
        "meat",
        "dairy",
        "tropical",
    },
    jaccard_similarity: 0.2727272727272727,
}
TermSetPairwiseSimilarity {
    set_id: "set1",
    original_subject_termset: {
        "apple",
        "orange",
        "banana",
    },
    subject_termset: {
        "fruit",
        "orange",
        "apple",
        "tropical",
        "banana",
    },
    original_object_termset: {
        "apple",
        "orange",
        "banana",
    },
    object_termset: {
        "orange",
        "banana",
        "apple",
        "tropical",
        "fruit",
    },
    jaccard_similarity: 1.0,
}
TermSetPairwiseSimilarity {
    set_id: "set2",
    original_subject_termset: {
        "apple",
        "orange",
        "banana",
    },
    subject_termset: {
        "fruit",
        "orange",
        "apple",
        "tropical",
        "banana",
    },
    original_object_termset: {
        "mango",
        "apple",
        "papaya",
    },
    object_termset: {
        "apple",
        "fruit",
        "papaya",
        "mango",
        "tropical",
    },
    jaccard_similarity: 0.42857142857142855,
}

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.

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

Uploaded CPython 3.11 Windows x86-64

semsimian-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

semsimian-0.1.13-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

semsimian-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

semsimian-0.1.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

semsimian-0.1.13-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (663.2 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.13-cp311-cp311-macosx_10_7_x86_64.whl (338.7 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

semsimian-0.1.13-cp310-none-win_amd64.whl (197.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

semsimian-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

semsimian-0.1.13-cp310-cp310-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

semsimian-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

semsimian-0.1.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

semsimian-0.1.13-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (663.2 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.13-cp310-cp310-macosx_10_7_x86_64.whl (338.7 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

semsimian-0.1.13-cp39-none-win_amd64.whl (197.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

semsimian-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

semsimian-0.1.13-cp39-cp39-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

semsimian-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

semsimian-0.1.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

semsimian-0.1.13-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (664.0 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.13-cp39-cp39-macosx_10_7_x86_64.whl (339.0 kB view details)

Uploaded CPython 3.9 macOS 10.7+ x86-64

semsimian-0.1.13-cp38-none-win_amd64.whl (197.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

semsimian-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

semsimian-0.1.13-cp38-cp38-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

semsimian-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

semsimian-0.1.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

semsimian-0.1.13-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (663.3 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.13-cp38-cp38-macosx_10_7_x86_64.whl (338.8 kB view details)

Uploaded CPython 3.8 macOS 10.7+ x86-64

semsimian-0.1.13-cp37-none-win_amd64.whl (197.3 kB view details)

Uploaded CPython 3.7 Windows x86-64

semsimian-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl (1.3 MB view details)

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

semsimian-0.1.13-cp37-cp37m-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

semsimian-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

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

semsimian-0.1.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

semsimian-0.1.13-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (663.8 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.13-cp37-cp37m-macosx_10_7_x86_64.whl (338.8 kB view details)

Uploaded CPython 3.7m macOS 10.7+ x86-64

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 32ba5e51ffe2f336fb51855de616602dfef6c5e238b5f9e7544822d3fa88eb4f
MD5 0423a1ea67456407314f1743e6744d52
BLAKE2b-256 627c94debbae815bd59027c3c06305bb5e74301fb945b4281b75d04c00313f2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a58449922fcc978566b7bb425968dffb68c64006f0418e0d651773030d237367
MD5 563e004b8405eb8e413cca7c12ad80a3
BLAKE2b-256 70b5c019c7486d028ba0b68f597f3cda520c8470ce5b46b9cf6e5d6a297f8702

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f72bab319bff119805173cfab39aaf3f15ccb8a85a273806fe51973e9927f5b
MD5 e7401c416f4e22298a1e4bbf57358f70
BLAKE2b-256 be01dc856724399357279cf1fe1206a5b2ffc8f7a2e12c9a83aa87ce12f3fbdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dcb9e9474766595b8dc16c2d26ceea956b9cf49451644042fb8f51adfbd0c52
MD5 18f250d38c64d42281dad999bfdf070a
BLAKE2b-256 d72f53070dd9504f2fdbb3dda315a94b4943cab3f17d575817cd4ca17b7afcee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 67d750dcdb2910737957c526c5fa62418266d1e6cc379fd9e6e69105a251d5f7
MD5 593885551a81fc97d332cead58b7d53f
BLAKE2b-256 351820aa9fe8ebb4eb2e9200c56a5a5188b4987be71500bdb8df17c060f22479

See more details on using hashes here.

File details

Details for the file semsimian-0.1.13-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.13-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5bb06176ecb2ab15e1f3878c4975db080a0abced0d90e43233ebeda957196846
MD5 64d46110c813218e3d5fbdb345ad0dce
BLAKE2b-256 58704a9f275587b6351f63dfdaeb802ccf6c143740974eb15f05d518bd79c28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 e7f53929d0972ed758435100ff13235d150f14ca43ee1d8e3063b15a0f68af82
MD5 d90532022bc5334a71882839a56d2e54
BLAKE2b-256 1fb3580f4fc60de5e14d352a689e4dc16f7c495fc65135af66c2087cef3b1114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 25b9c105e50317547e4bcbc8acd84222e03d6c884ab795e8e60296403345f91a
MD5 ae3add584a7e9b3e9055f5f8d5493322
BLAKE2b-256 dae3e2e0d1847b6bae9e63c9f05c3c38f750541ffc75fc91068e36df4a958da2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdc625e1d3a57c82adf12d5874ab30c94e173c6bd746115b4a01a72aecc5e745
MD5 ff4ab18d5ac1dbb520ac83d02c4cae90
BLAKE2b-256 40db133dfc6dde4e4466dcea6898755ace57ccd90c462183332da9c251ad8424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb6d5adcdda6b150354f6c132639b2cc808a9e2b20f050bb674c28ed82e96fc9
MD5 afe9004bb0a43436ca417929cf33fc6d
BLAKE2b-256 e7db6795a8f918ef610430d5847eec968e75bea0595ec95dd154ba9e38e20252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6e9bf3c9056a52931ba04033633f508434482f6989f3f86e3984c9c38ff8bb8
MD5 4926cd742ecf4833e0012758f6dd8ab5
BLAKE2b-256 80ecd4d1791e0514fbadb744cedd55221f6b1446a9c1b95c96c928466282035b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b80e32b7785a4b50fe0c67587c4ebbc316082b575dfe05d2912cb2486a2b9c6c
MD5 0cfa7ecc5dd42a34fb0368732fcbe6a6
BLAKE2b-256 3046fe83ba14d0a2a7d6f774c5b899dea38c7a8a584318e6e7b3979a19d2493a

See more details on using hashes here.

File details

Details for the file semsimian-0.1.13-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.13-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4f4c9300ee9471ecc7d790813eea1c1e5516782f41e05ad893a859622b0bcdc
MD5 2a03a8a77a8ec4246064ef51d67803c8
BLAKE2b-256 f9e6091e98145f95e128859cd676d7ab7cd7392eab1d1e624932eee1cd502b84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 b1a33768ce0291976ede60899b483991a24f098d8086b95f55233afc66222027
MD5 ede56114dfc669e1438c9b4887874ecb
BLAKE2b-256 50099f92d72f334bf8026743407ba8b8826311c274b77021a4b680463c932801

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 4a3ae060ff17486ef38f902547d476d38464a72e26d7972a52feedb478b5dff9
MD5 4958a57f4fb3eef2ce0cf0c9d4fd74de
BLAKE2b-256 66507ccfde3ec5da8b993d9df7602bd9db5e485ecd3f7fde5b529438e452c4e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36358fc5f199227f64a5e743752cca6bb4fcb78e0f62eadd4a074e1382f87c86
MD5 27c2e8a7cb8316eeb2aa5666f6aee03f
BLAKE2b-256 add38d381f5fbc58c10ee9b36d1377896fad9b0d697f805c8463bdc2d2f1364a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fe3f2dff580f83fc5a59e381ac7d1b73b2e112597bcedaa5a1ea6d8f38cea3a
MD5 388f6b5a7037ce087487b9464e99b18f
BLAKE2b-256 aa8a1fafa2b230f93e38ed31c8d6628f0c3c505c2ae4fabfee0db970178e0fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d54345255d06d8af264abc522bf476212321c973904765f98948fedf8382ce5
MD5 1d26bcbc6048790022609e55d72b0c83
BLAKE2b-256 186da8f63a1354e56795d4c74c92c0872184bf3647a92b95d4e1fa547b390485

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d2ef078da4241349bfa449b21d85673d66d86842ae21ddbdea45d6250196b4d3
MD5 79e480722b5f616d9e70c8d56ce764bd
BLAKE2b-256 318c2f875240c1c387f1fea8c2a7ba0b1f3389dd3dced6971a8d3d9fb0eeb1ab

See more details on using hashes here.

File details

Details for the file semsimian-0.1.13-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.13-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a03f68278ef2069c725ca55586abc13d95a5c25f4e2cdbb94c150d98763f4b31
MD5 290712d26df2f870361cb474cc7ba094
BLAKE2b-256 fcbee2ffab09cee6f92c4c31ccc4b71720492390b8a6d6a7c002d0a343a5758f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp39-cp39-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 0545310e3ebd2a4c6c015c1b4ead4e7d4857217f8f3864bae6852263c714efdb
MD5 60eea547576572a2c57b8e41eda3bd41
BLAKE2b-256 5f442aa122410ea263b9ed8980f75cb7b31be314a163898f1b85231ea1497c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d3793230e9f13e96225f68ec6caf04246e612bd60e50a763cde4e5e4d09dd48f
MD5 306e0dba34794ead067c306d14ddebbd
BLAKE2b-256 51d0308162455d5b8861f2108678943e5d088b61ed017fc355be97922e1ded2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad092e25be34509bfbedb7f6f908910f6b964fa5e37ae4ae5786c5083cb222a5
MD5 954ccd46ad1c010f3c6da588eb4c6c8a
BLAKE2b-256 9b006e83a49b6b263e69aeb04727f473a9a7c8081e417654cd728f627a3218d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b41e3f22a823e8897f47f951bf4b805367b39f6d11d04a3c670ca5ebe6dfa26
MD5 6698dcba7d0fab7fbc9940fd8f1f675c
BLAKE2b-256 8510987af90eee2a5927528f6aed93ef4419787593e8e14444ed9872b9bf0e9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6b2c2767ccba6c07a3da03171bc1dc1e96566146623fe2f16bfdc3c8e68e463
MD5 04384dabf5bc808c184058e72e9a0368
BLAKE2b-256 1d161c16bf5bc9510823dc740bf8060d4eacf4a0fc1793d76ab2865e06075085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 264f3b5779dcc5a69e34f476765e1bc039fa37c5dcdf30a3da8bbbc50ee008e5
MD5 b4fa9b654d36f5e815798f672a2cd7ed
BLAKE2b-256 93b897a770467c532855af48bb395963fe7c10b41d6c3ddef0114b336c0118d8

See more details on using hashes here.

File details

Details for the file semsimian-0.1.13-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.13-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c28ec137f1c4522012e06943d487bb5b387bff61e31fe4a603ba37e5deefb83
MD5 1b39307dbad4c2379b661147ca3338ce
BLAKE2b-256 2e0794dfe240dc5e898820b9428969f49a5757417220d4c5bf24981d57a54bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp38-cp38-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 099e365e3dc8c666876b3f840806553247efd1e16edac97a33ad85354c145fdb
MD5 5c9a46cb77f1b9b1e4e7da9d94a0a315
BLAKE2b-256 ff653f8cc2d22e71018a678390d10d95ba99c65e290bccebfe7ddb024aeaed51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 f1a4d05df296259cffbc2a570f566a1057629e8502c817de1d2ff57e193bb126
MD5 d9f800a00349d8f3483cd90605116d97
BLAKE2b-256 3309334e11a6de4c7d7b94752057f749519761459162533142074aa8b5380464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7140b524d5f2fd7165e40298d5931351d7471d7500908d8b211b4d5879ec23f
MD5 6f2bc09db3be8238dab6a88dfdc0e5f0
BLAKE2b-256 6d1e1b82276421350dfa5ced0f8eb80f91252d2eb01a1d6a7eab9f41015b055e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 67f39b5f934ec3038697285cd777fe18d86be42d28261eed1603d3360e695e8c
MD5 a710d7df221b7ea4d66d2116fcba0e71
BLAKE2b-256 34c2f9ebe943f999861c50eb1cc3aa415775bc4e8852692c2cfd85c2ef60ef69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e39c281e6f7a7a36ee9a910eafeed425b52cd860278545c9f8545178be48635
MD5 76335043195fe217510c726e591e222b
BLAKE2b-256 49517ea85f39b1a25b254d6a515093b1d85a771572db2cd95ab1cbe7026236cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3552b5ca62317530e4ca4a25b7623f078e6d5d60159793d02ecc50d0c31c443
MD5 f6c3727d41a3abf5a66c7328b0d7d9ab
BLAKE2b-256 2a43089ce9a97154e68b976226c86c5e2568e464c36bef6da4cf26f866e3b86d

See more details on using hashes here.

File details

Details for the file semsimian-0.1.13-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.13-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 52fc7f44ce8b27f3640107a6d717e36399e1527925bb3f21dc189d6c089296cb
MD5 e8e876a616d97577335428d06455f74c
BLAKE2b-256 680c7b56c67bcfa3cf25d9dfc38640e257f46e39d29e260bf661c14399a564d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for semsimian-0.1.13-cp37-cp37m-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 60f0160cc476db5dfdb3e9bd415245c22a21a1c62e7ee097e3836325b7329d22
MD5 24eaba52cf591ad5009c1c1a2107186e
BLAKE2b-256 789c8206560decec89ef9186315df737ddaeeab9c649846a928942d51d65d975

See more details on using hashes here.

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