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.1.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.8.1-cp312-cp312-win_amd64.whl (243.3 kB view details)

Uploaded CPython 3.12Windows x86-64

msasim-24.8.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp312-cp312-macosx_11_0_arm64.whl (353.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.8.1-cp312-cp312-macosx_10_9_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.8.1-cp311-cp311-win_amd64.whl (243.1 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-24.8.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp311-cp311-macosx_11_0_arm64.whl (353.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.8.1-cp311-cp311-macosx_10_9_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.8.1-cp310-cp310-win_amd64.whl (242.1 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-24.8.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp310-cp310-macosx_11_0_arm64.whl (352.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.8.1-cp310-cp310-macosx_10_9_x86_64.whl (385.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.8.1-cp39-cp39-win_amd64.whl (238.6 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-24.8.1-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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp39-cp39-macosx_11_0_arm64.whl (352.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.8.1-cp39-cp39-macosx_10_9_x86_64.whl (386.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.8.1-cp38-cp38-win_amd64.whl (242.0 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-24.8.1-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.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp38-cp38-macosx_11_0_arm64.whl (352.3 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.8.1-cp38-cp38-macosx_10_9_x86_64.whl (385.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.8.1-cp37-cp37m-win_amd64.whl (242.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.8.1-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.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp37-cp37m-macosx_10_9_x86_64.whl (383.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.8.1-cp36-cp36m-win_amd64.whl (243.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.8.1-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.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.8.1-cp36-cp36m-macosx_10_9_x86_64.whl (382.8 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.8.1.tar.gz
  • Upload date:
  • Size: 17.8 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.1.tar.gz
Algorithm Hash digest
SHA256 317eff6be2e87dbd340234938f99516ef852e2183ef96490a21f48f5577f555a
MD5 26fd20b19a8c5bd6ee34287da09b4bb6
BLAKE2b-256 e470ae017dd5177b02fa2c6b9909a1b4242ebb12f04fb2286916b0f3a76441cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 243.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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa11f68b2ba0e5d4194a8cdc6df10e85af48b9063c55b03f2389233f267a22db
MD5 0ecae7ae11cfac6853b671eca404cda5
BLAKE2b-256 b050e9ca41cc1c4905ea4c1e3c144d7d4ccdd95e7b491fc09fb442b3d503b2b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 13f5bbf72a642f64d388e9e4e346d763fc4b08b7b8a6d72fda3db27419feebed
MD5 bc4f898b77faf918ac834e534e366cc1
BLAKE2b-256 0153838210db40e4745b012b9c6b1726deee49678d382e0505c2691a04834584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e28047b9d9aeedebfdcc6b8376d4df7ea43e4f37dc2f939c27574f6a653797a
MD5 4e703dd239c6a879a37ce560becfddac
BLAKE2b-256 2cdd12af94d434aa02dd238e89060365d861334ec1074ab6b980b1f68c3c0c11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a09af19804662bf01c754f30d21afe6ec4c938861458c5d5549ae1d9218d168
MD5 c615f04dfa3845f48377a0e4ac135b9e
BLAKE2b-256 be88e7007c167c351ddb75dce9426896e311a428defb91d64b5552c80a8b57df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3ebe9a37a226d6915f59c51ef620cbfc4a689ea63f89d01461fa6c8da138adef
MD5 4f6df034d76d992197c36375f8927a07
BLAKE2b-256 f7a5c2c3ce57723f2f543e0e8b4e9262ad07b6384f14a85af4c8a647f2f5a6b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 243.1 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e090e25ba886adf8d515e9ddb60d5c506f91c72e3f38347f96608f43da5dea3a
MD5 bb5eb416655ab030384750924bde8f06
BLAKE2b-256 cf25f62bb4cacdd67f713a6ee00c624eff1c7d41be02fd1ecb192ad4972eda8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a99f1293da9198b4af365022203b0b696524b4a24555613364942ddcdeaf66be
MD5 df3998fb28cc3e24464bfc7279a8020f
BLAKE2b-256 2fb7a041559763cfdd24b9cd28f19dc5304cf321c58cc3e2cdc744f2101fca13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 228c0bade3a6ed61426a19deaf69009c2985e58cbb7241e49042295aa1cf5d48
MD5 46476db4046861232bfaece5887d42f2
BLAKE2b-256 eeb6612f5f305211a6ff8e7a523296eac6825f2c9419dbbd3778ed7dd16cba97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 460e58036def63badb1f17e56b428d5624b6a2f26665a9b3a07b18d8eb746434
MD5 a7698acdc9cbae2aaf11f4b2ac917dc6
BLAKE2b-256 01086aa03387f4ec028aa7122a74c4cfcc5977150392817e1baa3b4128e3b772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2859a1e2dc451b7daa20e231a9d1f86b8bfafabb2744a6e2fccad3e9e7537441
MD5 2d48f6db18d519afc914772eb625bd9d
BLAKE2b-256 f8a804c44522f50d6945c35e01fd40edb7b657198bd3e86dda8a156b40205f1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 242.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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ff48a4db1cb058e2a6f3a0802d0ef891449d45fa5ed38a608e283803a40f4eb6
MD5 953f8da6888a8050e7c06e3d1bf4b3d0
BLAKE2b-256 e9ddef0a50d76eb3e135b71c005988d141a1958b4ad7f3ba63f1bc291eb8637a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16d57234e4552c7edad432e9f7858c736cd18f42772593f8bcf5f2ba3dbe785b
MD5 7390620f885bb42095321fdfd970387b
BLAKE2b-256 374c05299eb8aceec74e906984467dc0557faf3080d7cdd19dc6f6dbd56b4dac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a47282780d1a2a6e246179253be30626e73bc8e2c6f7bd7f54c0ed35ae0901b
MD5 efc5b9952e31eba5a0845f49dc56bbcb
BLAKE2b-256 8753e58892626729fd35e175ceaa4b6b40e8efd9f6cfb8a80541a5a7b16536b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6b321533f969804b45d98f28215046ccd1536b8dc65237def96df405c846451
MD5 79100d5e647f208e423d423653b00f25
BLAKE2b-256 0bc2f19dce2b26f9f5eabadbe06bd78b98d2546ba329aa21d229ae6b34d3bbe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e65e965c85c1ef1a839cbc8ca3601dde82227c742de6cd41f95ece1c5b187437
MD5 6e39960427e09b04c7face0a00af2240
BLAKE2b-256 318399265cedf4d7977e58c69dc422481b3441b1a9af7f9f25c45f72d63ff73d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 238.6 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8e0839b35b589a22cb9b51bd0fdcceae64efc85ff4951442e781f6e752003f59
MD5 1390aa90c5814b808e169eaeeeef1b98
BLAKE2b-256 871b441db04328dd5fadb9d41353074b525ccecdd9092600e04d7477ebbc86f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba85c8e7f5d26f21e3e400281ce4c5b824ffb5a5087a2e619495a5e1dd6b2fba
MD5 3a32e2b9dd9b2218df7db258ab395205
BLAKE2b-256 3804c991ab4457cb581371404e772f0e95a50d97812d9fbb955996cd1299ca9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a15ea5fa4082562e43eb7439a9c59e90313b7965a4e2a117d0a1ff54d616d69
MD5 e3514f677a7d02378f396065b897b584
BLAKE2b-256 ba899139fd8d9194ce18a9b5c5bab6f95132f7766f5f326689de0a9912501c06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04be7ba2561630989d23d9f144bba465d6b1182cab0d01fafd3ec710cffd236d
MD5 af6a8e14e8093bd426acc4b158df96cb
BLAKE2b-256 624a506ca744b09c84ab4e68482dcb4ea7c24065a6ffaf58ebdb7561e66ff5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b448782e679f80b0c0cf735bf5fc83fb83f5c7174d2074cafd3d8fee04d155c4
MD5 42d52ab8c1cccce233a91cae50c2a8df
BLAKE2b-256 407fb296f7dd24e1dfb2b12ac890876451f3d5075fbaa89ed043261a06ef27c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 242.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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 39879db102018b98f3e16a2f238d1c701d27187ac47d9996b913bb5571a753fc
MD5 5f1c47c0eef1eac2166d172db35a584a
BLAKE2b-256 bf57646dc760da8c3a2a8e89a4844382ecd94e4daf59803364f09068c6831cb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5791b14f6cc6d12b11f290bf71a975bc4a8ea6a505c8cff1dc708a92bc630f56
MD5 fdca19d1efd71a40ad968a30eb6ebb2d
BLAKE2b-256 9a0386bcd6101ad6bc3f9257b1404473263bb1bb89c6dc052473d5f9008f3752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0de0c2e4d81fdd9a447ef85eaf19dfa1efd7f45eebabfa8752d66e5568b00dd0
MD5 3c08bcba618dd7dd114cf9fbeab5cf3f
BLAKE2b-256 be993ae8ad8ee9b183db2b1dc579f7f7a99531df9d770496f6ec44c9abe77903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ce55a9b34a00d510d3d48eb682167abd0818fe1b0cf4a3a1318b36b37a460d4
MD5 67ca43c4573b3ade616f863c19055ada
BLAKE2b-256 8b3d329452080e9f8f363e883744fcb0bd3fe269a26c0646a49fd573da45c506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5de8a67f3bfc204b6df49afd71b4494d86fe30603c9171814277270f4e5db64b
MD5 ca5c5f54d3692d3c3296e8a1e5a8b563
BLAKE2b-256 2617c1dc758f0f4f00ed7dd5a347a32b811e66be0debf22890a4fe4b05f01084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 242.2 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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 54b2c2aec10b2ed9f92fcf14284d0a0587ce8a235013993648bb2e30c2f65d97
MD5 c9978c2c4942d216a9fb0488f65f0b4c
BLAKE2b-256 f8a95c77ad8dd8a479be270a13bb893499d554aa37c36be0bf3e47e6cab5db64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64bd9edaeb7993d225b47af80a37b86b0049fda3d5eb21aaeb6bacfa673134df
MD5 7f1749efd341ab516994fc5802dd87e5
BLAKE2b-256 2873ca2d3cfec942ed62567e79f7361e8a629102e8b3f9773a1cb86960a3d103

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6bb3ea5edac39d91884f6bd469cc378d157f0ef596aed19c2ec2d1fc2104565
MD5 a093a5a3febf327971cc404bbc68a13b
BLAKE2b-256 017b459d40f085c68fc20ec3bf4f68d3bd4d11a0ac6494fdeb63e1da789d9b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4bdf00ad28b0561833f38179e33a3183a2ddf81d2d76b78943a95a769d6bcefc
MD5 0abbedb95d103df8cb173ac82e79cc98
BLAKE2b-256 11c7bf577bee22549f476dc38ea2fa32657361e88b3e0a7fc2cb097dda7f3cf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.8.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 243.4 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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2e7e12cc2b9cddabb5ceac25b73dadc4b7692296e579617b8e68f1c657be886d
MD5 73f1fdb420dfc984342e789968ec0692
BLAKE2b-256 5d30f367f4ba1d2a241a0176407646bb98d62aff850ee965a30e03572bb119b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba8a6bdadfd2a79f09c8e6ec049062a23889f89a99d8decb1123bc926738d11d
MD5 d864873c268afafc640b7b175b88cc38
BLAKE2b-256 36ae89bf3887b4845720cdb2707789d99818e25ce483442b15f711f398d12881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f45b1883f36b71a6c0d5c2a72c265767cc3d466a76fd150851c27cd907d91ca8
MD5 996f042567b7c3e3b10fca985a5d8732
BLAKE2b-256 a2a107911eacec47db0bbb82af212b9f37a35b26cc46057d32200d3d4911b035

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.8.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 12a77b610699913c8436318dd4a218d7560878d98e7bc05c9bf7cd75da0aa992
MD5 081a4a291138b3d4aa222d0b30470215
BLAKE2b-256 523c7ea9fee068b33a96b254e552491e3a4c13e58acee256081a0f4c429cb56c

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