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.6.0.tar.gz (17.8 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.6.0-cp312-cp312-win_amd64.whl (242.8 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-24.6.0-cp312-cp312-musllinux_1_1_x86_64.whl (957.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

msasim-24.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp312-cp312-macosx_11_0_arm64.whl (353.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.6.0-cp312-cp312-macosx_10_9_x86_64.whl (386.3 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.6.0-cp311-cp311-win_amd64.whl (242.6 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-24.6.0-cp311-cp311-musllinux_1_1_x86_64.whl (960.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

msasim-24.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp311-cp311-macosx_11_0_arm64.whl (353.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.6.0-cp311-cp311-macosx_10_9_x86_64.whl (385.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.6.0-cp310-cp310-win_amd64.whl (241.6 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-24.6.0-cp310-cp310-musllinux_1_1_x86_64.whl (959.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

msasim-24.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp310-cp310-macosx_11_0_arm64.whl (352.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.6.0-cp310-cp310-macosx_10_9_x86_64.whl (383.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.6.0-cp39-cp39-win_amd64.whl (238.3 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-24.6.0-cp39-cp39-musllinux_1_1_x86_64.whl (959.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

msasim-24.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp39-cp39-macosx_11_0_arm64.whl (352.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.6.0-cp39-cp39-macosx_10_9_x86_64.whl (383.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.6.0-cp38-cp38-win_amd64.whl (241.5 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-24.6.0-cp38-cp38-musllinux_1_1_x86_64.whl (959.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

msasim-24.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp38-cp38-macosx_11_0_arm64.whl (351.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.6.0-cp38-cp38-macosx_10_9_x86_64.whl (383.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.6.0-cp37-cp37m-win_amd64.whl (241.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl (958.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

msasim-24.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (382.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.6.0-cp36-cp36m-win_amd64.whl (243.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.6.0-cp36-cp36m-musllinux_1_1_x86_64.whl (958.8 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

msasim-24.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.6.0-cp36-cp36m-macosx_10_9_x86_64.whl (381.9 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.6.0.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0.tar.gz
Algorithm Hash digest
SHA256 5c2b73b48606d033060449abb95c6510cb163c9969c20a1bf10d57a661e065bc
MD5 26877ee77c46736e9757a4792fab45e0
BLAKE2b-256 023b615b5f7886d5370ef1a7c7327e8039ffc35009a5f01281b8e14c392992a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 242.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6bf670b27e0056743a331852d0ac42164870513f4884e09e32f5edc5ddf39375
MD5 5f66379d79f9d824fd9cb7d75d4b62f9
BLAKE2b-256 119d7581e274bae109340551420d83508fe922cf08d33865222a223bc80905b2

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 119352546852021f6de7d35ce2891a06f473da053513fef55ee7fa192f507552
MD5 f55c0b67301cbdbdb7e3a5908e1a1ff3
BLAKE2b-256 2183ba585e29e795cc9ed1ff38d3d3d3333af58e512eb3826820dd66571f0578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acc8bad22b7dd2a4c6d5aaf19b21fadf15eb84cff1d4d318e19a1fb3834a6292
MD5 3a262d93c1ddeb78512a4627fae04067
BLAKE2b-256 6a4a45e06aafa5580fd911983efb5ee62fa58d996380423d4170004d86ead3e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9635a02083c82947aa3622efb5779946adea8f6e1d150899a89940bb8c767c89
MD5 28b8a2e25618426f9754ed1c1d5f6ea9
BLAKE2b-256 5f406529aad43fb6e634bd14e0d9fb4c9914e97c4c7fe59e8de34a061a25d6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7c2670d9cd2bb96a1f427eed148fc0fab3fd7b8e05d3c9a08b00d9c88b5d4d5
MD5 cdf9d144896d9e8e1e2547c26236a708
BLAKE2b-256 ea58f642110f49a4686d8109ae017ff2d7176ea506ed8d60e7c63bdebd13a1c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 242.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8ee00390d906d08e0fce9bfec9ac195a357dc0965667077cdafbbbd44d1f65c4
MD5 dab67a97e8220b8b00188cc1567b666e
BLAKE2b-256 e357e47687b61cbf0802d018ac06fb03c2e39447883ea7d1cbc55359eff7993a

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 415e0bb4a94a811d3a01acb4d6f6b01ea9a53d5982ec3ad1a4e7db374f7bb9b3
MD5 80182b34af4c577e902acff5f480d1dd
BLAKE2b-256 1c33568ea3823b877362b273ce5380677c60e7aef4264852b7a445dcd668b2e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd67a4791cf83b270dbebb398a93b88d50477d3c97aa83635b36f52715a0861
MD5 163f698259c5ea08b98d0f11e2f57c2c
BLAKE2b-256 f733c85e6330d60f3abcce37337c3edc02643845b1711b03d36e91034279a7c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9666172351bcab38099620d0da95a860e8f1ed868a6b597b5025a9a911611fe7
MD5 6e9895c83a03bdf2fb56650e6ec68262
BLAKE2b-256 e07842c50d4ff1f2b850ecd4ee8917ff8a78042bbf37fdd835cbb61bed9a1c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3932d6e7b48ae454e784938a4fd87d766a98c145f94b2ebf6bd860c742dd4b5
MD5 914a395d0e41d6988a75eaaaa76464f0
BLAKE2b-256 21cb7876fc1d4f67a159e7c5ff371ab9ad1ba467164cbc41885eecf0490b713c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.6.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 241.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 17e8cd9e7592b1531d1eadc48c367a50fb6cff1502e8c7571b21834a9b7cacb9
MD5 2e6a32982bd09ea0a20a9d36f4dbe7b5
BLAKE2b-256 1d035f516d34e68c698c7dfb72a5d1ade56026a245c2677c3a114cec785bff3b

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14034f25fa8d2dbff86ea1caa1b58c88bae3012ca3cd30488bd24bbe963558c7
MD5 9dcfdc6da8ae713d537ab9e823576535
BLAKE2b-256 10c3b8b820325f85a6b0506f7e820a7803ac552b00ec7262b24f221a96afa42f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89d451ded3bad5d16a40c7d5fed9fcb0197beba57fb273c2cdf77940a5f28527
MD5 d41f3c9440cc122592f02e991ab9a55e
BLAKE2b-256 b8768371a8386aef91dae0f3c74aab760735274fa8e96e9dcb50081c0841adb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c7d54ee3d53860410d1b4310b6062835ac2407c1eeaadb855a5d44d4e7385ca
MD5 60f3d305dd0f9146687629a6484e0b40
BLAKE2b-256 a837c5ed3ef5d22211feb52d66b3103696adf9345819334b9cfd716fac7c5504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6ab87c2b6d5557f3b7faef5b305cb0fa3181eb9cb15bbebde4c7a573cf077967
MD5 f52bc4a24567039ed0ff8f8fb15b37ec
BLAKE2b-256 fc84764822d6501d1e13a13a0f6dad6c6c2eb478da6aa76c5e9fd37e85e723e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.6.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 238.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ca68f71cf687b3997bb9f60e9a8ce4a851b843131aa24eb4862c89ef64a9573
MD5 b3248f6fd6eaececd3c7508fe8e27478
BLAKE2b-256 0ba3d951a0d79d360a6207eae35c36fc53192ffef4ef18f2d64dc084acbf4a15

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b745cdf3c837313914918806834e256b5a17f31e141dc60aa9b9e9638ea600a3
MD5 4c33953e3cbbbf0b9fdba2402e106fcc
BLAKE2b-256 6073b343cf0012c8153a77a7006b44afe19fd706f97d79373c27b75d9e51b935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75b9b3ee5105e072335951093b9a2f93bd41bbfe361eae13fa7085adb641d2eb
MD5 850edbdf026473dc60b08be2c076f6b7
BLAKE2b-256 7d951124ac0f08a617365b2182ae18880c912dc7596dd41caa13918d62c764c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a23d86c949fab8f54dd7b0e2b1161d3c915dee428fe96c2414a4d474dd730363
MD5 a40096a88b79cece00fd80e211fd1979
BLAKE2b-256 1c0cb0e96c04729a33dbd4c80d954b1cf030f0e35845b8b517b536e02f983189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a974754b99d7ac0e1a5b3afc4672491e59f4c52e92a86e0bea49833c1c02671
MD5 65d37bad5bc0b96331967a0b5e849eab
BLAKE2b-256 4e9da59b1154d9be3bab77476024c12492d7982c49fd6936fa4c9017fa6200b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 241.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for msasim-24.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1c3e9eb3b94fc003b6df437a84ee82c7c1a6a1c707d17314c0a0aa79f6db7a66
MD5 4e1854019dbd28d14231916e00efa9bd
BLAKE2b-256 06939643536732aaeef4c3b104115642471f6e002231a7e39ea1d5eff2f63127

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7bd388e3078f15a4578194fda3f3867bdd10f313770ad045261be36a2d8f48cd
MD5 6f582ed367c79566fec0725cdb4685ff
BLAKE2b-256 294b0ec8e0d386aa2c120046aebec1ba2df95469676083a1bbe85add44697c0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b0cf8b3c99d5376eac176786774e26f4ccf3ea359bf72da19bcfe4027173d08
MD5 22589acc65798595d7ab987321ce54aa
BLAKE2b-256 80dac8b85e2455fad8976ddc630d18b0583595f717a401b4770fdc73f6c8aa87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2d163e830bdc4f38df3427377ec2b57f7fe870abba1bff862e6dd90a8377590
MD5 a3ea61f4c1e939fef63d833f3b0ab8c2
BLAKE2b-256 d9c0ff58df19cd4d9eaf8b72a318ff0ef4636414788afd085ce68a4216445fe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77376f9906a580324c7b605adc777c08c11e5d7befc6fad2ed1dad513f6cf1d8
MD5 50a3e58642fa1a4e77855d39f5f70373
BLAKE2b-256 e499be2dec1c9f9350822f4a1e52edd108427ad4bca61b7b5dae442f3011496f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7290cc4551f9134f38db5fcb51f62d1cf54830236cf26a717f76ecb11cc4f35c
MD5 0068605d76756b3b9b5d63435e3523b1
BLAKE2b-256 24b943b7f971967b6c5e83a2475cf563c40b1058f296d12ca58ae55459358880

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 54e4b870e8ee3f251ad3cf09a7c72a9f98a5602123096108bcb0a28873ec56c0
MD5 ef4179fa3c5adf4ace5d71776d4e94cf
BLAKE2b-256 356c43fea565148bd3cecd7ffd07d25294320d59c40f177c00f0ffd082ae344b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2ef8ca2bb7426cb708451e551890360144a576680f3c683e5012e40b02a8765
MD5 9ff05f6dac842797c75a8f4e9016967d
BLAKE2b-256 e49de25bfe138dfcfd13d0da6c98fd5af4cdc3f13b549a058b349cb56b2644cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1251fd2c7a7a1f20942dcd76ace46a42a98c11ce12eddc05ab4505e79b54ba94
MD5 df8111953f0ffe842fdc62558e252f52
BLAKE2b-256 36fc06c670769a5467acdcba6a30c91bed87b8add99579b678ac698354773580

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.6.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bf47b231bd014d87b154cbc2b826403aacea081b3ef2c15d2eedd35629711e42
MD5 3fc696cee04a7e86f9230dec6de63543
BLAKE2b-256 388ec867a8d63283b8a1faacd58ec06233d75dcf87318fb32bda6e77c028dcce

See more details on using hashes here.

File details

Details for the file msasim-24.6.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for msasim-24.6.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 430f553426d76b157895422973e6d12c2a2ea4dc038b31f74b184cb0bbfae72f
MD5 3a8b6e287e9f47906eef811bc0a462b1
BLAKE2b-256 b694842e0f44cbd1f0157f058f545434bdcdbb670f956ef96d17322f81719f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b75819c1ed9d5db9fe5cd90b6664b12c9042e5e3db1767a2271aa7598ee085bf
MD5 899761dcbcb06dbf0bc43927c4967625
BLAKE2b-256 aa9adb94c6a37df24f165144625a5b553c37421bc878100ecb6e9aa121fc2503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfa4d4d206f05abac5d20887cf491c169b7729423bdc4a17509a32a0ef773f05
MD5 dd7f84dc343479b3a7cc0c6d2b2560c8
BLAKE2b-256 6c5630217b5aad66034786f552b20923e52b50461114899ef8123eef0043ab6f

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