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

Uploaded CPython 3.12Windows x86-64

msasim-24.10.4-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.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (462.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp312-cp312-macosx_11_0_arm64.whl (371.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

msasim-24.10.4-cp312-cp312-macosx_10_9_x86_64.whl (400.5 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

msasim-24.10.4-cp311-cp311-win_amd64.whl (249.4 kB view details)

Uploaded CPython 3.11Windows x86-64

msasim-24.10.4-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.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (463.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp311-cp311-macosx_11_0_arm64.whl (370.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

msasim-24.10.4-cp311-cp311-macosx_10_9_x86_64.whl (398.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

msasim-24.10.4-cp310-cp310-win_amd64.whl (248.2 kB view details)

Uploaded CPython 3.10Windows x86-64

msasim-24.10.4-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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp310-cp310-macosx_11_0_arm64.whl (370.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

msasim-24.10.4-cp310-cp310-macosx_10_9_x86_64.whl (397.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

msasim-24.10.4-cp39-cp39-win_amd64.whl (244.2 kB view details)

Uploaded CPython 3.9Windows x86-64

msasim-24.10.4-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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp39-cp39-macosx_11_0_arm64.whl (370.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

msasim-24.10.4-cp39-cp39-macosx_10_9_x86_64.whl (397.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

msasim-24.10.4-cp38-cp38-win_amd64.whl (248.3 kB view details)

Uploaded CPython 3.8Windows x86-64

msasim-24.10.4-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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp38-cp38-macosx_11_0_arm64.whl (369.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

msasim-24.10.4-cp38-cp38-macosx_10_9_x86_64.whl (397.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

msasim-24.10.4-cp37-cp37m-win_amd64.whl (248.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

msasim-24.10.4-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.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (465.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp37-cp37m-macosx_10_9_x86_64.whl (394.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

msasim-24.10.4-cp36-cp36m-win_amd64.whl (250.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

msasim-24.10.4-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.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464.1 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

msasim-24.10.4-cp36-cp36m-macosx_10_9_x86_64.whl (393.2 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: msasim-24.10.4.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.4.tar.gz
Algorithm Hash digest
SHA256 288cfe3f03d32a4409bd80328e8488771705675411ec6202e58dffa7581c9cbc
MD5 15d25a17d59a22d0d7f2bd9fffe2628c
BLAKE2b-256 dfe65a516f5cb244150fe3e3a6e26c5be4b7756f76b0f82b8cb88ebd4b97b852

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 249.9 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18738a6f82400ff3d56cf3da8a295840cd1a13d627bd9ff19184c35a07834644
MD5 f2d4e20363e3b984db66faea869a685b
BLAKE2b-256 8785b1b790ee38d4fd8e2001a301f40f42a12ce329d32c950d787a33fcb04827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1b9b62f1f708247c47550b7d16b2ca017c142d1548780921af2668e70c17b9e
MD5 9fb3a914164f711fc5d482968242d4c9
BLAKE2b-256 0e0aabfa74646169bb034c24a825bf7020860c94fad0cdb9c380649804a315b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c85b588775a268d4e1ba98a586bfc3535ed884b924c77114ece130d9cbd02177
MD5 dbffe22ac184c7e61a82a8d71543341a
BLAKE2b-256 d13a03856c20ba58b86cb821037d92f0b5c2ed84c276deb3e6fc62270949e4e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71553a39cfd4830131e372ca6c48f24bdc3e0361e4465d54a0292b40b9f9746b
MD5 bf4b8cb8e804db150fc3d5412f8e61a7
BLAKE2b-256 a1ed10cd7e14bb00423b953e53f985fb8e35b2f40a2aa91b4e5e66325f15d88c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 015ddbcf6fae9041d293966a4e5624cd8d163ba328a4d71add0254ccd5f8ec5e
MD5 417e735342760351c2b0818e74102a80
BLAKE2b-256 30858f3f8eacf44cf026132063827b42aec63f5bef1be1cf08442b138012b66f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 249.4 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a4860e6afae00704ee158cc8b891663fae8549250dea04e5ecc5b3480771b77
MD5 cf36f46a7e4cdcb93b0f6c627ad50de1
BLAKE2b-256 e5c76bc2de8b5a1ddc2ba762c75b8051908405cfde2bc3fbce8518974e28c340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f29df5eef8475bfe7dfd7cd593d71de56b50bb24e04cfa2d4a1ed66ab909f312
MD5 cd87c7ef4aec89fc8b6a4d6a75c8f5f6
BLAKE2b-256 39064e8134471cde144bfcece44bc46cac8b8427908369b881d3afb9f9fa9d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eaa92c0d3b3389b941e0c38ab380906ff013f5d2ec6a7cb57ac5e845f370e787
MD5 a09857ca52048362eeecd5959452ec55
BLAKE2b-256 4f7138f8215f0fac8e38dcd0655ff569c4737c8d2aa88f645f8212f270c77ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc0eeaa43a386a9d697ab3c8a9e0a4ca232e5be5839c49c3ef9c8a830d9a12a6
MD5 e3bc7a0cf0dd49c5984e66ad2baa658f
BLAKE2b-256 4fe78b80dffe5f2b7331a96dc74d8b69c324e2e76192fc39632f14c6019afc2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adfb0cdea6d628b07a57d599d74620bd3a5552fd6938e4eee996058ae24fc15e
MD5 e31e08f86c97467d45c6454b936f0069
BLAKE2b-256 e11f9cd4204cbf291b0320e966afe4a117e3a31636fc63c5023b7302f8ada9fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 248.2 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7734c65e10a5db8200b556ee890096f9adc19fd8de87443ffbfa7708f5bf0c42
MD5 b9146f9f2585c9553ecc15dca572c3e0
BLAKE2b-256 e8c887abd5bf398910de4c7ca546a990bc7ceb247318d7a39e6462f42f3a2653

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a92ad0ebeb12698a1a0a48b9d399670946bd6e17ee6ea985e598a3ee9de292f
MD5 565eac226194a1b5711a44589cfbe758
BLAKE2b-256 ffde30ee247dd4f4c492d208820c5a1bbbdd48a198acc8ce77b6e25bb81c55e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce4e79b82d59af79bc8d3f4024ae73843c861d35fb8d4858caa98400e83df6e7
MD5 7028fb4c53b40ad63e0674d3cbd38d05
BLAKE2b-256 93a987ee074ab69886dd7119a9484f06ac031066eda533eed45a332f29a3be45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe40c1363d2d655930271747f57354b74306da972533978cda3e22b4291b100b
MD5 0068f3a774f9efaf94e69f8ab87d4655
BLAKE2b-256 585980558d79720f751c678f2783193dde4c0f98bc2f8e2249bbbd6fdc7cf788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a9e2d511b4b95738a6fb19fd187998c72244aef6e2b01ec68b9be2581e308d9
MD5 53bad966dc45ed310a401540a93aa98c
BLAKE2b-256 7e054d753745a8e6bd40cea7e67ddc4c6d6d687235cf81bacc2b7c119f53d545

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 244.2 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d857bcf3fb14dd72b3fb97cc4cca3b86e8237bc4b1428aa1aa0dc98dd93c3591
MD5 2ebc1079b04a04da0e57618729893811
BLAKE2b-256 12c149767423c69074d6a7dbf5f5909f9d606d2ec682795ee4e90bb7dbff7e8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 baf4dae8390b3a961f969765129a5607a6f96d2ed986321e71f6ffdb94d5d74b
MD5 03994a30bcf0c8d14dc9137efb0369bc
BLAKE2b-256 d4f9a29b5cea02d3e0c2a30bb980e0e0cdc5909c581d50acd57444eeb5996af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fed7801a318966323a177f6c72b7e6bbbd718fe182526acd72f8cae223a01393
MD5 de591e85ea19fed5f75fce6c1dc352a3
BLAKE2b-256 5642dda60277fbeee6f3d0763147318f450a59503410fd65749640bffd101334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 da4097e2d4e3624c8a4628975d5a94e23dee5b454055c8c3aede3dcaefe25926
MD5 199002c904e9fab5adb2ffbedeb493d4
BLAKE2b-256 fc757be8582fc2fbe10a19f1f2b7587a492e18240309b889880b9877f116c84d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2d91ae3b8f5455a23a43772cd113d190b672ba28982f3d18e53d509cc1341739
MD5 ada365ab9206c5183d7d6ad7c2e1743f
BLAKE2b-256 3b2083133845cb647a6e02612b212524b748113f35770a7af18f0232644ffded

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 248.3 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e25eee0c4025dffecae7c69e1b3033603279c8bf6f723d7d66985cafef0f3627
MD5 71b286c3499712584b221a800febdfa0
BLAKE2b-256 242f645c26cc4c8c3133c9be480c37a6839c719b4089e025f1cc0a922172cca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c2b0c319c608cadc049ece7f4d3551fb28576ffffac2b1432649a72b8fff86d
MD5 880e1b30f6907e982592b5fa7a7a6243
BLAKE2b-256 e5423dcbbda9b225b8ad8030a7747774b5472a081574d8e74f90100a2e0163ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 399c40677d37b2dcc74cbe14f6dfba12b4cba84de802ff8b3a02ef08ac495de2
MD5 a1ee22a0bdf53dda2a5f940436c6b159
BLAKE2b-256 afb2197aea63a41bbf5fe94f78387cc9e8183021a2dd03c626af8a386d9bd220

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bba8e6563b2d9df71e7e363cc147a29ff6841728f1ec5938589791a794e07694
MD5 ba8aa067d37805f5be8836b35cb194b7
BLAKE2b-256 034a4f41eee471327903e60c0dcd2d4fd2b0022bdc6dd9a3a164efabe5317cea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 caac50a1d5eb843feb57bfbe4a6549b76adfef24152e87ec8dce3010c93e2516
MD5 28571d866ab4237bc9597ba0716a7b65
BLAKE2b-256 bf7f32adc583521021c24bece74c932c780c206a3a77c199b3b84a91e5491b33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 248.7 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9eb6fa68c4a4c59a307ca4057276de0c0d26fd74527b17418a7353a5f8cbfcd1
MD5 cc95d670f669f1b615a42b703b778fbf
BLAKE2b-256 e0c168dced59011e2606bc348226470a689d34aaf5b359105ae2fcb37c0936b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ea410ac7abbe5d50c4357c77e5d81ca9dc0a4822a6228d3f656860ad345b176
MD5 56fc5b467b8d04ed7ce1b8f8ba6fc290
BLAKE2b-256 8466687497d90603b0c91778d9b91b753fc3e78cad2b50e83b5693abeb596993

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 32eb55768ab2d36b2505b45719fb964ffcfd0e4adc693fbbea3db5db5d0b4c79
MD5 9319007e82525ff355105328b9265eb9
BLAKE2b-256 fa6b09332defc35d773d4b62b62bf2f5594b2dfc983bcc08edb43afe1a2d7293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 069d993bcc67653c876329dd58b1e5844b1674f4de899caf5329c4f9e491ef89
MD5 713a745bc41dfe79478330ccbad29863
BLAKE2b-256 2f59005b910ecea1b550f010d77893d644a9478d9dc14d3f160c980e02a44471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: msasim-24.10.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 250.1 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.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fd19f1e23125d5d6f628b3292d0c46e816958684e279b5cd52366a894f3fd4bc
MD5 f690d39b6a92b4549c850ba319274030
BLAKE2b-256 75202132ec305fbed77c168e843e2bdd5ea3bd163b8d5d205899df87a3063885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 857723a6b50d2b2f39e0a5f4826a18a69df90fb46b85e77e2202bbd613415948
MD5 69f88b70838b5bf3a61268688c4a10e7
BLAKE2b-256 272ad9f8fbd9231aecd4e2edee469533ffd01779e7deaa20c0a0e0de90f09726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c28e8982aeb370971d05ad2b708a13fb45f8a228f8cbad19076b539002786985
MD5 135d44f970af0f13e1e27180cd0793ad
BLAKE2b-256 f1b29b4fdbabd34121e93944e65fea3d33f1db4362abe70d5f02bfa61bbbf3d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for msasim-24.10.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ac78c2b07f145e2b89626f6514fe13b77cf553c9e6fe0a468da780e2ae5079c2
MD5 885633f1b53a7905fe8b9e9793aee21c
BLAKE2b-256 97b1d3fc44eabfb909973d5a36227a9da85c3d0a7e9d4373b3bf2bc7e8df7aa0

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