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

Uploaded CPython 3.12Windows x86-64

msasim-24.9.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.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp312-cp312-macosx_11_0_arm64.whl (366.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.9.1-cp312-cp312-macosx_10_9_x86_64.whl (393.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.9.1-cp311-cp311-win_amd64.whl (245.6 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-24.9.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.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp311-cp311-macosx_11_0_arm64.whl (366.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.9.1-cp310-cp310-win_amd64.whl (244.5 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-24.9.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.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp310-cp310-macosx_11_0_arm64.whl (365.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.9.1-cp39-cp39-win_amd64.whl (241.4 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-24.9.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.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.9.1-cp39-cp39-macosx_10_9_x86_64.whl (390.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.9.1-cp38-cp38-win_amd64.whl (244.5 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-24.9.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.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (457.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp38-cp38-macosx_11_0_arm64.whl (364.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.9.1-cp37-cp37m-win_amd64.whl (244.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.9.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.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp37-cp37m-macosx_10_9_x86_64.whl (387.0 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.9.1-cp36-cp36m-win_amd64.whl (246.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.9.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.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (459.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.9.1-cp36-cp36m-macosx_10_9_x86_64.whl (386.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.9.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.5

File hashes

Hashes for msasim-24.9.1.tar.gz
Algorithm Hash digest
SHA256 24898a7731c9be1dcd2608e84afa4cfbf66f3ae82f9008eccc5b040cd45644e9
MD5 877e5a9d1b4ac414da2f0f6b57438c5d
BLAKE2b-256 cb65a576bd685f6b41167a0145b0e038511d21157badbf26db2ef1b299cf52c4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 58dd1b4e402a278dea4439b466c2cb66cc5aa8ad25f0814c6e0163b4eeb169c5
MD5 d2a6edae9b8a52053166a2c4aae2c5b2
BLAKE2b-256 30d17058d6ec9499bb5063eedadbe61612762114ab48ca0dacc6a23eb7c38a8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d989587b3a0f9c83025c84a0b78aa04b0a93c7c0f9c82253af971b09b5c052ca
MD5 2ed6ce221f077b5dbe831a504baa23a1
BLAKE2b-256 ef07f3101826d0868ef9714dbfc8c78933088f90de1eef460f3e808dca6706b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b40f338fb697e813f67c1375b851b8f33cc8b5f26bedc787bc2b857bc6a833e
MD5 69ae3060c6e401cd013f7c640c0189a4
BLAKE2b-256 ab5e00b856488222d388fea0f68d8065914f9df93ab03755ecda36f6f584f6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 67dfe44d3b666b4595ed3a9af4205be76e1bc2b3b3e36e51617b2dedf75e2673
MD5 dbd18d37e5dd91f1457cf844ae718283
BLAKE2b-256 baa5544ed86db0a546a79b9b8bd6c919e24e6a23367e3c20e3ca6eaedadc9082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 35561bb28fe1ebb3054ee3fb3570b04f11886c50d0ca8495363cec9978fc883f
MD5 95543e17eedc8718c829af3ea76f865b
BLAKE2b-256 00c5cc174f648bef6d5e5d2f3a0d5b41ccb02fe08d913a6d2ce52a11e1969b63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ef5374af838b6a3a339bcb8c21bcfb9e859999bc24415edc8a3dc19e06dfb03
MD5 d7fbd2cba925461bd7058c2455830a95
BLAKE2b-256 7a577e1212ae492f67855726b5b8032e79aeb3ee1ab5d4f18781fda8f675a1e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a5460284a5eb23b86a2ff9ba253a7f93f07c64217f673b4a7556a32b26c8224
MD5 a6c5b3da861fe63d259bb47e227ad475
BLAKE2b-256 222a9c6ae8e31a22b684a2be1df929b8474794dfcfbd17451c99e924e62c9bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdd82678a8881a1837604ee9873b63be7300f22545708b61bf187a466484b661
MD5 1c3ddecf90b498ef16d5db74bf27bbf9
BLAKE2b-256 55d0545230aa4239330d7d4b9ea85597d7e3afa07bfca5a529aa2ab0710c579e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60045cc3b9685eddc7ed867855cb51cae89fd89cfbb2eeb3e5e0c4bd52c7f303
MD5 3676bda1b8220cacf4f6fa8feaf26a0a
BLAKE2b-256 de82ac07a72fa10915ec9c3761cace93d8d7c4e6b19b4ee3d1fa01d298077e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88ed4b0379163fdff81702646264a8b67d97285f4bd84a56a4e75ebdd1f2d966
MD5 b5ad555fb692a33f69d0271aea0af89d
BLAKE2b-256 35fc3a7bbaeeda81ee7eb8a062a277c674e3805a6d7e86b0d1a29d6d1326e092

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dbfab9724723ba8fcf35dc96b1155359090eade6604620c7748e909696d54918
MD5 d562801c01d2acaf9cd4ef13fe3bd2b3
BLAKE2b-256 1f196a58860627e9f66637902b3c599eb9d3c5c72a6ce1ddeaa8f83b81d27299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9a39ac62c7306e31c72577ebcee2ccf3f9248a0aa5626826615bcc64a3bf4e8
MD5 3b6b980fbec98090212bc5aa83c93d31
BLAKE2b-256 263a522588ef33e5e94f3224a1ab7913db8ccbd417e879c4226b77d652cc8f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 769249aeff6ca2d491a1d846ac99fa6c06b8ac77f7d34c09f5a0d33e99702d93
MD5 df59ab6ebe958d814620012b2963f01f
BLAKE2b-256 7ffb2320c58a08f583b364142adfefd0a10e5a457c3212dc111939f4684e6c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d134f229b60095a26d592571504fff6ce472a6d9ed95bf53ebfd5191b3efffdf
MD5 36dd16df9df3f3c6bd0b88160d39cf8d
BLAKE2b-256 3a1641825aee07f63c817d7594385b498f2f07bc0bb76408d70ca01a0cb8fda1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3d3bd32795b59146f0b85e7e54c67c5c1142983028e6771608bd9337661e05b
MD5 6faf15646e1ccee3a2b22429239fe3ad
BLAKE2b-256 7fe1f26ee58ed103358af112ae14a982ea73fee76abe0a0b0133ed2c283de03d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c53ea791ca8e87e888158a597e34faf15b8829c60fe36d7dd04ffbfad0613a26
MD5 aad5232797d6595ac681553b8d04b6e9
BLAKE2b-256 abbdae7dec5227270f0b5aa41d1be6f655de4f086c6eb29d29bfcfdc61b4beea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f96c9b1a8150597ce839835214be9ce9205d37e62aa967f885015122c6ac2a62
MD5 445cefd1d1cb2e48813b7e0aff4b7bb1
BLAKE2b-256 a9b246ec92d6bdd0b8820e294d05232195f6524c606763f37b7a15264d999a50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b87de4892dbebcb70159f482f5f5761012fdcddd2ad30c93d2375554555891a
MD5 ff94f6e256ecfcd809a08c3d0379e725
BLAKE2b-256 ceeb068727438a8fc0ca8f9c277437a223195bdf229fbf8e0491c4907b5722a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cfa0d80ef3c9c91e338525206f67bfc6d337bb1658a7d323e10ff4ad3b399f7
MD5 169134a9d2e87e03da575b087dd37a4d
BLAKE2b-256 66b233ee20b289c9d2ec38392603eff751b73849c45381ec856835aec9494624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ad9dabd7995effcd5a12858c762a7510fbcac552d186830f5eacc9fb2404567
MD5 9fa45e9d0d518a7be519cba2825e4126
BLAKE2b-256 15f7a7617967f8fec911d77bd2d4c24927b5f0779d38faca22897052457adbd3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 87aedcc6844bb03946af5bec3dd2eff553ebc2bce00d85a0b8a347a717c1bb1d
MD5 52f63358c4dd55c706085b3803c789b7
BLAKE2b-256 8358d051b4108cbed52b779a7282ee9e5120abc953e8531a00d6d03dba60a47c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ec6a89380a35bf89a20dcc2579b98185c9c4e23b481b9a5b79ae2f07e0b65ed
MD5 a600b2c6bf608f9746cbf445a75df230
BLAKE2b-256 cf963fa02d8f077bd97134a02de9f78e7d8ed4cf20f168d939b31c793e9a7d95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68e14f720e3cfdbe2cf0b998ac83241b38f471590ec40eef564e2033f89904d8
MD5 cdda0a215f47ae4283d263f61bb48f70
BLAKE2b-256 00105becadf4bf90afb74b240622b02869a91f6e34196e4d6de9ecad5afa4b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1dd99d9f589c28b659a8141db2a4010c92af4a541090ac17deb915047524ad7
MD5 533a79b3de25c9105b03d3980529dd6c
BLAKE2b-256 199290edba1bea7693bd766f08c3103b81b42aae4e888351e5d6ced88a7015c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6f356ec8e91165646dd0d0ab2fb6bd47a5305d6c854a35b35b4edf61479508e
MD5 4a3ee3caa05777ad7aea71551b94bf26
BLAKE2b-256 45d68cd5a03f8a808918006117e838fa5181db8b4128eb2ee13572da3d7d3759

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 78a9d3bbb5cbc936d642cd5c0fb1e14d8d7520b084fb7efc1289fcae07232292
MD5 3a7663bd364a1ed5b6224eea05373c8e
BLAKE2b-256 f1bb0353655dcf2a961cfc362b7091dd7d9298842f2b3479de4c0d6f2b88ee1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0a6e9ac89beda9702cafdbddbb7cfc292bd42c1393639e323a1a04369c6aff1
MD5 66e3dbed7a3f596a39724032e6e9c920
BLAKE2b-256 8351b74f778cbada2618a5d2f1f3d0b93c72892ba24dc19ddd1c0a0808eb9130

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9715d006f99e2253bee8caaa95d5d760fbacee7e239da536a560fd6e92e574e6
MD5 cb396388f04e2a552c7719c43d8f0d87
BLAKE2b-256 3887dedfd1fbba8886b7fd742a2deb189788f20cab1616af58ea608293bb4244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bbb27b81193bacbc6324b2aca1e7b4990090fdf6a6cf135951a1751388661973
MD5 bec3bec2c06d4653cf34989bd8664632
BLAKE2b-256 46c8f00b9c48534f7378c842995f41125b75a1bbc64f6ee1d7f17ff1a7e21535

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.9.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 11b03bce77798b3d1ac39856fb9848884588bdb910a933e0a1f69c84acc50945
MD5 edb6c6b3e9e2ac9a5c857e5284f3059f
BLAKE2b-256 0393e7f3605e4f9f5bd1be070963f6dcbb72458c5f434894de58336c5bea9e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db162ce42590039993aff981abf924b59736e51129be7e1f1f3347f242752d5a
MD5 6b22aa1a469c1401a68e412fc666b70f
BLAKE2b-256 dc55cf0d950185d078d4adf5a3fbf00a474c88021d2754768dc3c26b8b80346c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af3083592c2703ba9924eb48632df61594d95981189612dccd461b1ec79da773
MD5 7e5480d66cf61c7365c661c295acbc34
BLAKE2b-256 d8fa5517090d89b4f94a8a2ab140816379e43c5212664201061b184cb27d6e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01f48be5c602460fc7ccf596dc6a19a58f47f9a0cb664088481f37b96c941791
MD5 b7157b2b6540e0a45f8d0f29276bf30a
BLAKE2b-256 bc9a35fa5960b88b1360034f0313509c21b6f88ce1324429d7c42f27cfac0b80

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