Skip to main content

A fast MSA simulator

Project description

Sailfish

Sailfish is a performant multiple sequence alignment(MSA) simulator, written in C++ and Python, allowing for quick and easy generation of large simulated datasets.

Project goals

  • Ease of use
  • Speed
  • Modularity

Installation

pip install msasim

Example

from msasim import sailfish as sim
from msasim.sailfish import MODEL_CODES, ZipfDistribution

ROOT_SEQUENCE_LENGTH = 100

sim_protocol = sim.SimProtocol("(A:0.5,B:0.5);",
                               deletion_rate=0.01,
                               insertion_rate=0.01,
                               deletion_dist=ZipfDistribution(1.08, 50),
                               insertion_dist=ZipfDistribution(1.08, 50),
                               seed=50)
sim_protocol.set_sequence_size(ROOT_SEQUENCE_LENGTH)

simulation = sim.Simulator(sim_protocol, simulation_type=sim.SIMULATION_TYPE.PROTEIN)

simulation.set_replacement_model(model=MODEL_CODES.WAG, 
                                 gamma_parameters_alpha=1.0, 
                                 gamma_parameters_catergories=4)
msa = simulation()
msa.print_msa()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msasim-24.8.2.tar.gz (17.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

msasim-24.8.2-cp312-cp312-win_amd64.whl (244.3 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-24.8.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp312-cp312-macosx_11_0_arm64.whl (364.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.8.2-cp312-cp312-macosx_10_9_x86_64.whl (391.3 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.8.2-cp311-cp311-win_amd64.whl (243.9 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-24.8.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp311-cp311-macosx_11_0_arm64.whl (364.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.8.2-cp311-cp311-macosx_10_9_x86_64.whl (390.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.8.2-cp310-cp310-win_amd64.whl (243.1 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-24.8.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp310-cp310-macosx_11_0_arm64.whl (363.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.8.2-cp310-cp310-macosx_10_9_x86_64.whl (388.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.8.2-cp39-cp39-win_amd64.whl (239.9 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-24.8.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp39-cp39-macosx_11_0_arm64.whl (363.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.8.2-cp39-cp39-macosx_10_9_x86_64.whl (388.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.8.2-cp38-cp38-win_amd64.whl (243.0 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-24.8.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (454.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp38-cp38-macosx_11_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.8.2-cp38-cp38-macosx_10_9_x86_64.whl (388.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.8.2-cp37-cp37m-win_amd64.whl (243.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.8.2-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp37-cp37m-macosx_10_9_x86_64.whl (385.0 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.8.2-cp36-cp36m-win_amd64.whl (244.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.8.2-cp36-cp36m-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.8.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.8.2-cp36-cp36m-macosx_10_9_x86_64.whl (384.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file msasim-24.8.2.tar.gz.

File metadata

  • Download URL: msasim-24.8.2.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2.tar.gz
Algorithm Hash digest
SHA256 8340584cd1781a9294deec0561e7b83dfd036ab1c5464a8ea43cc4a60ab47f69
MD5 d61bab5dad709e3908facf704eff866a
BLAKE2b-256 f32a14e1e452180cd5ca93cf9f60c579df4331bde74709defaf3d5b422657892

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 244.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6caf7f7d51053c7b8c4efc799abe8d9b9fc4b70ed110302222b89eefd6ef5a52
MD5 db4ffc579e69f64a57587afc7f116658
BLAKE2b-256 cc410a26db1ca9660f39f5c8bd1bc0ad78f0af74ebb4b5cc0dbdf3c0332c6583

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a4bf460c1126a3f9ee16394a12e925d848a6c9ba383c3b171ddfaa56ed59927
MD5 bbd53d2ba8715285eb768b9b5c51b9e1
BLAKE2b-256 422a80864c36475320f92ee6dfb25c8387ffdbccf7666ed835d6c56dc3de5a54

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 583d338feaf20fba905cbb6a1941dce4ea714d731537652c05a00d1b1ea89090
MD5 27e5cda5a669d16d0e094c6331dd98cb
BLAKE2b-256 251136ec00188a8184728ac840a2b09dfce681ac9c2e7fade4538e72fea76d76

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8acf51d5ac7952c9381c96e05a4bbea0f6d0c42d15ee7b595ffe39ce5536792
MD5 dff872f2907c7edf02cce87e36371f10
BLAKE2b-256 17c78ad68b16103840c58629446912eb304fa95cd1c85ae551fcd931ead96246

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98e763147b8251d5986d796d30dfe0feada0eaeba7cb2776553a5fff9f5f3d74
MD5 d96e005dc3b047613f32c2c1bf148b49
BLAKE2b-256 a5d82033f5d133631f9d4cc2a1095bb6d49977dd645298998743daffdc4ab8b2

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 243.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c7228b7a4c442e09111d885ec2032d11eed5a4bbdd8b279d0147733fac53c600
MD5 9eda3b700e003ac63a7c57d84bb9cbd4
BLAKE2b-256 b8aae42910e66b2540c1d2b75f8f84fccb3d6501a392ab5a977ef976f45a20a5

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b50fe418041bf1c43adcc18aecc95cfa6cb7adb8e7ccddb6adbec97529572cf
MD5 8c64a80749c414e3039d779a7f3919a3
BLAKE2b-256 6ac20b1ed9dfab4763f1bafc68f5b49a47a5cbb2af3842b0421f7edcd109aa17

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f5fdb12f5c7db38952dbcd241497951cdf8fd8ed003b29a051493ed5f776473
MD5 2e4411ee9be90052bd392d06c548576a
BLAKE2b-256 02043af051e19ac2460cf3694a30b864447ddac41af220b2ad89a05987b95ae8

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5889a3c46011157895cd11bafc958ede0ec7bfc02b4bb612f8082448c4f804d5
MD5 8ef2507f3c65300862333848d870771f
BLAKE2b-256 16c286afc9e045c132f01c661456ac6c95554a05bb8c70a84255fa0600a217de

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 45668f2d9504f933e91677ab7fed55b21bd9e48b137fb6db9730e739ced265b9
MD5 d4d3bee22e09368bd482e25c6635b1f0
BLAKE2b-256 dac5517d5ac6300d464474d7592f6a36dc05b721f975a7611998f4a115c7cba3

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 243.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6a17a2eb555bff1b102e8a65a71fd3088551696a2df53888eb6d6eee37c7b522
MD5 42badee7747b9d77b477703d320d5972
BLAKE2b-256 b5589b08f1cd5d2463053f3af33eb7645b359520b72e0f8362e958e398c64acb

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdf26a8250d9a636657c026707cd90d244ae44d1239696b8605eade0fafd70ba
MD5 219b5e16017679ddc8c6803a81eb3452
BLAKE2b-256 3bf2138b9f293dda011c92928374bbf13e6b2a1c84903d7fc74b5ce30345ee39

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60e39cab714d0d37a2b2bf3d37aed07405584e01c6f758ed6eea1d2353d347db
MD5 830ac460ac347e98bfb7f1fe0bafcb85
BLAKE2b-256 c68ca1c35ffd98c71e67f7c4eab752d49ef0e87d2f6a1900b6d5a61b5d97ddd8

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c640955df7f16bdf73bc2bc2abffbd70fac4cd1b19d9cde1999a2f0d1c7f8c9f
MD5 5e2ca3138b497ad4b7807b34fb17a3bb
BLAKE2b-256 f29c74701cf5a1515cb91a12ffd2519e7b3cb09a9669e6c61eb86a5a715133f5

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 973e903934727e094e4df9d85d6ac9b6c25e3e403768e40b66913400d52ff8a2
MD5 20bcd8f0762079de0943462cf60f1dd9
BLAKE2b-256 2b69150d7a98966c19a7bc6dd1a655fccaaeba80eb9e6a8d03daa9a5e64e85ae

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 239.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 17eec6ffa05e7ba83549c2af8f9ade1f2a4263bf578f2fef0c25188cc12c5210
MD5 fbcd3510ba9d6c1e0c7da449a0e0195e
BLAKE2b-256 3d03de69c58fbc15988b49a3bf21afe79875ae51a8486f3a0031edfe94ff0eb3

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0abb3239aecfdef024c5a95e27a7cddc35d7ae65370e59093684151f6c362f5
MD5 6c9771e9350313d81a48f60555e0c5d7
BLAKE2b-256 d20368d90fe04e99f12889780e8654075a1bc1395f6830ae995ec8c4975bc837

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 243c2fe6ecd62cb04ea0be8652fd956eaa0e784dc3d85e8a59a959110eba11bf
MD5 3b49dfdd1b709c27d38539cf06479ad7
BLAKE2b-256 3b2178526f4cc1dba1b4fa81e8e2948a82a1bcff8567e8226f7a0a53818393ac

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3efebf5778444310ac542010ecfd8f54c7e74a2cde52e50ecb945cee0e2bde39
MD5 da6cc77e271d89efbdcdd3eaf48a1333
BLAKE2b-256 eb27c102b45348d797091a9ff1e184622df339f28e2aec44e1cf44413d1f3762

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e5c7f30126343dc35ff9f15df0ff7aa3dc77f5637b37d98d20458df2ff0130a
MD5 7bc377382b9d573193cd3b4d65a1fb11
BLAKE2b-256 ecd18de309e4d8ee8c8c098b6c9557f9a7d2900a9c3b2fa67adf0ac06c590e66

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 243.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ade987b63fcbfac21c1b0a5fc9d7e6ba936373916ddf188d3dced35df25ba43e
MD5 22c3a69307b619c42ef61aa5b9495ccb
BLAKE2b-256 c0639b027a85339122b7a29c67d83a65c761b0e531c9e2bf8924a5d79094c863

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 feed6e3b7db5d5c524333d8c8c05cbbadb75ec92a0c1d420fa1e29eb9ad72fc0
MD5 42d9f70378fe4d3076a2423edc14be9a
BLAKE2b-256 591023b676c4f7bed445ec42733ff8282eb7e61e90fc0f6f00fdb1b2b7e93a28

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f326d8171011dfdb9f64da4e35f9fcb3d5d8ceb4a7e83603cc9b8bdb1874f95b
MD5 98b40d5cbc57a7deadcf490e8ef9d8e8
BLAKE2b-256 eee2df9d701d3299fd4493e15b072a59518388226457308628adad20d414b2d4

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f5265351bd4c9243e5eacf334a44299acb312a48ccfab0529905829b15fb8b8
MD5 d30ec93bf11d75ce16392035d234efb1
BLAKE2b-256 867dcc24539762ef38d69bb7f650bd413abdaac1122ee5b7ace417de8eda1ef9

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bb1d40296c1466d9e55ec4cef8d68f6767e355e3db4abed951401e71fb8f9be
MD5 41acc688ddb70fcfbe154616bb58a466
BLAKE2b-256 b7f2d475d40845bcc463ac7d7cb9767e080f3ed9492ccaccebf2f597237c1e58

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 243.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b4b01c7cfdcaa5b44e68c161b728f5fe2fd14febe185273f3619840b7fde05b2
MD5 cacbc1ab627cbc254add6877b8d2fc61
BLAKE2b-256 86806c0f3645f19f7eb0c6d6c4896cd2537527f8a9215a5e6fbec6f60a7f6aec

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 295902df5c5188e0fb64378ef97ab2cf7f8fe07b8b7186584feb07cc16e12ca8
MD5 faa44f1d950357ab157e715902e18bf4
BLAKE2b-256 186dc699beb6ffb3abf91dbd346ca94feee39ed0235353a8bfd49b6e3167e85a

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 223523c2ca7423b48b16662f3f6870121a9d23aeb1b0a1ba23432e89869b48e0
MD5 3c16d8bbe1c4fafebe43814af3cc5078
BLAKE2b-256 7cc149925e26aed3f490d0aea410920d50fc48935a5e3aea652a5a73f300b665

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebee349d22e4395a065286ee71b7aad1b7e15ef42a784bb5847acfadeb399398
MD5 840932b1b4672517c01000efb4a088bf
BLAKE2b-256 1c6c6e8961ec990516cb4098a4dde4bc611f5a40f1e016b0808e2120c43008ba

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: msasim-24.8.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 244.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for msasim-24.8.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 af31616b2829345a410bcac44460f5c54cc64b1fcce066d59949413ef1ca5542
MD5 31db64ae43a4f1b379f272b54dfeb7ed
BLAKE2b-256 11d53d51e3b4fd061880890e9b2dd9eacdef0a6376d8c4446faf10f7510c6c9d

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9db709313db1134baef9838a6777cd89f8c5a21da2174a2a6332ce7d9967d422
MD5 fb66bcca75be2f7978387966fb861207
BLAKE2b-256 1763afb72f4de97136da66e4493da5c781ba083b629f8aa84e8c881f8397e89c

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 004da1cd4548cf41bba6528d3c7ba22f856bf75d1b8977ea57ec3f436d33a398
MD5 c8a2649baeeebd670035756996454c47
BLAKE2b-256 2b250eb1d2f6addcc5dfb556a0fa2753ae8ca30af78ae78e8fcb6b7e8b987dc1

See more details on using hashes here.

File details

Details for the file msasim-24.8.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.8.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afdace6c173dca05d55ad3f3b833324b34c8527c187686a49cd0f2ed540fc3d1
MD5 342f3178945494ae95ee399e41cdd448
BLAKE2b-256 12bc6fafe2b29db0d2704b5b5eac74f9b5a353109738f56a308e43306833cc80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page