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.9.0.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.9.0-cp312-cp312-win_amd64.whl (245.6 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp312-cp312-macosx_11_0_arm64.whl (366.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.9.0-cp312-cp312-macosx_10_9_x86_64.whl (393.8 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.9.0-cp311-cp311-win_amd64.whl (245.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp311-cp311-macosx_11_0_arm64.whl (366.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.9.0-cp311-cp311-macosx_10_9_x86_64.whl (392.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.9.0-cp310-cp310-win_amd64.whl (244.2 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp310-cp310-macosx_11_0_arm64.whl (365.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.9.0-cp310-cp310-macosx_10_9_x86_64.whl (390.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.9.0-cp39-cp39-win_amd64.whl (241.1 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp39-cp39-macosx_11_0_arm64.whl (365.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.9.0-cp39-cp39-macosx_10_9_x86_64.whl (390.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.9.0-cp38-cp38-win_amd64.whl (244.1 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (455.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp38-cp38-macosx_11_0_arm64.whl (365.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.9.0-cp38-cp38-macosx_10_9_x86_64.whl (390.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.9.0-cp37-cp37m-win_amd64.whl (244.3 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp37-cp37m-macosx_10_9_x86_64.whl (387.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.9.0-cp36-cp36m-win_amd64.whl (245.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.9.0-cp36-cp36m-macosx_10_9_x86_64.whl (386.4 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.9.0.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.9.0.tar.gz
Algorithm Hash digest
SHA256 b3dcc2292ca86a7bccbb275a3eef2a8e5404b4b076ea891e7daf922db7a2b42a
MD5 7e4ee44bf665876792d334c40466ed4b
BLAKE2b-256 81d6f7dcc8ebdf9de8d3c9e6aeb56cdfeb616e13011fee5dbefa74676a6352d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 245.6 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.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 380f9201b84a034e4e9d2612ada7f8a61ee0239e63ada289974b3e908b9a8b3b
MD5 96493a414b183031395f51c61b317af9
BLAKE2b-256 856121b116a115dde554ba4ddd36f34abaf5d2936924127a605db2271dd8da92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fca5506107c8fd5b2a79646ff0ab076c19baf3f8de35aa84a9a60f2004915746
MD5 43460e6f1ca8ce3698c5ea4e35da26b7
BLAKE2b-256 ce9a76f02406e6b1a32d51a3b043181f786f854b39d960fbcb3254b679f74b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22fd6f3561e43869ad303a035b1b0fbfd5539b53f0483920fe9a3b04c11e1939
MD5 1cd482275b4596646f50a3de49d4d5bc
BLAKE2b-256 aba1474427d3a0614d84518db8f29ce7e6c1614ee10f44ba30f0d4a5a396e09e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 feec3e4425886a1d4630f4cd05373b7c526d79e9160e0de018eb7f0f9f7f0566
MD5 05ed4f76127c2f91dbfd43227f71f13a
BLAKE2b-256 44e3f603336253cf0bc6d9d1f8d934ddb68f8ef17ad98b9d5990ec0777e3002e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a82c410cd5ce04734069af1b6afe642f4ffedffd24151cd5324ad4360a103517
MD5 dc70003d1cd5d930b412b8b43bef0245
BLAKE2b-256 3cd812948d9a2e0d173e347554dc1f82dc7001cfeadce2eac1767d48a0e2cf45

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 245.2 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.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5c021fd80bc56d90e9778956d35a6dc21a16647e7286cab6110f6456043a20e
MD5 a00e3b6befeae478cc75fff4da7483a4
BLAKE2b-256 12561121314196fa78d80bd063fee9ea84b200ab093d1e296d0a6cecff80e783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8af465b5d3a78280d71cba0153aa23f844cb3f3d34d9e5173ff5570f1f66e97a
MD5 152073a4705decd854765bb81c5dee82
BLAKE2b-256 0116dffa21143bef259b2d4f147c1c5a94ffc6a9f50a3443be4d3d3e9f43a4c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c913397efb8ec516185efa9f6630e553bcf098b6f4934edb74860f31fcb75d06
MD5 cef3f24df7acc94cfd67167eba9aba66
BLAKE2b-256 a77d1f42a18fdc6171404eb25a52c6db07b21dde22292766efb7ee326ed2cef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c71e205a2076f1a5ba892de434a52c62268e8761dfd31203df934c60f35e3c2
MD5 f50f397a59966b1705a2fee136d595e8
BLAKE2b-256 e0a5e457aaeaf27e117401df6d8e2835d3f9945c730df349b1aa73a6bbe08cab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 14daba21fff37ac7b54d6c2220ca1a0307a7c3100a3db8ff9866bdd3fd460cf1
MD5 f4d188223db13e1e6c08915453d9bd85
BLAKE2b-256 e1d75eb60e7d3b42962d8a7568fe2ac3501e522aae56a1f75e5197a3d29b0a25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 244.2 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.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 18513b670c951d45d0ae68268842a956f16ec614806688f171c2239be4bb04ef
MD5 11b1311cc972d42af99c02c85add0b42
BLAKE2b-256 3a489a1703c6339f4225cdeb4804f9f359bed4cdb40a2fa794075ecb0c19564e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b84e5d0053da856a6a1c02406ccace6b1063612afd394d02764dc08bd66cc525
MD5 e3c5419dcee3dfabad397bd54fb929f8
BLAKE2b-256 ac4e4e59a3071467a32a4393680558c85cf30286dedb3f3ccb0771b086ab2add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fcd76feb3e6044f5e531847f8bc5379f88dce1b588c8828a99ce73742771cc2
MD5 3810b14812189864fac8a32bea3ba6ba
BLAKE2b-256 c36672eb49950e5a2004d6895da29fba6b4af2fc30e8ad7099a456beb7df665f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efbebaea50281e7973a1feaaf89029a8c3ae4b69e2cc4a1c5f8dd991daa56ec9
MD5 547c51c2507631ec48061d7f089b4bea
BLAKE2b-256 da0497224eb0814c87fada0671d650c38571cd3cd35e10ac9ade38e7abad7feb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b43816f8e39fa9d2a51145e528189926f32d087a56d6449fe15a9427f8c44c8f
MD5 5531c93f2bdf7002031cc93948e03365
BLAKE2b-256 6a72dd4d64cb6d13d8b2e18bdab505b96a5da8e8c32bfeb0bba3e05f8032cda7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 241.1 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.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba80da789311b6b816bff6062a61a66d5992981967e47500b64ea1fdb6af8bed
MD5 2282177a800be151fbcb4649d2fae3d9
BLAKE2b-256 ffc03184a8c23a010fd64cedacf9a957f8b0dc330d050d911e75b72de4749ed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1666ba6ecd9715176c483f07ad7e553b7a7c0732c83b2e6713c6e2f51e9d98cc
MD5 98f9b56ca36381e16d1f028ea84796bd
BLAKE2b-256 e6a7471c04341007702f0f2f92147d1cf35aa1d6ffe76d3e4b1384b21ce4086c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1361417676f9c8edf0bc94b391e830e01b11a85e26793ede89de1fced3684ddd
MD5 9e1c3efbd059899b5bdb14bee0bf3e9d
BLAKE2b-256 e0734e892de39bf10cfd41eec042c624374b6b8e9360a32f4b05fbe02b202818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 098c85b2a8ea05d85ab06a85a513d0eae72a737f7167d11cfdafc29dbeacaf03
MD5 7549242b1b0d595260d9ec3f5215b111
BLAKE2b-256 19f5b9bbfc8dbdffd53eee14c84a15f882038e3b7d54cbb2dee770d7703f0b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7507d068185a94e31e413ebc7b91c4d4ea88eb8ea771f67874cf18cf1857ba37
MD5 82602bfede05e4b3355d1e81512e39b0
BLAKE2b-256 0c7c8107efdde35b0bd9c4b1d541012e3b6d79bc85b17931f30b584b73513e14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 244.1 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.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 94443f41948cfca990e0e3fcdb900936b9e0a092890787e9a071bd96bacba064
MD5 42520b7c1c5761ce9d42764cd3aa8eb0
BLAKE2b-256 e84750e5371da66562c820217ef1b299f4d8160e1143fd7ac3ac1d990d612099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2308a8fcdadd159dc3d4853505f240c9eace0bdec22df85eb6ed910249a944da
MD5 bb07ff4d826787ac13266938b36b6b6a
BLAKE2b-256 adcaa532fa9531484c0c8f47712dd5e63475296bd4ed5865c925a45f870cff22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 177a9ce65b99aa4308a1b11d048c656b1265ec454add55a87bce21f17fbf9a92
MD5 0a7ea48fb32e4848ebcbd3508f3798d2
BLAKE2b-256 9e3fe73a3448e226901c9016734534f30ac97a0ed33ec6430c68fe6661b17853

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 532a268bf2fbd7b60848cd3a7918de8b4e663a24089aab804d74ab5a86f92639
MD5 b516fc51e614892d7fcbecfacd9a4475
BLAKE2b-256 65e4fd4b7935aee8e6f133634abce40d3fd137f106c07c3aee1630afc56f6509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ec32ac544a2645cc5200404360c08d9ce9cf10ef7d73b8fbf6166efec49a7b98
MD5 e0982d2bb42158768957fe66ba7c27df
BLAKE2b-256 3643e18ffefc14b57aea023ec7d58a68f58d62858a3641a0e1ca344e8d84de7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 244.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.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5b912f5f018416ec7016318f1ae1f15b7ef37ce1c9df9ed4637d5138f9c72221
MD5 d65f11c63fa2719007eae8cd463c001e
BLAKE2b-256 da7eef8c3db04a7cf968ba8fcbc68ff9ad7c3c58b96ddfbe44878ab4ef20b1c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02ff606c153612addf4ee9cb9df839a0f441b34d8506caf54c3c5c6539c6dc64
MD5 d7afdeb94092b24619c1cdac2452b935
BLAKE2b-256 f730a13c4398a5a1954aa1f703f6f1233bca903665f6d130e63d03d33adb2974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83f126fadfc2f508a1d2c0a8ffe4a8d2da975c32f0421bcb2369e43db760b374
MD5 2376d97ea9e278deb47a8b7ab12d8002
BLAKE2b-256 9bc0d26397de10eb70982a8c009f1401b8f857ad70f67ec392eba8b9c4fc5980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9bf53992dfa8610535f764a9d45d10f82aec4223e37f0ba0d05c2cb5e7b4e65
MD5 09830b045b8aac40e2c2dbdfceeb96b2
BLAKE2b-256 c931ea6f63447b6d5ca664923482073fe887aff757e71ee65b87ca21099696df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.9.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 245.9 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.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0202e959fc48023f02a72091a0c389f00d50b3bed87385ba5d6e115948207718
MD5 26285bffb7378bc4074d5dc527af18a1
BLAKE2b-256 d407cb07263a2bfd36c6d8be2eb7f3936d4eb00baccb913585e9b51f52755eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c6e1446f5d1406969934e1ef0ad113dbeac8044a44080f6a70aede1f4cc205c
MD5 5d57d502f248bdb917d65a116f786334
BLAKE2b-256 b5fb6fdc4b298dddddf8da5561d40dd6f134f651f38d8053b23036dbd4fdebf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07ef75c91c13cd6493a5b80f304ce7fc27534ece729764dc5156d01501b1468a
MD5 b49223faa6b5b1740fbd0384a07bcf60
BLAKE2b-256 c8a82d50dbc980dd4e780fb4dc56d7776a9ac7e891508816e428bca9f99bb29f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a854057c4a66bc8a63843285fca0277f75d788010d89fa2b7456de0334a66756
MD5 960dba50ff885685dc6c11c78af37e77
BLAKE2b-256 a374d83962c2c78360d7a384538364fc30d0e9c1443063962de2ce685274b998

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