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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

msasim-24.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp312-cp312-macosx_11_0_arm64.whl (371.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.10.3-cp312-cp312-macosx_10_9_x86_64.whl (400.2 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.10.3-cp311-cp311-win_amd64.whl (249.2 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

msasim-24.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (463.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp311-cp311-macosx_11_0_arm64.whl (370.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.10.3-cp311-cp311-macosx_10_9_x86_64.whl (398.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.10.3-cp310-cp310-win_amd64.whl (248.0 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

msasim-24.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp310-cp310-macosx_11_0_arm64.whl (369.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.10.3-cp310-cp310-macosx_10_9_x86_64.whl (397.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.10.3-cp39-cp39-win_amd64.whl (244.0 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

msasim-24.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp39-cp39-macosx_11_0_arm64.whl (369.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.10.3-cp39-cp39-macosx_10_9_x86_64.whl (397.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.10.3-cp38-cp38-win_amd64.whl (248.1 kB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

msasim-24.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp38-cp38-macosx_11_0_arm64.whl (369.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.10.3-cp38-cp38-macosx_10_9_x86_64.whl (397.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.10.3-cp37-cp37m-win_amd64.whl (248.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

msasim-24.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (465.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp37-cp37m-macosx_10_9_x86_64.whl (393.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.10.3-cp36-cp36m-win_amd64.whl (249.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

msasim-24.10.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (465.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.10.3-cp36-cp36m-macosx_10_9_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for msasim-24.10.3.tar.gz
Algorithm Hash digest
SHA256 ebae35bc9d6cbdee0c6e43d51cafcef905783ce40d39464375ddd1b327b33e5f
MD5 4972f84ba8dd13cd724b3e03f17874b5
BLAKE2b-256 e5bf3f31fd1736b4ca004de3bf7367b115f345922c4f590e5c1e104ec0d5a6e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 249.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for msasim-24.10.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7c7380c6f64ea41ae24ef8165593ab98867c64db58b572de6cb07767efb6c5e8
MD5 09b2a04160cd5009c49189076f122391
BLAKE2b-256 78b1f1e6afff57ef40ac57b7d30b8bfdc0eaceffbf66995167672a9e9cdb0fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d69235aa2a9382b0725cf0b457945cb92bbbe149d99656aa761096ca010de31
MD5 456fd82bb6aea34e4968d221d9d5ab20
BLAKE2b-256 6709fbccb22c61076192ab084536deedcc4418f356c9d317c99ebea3e89a9453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df5c72c566da8516e192f3ee76d6f6e1fbf62baa26aecf37ad8ce005131b1350
MD5 b8fdb746928ccf11ead0a71b46784d1a
BLAKE2b-256 bdb366991d508c48f27361945296747294491d898220859196b4b312e9f0af99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb67c01ef832f3bcd1f1eb3a055b1dd617532f3a62d5c97cf97873949b4bb2f1
MD5 571e2ed017dec89bf0ad699544a3e793
BLAKE2b-256 d5675b553896da5d3adf3ce12f2b40aa5594e4ac853b6cc2c6b29035d11ea9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 30eef4f521e035abe04132b3575f924e69e9145d1eeb09808493ddfdc51c6845
MD5 774ae1858ca2261c3a23264ce30eb960
BLAKE2b-256 04564846d4104306469bbafb65a226798f6103a4f318083c7bc022aed4a58ff5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 249.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for msasim-24.10.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aebef6f59aa48f1e996178c78639559ba18cddb80b2ca04a37e61341f7e1f62e
MD5 452e06af778f483006bdfbc577c8315f
BLAKE2b-256 05564bfdfb96896e7c589f7f4f62c53c25dc82ea225c86cadf6862d9f1865799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19d2dcf51eccf75947e40efbc191ca440a32e62c048c9c467477656a77d068d1
MD5 b68683a0dc1e8cad11bccb8dc20e3c6f
BLAKE2b-256 e5147a14ddc3f96bc1131e2130df47993066ab7646a26172a576e780de19c0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4560f9f5201af6ad16fe15b4b6a516e1238873c6d0e43c1732f8db7ec553c3b5
MD5 0c8fbd7df834c7e7edb21a55b6e56f40
BLAKE2b-256 ca1fc6c031b609057deaa9a65beaa57c59266f076b7608cd4fc711f62beb8476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72b60ff4e889067c8e8027d7874d1d6e6a91a5e81cf11a0515e5722b71da0bf9
MD5 f9622484bd21f3fee9cb8f801d6630f8
BLAKE2b-256 05f5376ef10a01b7a53121cc96e69f5430a539b413eff6e86cb169fb4eca575c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 957f7b0ec142ee42b1881041c4cba24e12259362990aafd92e6ed8c386d916a9
MD5 008f3bceca1a6ae4e3576c5cab21d8ae
BLAKE2b-256 4758b75a542ad5465bf5e021b765b6cfb263a12457ee2e0827c67d30c9c6f3a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 248.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for msasim-24.10.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e9cefa3e55e061096a111e695686996c30b0868e9a444086c4aee75427bb44f8
MD5 14e0b04ecb59b498dcbf65d769cb5bda
BLAKE2b-256 e4231c6c38845eb22d5b86810528aa18f6ef368c07f8b508f5a775cdf0bcc973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8099ee41f97ad59e7d6c6e5607b76ec7ba67fa271c121b73f67636002cbcc922
MD5 a4e8ecb94e6cd48785cc26541e634cf9
BLAKE2b-256 a2c1f00e2671f8e4ddd3e09a375e5c0a04e137fc73f567fd4313c9029ea52ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65ba7b96f1c583f2ece13402265e09bd5b6b8245afc5f5b73e6d4d9f67b359d2
MD5 89e0e2e779a67ad799334e67a803e7fa
BLAKE2b-256 e738f1e1828401799dcb4bea7774e725bd1a1898ec8b75441a5d2c5ff6335d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6f516f4f86c081cdc66cfac391679b29bf9c1fd28049882d40fa716fe5af085
MD5 5be7c9522f3645fb6af71b6ed1ac794b
BLAKE2b-256 181b7e562a6d5c828ca50566f719d6cccb247289cf712d57fa587f0991c3a6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f179312a5d23d86ccfadb5f82e2bec08690e29efc7d70c3a81a23b91feda3f92
MD5 4d09ab92523d54ed61e86a7e07cbf39f
BLAKE2b-256 094a807dee938ff646be7c20ac853f2061ff3c8a6f10af1b559b91fcf90eb780

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 244.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for msasim-24.10.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 18c342227ee211672f10278d92b6c8465a79e3676bd3e7ff86ffb45694cbe8fb
MD5 57af845ca6aef42704cfab59b518730b
BLAKE2b-256 d10deecc207ebc39f2e071d0ec3444c209fe74733be56f6c985bb1d3b2ccd0ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0476073d56f9b12e25ff7b8331a34360e5d8d25799e26dec039006820213850
MD5 da34078eda3b086e144dc9bf93812483
BLAKE2b-256 652e7d9041a9746e5c9cfb821364738fbaac700da81c30361c30aec1749d8881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60aebfb7465346fa6b34f5d01875f3d965b0df8b31f637861d70c9567d38f2a8
MD5 1875af0a89c1cb1cf64e301d4cdc7437
BLAKE2b-256 10e63aa1691337fe393585f18b5f076d3d925f1e0a5acc5fdef10bc71d4c1730

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 227209a152d757cdde4585204836bd04ac890db381c174717db1c22ce8c72b8d
MD5 0d60c75ef4562b9a8a7ea0069c591deb
BLAKE2b-256 c14a5e42c6c93b4477cba028fbbe203e20d7816f58063038037008c4e4a8951b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ef839bbc172855762206db47c86329e582ee2ef8f56a6bf65349090b8e7f0a5
MD5 4ff9596b87c441cafae6878851323df7
BLAKE2b-256 e6928cf643b41bcaf9cdb5508d8236c5ef34d6be298f037dabf6d5f5b46d5e29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 248.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for msasim-24.10.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6b0c4c42812d5b5a09f804977bee6aac64ce3440519f60c8530971c8b5ff71af
MD5 9ad61343bb420dc8ee2f007ff846e128
BLAKE2b-256 9618f6c232535e5f9f97c0996a0f12a5f14b1be2d1aaa64d42e782e3ba9524a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42b1b505658a1ecac99c09b833292af380ba2ed31ccbc483e62aa632679d5eb6
MD5 132f0fec74040fd17e980ca813a04f34
BLAKE2b-256 c7c48d55e0c6ddc04bbb2eea4a7d023a9b21e8c4850772131dd7c572314751c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d104335ca4af9afec8f79cac39c8d8e08751d0d594ab406b99ca5cdf57756798
MD5 80dfe49d03288ac7154557c464bd12db
BLAKE2b-256 12bebcc3322814ecf26f1c6cfc75067fece873feff83869fc90a73d64ff96ace

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10149908341ffc99cc3a4a4ea8acb49d275ff9e13b891b80205251dc5ab0401d
MD5 0cc852d5034ee1c02e400b65e316c671
BLAKE2b-256 f12fa192d02d7b26bd787d3e84fdfd609099fc9ec516cce1b238908d13e77a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 678c6ddedb24d58e4403f4cfdc546a0df82383975d9041360043dc76befd8dc3
MD5 ab2e61effea35060ccaf47f6f644053d
BLAKE2b-256 793c135cff56fdffd163756b0f25074d5c28680ed44889ec40dcdb83e2cc56dd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.10.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f643fd50a1dd0ebcf8fb6142a86c089e802f0fc841252f34512cc369d763544f
MD5 1f0d95c94e91d9171c48248dc3baa0e8
BLAKE2b-256 a7ac7d8df58a74e978c7f5d856a27567b5733f860a5ec43c8465d22ab7198aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87f462d7baacf60dbeaae31cddbed9e8ee04c082c0d6b6c132364d8a8544d890
MD5 78554786734eae1cd614cfb8801c88e4
BLAKE2b-256 48f6d4e4be62cf7ba4e32d6511d8353e3bb444e7a3906397d79a162f2d2e459a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea2b0cdb0f9174c5502f3f058089809a452fad37ad284ae11a1adb246c5e6ede
MD5 96740811053951ba0960fd08aad881f5
BLAKE2b-256 900343b10ba9881369fc3d4ec73ef124f08cc64ac4fec2296490a2eff17d5725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41eedb660219737530866a93d724f9f044e24e0b9ad0286c786653be9584704f
MD5 86cd417531dc5727d4a5cbedfbeb9955
BLAKE2b-256 609892d3ee8a889798f9517eccac327b25fe6fb2e19f0310fff54a158a20526c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for msasim-24.10.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e7c3f345912ab1580e543f922c346d43b3a1d45d04a052252f0729bdeec3ab7f
MD5 239f01cbd4a1869782970129ab584dd4
BLAKE2b-256 803c0c558b287e0f9906b8a9154772372cf8a5b61baf6b4731b9741d58af8ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d7815d8c1b01945621fc93cd1b7725c1debe61b1b21613bfecaf8dcf2cce671
MD5 e2d99a570356ae60b0447ce901c9b83a
BLAKE2b-256 3414c0f532d3110c12c20dc0f9812890ff9c69ab31b73f8eff49caf87bc52841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8126a1fd6bd8cbef7e3888f02479896f33bc49847fc0a408e2701d88251eddb
MD5 9f022348c14b3bd74ce9c4b04352359e
BLAKE2b-256 405b2312377e957cc1fad37c6a56f13d63ed892212de3f766c4d54045c8cba0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bd2fce7514a33cc65c8ca50f90cda4aa4a87eafb6a23b343992bc4eb771f377b
MD5 8e92ac91a469a28af86b95b548a13b95
BLAKE2b-256 b76858a7675b6ec220138e38436cf51035423dcd3b98193476c614cb9a6fe073

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